@charset "UTF-8";
.dnd-icon-remove.deleting { font-size:12px; color:#000; font-weight: 500; position: relative; top:-3px; }
.dnd-icon-remove.deleting:after { display:none!important; }
.wpcf7-drag-n-drop-file.d-none {
display:none;
opacity:0;
visibility:hidden;
position:absolute;
top:0;
} .dnd-upload-status {
display:flex;
padding:4px 0;
align-items:center;
position:relative;
} .dnd-upload-status .dnd-upload-image {
width:40px;
height:40px;
border:1px solid #a5a5a5;
text-align:center;
border-radius:100%;
position:relative;
}
.dnd-upload-status .dnd-upload-image span.file {
background-image: url("data:image/svg+xml,%0A%3Csvg width='18' height='23' viewBox='0 0 18 23' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M12.569 0.659576H0.5V23H18V6.09053L12.569 0.659576ZM12.7872 1.93075L16.7288 5.87234H12.7872V1.93075ZM1.24468 22.2553V1.40426H12.0426V6.61702H17.2553V22.2553H1.24468Z' fill='%235C5B5B'/%3E%3C/svg%3E%0A");
background-repeat: no-repeat;
background-size: 100%;
height: 21px;
width: 16px;
display: block;
position: absolute;
left: 50%;
top: 50%;
transform: translate(-50%, -50%);
-moz-transform : translate(-50%, -50%);
-webkit-transform: translate(-50%, -50%);
} .dnd-upload-status .dnd-upload-details {
padding-left:10px;
width: calc(100% - 40px);
}
.dnd-upload-status .dnd-upload-details .name {color:#016d98; padding:4px 0; padding-right:60px; display:flex; }
.dnd-upload-status .dnd-upload-details .name span { text-overflow: ellipsis; white-space: nowrap; overflow: hidden; position: relative; padding-right:10px; }
.dnd-upload-status .dnd-upload-details .name em {color:#444242;	font-weight:700; } .dnd-upload-status .dnd-upload-details .remove-file {
position:absolute;
right:0;
top:10px;
text-decoration:none;
box-shadow:none;
outline:none;
opacity:1;
}
.dnd-upload-status .dnd-upload-details .remove-file span:after {
content: '';
width:15px;
height:15px;
display: block;
background-repeat:no-repeat;
background-size:100%;
background-image: url("data:image/svg+xml,%3Csvg width='35' height='35' viewBox='0 0 35 35' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M17.5 0C7.83499 0 0 7.83499 0 17.5C0 27.165 7.83499 35 17.5 35C27.165 35 35 27.165 35 17.5C34.9888 7.83965 27.1604 0.0112198 17.5 0ZM17.5 33.871C8.45857 33.871 1.12903 26.5414 1.12903 17.5C1.12903 8.45857 8.45857 1.12903 17.5 1.12903C26.5414 1.12903 33.871 8.45857 33.871 17.5C33.861 26.5373 26.5373 33.861 17.5 33.871Z' fill='black'/%3E%3Cpath d='M25.4834 9.51661C25.2629 9.29624 24.9056 9.29624 24.6852 9.51661L17.5 16.7018L10.3148 9.51661C10.0983 9.29236 9.74087 9.28615 9.51661 9.50271C9.29236 9.71927 9.28615 10.0767 9.50271 10.3009C9.50723 10.3057 9.51188 10.3103 9.51661 10.3148L16.7018 17.5L9.51661 24.6852C9.29236 24.9018 9.28615 25.2591 9.50278 25.4834C9.71941 25.7076 10.0768 25.7139 10.301 25.4972C10.3057 25.4927 10.3103 25.488 10.3148 25.4834L17.5 18.2982L24.6852 25.4834C24.9094 25.7 25.2668 25.6938 25.4834 25.4696C25.6947 25.2508 25.6947 24.9039 25.4834 24.6852L18.2982 17.5L25.4834 10.3148C25.7038 10.0944 25.7038 9.73705 25.4834 9.51661Z' fill='black'/%3E%3C/svg%3E%0A");
}
.dnd-upload-status.in-progress .remove-file { opacity:0.2;}
.dnd-upload-status .dnd-upload-details span.has-error { color:#f50505; } .dnd-upload-status .dnd-upload-details .dnd-progress-bar {
display: block;
border-radius: 5px;
overflow: hidden;
background: #565555;
height: 14px;
}
.dnd-upload-status .dnd-upload-details .dnd-progress-bar span {
background: #4CAF50;
display: block;
font-size: 11px;
text-align: right;
color: #fff;
height: 100%;
width:0;
line-height:14px;
}
.dnd-upload-status .dnd-upload-details .dnd-progress-bar span.complete { width:100%!important; padding-right:5px; }
.dnd-upload-counter { position:absolute; right:5px; bottom:3px; font-size:12px; } .codedropz-upload-handler {
border:2px dashed #c5c5c5;
border-radius:5px;
margin-bottom:10px;
position:relative;
}
.codedropz-upload-container {
padding:15px 20px;
}
.codedropz-upload-inner {
overflow:hidden;
width:100%; text-align:center;
text-overflow: ellipsis;
font-weight:inherit;
}
.codedropz-upload-inner .codedropz-btn-wrap a.cd-upload-btn {
text-decoration:none;
box-shadow:none;
}
.codedropz-upload-inner h3 {
margin:5px 0;
font-size:30px;
line-height:32px;
word-break:break-word;
} .codedropz-dragover {
border-color:#6b6a6a;
}
.codedropz-upload-wrapper span.has-error-msg {
display:inline-block;
color:#ff0000;
padding:5px 0;
font-style:italic;
} .wpcf7-form label.error-new {
color: #900;
font-size: 11px;
float: none;
padding-left: 5px;
}
.wpcf7-form .codedropz-upload-wrapper.invalid .codedropz-upload-handler{
border-bottom-color: #900;
border-bottom-style: solid;
} @media screen and (max-width: 767px) {
.dnd-upload-status .dnd-upload-details .name em { font-weight:normal; }
.dnd-upload-status .dnd-upload-details .name { padding-right:60px; }
.codedropz-upload-inner h3 { font-size:22px; }
}.wpcf7 .screen-reader-response {
position: absolute;
overflow: hidden;
clip: rect(1px, 1px, 1px, 1px);
clip-path: inset(50%);
height: 1px;
width: 1px;
margin: -1px;
padding: 0;
border: 0;
word-wrap: normal !important;
}
.wpcf7 form .wpcf7-response-output {
margin: 2em 0.5em 1em;
padding: 0.2em 1em;
border: 2px solid #00a0d2; }
.wpcf7 form.init .wpcf7-response-output,
.wpcf7 form.resetting .wpcf7-response-output,
.wpcf7 form.submitting .wpcf7-response-output {
display: none;
}
.wpcf7 form.sent .wpcf7-response-output {
border-color: #46b450; }
.wpcf7 form.failed .wpcf7-response-output,
.wpcf7 form.aborted .wpcf7-response-output {
border-color: #dc3232; }
.wpcf7 form.spam .wpcf7-response-output {
border-color: #f56e28; }
.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output,
.wpcf7 form.payment-required .wpcf7-response-output {
border-color: #ffb900; }
.wpcf7-form-control-wrap {
position: relative;
}
.wpcf7-not-valid-tip {
color: #dc3232; font-size: 1em;
font-weight: normal;
display: block;
}
.use-floating-validation-tip .wpcf7-not-valid-tip {
position: relative;
top: -2ex;
left: 1em;
z-index: 100;
border: 1px solid #dc3232;
background: #fff;
padding: .2em .8em;
width: 24em;
}
.wpcf7-list-item {
display: inline-block;
margin: 0 0 0 1em;
}
.wpcf7-list-item-label::before,
.wpcf7-list-item-label::after {
content: " ";
}
.wpcf7-spinner {
visibility: hidden;
display: inline-block;
background-color: #23282d; opacity: 0.75;
width: 24px;
height: 24px;
border: none;
border-radius: 100%;
padding: 0;
margin: 0 24px;
position: relative;
}
form.submitting .wpcf7-spinner {
visibility: visible;
}
.wpcf7-spinner::before {
content: '';
position: absolute;
background-color: #fbfbfc; top: 4px;
left: 4px;
width: 6px;
height: 6px;
border: none;
border-radius: 100%;
transform-origin: 8px 8px;
animation-name: spin;
animation-duration: 1000ms;
animation-timing-function: linear;
animation-iteration-count: infinite;
}
@media (prefers-reduced-motion: reduce) {
.wpcf7-spinner::before {
animation-name: blink;
animation-duration: 2000ms;
}
}
@keyframes spin {
from {
transform: rotate(0deg);
}
to {
transform: rotate(360deg);
}
}
@keyframes blink {
from {
opacity: 0;
}
50% {
opacity: 1;
}
to {
opacity: 0;
}
}
.wpcf7 [inert] {
opacity: 0.5;
}
.wpcf7 input[type="file"] {
cursor: pointer;
}
.wpcf7 input[type="file"]:disabled {
cursor: default;
}
.wpcf7 .wpcf7-submit:disabled {
cursor: not-allowed;
}
.wpcf7 input[type="url"],
.wpcf7 input[type="email"],
.wpcf7 input[type="tel"] {
direction: ltr;
}
.wpcf7-reflection > output {
display: list-item;
list-style: none;
}
.wpcf7-reflection > output[hidden] {
display: none;
}.faq-title{cursor:pointer; padding:5px 30px 5px 0 !important; }
.faq-title h4{margin:0px !important; font-size:20px !important; line-height:22px !important}
.faq-accordion .faq-main{border:1px solid #d9d9d9; margin-bottom:15px; background:#f4f4f4; padding:10px; transition: all 0.5s ease 0s;}
.faq-accordion .faq-main.open{background:#fff;}
.faq-accordion .faq-main.open h4{color:#333}
[data-accordion] [data-content] {    overflow: hidden;    max-height: 0;} [data-accordion] {    line-height: auto;}
[data-control],
[data-content] > * { padding: 10px 0px;}
[data-content] [data-accordion] { border: 0;    padding: 0;}
[data-accordion] [data-control] {    position: relative;    padding-right: 40px;}
[data-accordion] > [data-control]:after { content: "";position: absolute; right: 10px; top: 12px; font-size: 25px;  font-weight: 200; color: #444;  height: 15px;
width: 24px;  background: url(//awada.ru/wp-content/plugins/sp-faq/images/down.png) right 0px no-repeat; background-size: 50%;}
[data-accordion].open > [data-control]:after { -webkit-transform: rotate(-180deg);  -ms-transform: rotate(-180deg); transform: rotate(-180deg); 
background: url(//awada.ru/wp-content/plugins/sp-faq/images/down.png) right 0px no-repeat;  background-size: 50%;  position: absolute; right: 0px !important; top: 5px !important;
font-size: 25px;  font-weight: 200; color: #444; height: 15px; width: 24px;
}
 html{font-family:sans-serif;line-height:1.15;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%}body{margin:0}article,aside,footer,header,nav,section{display:block}h1{font-size:2em;margin:.67em 0}figcaption,figure{display:block}figure{margin:1em 40px}hr{box-sizing:content-box;height:0;overflow:visible}main{display:block}pre{font-family:monospace,monospace;font-size:1em}a{background-color:transparent;-webkit-text-decoration-skip:objects}a:active,a:hover{outline-width:0}abbr[title]{border-bottom:none;text-decoration:underline;text-decoration:underline dotted}b,strong{font-weight:inherit;font-weight:bolder}code,kbd,samp{font-family:monospace,monospace;font-size:1em}dfn{font-style:italic}mark{background-color:#ff0;color:#000}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}audio,video{display:inline-block}audio:not([controls]){display:none;height:0}img{border-style:none}svg:not(:root){overflow:hidden}button,input,optgroup,select,textarea{font-family:sans-serif;font-size:100%;line-height:1.15;margin:0}button{overflow:visible}button,select{text-transform:none}[type=reset],[type=submit],button,html [type=button]{-webkit-appearance:button}[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner,button::-moz-focus-inner{border-style:none;padding:0}[type=button]:-moz-focusring,[type=reset]:-moz-focusring,[type=submit]:-moz-focusring,button:-moz-focusring{outline:1px dotted ButtonText}input{overflow:visible}[type=checkbox],[type=radio]{box-sizing:border-box;padding:0}[type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button{height:auto}[type=search]{-webkit-appearance:textfield;outline-offset:-2px}[type=search]::-webkit-search-cancel-button,[type=search]::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}fieldset{border:1px solid silver;margin:0 2px;padding:.35em .625em .75em}legend{box-sizing:border-box;display:table;max-width:100%;padding:0;color:inherit;white-space:normal}progress{display:inline-block;vertical-align:baseline}textarea{overflow:auto}details{display:block}summary{display:list-item}menu{display:block}canvas{display:inline-block}[hidden],template{display:none}.foundation-mq{font-family:"small=0em&medium=40em&large=64em&xlarge=75em&xxlarge=90em"}html{box-sizing:border-box;font-size:100%}*,:after,:before{box-sizing:inherit}body{margin:0;padding:0;background:#fefefe;font-family:Helvetica Neue,Helvetica,Roboto,Arial,sans-serif;font-weight:400;line-height:1.5;color:#0a0a0a;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}img{display:inline-block;vertical-align:middle;max-width:100%;height:auto;-ms-interpolation-mode:bicubic}textarea{height:auto;min-height:50px;border-radius:0}select{width:100%;border-radius:0}.map_canvas embed,.map_canvas img,.map_canvas object,.mqa-display embed,.mqa-display img,.mqa-display object{max-width:none!important}button{padding:0;-webkit-appearance:none;-moz-appearance:none;appearance:none;border:0;border-radius:0;background:transparent;line-height:1}[data-whatinput=mouse] button{outline:0}.is-visible{display:block!important}.is-hidden{display:none!important}blockquote,dd,div,dl,dt,form,h1,h2,h3,h4,h5,h6,li,ol,p,pre,td,th,ul{margin:0;padding:0}p{margin-bottom:1rem;font-size:inherit;line-height:1.6;text-rendering:optimizeLegibility}em,i{font-style:italic}b,em,i,strong{line-height:inherit}b,strong{font-weight:700}small{font-size:80%;line-height:inherit}h1,h2,h3,h4,h5,h6{font-family:Helvetica Neue,Helvetica,Roboto,Arial,sans-serif;font-style:normal;font-weight:400;color:inherit;text-rendering:optimizeLegibility}h1 small,h2 small,h3 small,h4 small,h5 small,h6 small{line-height:0;color:#cacaca}h1{font-size:1.5rem}h1,h2{line-height:1.4;margin-top:0;margin-bottom:.5rem}h2{font-size:1.25rem}h3{font-size:1.1875rem}h3,h4{line-height:1.4;margin-top:0;margin-bottom:.5rem}h4{font-size:1.125rem}h5{font-size:1.0625rem}h5,h6{line-height:1.4;margin-top:0;margin-bottom:.5rem}h6{font-size:1rem}@media print,screen and (min-width:40em){h1{font-size:3rem}h2{font-size:2.5rem}h3{font-size:1.9375rem}h4{font-size:1.5625rem}h5{font-size:1.25rem}h6{font-size:1rem}}a{line-height:inherit;color:#5c2569;text-decoration:none;cursor:pointer}a:focus,a:hover{color:#4f205a}a img{border:0}hr{clear:both;max-width:100rem;height:0;margin:1.25rem auto;border-top:0;border-right:0;border-bottom:1px solid #cacaca;border-left:0}dl,ol,ul{margin-bottom:1rem;list-style-position:outside;line-height:1.6}li{font-size:inherit}ul{list-style-type:disc}ol,ul{margin-left:1.25rem}ol ol,ol ul,ul ol,ul ul{margin-left:1.25rem;margin-bottom:0}dl{margin-bottom:1rem}dl dt{margin-bottom:.3rem;font-weight:700}blockquote{margin:0 0 1rem;padding:.5625rem 1.25rem 0 1.1875rem;border-left:1px solid #cacaca}blockquote,blockquote p{line-height:1.6;color:#8a8a8a}cite{display:block;font-size:.8125rem;color:#8a8a8a}cite:before{content:"— "}abbr{border-bottom:1px dotted #0a0a0a;color:#0a0a0a;cursor:help}figure{margin:0}code{padding:.125rem .3125rem .0625rem;border:1px solid #cacaca;font-weight:400}code,kbd{background-color:#e6e6e6;font-family:Consolas,Liberation Mono,Courier,monospace;color:#0a0a0a}kbd{margin:0;padding:.125rem .25rem 0}.subheader{margin-top:.2rem;margin-bottom:.5rem;font-weight:400;line-height:1.4;color:#8a8a8a}.lead{font-size:125%;line-height:1.6}.stat{font-size:2.5rem;line-height:1}p+.stat{margin-top:-1rem}.no-bullet{margin-left:0;list-style:none}.text-left{text-align:left}.text-right{text-align:right}.text-center{text-align:center}.text-justify{text-align:justify}@media print,screen and (min-width:40em){.medium-text-left{text-align:left}.medium-text-right{text-align:right}.medium-text-center{text-align:center}.medium-text-justify{text-align:justify}}@media print,screen and (min-width:64em){.large-text-left{text-align:left}.large-text-right{text-align:right}.large-text-center{text-align:center}.large-text-justify{text-align:justify}}.show-for-print{display:none!important}@media print{*{background:transparent!important;box-shadow:none!important;color:#000!important;text-shadow:none!important}.show-for-print{display:block!important}.hide-for-print{display:none!important}table.show-for-print{display:table!important}thead.show-for-print{display:table-header-group!important}tbody.show-for-print{display:table-row-group!important}tr.show-for-print{display:table-row!important}td.show-for-print,th.show-for-print{display:table-cell!important}a,a:visited{text-decoration:underline}a[href]:after{content:" (" attr(href) ")"}.ir a:after,a[href^="#"]:after,a[href^="javascript:"]:after{content:""}abbr[title]:after{content:" (" attr(title) ")"}blockquote,pre{border:1px solid #8a8a8a;page-break-inside:avoid}thead{display:table-header-group}img,tr{page-break-inside:avoid}img{max-width:100%!important}@page{margin:.5cm}h2,h3,p{orphans:3;widows:3}h2,h3{page-break-after:avoid}}[type=color],[type=date],[type=datetime-local],[type=datetime],[type=email],[type=month],[type=number],[type=password],[type=search],[type=tel],[type=text],[type=time],[type=url],[type=week],textarea{display:block;box-sizing:border-box;width:100%;height:2.4375rem;margin:0 0 1rem;padding:.5rem;border:1px solid #cacaca;border-radius:0;background-color:#fefefe;box-shadow:inset 0 1px 2px hsla(0,0%,4%,.1);font-family:inherit;font-size:1rem;font-weight:400;color:#0a0a0a;transition:box-shadow .5s,border-color .25s ease-in-out;-webkit-appearance:none;-moz-appearance:none;appearance:none}[type=color]:focus,[type=date]:focus,[type=datetime-local]:focus,[type=datetime]:focus,[type=email]:focus,[type=month]:focus,[type=number]:focus,[type=password]:focus,[type=search]:focus,[type=tel]:focus,[type=text]:focus,[type=time]:focus,[type=url]:focus,[type=week]:focus,textarea:focus{outline:none;border:1px solid #8a8a8a;background-color:#fefefe;box-shadow:0 0 5px #cacaca;transition:box-shadow .5s,border-color .25s ease-in-out}textarea{max-width:100%}textarea[rows]{height:auto}input::-webkit-input-placeholder,textarea::-webkit-input-placeholder{color:#cacaca}input::-moz-placeholder,textarea::-moz-placeholder{color:#cacaca}input:-ms-input-placeholder,textarea:-ms-input-placeholder{color:#cacaca}input::placeholder,textarea::placeholder{color:#cacaca}input:disabled,input[readonly],textarea:disabled,textarea[readonly]{background-color:#e6e6e6;cursor:not-allowed}[type=button],[type=submit]{-webkit-appearance:none;-moz-appearance:none;appearance:none;border-radius:0}input[type=search]{box-sizing:border-box}[type=checkbox],[type=file],[type=radio]{margin:0 0 1rem}[type=checkbox]+label,[type=radio]+label{display:inline-block;vertical-align:baseline;margin-left:.5rem;margin-right:1rem;margin-bottom:0}[type=checkbox]+label[for],[type=radio]+label[for]{cursor:pointer}label>[type=checkbox],label>[type=radio]{margin-right:.5rem}[type=file]{width:100%}label{display:block;margin:0;font-size:.875rem;font-weight:400;line-height:1.8;color:#0a0a0a}label.middle{margin:0 0 1rem;padding:.5625rem 0}.help-text{margin-top:-.5rem;font-size:.8125rem;font-style:italic;color:#0a0a0a}.input-group{display:table;width:100%;margin-bottom:1rem}.input-group>:first-child,.input-group>:last-child>*{border-radius:0 0 0 0}.input-group-button,.input-group-button a,.input-group-button button,.input-group-button input,.input-group-button label,.input-group-field,.input-group-label{margin:0;white-space:nowrap;display:table-cell;vertical-align:middle}.input-group-label{padding:0 1rem;border:1px solid #cacaca;background:#e6e6e6;color:#0a0a0a;text-align:center;white-space:nowrap;width:1%;height:100%}.input-group-label:first-child{border-right:0}.input-group-label:last-child{border-left:0}.input-group-field{border-radius:0;height:2.5rem}.input-group-button{padding-top:0;padding-bottom:0;text-align:center;width:1%;height:100%}.input-group-button a,.input-group-button button,.input-group-button input,.input-group-button label{height:2.5rem;padding-top:0;padding-bottom:0;font-size:1rem}.input-group .input-group-button{display:table-cell}fieldset{margin:0;padding:0;border:0}legend{max-width:100%;margin-bottom:.5rem}.fieldset{margin:1.125rem 0;padding:1.25rem;border:1px solid #cacaca}.fieldset legend{margin:0;margin-left:-.1875rem;padding:0 .1875rem;background:#fefefe}select{height:2.4375rem;margin:0 0 1rem;padding:.5rem;-webkit-appearance:none;-moz-appearance:none;appearance:none;border:1px solid #cacaca;border-radius:0;background-color:#fefefe;font-family:inherit;font-size:1rem;line-height:normal;color:#0a0a0a;background-image:url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' version='1.1' width='32' height='24' viewBox='0 0 32 24'><polygon points='0,0 32,0 16,24' style='fill: rgb%28138, 138, 138%29'></polygon></svg>");background-origin:content-box;background-position:right -1rem center;background-repeat:no-repeat;background-size:9px 6px;padding-right:1.5rem;transition:box-shadow .5s,border-color .25s ease-in-out}@media screen and (min-width:0\0){select{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAYCAYAAACbU/80AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAIpJREFUeNrEkckNgDAMBBfRkEt0ObRBBdsGXUDgmQfK4XhH2m8czQAAy27R3tsw4Qfe2x8uOO6oYLb6GlOor3GF+swURAOmUJ+RwtEJs9WvTGEYxBXqI1MQAZhCfUQKRzDMVj+TwrAIV6jvSUEkYAr1LSkcyTBb/V+KYfX7xAeusq3sLDtGH3kEGACPWIflNZfhRQAAAABJRU5ErkJggg==)}}select:focus{outline:none;border:1px solid #8a8a8a;background-color:#fefefe;box-shadow:0 0 5px #cacaca;transition:box-shadow .5s,border-color .25s ease-in-out}select:disabled{background-color:#e6e6e6;cursor:not-allowed}select::-ms-expand{display:none}select[multiple]{height:auto;background-image:none}.is-invalid-input:not(:focus){border-color:#c60f13;background-color:#f8e6e7}.is-invalid-input:not(:focus)::-webkit-input-placeholder{color:#c60f13}.is-invalid-input:not(:focus)::-moz-placeholder{color:#c60f13}.is-invalid-input:not(:focus):-ms-input-placeholder{color:#c60f13}.form-error,.is-invalid-input:not(:focus)::placeholder,.is-invalid-label{color:#c60f13}.form-error{display:none;margin-top:-.5rem;margin-bottom:1rem;font-size:.75rem;font-weight:700}.form-error.is-visible{display:block}.float-left{float:left!important}.float-right{float:right!important}.float-center{display:block;margin-right:auto;margin-left:auto}.clearfix:after,.clearfix:before{display:table;content:" "}.clearfix:after{clear:both}.hide{display:none!important}.invisible{visibility:hidden}@media screen and (max-width:39.9375em){.hide-for-small-only{display:none!important}}@media screen and (max-width:0em),screen and (min-width:40em){.show-for-small-only{display:none!important}}@media print,screen and (min-width:40em){.hide-for-medium{display:none!important}}@media screen and (max-width:39.9375em){.show-for-medium{display:none!important}}@media screen and (min-width:40em) and (max-width:63.9375em){.hide-for-medium-only{display:none!important}}@media screen and (max-width:39.9375em),screen and (min-width:64em){.show-for-medium-only{display:none!important}}@media print,screen and (min-width:64em){.hide-for-large{display:none!important}}@media screen and (max-width:63.9375em){.show-for-large{display:none!important}}@media screen and (min-width:64em) and (max-width:74.9375em){.hide-for-large-only{display:none!important}}@media screen and (max-width:63.9375em),screen and (min-width:75em){.show-for-large-only{display:none!important}}.show-for-sr,.show-on-focus{position:absolute!important;width:1px;height:1px;overflow:hidden;clip:rect(0,0,0,0)}.show-on-focus:active,.show-on-focus:focus{position:static!important;width:auto;height:auto;overflow:visible;clip:auto}.hide-for-portrait,.show-for-landscape{display:block!important}@media screen and (orientation:landscape){.hide-for-portrait,.show-for-landscape{display:block!important}}@media screen and (orientation:portrait){.hide-for-portrait,.show-for-landscape{display:none!important}}.hide-for-landscape,.show-for-portrait{display:none!important}@media screen and (orientation:landscape){.hide-for-landscape,.show-for-portrait{display:none!important}}@media screen and (orientation:portrait){.hide-for-landscape,.show-for-portrait{display:block!important}}.button{display:inline-block;vertical-align:middle;margin:0 0 1rem;padding:.85em 1em;-webkit-appearance:none;border:1px solid transparent;border-radius:0;transition:background-color .25s ease-out,color .25s ease-out;font-size:.9rem;line-height:1;text-align:center;cursor:pointer;background-color:#5c2569;color:#fefefe}[data-whatinput=mouse] .button{outline:0}.button:focus,.button:hover{background-color:#4e1f59;color:#fefefe}.button.tiny{font-size:.6rem}.button.small{font-size:.75rem}.button.large{font-size:1.25rem}.button.expanded{display:block;width:100%;margin-right:0;margin-left:0}.button.primary{background-color:#5c2569;color:#fefefe}.button.primary:focus,.button.primary:hover{background-color:#4a1e54;color:#fefefe}.button.secondary{background-color:#9f44b4;color:#fefefe}.button.secondary:focus,.button.secondary:hover{background-color:#7f3690;color:#fefefe}.button.alert{background-color:#c60f13;color:#fefefe}.button.alert:focus,.button.alert:hover{background-color:#9e0c0f;color:#fefefe}.button.success{background-color:#5da423;color:#0a0a0a}.button.success:focus,.button.success:hover{background-color:#4a831c;color:#0a0a0a}.button.warning{background-color:#ffae00;color:#0a0a0a}.button.warning:focus,.button.warning:hover{background-color:#cc8b00;color:#0a0a0a}.button.body-font,.button.body-font:focus,.button.body-font:hover,.button.header,.button.header:focus,.button.header:hover{background-color:#000;color:#fefefe}.button.hollow{border:1px solid #5c2569;color:#5c2569}.button.hollow,.button.hollow:focus,.button.hollow:hover{background-color:transparent}.button.hollow:focus,.button.hollow:hover{border-color:#2e1335;color:#2e1335}.button.hollow.primary{border:1px solid #5c2569;color:#5c2569}.button.hollow.primary:focus,.button.hollow.primary:hover{border-color:#2e1335;color:#2e1335}.button.hollow.secondary{border:1px solid #9f44b4;color:#9f44b4}.button.hollow.secondary:focus,.button.hollow.secondary:hover{border-color:#50225a;color:#50225a}.button.hollow.alert{border:1px solid #c60f13;color:#c60f13}.button.hollow.alert:focus,.button.hollow.alert:hover{border-color:#63080a;color:#63080a}.button.hollow.success{border:1px solid #5da423;color:#5da423}.button.hollow.success:focus,.button.hollow.success:hover{border-color:#2f5212;color:#2f5212}.button.hollow.warning{border:1px solid #ffae00;color:#ffae00}.button.hollow.warning:focus,.button.hollow.warning:hover{border-color:#805700;color:#805700}.button.hollow.body-font{border:1px solid #000;color:#000}.button.hollow.body-font:focus,.button.hollow.body-font:hover{border-color:#000;color:#000}.button.hollow.header{border:1px solid #000;color:#000}.button.hollow.header:focus,.button.hollow.header:hover{border-color:#000;color:#000}.button.disabled,.button[disabled]{opacity:.25;cursor:not-allowed}.button.disabled:focus,.button.disabled:hover,.button[disabled]:focus,.button[disabled]:hover{background-color:#5c2569;color:#fefefe}.button.disabled.primary,.button[disabled].primary{opacity:.25;cursor:not-allowed}.button.disabled.primary:focus,.button.disabled.primary:hover,.button[disabled].primary:focus,.button[disabled].primary:hover{background-color:#5c2569;color:#fefefe}.button.disabled.secondary,.button[disabled].secondary{opacity:.25;cursor:not-allowed}.button.disabled.secondary:focus,.button.disabled.secondary:hover,.button[disabled].secondary:focus,.button[disabled].secondary:hover{background-color:#9f44b4;color:#fefefe}.button.disabled.alert,.button[disabled].alert{opacity:.25;cursor:not-allowed}.button.disabled.alert:focus,.button.disabled.alert:hover,.button[disabled].alert:focus,.button[disabled].alert:hover{background-color:#c60f13;color:#fefefe}.button.disabled.success,.button[disabled].success{opacity:.25;cursor:not-allowed}.button.disabled.success:focus,.button.disabled.success:hover,.button[disabled].success:focus,.button[disabled].success:hover{background-color:#5da423;color:#fefefe}.button.disabled.warning,.button[disabled].warning{opacity:.25;cursor:not-allowed}.button.disabled.warning:focus,.button.disabled.warning:hover,.button[disabled].warning:focus,.button[disabled].warning:hover{background-color:#ffae00;color:#fefefe}.button.disabled.body-font,.button[disabled].body-font{opacity:.25;cursor:not-allowed}.button.disabled.body-font:focus,.button.disabled.body-font:hover,.button[disabled].body-font:focus,.button[disabled].body-font:hover{background-color:#000;color:#fefefe}.button.disabled.header,.button[disabled].header{opacity:.25;cursor:not-allowed}.button.disabled.header:focus,.button.disabled.header:hover,.button[disabled].header:focus,.button[disabled].header:hover{background-color:#000;color:#fefefe}.button.dropdown:after{display:block;width:0;height:0;border:.4em inset;content:"";border-bottom-width:0;border-top-style:solid;border-color:#fefefe transparent transparent;position:relative;top:.4em;display:inline-block;float:right;margin-left:1em}.button.arrow-only:after{top:-.1em;float:none;margin-left:0}.close-button{position:absolute;color:#8a8a8a;cursor:pointer}[data-whatinput=mouse] .close-button{outline:0}.close-button:focus,.close-button:hover{color:#0a0a0a}.close-button.small{right:.66rem;top:.33em;font-size:1.5em;line-height:1}.close-button,.close-button.medium{right:1rem;top:.5rem;font-size:2em;line-height:1}.button-group{margin-bottom:1rem;font-size:0}.button-group:after,.button-group:before{display:table;content:" "}.button-group:after{clear:both}.button-group .button{margin:0;margin-right:1px;margin-bottom:1px;font-size:.9rem}.button-group .button:last-child{margin-right:0}.button-group.tiny .button{font-size:.6rem}.button-group.small .button{font-size:.75rem}.button-group.large .button{font-size:1.25rem}.button-group.expanded{margin-right:-1px}.button-group.expanded:after,.button-group.expanded:before{display:none}.button-group.expanded .button:first-child:nth-last-child(2),.button-group.expanded .button:first-child:nth-last-child(2):first-child:nth-last-child(2)~.button{display:inline-block;width:calc(50% - 1px);margin-right:1px}.button-group.expanded .button:first-child:nth-last-child(2):first-child:nth-last-child(2)~.button:last-child,.button-group.expanded .button:first-child:nth-last-child(2):last-child{margin-right:-6px}.button-group.expanded .button:first-child:nth-last-child(3),.button-group.expanded .button:first-child:nth-last-child(3):first-child:nth-last-child(3)~.button{display:inline-block;width:calc(33.33333% - 1px);margin-right:1px}.button-group.expanded .button:first-child:nth-last-child(3):first-child:nth-last-child(3)~.button:last-child,.button-group.expanded .button:first-child:nth-last-child(3):last-child{margin-right:-6px}.button-group.expanded .button:first-child:nth-last-child(4),.button-group.expanded .button:first-child:nth-last-child(4):first-child:nth-last-child(4)~.button{display:inline-block;width:calc(25% - 1px);margin-right:1px}.button-group.expanded .button:first-child:nth-last-child(4):first-child:nth-last-child(4)~.button:last-child,.button-group.expanded .button:first-child:nth-last-child(4):last-child{margin-right:-6px}.button-group.expanded .button:first-child:nth-last-child(5),.button-group.expanded .button:first-child:nth-last-child(5):first-child:nth-last-child(5)~.button{display:inline-block;width:calc(20% - 1px);margin-right:1px}.button-group.expanded .button:first-child:nth-last-child(5):first-child:nth-last-child(5)~.button:last-child,.button-group.expanded .button:first-child:nth-last-child(5):last-child{margin-right:-6px}.button-group.expanded .button:first-child:nth-last-child(6),.button-group.expanded .button:first-child:nth-last-child(6):first-child:nth-last-child(6)~.button{display:inline-block;width:calc(16.66667% - 1px);margin-right:1px}.button-group.expanded .button:first-child:nth-last-child(6):first-child:nth-last-child(6)~.button:last-child,.button-group.expanded .button:first-child:nth-last-child(6):last-child{margin-right:-6px}.button-group.primary .button{background-color:#5c2569;color:#fefefe}.button-group.primary .button:focus,.button-group.primary .button:hover{background-color:#4a1e54;color:#fefefe}.button-group.secondary .button{background-color:#9f44b4;color:#fefefe}.button-group.secondary .button:focus,.button-group.secondary .button:hover{background-color:#7f3690;color:#fefefe}.button-group.alert .button{background-color:#c60f13;color:#fefefe}.button-group.alert .button:focus,.button-group.alert .button:hover{background-color:#9e0c0f;color:#fefefe}.button-group.success .button{background-color:#5da423;color:#0a0a0a}.button-group.success .button:focus,.button-group.success .button:hover{background-color:#4a831c;color:#0a0a0a}.button-group.warning .button{background-color:#ffae00;color:#0a0a0a}.button-group.warning .button:focus,.button-group.warning .button:hover{background-color:#cc8b00;color:#0a0a0a}.button-group.body-font .button,.button-group.body-font .button:focus,.button-group.body-font .button:hover,.button-group.header .button,.button-group.header .button:focus,.button-group.header .button:hover{background-color:#000;color:#fefefe}.button-group.stacked-for-medium .button,.button-group.stacked-for-small .button,.button-group.stacked .button{width:100%}.button-group.stacked-for-medium .button:last-child,.button-group.stacked-for-small .button:last-child,.button-group.stacked .button:last-child{margin-bottom:0}@media print,screen and (min-width:40em){.button-group.stacked-for-small .button{width:auto;margin-bottom:0}}@media print,screen and (min-width:64em){.button-group.stacked-for-medium .button{width:auto;margin-bottom:0}}@media screen and (max-width:39.9375em){.button-group.stacked-for-small.expanded{display:block}.button-group.stacked-for-small.expanded .button{display:block;margin-right:0}}.slider{position:relative;height:.5rem;margin-top:1.25rem;margin-bottom:2.25rem;background-color:#e6e6e6;cursor:pointer;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;-ms-touch-action:none;touch-action:none}.slider-fill{position:absolute;top:0;left:0;display:inline-block;max-width:100%;height:.5rem;background-color:#cacaca;transition:all .2s ease-in-out}.slider-fill.is-dragging{transition:all 0s linear}.slider-handle{top:50%;transform:translateY(-50%);position:absolute;left:0;z-index:1;display:inline-block;width:1.4rem;height:1.4rem;border-radius:0;background-color:#5c2569;transition:all .2s ease-in-out;-ms-touch-action:manipulation;touch-action:manipulation}[data-whatinput=mouse] .slider-handle{outline:0}.slider-handle:hover{background-color:#4e1f59}.slider-handle.is-dragging{transition:all 0s linear}.slider.disabled,.slider[disabled]{opacity:.25;cursor:not-allowed}.slider.vertical{display:inline-block;width:.5rem;height:12.5rem;margin:0 1.25rem;transform:scaleY(-1)}.slider.vertical .slider-fill{top:0;width:.5rem;max-height:100%}.slider.vertical .slider-handle{position:absolute;top:0;left:50%;width:1.4rem;height:1.4rem;transform:translateX(-50%)}.switch{height:2rem;position:relative;margin-bottom:1rem;outline:0;font-size:.875rem;font-weight:700;color:#fefefe;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.switch-input{position:absolute;margin-bottom:0;opacity:0}.switch-paddle{position:relative;display:block;width:4rem;height:2rem;border-radius:0;background:#cacaca;transition:all .25s ease-out;font-weight:inherit;color:inherit;cursor:pointer}input+.switch-paddle{margin:0}.switch-paddle:after{position:absolute;top:.25rem;left:.25rem;display:block;width:1.5rem;height:1.5rem;transform:translateZ(0);border-radius:0;background:#fefefe;transition:all .25s ease-out;content:""}input:checked~.switch-paddle{background:#5c2569}input:checked~.switch-paddle:after{left:2.25rem}[data-whatinput=mouse] input:focus~.switch-paddle{outline:0}.switch-active,.switch-inactive{position:absolute;top:50%;transform:translateY(-50%)}.switch-active{left:8%;display:none}input:checked+label>.switch-active{display:block}.switch-inactive{right:15%}input:checked+label>.switch-inactive{display:none}.switch.tiny{height:1.5rem}.switch.tiny .switch-paddle{width:3rem;height:1.5rem;font-size:.625rem}.switch.tiny .switch-paddle:after{top:.25rem;left:.25rem;width:1rem;height:1rem}.switch.tiny input:checked~.switch-paddle:after{left:1.75rem}.switch.small{height:1.75rem}.switch.small .switch-paddle{width:3.5rem;height:1.75rem;font-size:.75rem}.switch.small .switch-paddle:after{top:.25rem;left:.25rem;width:1.25rem;height:1.25rem}.switch.small input:checked~.switch-paddle:after{left:2rem}.switch.large{height:2.5rem}.switch.large .switch-paddle{width:5rem;height:2.5rem;font-size:1rem}.switch.large .switch-paddle:after{top:.25rem;left:.25rem;width:2rem;height:2rem}.switch.large input:checked~.switch-paddle:after{left:2.75rem}.menu{margin:0;list-style-type:none}.menu>li{display:table-cell;vertical-align:middle}[data-whatinput=mouse] .menu>li{outline:0}.menu>li>a{display:block;padding:.7rem 1rem;line-height:1}.menu a,.menu button,.menu input,.menu select{margin-bottom:0}.menu>li>a i,.menu>li>a i+span,.menu>li>a img,.menu>li>a img+span,.menu>li>a svg,.menu>li>a svg+span{vertical-align:middle}.menu>li>a i,.menu>li>a img,.menu>li>a svg{margin-right:.25rem;display:inline-block}.menu.horizontal>li,.menu>li{display:table-cell}.menu.expanded{display:table;width:100%;table-layout:fixed}.menu.expanded>li:first-child:last-child{width:100%}.menu.vertical>li{display:block}@media print,screen and (min-width:40em){.menu.medium-horizontal>li{display:table-cell}.menu.medium-expanded{display:table;width:100%;table-layout:fixed}.menu.medium-expanded>li:first-child:last-child{width:100%}.menu.medium-vertical>li{display:block}}@media print,screen and (min-width:64em){.menu.large-horizontal>li{display:table-cell}.menu.large-expanded{display:table;width:100%;table-layout:fixed}.menu.large-expanded>li:first-child:last-child{width:100%}.menu.large-vertical>li{display:block}}.menu.simple li{display:inline-block;margin-right:1rem;line-height:1}.menu.simple a{padding:0}.menu.align-right:after,.menu.align-right:before{display:table;content:" "}.menu.align-right:after{clear:both}.menu.align-right>li{float:right}.menu.icon-top>li>a{text-align:center}.menu.icon-top>li>a i,.menu.icon-top>li>a img,.menu.icon-top>li>a svg{display:block;margin:0 auto .25rem}.menu.icon-top.vertical a>span{margin:auto}.menu.nested{margin-left:1rem}.menu .active>a{background:#5c2569;color:#fefefe}.menu.menu-bordered li{border:1px solid #e6e6e6}.menu.menu-bordered li:not(:first-child){border-top:0}.menu.menu-hover li:hover{background-color:#e6e6e6}.menu-text{padding-top:0;padding-bottom:0;padding:.7rem 1rem;font-weight:700;line-height:1;color:inherit}.menu-centered{text-align:center}.menu-centered>.menu{display:inline-block}.no-js [data-responsive-menu] ul{display:none}.is-drilldown{position:relative;overflow:hidden}.is-drilldown li{display:block}.is-drilldown.animate-height{transition:height .5s}.is-drilldown-submenu{position:absolute;top:0;left:100%;z-index:-1;width:100%;background:#fefefe;transition:transform .15s linear}.is-drilldown-submenu.is-active{z-index:1;display:block;transform:translateX(-100%)}.is-drilldown-submenu.is-closing{transform:translateX(100%)}.drilldown-submenu-cover-previous{min-height:100%}.is-drilldown-submenu-parent>a{position:relative}.is-drilldown-submenu-parent>a:after{display:block;width:0;height:0;border:6px inset;content:"";border-right-width:0;border-left-style:solid;border-color:transparent transparent transparent #5c2569;position:absolute;top:50%;margin-top:-6px;right:1rem}.js-drilldown-back>a:before{display:block;width:0;height:0;border:6px inset;content:"";border-right-style:solid;border-color:transparent #5c2569 transparent transparent;display:inline-block;vertical-align:middle;margin-right:.75rem;border-left-width:0}.is-accordion-submenu-parent>a{position:relative}.is-accordion-submenu-parent>a:after{display:block;width:0;height:0;border:6px inset;content:"";border-bottom-width:0;border-top-style:solid;border-color:#5c2569 transparent transparent;position:absolute;top:50%;margin-top:-3px;right:1rem}.is-accordion-submenu-parent[aria-expanded=true]>a:after{transform:rotate(180deg);transform-origin:50% 50%}.dropdown.menu>li.opens-left>.is-dropdown-submenu{top:100%;right:0;left:auto}.dropdown.menu>li.opens-right>.is-dropdown-submenu{top:100%;right:auto;left:0}.dropdown.menu>li.is-dropdown-submenu-parent>a{position:relative;padding-right:1.5rem}.dropdown.menu>li.is-dropdown-submenu-parent>a:after{display:block;width:0;height:0;border:6px inset;content:"";border-bottom-width:0;border-top-style:solid;border-color:#5c2569 transparent transparent;right:5px;margin-top:-3px}[data-whatinput=mouse] .dropdown.menu a{outline:0}.no-js .dropdown.menu ul{display:none}.dropdown.menu.vertical>li .is-dropdown-submenu{top:0}.dropdown.menu.vertical>li.opens-left>.is-dropdown-submenu{right:100%;left:auto}.dropdown.menu.vertical>li.opens-right>.is-dropdown-submenu{right:auto;left:100%}.dropdown.menu.vertical>li>a:after{right:14px}.dropdown.menu.vertical>li.opens-left>a:after{display:block;width:0;height:0;border:6px inset;content:"";border-left-width:0;border-right-style:solid;border-color:transparent #5c2569 transparent transparent}.dropdown.menu.vertical>li.opens-right>a:after{display:block;width:0;height:0;border:6px inset;content:"";border-right-width:0;border-left-style:solid;border-color:transparent transparent transparent #5c2569}@media print,screen and (min-width:40em){.dropdown.menu.medium-horizontal>li.opens-left>.is-dropdown-submenu{top:100%;right:0;left:auto}.dropdown.menu.medium-horizontal>li.opens-right>.is-dropdown-submenu{top:100%;right:auto;left:0}.dropdown.menu.medium-horizontal>li.is-dropdown-submenu-parent>a{position:relative;padding-right:1.5rem}.dropdown.menu.medium-horizontal>li.is-dropdown-submenu-parent>a:after{display:block;width:0;height:0;border:6px inset;content:"";border-bottom-width:0;border-top-style:solid;border-color:#5c2569 transparent transparent;right:5px;margin-top:-3px}.dropdown.menu.medium-vertical>li .is-dropdown-submenu{top:0}.dropdown.menu.medium-vertical>li.opens-left>.is-dropdown-submenu{right:100%;left:auto}.dropdown.menu.medium-vertical>li.opens-right>.is-dropdown-submenu{right:auto;left:100%}.dropdown.menu.medium-vertical>li>a:after{right:14px}.dropdown.menu.medium-vertical>li.opens-left>a:after{display:block;width:0;height:0;border:6px inset;content:"";border-left-width:0;border-right-style:solid;border-color:transparent #5c2569 transparent transparent}.dropdown.menu.medium-vertical>li.opens-right>a:after{display:block;width:0;height:0;border:6px inset;content:"";border-right-width:0;border-left-style:solid;border-color:transparent transparent transparent #5c2569}}@media print,screen and (min-width:64em){.dropdown.menu.large-horizontal>li.opens-left>.is-dropdown-submenu{top:100%;right:0;left:auto}.dropdown.menu.large-horizontal>li.opens-right>.is-dropdown-submenu{top:100%;right:auto;left:0}.dropdown.menu.large-horizontal>li.is-dropdown-submenu-parent>a{position:relative;padding-right:1.5rem}.dropdown.menu.large-horizontal>li.is-dropdown-submenu-parent>a:after{display:block;width:0;height:0;border:6px inset;content:"";border-bottom-width:0;border-top-style:solid;border-color:#5c2569 transparent transparent;right:5px;margin-top:-3px}.dropdown.menu.large-vertical>li .is-dropdown-submenu{top:0}.dropdown.menu.large-vertical>li.opens-left>.is-dropdown-submenu{right:100%;left:auto}.dropdown.menu.large-vertical>li.opens-right>.is-dropdown-submenu{right:auto;left:100%}.dropdown.menu.large-vertical>li>a:after{right:14px}.dropdown.menu.large-vertical>li.opens-left>a:after{display:block;width:0;height:0;border:6px inset;content:"";border-left-width:0;border-right-style:solid;border-color:transparent #5c2569 transparent transparent}.dropdown.menu.large-vertical>li.opens-right>a:after{display:block;width:0;height:0;border:6px inset;content:"";border-right-width:0;border-left-style:solid;border-color:transparent transparent transparent #5c2569}}.dropdown.menu.align-right .is-dropdown-submenu.first-sub{top:100%;right:0;left:auto}.is-dropdown-menu.vertical{width:100px}.is-dropdown-menu.vertical.align-right{float:right}.is-dropdown-submenu-parent{position:relative}.is-dropdown-submenu-parent a:after{position:absolute;top:50%;right:5px;margin-top:-6px}.is-dropdown-submenu-parent.opens-inner>.is-dropdown-submenu{top:100%;left:auto}.is-dropdown-submenu-parent.opens-left>.is-dropdown-submenu{right:100%;left:auto}.is-dropdown-submenu-parent.opens-right>.is-dropdown-submenu{right:auto;left:100%}.is-dropdown-submenu{position:absolute;top:0;left:100%;z-index:1;display:none;min-width:200px;border:1px solid #cacaca;background:#fefefe}.is-dropdown-submenu .is-dropdown-submenu-parent>a:after{right:14px}.is-dropdown-submenu .is-dropdown-submenu-parent.opens-left>a:after{display:block;width:0;height:0;border:6px inset;content:"";border-left-width:0;border-right-style:solid;border-color:transparent #5c2569 transparent transparent}.is-dropdown-submenu .is-dropdown-submenu-parent.opens-right>a:after{display:block;width:0;height:0;border:6px inset;content:"";border-right-width:0;border-left-style:solid;border-color:transparent transparent transparent #5c2569}.is-dropdown-submenu .is-dropdown-submenu{margin-top:-1px}.is-dropdown-submenu>li{width:100%}.is-dropdown-submenu.js-dropdown-active{display:block}.title-bar{padding:.5rem;background:#0a0a0a;color:#fefefe}.title-bar:after,.title-bar:before{display:table;content:" "}.title-bar:after{clear:both}.title-bar .menu-icon{margin-left:.25rem;margin-right:.25rem}.title-bar-left{float:left}.title-bar-right{float:right;text-align:right}.title-bar-title{display:inline-block;vertical-align:middle;font-weight:700}.top-bar{padding:.5rem}.top-bar:after,.top-bar:before{display:table;content:" "}.top-bar:after{clear:both}.top-bar,.top-bar ul{background-color:#e6e6e6}.top-bar input{max-width:200px;margin-right:1rem}.top-bar .input-group-field{width:100%;margin-right:0}.top-bar input.button{width:auto}.top-bar .top-bar-left,.top-bar .top-bar-right{width:100%}@media print,screen and (min-width:40em){.top-bar .top-bar-left,.top-bar .top-bar-right{width:auto}}@media screen and (max-width:63.9375em){.top-bar.stacked-for-medium .top-bar-left,.top-bar.stacked-for-medium .top-bar-right{width:100%}}@media screen and (max-width:74.9375em){.top-bar.stacked-for-large .top-bar-left,.top-bar.stacked-for-large .top-bar-right{width:100%}}.top-bar-title{display:inline-block;float:left;padding:.5rem 1rem .5rem 0}.top-bar-title .menu-icon{bottom:2px}.top-bar-left{float:left}.top-bar-right{float:right}.breadcrumbs{margin:0 0 1rem;list-style:none}.breadcrumbs:after,.breadcrumbs:before{display:table;content:" "}.breadcrumbs:after{clear:both}.breadcrumbs li{float:left;font-size:.6875rem;color:#0a0a0a;cursor:default;text-transform:uppercase}.breadcrumbs li:not(:last-child):after{position:relative;top:1px;margin:0 .75rem;opacity:1;content:"/";color:#cacaca}.breadcrumbs a{color:#5c2569}.breadcrumbs a:hover{text-decoration:underline}.breadcrumbs .disabled{color:#cacaca;cursor:not-allowed}.pagination{margin-left:0;margin-bottom:1rem}.pagination:after,.pagination:before{display:table;content:" "}.pagination:after{clear:both}.pagination li{margin-right:.0625rem;border-radius:0;font-size:.875rem;display:none}.pagination li:first-child,.pagination li:last-child{display:inline-block}@media print,screen and (min-width:40em){.pagination li{display:inline-block}}.pagination a,.pagination button{display:block;padding:.1875rem .625rem;border-radius:0;color:#0a0a0a}.pagination a:hover,.pagination button:hover{background:#e6e6e6}.pagination .current{padding:.1875rem .625rem;background:#5c2569;color:#fefefe;cursor:default}.pagination .disabled{padding:.1875rem .625rem;color:#cacaca;cursor:not-allowed}.pagination .disabled:hover{background:transparent}.pagination .ellipsis:after{padding:.1875rem .625rem;content:"\2026";color:#0a0a0a}.pagination-previous.disabled:before,.pagination-previous a:before{display:inline-block;margin-right:.5rem;content:"\00ab"}.pagination-next.disabled:after,.pagination-next a:after{display:inline-block;margin-left:.5rem;content:"\00bb"}.accordion{margin-left:0;background:#fefefe;list-style-type:none}.accordion-item:first-child>:first-child,.accordion-item:last-child>:last-child{border-radius:0 0 0 0}.accordion-title{position:relative;display:block;padding:1.25rem 1rem;border:1px solid #e6e6e6;border-bottom:0;font-size:.75rem;line-height:1;color:#5c2569}:last-child:not(.is-active)>.accordion-title{border-bottom:1px solid #e6e6e6;border-radius:0 0 0 0}.accordion-title:focus,.accordion-title:hover{background-color:#e6e6e6}.accordion-title:before{position:absolute;top:50%;right:1rem;margin-top:-.5rem;content:"+"}.is-active>.accordion-title:before{content:"–"}.accordion-content{display:none;padding:1rem;border:1px solid #e6e6e6;border-bottom:0;background-color:#fefefe;color:#0a0a0a}:last-child>.accordion-content:last-child{border-bottom:1px solid #e6e6e6}.dropdown-pane{position:absolute;z-index:10;display:block;width:300px;padding:1rem;visibility:hidden;border:1px solid #cacaca;border-radius:0;background-color:#fefefe;font-size:1rem}.dropdown-pane.is-open{visibility:visible}.dropdown-pane.tiny{width:100px}.dropdown-pane.small{width:200px}.dropdown-pane.large{width:400px}.is-off-canvas-open{overflow:hidden}.js-off-canvas-overlay{position:absolute;top:0;left:0;width:100%;height:100%;transition:opacity .5s ease,visibility .5s ease;background:hsla(0,0%,100%,.25);opacity:0;visibility:hidden;overflow:hidden}.js-off-canvas-overlay.is-visible{opacity:1;visibility:visible}.js-off-canvas-overlay.is-closable{cursor:pointer}.js-off-canvas-overlay.is-overlay-absolute{position:absolute}.js-off-canvas-overlay.is-overlay-fixed{position:fixed}.off-canvas-wrapper{position:relative;overflow:hidden}.off-canvas{position:fixed;z-index:1;transition:transform .5s ease;-webkit-backface-visibility:hidden;backface-visibility:hidden;background:#e6e6e6}[data-whatinput=mouse] .off-canvas{outline:0}.off-canvas.is-transition-overlap{z-index:10}.off-canvas.is-transition-overlap.is-open{box-shadow:0 0 10px hsla(0,0%,4%,.7)}.off-canvas.is-open{transform:translate(0)}.off-canvas-absolute{position:absolute;z-index:1;transition:transform .5s ease;-webkit-backface-visibility:hidden;backface-visibility:hidden;background:#e6e6e6}[data-whatinput=mouse] .off-canvas-absolute{outline:0}.off-canvas-absolute.is-transition-overlap{z-index:10}.off-canvas-absolute.is-transition-overlap.is-open{box-shadow:0 0 10px hsla(0,0%,4%,.7)}.off-canvas-absolute.is-open{transform:translate(0)}.position-left{top:0;left:0;width:250px;height:100%;transform:translateX(-250px);overflow-y:auto}.position-left.is-open~.off-canvas-content{transform:translateX(250px)}.position-left.is-transition-push:after{position:absolute;top:0;right:0;height:100%;width:1px;box-shadow:0 0 10px hsla(0,0%,4%,.7);content:" "}.position-left.is-transition-overlap.is-open~.off-canvas-content{transform:none}.position-right{top:0;right:0;width:250px;height:100%;transform:translateX(250px);overflow-y:auto}.position-right.is-open~.off-canvas-content{transform:translateX(-250px)}.position-right.is-transition-push:after{position:absolute;top:0;left:0;height:100%;width:1px;box-shadow:0 0 10px hsla(0,0%,4%,.7);content:" "}.position-right.is-transition-overlap.is-open~.off-canvas-content{transform:none}.position-top{top:0;left:0;width:100%;height:250px;transform:translateY(-250px);overflow-x:auto}.position-top.is-open~.off-canvas-content{transform:translateY(250px)}.position-top.is-transition-push:after{position:absolute;bottom:0;left:0;height:1px;width:100%;box-shadow:0 0 10px hsla(0,0%,4%,.7);content:" "}.position-top.is-transition-overlap.is-open~.off-canvas-content{transform:none}.position-bottom{bottom:0;left:0;width:100%;height:250px;transform:translateY(250px);overflow-x:auto}.position-bottom.is-open~.off-canvas-content{transform:translateY(-250px)}.position-bottom.is-transition-push:after{position:absolute;top:0;left:0;height:1px;width:100%;box-shadow:0 0 10px hsla(0,0%,4%,.7);content:" "}.position-bottom.is-transition-overlap.is-open~.off-canvas-content{transform:none}.off-canvas-content{transition:transform .5s ease;-webkit-backface-visibility:hidden;backface-visibility:hidden}@media print,screen and (min-width:40em){.position-left.reveal-for-medium{transform:none;z-index:1}.position-left.reveal-for-medium~.off-canvas-content{margin-left:250px}.position-right.reveal-for-medium{transform:none;z-index:1}.position-right.reveal-for-medium~.off-canvas-content{margin-right:250px}.position-top.reveal-for-medium{transform:none;z-index:1}.position-top.reveal-for-medium~.off-canvas-content{margin-top:250px}.position-bottom.reveal-for-medium{transform:none;z-index:1}.position-bottom.reveal-for-medium~.off-canvas-content{margin-bottom:250px}}@media print,screen and (min-width:64em){.position-left.reveal-for-large{transform:none;z-index:1}.position-left.reveal-for-large~.off-canvas-content{margin-left:250px}.position-right.reveal-for-large{transform:none;z-index:1}.position-right.reveal-for-large~.off-canvas-content{margin-right:250px}.position-top.reveal-for-large{transform:none;z-index:1}.position-top.reveal-for-large~.off-canvas-content{margin-top:250px}.position-bottom.reveal-for-large{transform:none;z-index:1}.position-bottom.reveal-for-large~.off-canvas-content{margin-bottom:250px}}.tabs{margin:0;border:1px solid #e6e6e6;background:#fefefe;list-style-type:none}.tabs:after,.tabs:before{display:table;content:" "}.tabs:after{clear:both}.tabs.vertical>li{display:block;float:none;width:auto}.tabs.simple>li>a{padding:0}.tabs.simple>li>a:hover{background:transparent}.tabs.primary{background:#5c2569}.tabs.primary>li>a{color:#fefefe}.tabs.primary>li>a:focus,.tabs.primary>li>a:hover{background:#682a77}.tabs-title{float:left}.tabs-title>a{display:block;padding:1.25rem 1.5rem;font-size:.75rem;line-height:1;color:#5c2569}.tabs-title>a:hover{background:#fefefe;color:#4f205a}.tabs-title>a:focus,.tabs-title>a[aria-selected=true]{background:#e6e6e6;color:#5c2569}.tabs-content{border:1px solid #e6e6e6;border-top:0;background:#fefefe;color:#0a0a0a;transition:all .5s ease}.tabs-content.vertical{border:1px solid #e6e6e6;border-left:0}.tabs-panel{display:none;padding:1rem}.tabs-panel[aria-hidden=false]{display:block}.callout{position:relative;margin:0 0 1rem;padding:1rem;border:1px solid hsla(0,0%,4%,.25);border-radius:0;background-color:#fff;color:#0a0a0a}.callout>:first-child{margin-top:0}.callout>:last-child{margin-bottom:0}.callout.primary{background-color:#ecd6f1;color:#0a0a0a}.callout.secondary{background-color:#f1e2f4;color:#0a0a0a}.callout.alert{background-color:#fcd6d6;color:#0a0a0a}.callout.success{background-color:#e6f7d9;color:#0a0a0a}.callout.warning{background-color:#fff3d9;color:#0a0a0a}.callout.body-font,.callout.header{background-color:#d9d9d9;color:#0a0a0a}.callout.small{padding:.5rem}.callout.large{padding:3rem}.card{margin-bottom:1rem;border:1px solid #e6e6e6;border-radius:0;background:#fefefe;box-shadow:none;overflow:hidden;color:#0a0a0a}.card>:last-child{margin-bottom:0}.card-divider{padding:1rem;background:#e6e6e6}.card-divider>:last-child{margin-bottom:0}.card-section{padding:1rem}.card-section>:last-child{margin-bottom:0}.media-object{display:block;margin-bottom:1rem}.media-object img{max-width:none}@media screen and (max-width:39.9375em){.media-object.stack-for-small .media-object-section{padding:0;padding-bottom:1rem;display:block}.media-object.stack-for-small .media-object-section img{width:100%}}.media-object-section{display:table-cell;vertical-align:top}.media-object-section:first-child{padding-right:1rem}.media-object-section:last-child:not(:nth-child(2)){padding-left:1rem}.media-object-section>:last-child{margin-bottom:0}.media-object-section.middle{vertical-align:middle}.media-object-section.bottom{vertical-align:bottom}body.is-reveal-open{overflow:hidden}html.is-reveal-open,html.is-reveal-open body{min-height:100%;overflow:hidden;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.reveal-overlay{position:fixed;top:0;right:0;bottom:0;left:0;z-index:1005;display:none;background-color:hsla(0,0%,4%,.45);overflow-y:scroll}.reveal{z-index:1006;-webkit-backface-visibility:hidden;backface-visibility:hidden;display:none;padding:1rem;border:1px solid #cacaca;border-radius:0;background-color:#fefefe;position:relative;top:100px;margin-right:auto;margin-left:auto;overflow-y:auto}[data-whatinput=mouse] .reveal{outline:0}@media print,screen and (min-width:40em){.reveal{min-height:0}}.reveal .column,.reveal .columns{min-width:0}.reveal>:last-child{margin-bottom:0}@media print,screen and (min-width:40em){.reveal{width:600px;max-width:100rem}}@media print,screen and (min-width:40em){.reveal .reveal{right:auto;left:auto;margin:0 auto}}.reveal.collapse{padding:0}@media print,screen and (min-width:40em){.reveal.tiny{width:30%;max-width:100rem}}@media print,screen and (min-width:40em){.reveal.small{width:50%;max-width:100rem}}@media print,screen and (min-width:40em){.reveal.large{width:90%;max-width:100rem}}.reveal.full{top:0;left:0;width:100%;max-width:none;height:100%;height:100vh;min-height:100vh;margin-left:0;border:0;border-radius:0}@media screen and (max-width:39.9375em){.reveal{top:0;left:0;width:100%;max-width:none;height:100%;height:100vh;min-height:100vh;margin-left:0;border:0;border-radius:0}}.reveal.without-overlay{position:fixed}table{width:100%;margin-bottom:1rem;border-radius:0}table tbody,table tfoot,table thead{border:1px solid #f1f1f1;background-color:#fefefe}table caption{padding:.5rem .625rem .625rem;font-weight:700}table thead{background:#f8f8f8;color:#0a0a0a}table tfoot{background:#f1f1f1;color:#0a0a0a}table tfoot tr,table thead tr{background:transparent}table tfoot td,table tfoot th,table thead td,table thead th{padding:.5rem .625rem .625rem;font-weight:700;text-align:left}table tbody td,table tbody th{padding:.5rem .625rem .625rem}table tbody tr:nth-child(even){border-bottom:0;background-color:#f1f1f1}table.unstriped tbody{background-color:#fefefe}table.unstriped tbody tr{border-bottom:0;border-bottom:1px solid #f1f1f1;background-color:#fefefe}@media screen and (max-width:63.9375em){table.stack tfoot,table.stack thead{display:none}table.stack td,table.stack th,table.stack tr{display:block}table.stack td{border-top:0}}table.scroll{display:block;width:100%;overflow-x:auto}table.hover thead tr:hover{background-color:#f3f3f3}table.hover tfoot tr:hover{background-color:#ececec}table.hover tbody tr:hover{background-color:#f9f9f9}table.hover:not(.unstriped) tr:nth-of-type(even):hover{background-color:#ececec}.table-scroll{overflow-x:auto}.table-scroll table{width:auto}.badge{display:inline-block;min-width:2.1em;padding:.3em;border-radius:50%;font-size:.6rem;text-align:center}.badge,.badge.primary{background:#5c2569;color:#fefefe}.badge.secondary{background:#9f44b4;color:#fefefe}.badge.alert{background:#c60f13;color:#fefefe}.badge.success{background:#5da423;color:#0a0a0a}.badge.warning{background:#ffae00;color:#0a0a0a}.badge.body-font,.badge.header{background:#000;color:#fefefe}.label{display:inline-block;padding:.33333rem .5rem;border-radius:0;font-size:.8rem;line-height:1;white-space:nowrap;cursor:default}.label,.label.primary{background:#5c2569;color:#fefefe}.label.secondary{background:#9f44b4;color:#fefefe}.label.alert{background:#c60f13;color:#fefefe}.label.success{background:#5da423;color:#0a0a0a}.label.warning{background:#ffae00;color:#0a0a0a}.label.body-font,.label.header{background:#000;color:#fefefe}.progress{height:1rem;margin-bottom:1rem;border-radius:0;background-color:#cacaca}.progress.primary .progress-meter{background-color:#5c2569}.progress.secondary .progress-meter{background-color:#9f44b4}.progress.alert .progress-meter{background-color:#c60f13}.progress.success .progress-meter{background-color:#5da423}.progress.warning .progress-meter{background-color:#ffae00}.progress.body-font .progress-meter,.progress.header .progress-meter{background-color:#000}.progress-meter{position:relative;display:block;width:0;height:100%;background-color:#5c2569}.progress-meter-text{top:50%;left:50%;transform:translate(-50%,-50%);position:absolute;margin:0;font-size:.75rem;font-weight:700;color:#fefefe;white-space:nowrap}.has-tip{position:relative;display:inline-block;border-bottom:1px dotted #8a8a8a;font-weight:700;cursor:help}.tooltip{position:absolute;top:calc(100% + .6495rem);z-index:1200;max-width:10rem;padding:.75rem;border-radius:0;background-color:#0a0a0a;font-size:80%;color:#fefefe}.tooltip:before{border:.75rem inset;border-top-width:0;border-bottom-style:solid;border-color:transparent transparent #0a0a0a;position:absolute;bottom:100%;left:50%;transform:translateX(-50%)}.tooltip.top:before,.tooltip:before{display:block;width:0;height:0;content:""}.tooltip.top:before{border:.75rem inset;border-bottom-width:0;border-top-style:solid;border-color:#0a0a0a transparent transparent;top:100%;bottom:auto}.tooltip.left:before{border:.75rem inset;border-right-width:0;border-left-style:solid;border-color:transparent transparent transparent #0a0a0a;left:100%}.tooltip.left:before,.tooltip.right:before{display:block;width:0;height:0;content:"";top:50%;bottom:auto;transform:translateY(-50%)}.tooltip.right:before{border:.75rem inset;border-left-width:0;border-right-style:solid;border-color:transparent #0a0a0a transparent transparent;right:100%;left:auto}.flex-video,.responsive-embed{position:relative;height:0;margin-bottom:1rem;padding-bottom:75%;overflow:hidden}.flex-video embed,.flex-video iframe,.flex-video object,.flex-video video,.responsive-embed embed,.responsive-embed iframe,.responsive-embed object,.responsive-embed video{position:absolute;top:0;left:0;width:100%;height:100%}.flex-video.widescreen,.responsive-embed.widescreen{padding-bottom:56.25%}.orbit,.orbit-container{position:relative}.orbit-container{height:0;margin:0;list-style:none;overflow:hidden}.orbit-slide{width:100%}.orbit-slide.no-motionui.is-active{top:0;left:0}.orbit-figure{margin:0}.orbit-image{width:100%;max-width:100%;margin:0}.orbit-caption{bottom:0;width:100%;margin-bottom:0;background-color:hsla(0,0%,4%,.5)}.orbit-caption,.orbit-next,.orbit-previous{position:absolute;padding:1rem;color:#fefefe}.orbit-next,.orbit-previous{top:50%;transform:translateY(-50%);z-index:10}[data-whatinput=mouse] .orbit-next,[data-whatinput=mouse] .orbit-previous{outline:0}.orbit-next:active,.orbit-next:focus,.orbit-next:hover,.orbit-previous:active,.orbit-previous:focus,.orbit-previous:hover{background-color:hsla(0,0%,4%,.5)}.orbit-previous{left:0}.orbit-next{left:auto;right:0}.orbit-bullets{position:relative;margin-top:.8rem;margin-bottom:.8rem;text-align:center}[data-whatinput=mouse] .orbit-bullets{outline:0}.orbit-bullets button{width:1.2rem;height:1.2rem;margin:.1rem;border-radius:50%;background-color:#cacaca}.orbit-bullets button.is-active,.orbit-bullets button:hover{background-color:#8a8a8a}.thumbnail{display:inline-block;max-width:100%;margin-bottom:1rem;border:4px solid #fefefe;border-radius:0;box-shadow:0 0 0 1px hsla(0,0%,4%,.2);line-height:0}a.thumbnail{transition:box-shadow .2s ease-out}a.thumbnail:focus,a.thumbnail:hover{box-shadow:0 0 6px 1px rgba(92,37,105,.5)}a.thumbnail image{box-shadow:none}.sticky,.sticky-container{position:relative}.sticky{z-index:0;transform:translateZ(0)}.sticky.is-stuck{position:fixed;z-index:5}.sticky.is-stuck.is-at-top{top:0}.sticky.is-stuck.is-at-bottom{bottom:0}.sticky.is-anchored{position:relative;right:auto;left:auto}.sticky.is-anchored.is-at-bottom{bottom:0}.row{max-width:100rem;margin-right:auto;margin-left:auto}.row:after,.row:before{display:table;content:" "}.row:after{clear:both}.row.collapse>.column,.row.collapse>.columns{padding-right:0;padding-left:0}.row .row{margin-right:-.5625rem;margin-left:-.5625rem}@media print,screen and (min-width:40em){.row .row{margin-right:-.5625rem;margin-left:-.5625rem}}@media print,screen and (min-width:64em){.row .row{margin-right:-.5625rem;margin-left:-.5625rem}}.row .row.collapse{margin-right:0;margin-left:0}.row.expanded{max-width:none}.row.expanded .row{margin-right:auto;margin-left:auto}.column,.columns{width:100%;float:left;padding-right:.5625rem;padding-left:.5625rem}.column:last-child:not(:first-child),.columns:last-child:not(:first-child){float:right}.column.end:last-child:last-child,.end.columns:last-child:last-child{float:left}.column.row.row,.row.row.columns{float:none}.row .column.row.row,.row .row.row.columns{margin-right:0;margin-left:0;padding-right:0;padding-left:0}.small-1{width:5.55556%}.small-push-1{position:relative;left:5.55556%}.small-pull-1{position:relative;left:-5.55556%}.small-offset-0{margin-left:0}.small-2{width:11.11111%}.small-push-2{position:relative;left:11.11111%}.small-pull-2{position:relative;left:-11.11111%}.small-offset-1{margin-left:5.55556%}.small-3{width:16.66667%}.small-push-3{position:relative;left:16.66667%}.small-pull-3{position:relative;left:-16.66667%}.small-offset-2{margin-left:11.11111%}.small-4{width:22.22222%}.small-push-4{position:relative;left:22.22222%}.small-pull-4{position:relative;left:-22.22222%}.small-offset-3{margin-left:16.66667%}.small-5{width:27.77778%}.small-push-5{position:relative;left:27.77778%}.small-pull-5{position:relative;left:-27.77778%}.small-offset-4{margin-left:22.22222%}.small-6{width:33.33333%}.small-push-6{position:relative;left:33.33333%}.small-pull-6{position:relative;left:-33.33333%}.small-offset-5{margin-left:27.77778%}.small-7{width:38.88889%}.small-push-7{position:relative;left:38.88889%}.small-pull-7{position:relative;left:-38.88889%}.small-offset-6{margin-left:33.33333%}.small-8{width:44.44444%}.small-push-8{position:relative;left:44.44444%}.small-pull-8{position:relative;left:-44.44444%}.small-offset-7{margin-left:38.88889%}.small-9{width:50%}.small-push-9{position:relative;left:50%}.small-pull-9{position:relative;left:-50%}.small-offset-8{margin-left:44.44444%}.small-10{width:55.55556%}.small-push-10{position:relative;left:55.55556%}.small-pull-10{position:relative;left:-55.55556%}.small-offset-9{margin-left:50%}.small-11{width:61.11111%}.small-push-11{position:relative;left:61.11111%}.small-pull-11{position:relative;left:-61.11111%}.small-offset-10{margin-left:55.55556%}.small-12{width:66.66667%}.small-push-12{position:relative;left:66.66667%}.small-pull-12{position:relative;left:-66.66667%}.small-offset-11{margin-left:61.11111%}.small-13{width:72.22222%}.small-push-13{position:relative;left:72.22222%}.small-pull-13{position:relative;left:-72.22222%}.small-offset-12{margin-left:66.66667%}.small-14{width:77.77778%}.small-push-14{position:relative;left:77.77778%}.small-pull-14{position:relative;left:-77.77778%}.small-offset-13{margin-left:72.22222%}.small-15{width:83.33333%}.small-push-15{position:relative;left:83.33333%}.small-pull-15{position:relative;left:-83.33333%}.small-offset-14{margin-left:77.77778%}.small-16{width:88.88889%}.small-push-16{position:relative;left:88.88889%}.small-pull-16{position:relative;left:-88.88889%}.small-offset-15{margin-left:83.33333%}.small-17{width:94.44444%}.small-push-17{position:relative;left:94.44444%}.small-pull-17{position:relative;left:-94.44444%}.small-offset-16{margin-left:88.88889%}.small-18{width:100%}.small-offset-17{margin-left:94.44444%}.small-up-1>.column,.small-up-1>.columns{float:left;width:100%}.small-up-1>.column:nth-of-type(1n),.small-up-1>.columns:nth-of-type(1n){clear:none}.small-up-1>.column:nth-of-type(1n+1),.small-up-1>.columns:nth-of-type(1n+1){clear:both}.small-up-1>.column:last-child,.small-up-1>.columns:last-child{float:left}.small-up-2>.column,.small-up-2>.columns{float:left;width:50%}.small-up-2>.column:nth-of-type(1n),.small-up-2>.columns:nth-of-type(1n){clear:none}.small-up-2>.column:nth-of-type(2n+1),.small-up-2>.columns:nth-of-type(2n+1){clear:both}.small-up-2>.column:last-child,.small-up-2>.columns:last-child{float:left}.small-up-3>.column,.small-up-3>.columns{float:left;width:33.33333%}.small-up-3>.column:nth-of-type(1n),.small-up-3>.columns:nth-of-type(1n){clear:none}.small-up-3>.column:nth-of-type(3n+1),.small-up-3>.columns:nth-of-type(3n+1){clear:both}.small-up-3>.column:last-child,.small-up-3>.columns:last-child{float:left}.small-up-4>.column,.small-up-4>.columns{float:left;width:25%}.small-up-4>.column:nth-of-type(1n),.small-up-4>.columns:nth-of-type(1n){clear:none}.small-up-4>.column:nth-of-type(4n+1),.small-up-4>.columns:nth-of-type(4n+1){clear:both}.small-up-4>.column:last-child,.small-up-4>.columns:last-child{float:left}.small-up-5>.column,.small-up-5>.columns{float:left;width:20%}.small-up-5>.column:nth-of-type(1n),.small-up-5>.columns:nth-of-type(1n){clear:none}.small-up-5>.column:nth-of-type(5n+1),.small-up-5>.columns:nth-of-type(5n+1){clear:both}.small-up-5>.column:last-child,.small-up-5>.columns:last-child{float:left}.small-up-6>.column,.small-up-6>.columns{float:left;width:16.66667%}.small-up-6>.column:nth-of-type(1n),.small-up-6>.columns:nth-of-type(1n){clear:none}.small-up-6>.column:nth-of-type(6n+1),.small-up-6>.columns:nth-of-type(6n+1){clear:both}.small-up-6>.column:last-child,.small-up-6>.columns:last-child{float:left}.small-up-7>.column,.small-up-7>.columns{float:left;width:14.28571%}.small-up-7>.column:nth-of-type(1n),.small-up-7>.columns:nth-of-type(1n){clear:none}.small-up-7>.column:nth-of-type(7n+1),.small-up-7>.columns:nth-of-type(7n+1){clear:both}.small-up-7>.column:last-child,.small-up-7>.columns:last-child{float:left}.small-up-8>.column,.small-up-8>.columns{float:left;width:12.5%}.small-up-8>.column:nth-of-type(1n),.small-up-8>.columns:nth-of-type(1n){clear:none}.small-up-8>.column:nth-of-type(8n+1),.small-up-8>.columns:nth-of-type(8n+1){clear:both}.small-up-8>.column:last-child,.small-up-8>.columns:last-child{float:left}.small-collapse>.column,.small-collapse>.columns{padding-right:0;padding-left:0}.expanded.row .small-collapse.row,.small-collapse .row{margin-right:0;margin-left:0}.small-uncollapse>.column,.small-uncollapse>.columns{padding-right:.5625rem;padding-left:.5625rem}.small-centered{margin-right:auto;margin-left:auto}.small-centered,.small-centered:last-child:not(:first-child){float:none;clear:both}.small-pull-0,.small-push-0,.small-uncentered{position:static;float:left;margin-right:0;margin-left:0}@media print,screen and (min-width:40em){.medium-1{width:5.55556%}.medium-push-1{position:relative;left:5.55556%}.medium-pull-1{position:relative;left:-5.55556%}.medium-offset-0{margin-left:0}.medium-2{width:11.11111%}.medium-push-2{position:relative;left:11.11111%}.medium-pull-2{position:relative;left:-11.11111%}.medium-offset-1{margin-left:5.55556%}.medium-3{width:16.66667%}.medium-push-3{position:relative;left:16.66667%}.medium-pull-3{position:relative;left:-16.66667%}.medium-offset-2{margin-left:11.11111%}.medium-4{width:22.22222%}.medium-push-4{position:relative;left:22.22222%}.medium-pull-4{position:relative;left:-22.22222%}.medium-offset-3{margin-left:16.66667%}.medium-5{width:27.77778%}.medium-push-5{position:relative;left:27.77778%}.medium-pull-5{position:relative;left:-27.77778%}.medium-offset-4{margin-left:22.22222%}.medium-6{width:33.33333%}.medium-push-6{position:relative;left:33.33333%}.medium-pull-6{position:relative;left:-33.33333%}.medium-offset-5{margin-left:27.77778%}.medium-7{width:38.88889%}.medium-push-7{position:relative;left:38.88889%}.medium-pull-7{position:relative;left:-38.88889%}.medium-offset-6{margin-left:33.33333%}.medium-8{width:44.44444%}.medium-push-8{position:relative;left:44.44444%}.medium-pull-8{position:relative;left:-44.44444%}.medium-offset-7{margin-left:38.88889%}.medium-9{width:50%}.medium-push-9{position:relative;left:50%}.medium-pull-9{position:relative;left:-50%}.medium-offset-8{margin-left:44.44444%}.medium-10{width:55.55556%}.medium-push-10{position:relative;left:55.55556%}.medium-pull-10{position:relative;left:-55.55556%}.medium-offset-9{margin-left:50%}.medium-11{width:61.11111%}.medium-push-11{position:relative;left:61.11111%}.medium-pull-11{position:relative;left:-61.11111%}.medium-offset-10{margin-left:55.55556%}.medium-12{width:66.66667%}.medium-push-12{position:relative;left:66.66667%}.medium-pull-12{position:relative;left:-66.66667%}.medium-offset-11{margin-left:61.11111%}.medium-13{width:72.22222%}.medium-push-13{position:relative;left:72.22222%}.medium-pull-13{position:relative;left:-72.22222%}.medium-offset-12{margin-left:66.66667%}.medium-14{width:77.77778%}.medium-push-14{position:relative;left:77.77778%}.medium-pull-14{position:relative;left:-77.77778%}.medium-offset-13{margin-left:72.22222%}.medium-15{width:83.33333%}.medium-push-15{position:relative;left:83.33333%}.medium-pull-15{position:relative;left:-83.33333%}.medium-offset-14{margin-left:77.77778%}.medium-16{width:88.88889%}.medium-push-16{position:relative;left:88.88889%}.medium-pull-16{position:relative;left:-88.88889%}.medium-offset-15{margin-left:83.33333%}.medium-17{width:94.44444%}.medium-push-17{position:relative;left:94.44444%}.medium-pull-17{position:relative;left:-94.44444%}.medium-offset-16{margin-left:88.88889%}.medium-18{width:100%}.medium-offset-17{margin-left:94.44444%}.medium-up-1>.column,.medium-up-1>.columns{float:left;width:100%}.medium-up-1>.column:nth-of-type(1n),.medium-up-1>.columns:nth-of-type(1n){clear:none}.medium-up-1>.column:nth-of-type(1n+1),.medium-up-1>.columns:nth-of-type(1n+1){clear:both}.medium-up-1>.column:last-child,.medium-up-1>.columns:last-child{float:left}.medium-up-2>.column,.medium-up-2>.columns{float:left;width:50%}.medium-up-2>.column:nth-of-type(1n),.medium-up-2>.columns:nth-of-type(1n){clear:none}.medium-up-2>.column:nth-of-type(2n+1),.medium-up-2>.columns:nth-of-type(2n+1){clear:both}.medium-up-2>.column:last-child,.medium-up-2>.columns:last-child{float:left}.medium-up-3>.column,.medium-up-3>.columns{float:left;width:33.33333%}.medium-up-3>.column:nth-of-type(1n),.medium-up-3>.columns:nth-of-type(1n){clear:none}.medium-up-3>.column:nth-of-type(3n+1),.medium-up-3>.columns:nth-of-type(3n+1){clear:both}.medium-up-3>.column:last-child,.medium-up-3>.columns:last-child{float:left}.medium-up-4>.column,.medium-up-4>.columns{float:left;width:25%}.medium-up-4>.column:nth-of-type(1n),.medium-up-4>.columns:nth-of-type(1n){clear:none}.medium-up-4>.column:nth-of-type(4n+1),.medium-up-4>.columns:nth-of-type(4n+1){clear:both}.medium-up-4>.column:last-child,.medium-up-4>.columns:last-child{float:left}.medium-up-5>.column,.medium-up-5>.columns{float:left;width:20%}.medium-up-5>.column:nth-of-type(1n),.medium-up-5>.columns:nth-of-type(1n){clear:none}.medium-up-5>.column:nth-of-type(5n+1),.medium-up-5>.columns:nth-of-type(5n+1){clear:both}.medium-up-5>.column:last-child,.medium-up-5>.columns:last-child{float:left}.medium-up-6>.column,.medium-up-6>.columns{float:left;width:16.66667%}.medium-up-6>.column:nth-of-type(1n),.medium-up-6>.columns:nth-of-type(1n){clear:none}.medium-up-6>.column:nth-of-type(6n+1),.medium-up-6>.columns:nth-of-type(6n+1){clear:both}.medium-up-6>.column:last-child,.medium-up-6>.columns:last-child{float:left}.medium-up-7>.column,.medium-up-7>.columns{float:left;width:14.28571%}.medium-up-7>.column:nth-of-type(1n),.medium-up-7>.columns:nth-of-type(1n){clear:none}.medium-up-7>.column:nth-of-type(7n+1),.medium-up-7>.columns:nth-of-type(7n+1){clear:both}.medium-up-7>.column:last-child,.medium-up-7>.columns:last-child{float:left}.medium-up-8>.column,.medium-up-8>.columns{float:left;width:12.5%}.medium-up-8>.column:nth-of-type(1n),.medium-up-8>.columns:nth-of-type(1n){clear:none}.medium-up-8>.column:nth-of-type(8n+1),.medium-up-8>.columns:nth-of-type(8n+1){clear:both}.medium-up-8>.column:last-child,.medium-up-8>.columns:last-child{float:left}.medium-collapse>.column,.medium-collapse>.columns{padding-right:0;padding-left:0}.expanded.row .medium-collapse.row,.medium-collapse .row{margin-right:0;margin-left:0}.medium-uncollapse>.column,.medium-uncollapse>.columns{padding-right:.5625rem;padding-left:.5625rem}.medium-centered{margin-right:auto;margin-left:auto}.medium-centered,.medium-centered:last-child:not(:first-child){float:none;clear:both}.medium-pull-0,.medium-push-0,.medium-uncentered{position:static;float:left;margin-right:0;margin-left:0}}@media print,screen and (min-width:64em){.large-1{width:5.55556%}.large-push-1{position:relative;left:5.55556%}.large-pull-1{position:relative;left:-5.55556%}.large-offset-0{margin-left:0}.large-2{width:11.11111%}.large-push-2{position:relative;left:11.11111%}.large-pull-2{position:relative;left:-11.11111%}.large-offset-1{margin-left:5.55556%}.large-3{width:16.66667%}.large-push-3{position:relative;left:16.66667%}.large-pull-3{position:relative;left:-16.66667%}.large-offset-2{margin-left:11.11111%}.large-4{width:22.22222%}.large-push-4{position:relative;left:22.22222%}.large-pull-4{position:relative;left:-22.22222%}.large-offset-3{margin-left:16.66667%}.large-5{width:27.77778%}.large-push-5{position:relative;left:27.77778%}.large-pull-5{position:relative;left:-27.77778%}.large-offset-4{margin-left:22.22222%}.large-6{width:33.33333%}.large-push-6{position:relative;left:33.33333%}.large-pull-6{position:relative;left:-33.33333%}.large-offset-5{margin-left:27.77778%}.large-7{width:38.88889%}.large-push-7{position:relative;left:38.88889%}.large-pull-7{position:relative;left:-38.88889%}.large-offset-6{margin-left:33.33333%}.large-8{width:44.44444%}.large-push-8{position:relative;left:44.44444%}.large-pull-8{position:relative;left:-44.44444%}.large-offset-7{margin-left:38.88889%}.large-9{width:50%}.large-push-9{position:relative;left:50%}.large-pull-9{position:relative;left:-50%}.large-offset-8{margin-left:44.44444%}.large-10{width:55.55556%}.large-push-10{position:relative;left:55.55556%}.large-pull-10{position:relative;left:-55.55556%}.large-offset-9{margin-left:50%}.large-11{width:61.11111%}.large-push-11{position:relative;left:61.11111%}.large-pull-11{position:relative;left:-61.11111%}.large-offset-10{margin-left:55.55556%}.large-12{width:66.66667%}.large-push-12{position:relative;left:66.66667%}.large-pull-12{position:relative;left:-66.66667%}.large-offset-11{margin-left:61.11111%}.large-13{width:72.22222%}.large-push-13{position:relative;left:72.22222%}.large-pull-13{position:relative;left:-72.22222%}.large-offset-12{margin-left:66.66667%}.large-14{width:77.77778%}.large-push-14{position:relative;left:77.77778%}.large-pull-14{position:relative;left:-77.77778%}.large-offset-13{margin-left:72.22222%}.large-15{width:83.33333%}.large-push-15{position:relative;left:83.33333%}.large-pull-15{position:relative;left:-83.33333%}.large-offset-14{margin-left:77.77778%}.large-16{width:88.88889%}.large-push-16{position:relative;left:88.88889%}.large-pull-16{position:relative;left:-88.88889%}.large-offset-15{margin-left:83.33333%}.large-17{width:94.44444%}.large-push-17{position:relative;left:94.44444%}.large-pull-17{position:relative;left:-94.44444%}.large-offset-16{margin-left:88.88889%}.large-18{width:100%}.large-offset-17{margin-left:94.44444%}.large-up-1>.column,.large-up-1>.columns{float:left;width:100%}.large-up-1>.column:nth-of-type(1n),.large-up-1>.columns:nth-of-type(1n){clear:none}.large-up-1>.column:nth-of-type(1n+1),.large-up-1>.columns:nth-of-type(1n+1){clear:both}.large-up-1>.column:last-child,.large-up-1>.columns:last-child{float:left}.large-up-2>.column,.large-up-2>.columns{float:left;width:50%}.large-up-2>.column:nth-of-type(1n),.large-up-2>.columns:nth-of-type(1n){clear:none}.large-up-2>.column:nth-of-type(2n+1),.large-up-2>.columns:nth-of-type(2n+1){clear:both}.large-up-2>.column:last-child,.large-up-2>.columns:last-child{float:left}.large-up-3>.column,.large-up-3>.columns{float:left;width:33.33333%}.large-up-3>.column:nth-of-type(1n),.large-up-3>.columns:nth-of-type(1n){clear:none}.large-up-3>.column:nth-of-type(3n+1),.large-up-3>.columns:nth-of-type(3n+1){clear:both}.large-up-3>.column:last-child,.large-up-3>.columns:last-child{float:left}.large-up-4>.column,.large-up-4>.columns{float:left;width:25%}.large-up-4>.column:nth-of-type(1n),.large-up-4>.columns:nth-of-type(1n){clear:none}.large-up-4>.column:nth-of-type(4n+1),.large-up-4>.columns:nth-of-type(4n+1){clear:both}.large-up-4>.column:last-child,.large-up-4>.columns:last-child{float:left}.large-up-5>.column,.large-up-5>.columns{float:left;width:20%}.large-up-5>.column:nth-of-type(1n),.large-up-5>.columns:nth-of-type(1n){clear:none}.large-up-5>.column:nth-of-type(5n+1),.large-up-5>.columns:nth-of-type(5n+1){clear:both}.large-up-5>.column:last-child,.large-up-5>.columns:last-child{float:left}.large-up-6>.column,.large-up-6>.columns{float:left;width:16.66667%}.large-up-6>.column:nth-of-type(1n),.large-up-6>.columns:nth-of-type(1n){clear:none}.large-up-6>.column:nth-of-type(6n+1),.large-up-6>.columns:nth-of-type(6n+1){clear:both}.large-up-6>.column:last-child,.large-up-6>.columns:last-child{float:left}.large-up-7>.column,.large-up-7>.columns{float:left;width:14.28571%}.large-up-7>.column:nth-of-type(1n),.large-up-7>.columns:nth-of-type(1n){clear:none}.large-up-7>.column:nth-of-type(7n+1),.large-up-7>.columns:nth-of-type(7n+1){clear:both}.large-up-7>.column:last-child,.large-up-7>.columns:last-child{float:left}.large-up-8>.column,.large-up-8>.columns{float:left;width:12.5%}.large-up-8>.column:nth-of-type(1n),.large-up-8>.columns:nth-of-type(1n){clear:none}.large-up-8>.column:nth-of-type(8n+1),.large-up-8>.columns:nth-of-type(8n+1){clear:both}.large-up-8>.column:last-child,.large-up-8>.columns:last-child{float:left}.large-collapse>.column,.large-collapse>.columns{padding-right:0;padding-left:0}.expanded.row .large-collapse.row,.large-collapse .row{margin-right:0;margin-left:0}.large-uncollapse>.column,.large-uncollapse>.columns{padding-right:.5625rem;padding-left:.5625rem}.large-centered{margin-right:auto;margin-left:auto}.large-centered,.large-centered:last-child:not(:first-child){float:none;clear:both}.large-pull-0,.large-push-0,.large-uncentered{position:static;float:left;margin-right:0;margin-left:0}}.column-block{margin-bottom:1.125rem}.column-block>:last-child{margin-bottom:0}.menu-icon{position:relative;display:inline-block;vertical-align:middle;width:20px;height:16px;cursor:pointer}.menu-icon:after{position:absolute;top:0;left:0;display:block;width:100%;height:2px;background:#fefefe;box-shadow:0 7px 0 #fefefe,0 14px 0 #fefefe;content:""}.menu-icon:hover:after{background:#cacaca;box-shadow:0 7px 0 #cacaca,0 14px 0 #cacaca}.menu-icon.dark{position:relative;display:inline-block;vertical-align:middle;width:20px;height:16px;cursor:pointer}.menu-icon.dark:after{position:absolute;top:0;left:0;display:block;width:100%;height:2px;background:#0a0a0a;box-shadow:0 7px 0 #0a0a0a,0 14px 0 #0a0a0a;content:""}.menu-icon.dark:hover:after{background:#8a8a8a;box-shadow:0 7px 0 #8a8a8a,0 14px 0 #8a8a8a}.slide-in-down.mui-enter{transition-duration:.5s;transition-timing-function:linear;transform:translateY(-100%);transition-property:transform,opacity;-webkit-backface-visibility:hidden;backface-visibility:hidden}.slide-in-down.mui-enter.mui-enter-active{transform:translateY(0)}.slide-in-left.mui-enter{transition-duration:.5s;transition-timing-function:linear;transform:translateX(-100%);transition-property:transform,opacity;-webkit-backface-visibility:hidden;backface-visibility:hidden}.slide-in-left.mui-enter.mui-enter-active{transform:translateX(0)}.slide-in-up.mui-enter{transition-duration:.5s;transition-timing-function:linear;transform:translateY(100%);transition-property:transform,opacity;-webkit-backface-visibility:hidden;backface-visibility:hidden}.slide-in-up.mui-enter.mui-enter-active{transform:translateY(0)}.slide-in-right.mui-enter{transition-duration:.5s;transition-timing-function:linear;transform:translateX(100%);transition-property:transform,opacity;-webkit-backface-visibility:hidden;backface-visibility:hidden}.slide-in-right.mui-enter.mui-enter-active{transform:translateX(0)}.slide-out-down.mui-leave{transition-duration:.5s;transition-timing-function:linear;transform:translateY(0);transition-property:transform,opacity;-webkit-backface-visibility:hidden;backface-visibility:hidden}.slide-out-down.mui-leave.mui-leave-active{transform:translateY(100%)}.slide-out-right.mui-leave{transition-duration:.5s;transition-timing-function:linear;transform:translateX(0);transition-property:transform,opacity;-webkit-backface-visibility:hidden;backface-visibility:hidden}.slide-out-right.mui-leave.mui-leave-active{transform:translateX(100%)}.slide-out-up.mui-leave{transition-duration:.5s;transition-timing-function:linear;transform:translateY(0);transition-property:transform,opacity;-webkit-backface-visibility:hidden;backface-visibility:hidden}.slide-out-up.mui-leave.mui-leave-active{transform:translateY(-100%)}.slide-out-left.mui-leave{transition-duration:.5s;transition-timing-function:linear;transform:translateX(0);transition-property:transform,opacity;-webkit-backface-visibility:hidden;backface-visibility:hidden}.slide-out-left.mui-leave.mui-leave-active{transform:translateX(-100%)}.fade-in.mui-enter{transition-duration:.5s;transition-timing-function:linear;opacity:0;transition-property:opacity}.fade-in.mui-enter.mui-enter-active{opacity:1}.fade-out.mui-leave{transition-duration:.5s;transition-timing-function:linear;opacity:1;transition-property:opacity}.fade-out.mui-leave.mui-leave-active{opacity:0}.hinge-in-from-top.mui-enter{transition-duration:.5s;transition-timing-function:linear;transform:perspective(2000px) rotateX(-90deg);transform-origin:top;transition-property:transform,opacity;opacity:0}.hinge-in-from-top.mui-enter.mui-enter-active{transform:perspective(2000px) rotate(0deg);opacity:1}.hinge-in-from-right.mui-enter{transition-duration:.5s;transition-timing-function:linear;transform:perspective(2000px) rotateY(-90deg);transform-origin:right;transition-property:transform,opacity;opacity:0}.hinge-in-from-right.mui-enter.mui-enter-active{transform:perspective(2000px) rotate(0deg);opacity:1}.hinge-in-from-bottom.mui-enter{transition-duration:.5s;transition-timing-function:linear;transform:perspective(2000px) rotateX(90deg);transform-origin:bottom;transition-property:transform,opacity;opacity:0}.hinge-in-from-bottom.mui-enter.mui-enter-active{transform:perspective(2000px) rotate(0deg);opacity:1}.hinge-in-from-left.mui-enter{transition-duration:.5s;transition-timing-function:linear;transform:perspective(2000px) rotateY(90deg);transform-origin:left;transition-property:transform,opacity;opacity:0}.hinge-in-from-left.mui-enter.mui-enter-active{transform:perspective(2000px) rotate(0deg);opacity:1}.hinge-in-from-middle-x.mui-enter{transition-duration:.5s;transition-timing-function:linear;transform:perspective(2000px) rotateX(-90deg);transform-origin:center;transition-property:transform,opacity;opacity:0}.hinge-in-from-middle-x.mui-enter.mui-enter-active{transform:perspective(2000px) rotate(0deg);opacity:1}.hinge-in-from-middle-y.mui-enter{transition-duration:.5s;transition-timing-function:linear;transform:perspective(2000px) rotateY(-90deg);transform-origin:center;transition-property:transform,opacity;opacity:0}.hinge-in-from-middle-y.mui-enter.mui-enter-active,.hinge-out-from-top.mui-leave{transform:perspective(2000px) rotate(0deg);opacity:1}.hinge-out-from-top.mui-leave{transition-duration:.5s;transition-timing-function:linear;transform-origin:top;transition-property:transform,opacity}.hinge-out-from-top.mui-leave.mui-leave-active{transform:perspective(2000px) rotateX(-90deg);opacity:0}.hinge-out-from-right.mui-leave{transition-duration:.5s;transition-timing-function:linear;transform:perspective(2000px) rotate(0deg);transform-origin:right;transition-property:transform,opacity;opacity:1}.hinge-out-from-right.mui-leave.mui-leave-active{transform:perspective(2000px) rotateY(-90deg);opacity:0}.hinge-out-from-bottom.mui-leave{transition-duration:.5s;transition-timing-function:linear;transform:perspective(2000px) rotate(0deg);transform-origin:bottom;transition-property:transform,opacity;opacity:1}.hinge-out-from-bottom.mui-leave.mui-leave-active{transform:perspective(2000px) rotateX(90deg);opacity:0}.hinge-out-from-left.mui-leave{transition-duration:.5s;transition-timing-function:linear;transform:perspective(2000px) rotate(0deg);transform-origin:left;transition-property:transform,opacity;opacity:1}.hinge-out-from-left.mui-leave.mui-leave-active{transform:perspective(2000px) rotateY(90deg);opacity:0}.hinge-out-from-middle-x.mui-leave{transition-duration:.5s;transition-timing-function:linear;transform:perspective(2000px) rotate(0deg);transform-origin:center;transition-property:transform,opacity;opacity:1}.hinge-out-from-middle-x.mui-leave.mui-leave-active{transform:perspective(2000px) rotateX(-90deg);opacity:0}.hinge-out-from-middle-y.mui-leave{transition-duration:.5s;transition-timing-function:linear;transform:perspective(2000px) rotate(0deg);transform-origin:center;transition-property:transform,opacity;opacity:1}.hinge-out-from-middle-y.mui-leave.mui-leave-active{transform:perspective(2000px) rotateY(-90deg);opacity:0}.scale-in-up.mui-enter{transition-duration:.5s;transition-timing-function:linear;transform:scale(.5);transition-property:transform,opacity;opacity:0}.scale-in-up.mui-enter.mui-enter-active{transform:scale(1);opacity:1}.scale-in-down.mui-enter{transition-duration:.5s;transition-timing-function:linear;transform:scale(1.5);transition-property:transform,opacity;opacity:0}.scale-in-down.mui-enter.mui-enter-active,.scale-out-up.mui-leave{transform:scale(1);opacity:1}.scale-out-up.mui-leave{transition-duration:.5s;transition-timing-function:linear;transition-property:transform,opacity}.scale-out-up.mui-leave.mui-leave-active{transform:scale(1.5);opacity:0}.scale-out-down.mui-leave{transition-duration:.5s;transition-timing-function:linear;transform:scale(1);transition-property:transform,opacity;opacity:1}.scale-out-down.mui-leave.mui-leave-active{transform:scale(.5);opacity:0}.spin-in.mui-enter{transition-duration:.5s;transition-timing-function:linear;transform:rotate(-270deg);transition-property:transform,opacity;opacity:0}.spin-in.mui-enter.mui-enter-active,.spin-out.mui-leave{transform:rotate(0);opacity:1}.spin-out.mui-leave{transition-duration:.5s;transition-timing-function:linear;transition-property:transform,opacity}.spin-in-ccw.mui-enter,.spin-out.mui-leave.mui-leave-active{transform:rotate(270deg);opacity:0}.spin-in-ccw.mui-enter{transition-duration:.5s;transition-timing-function:linear;transition-property:transform,opacity}.spin-in-ccw.mui-enter.mui-enter-active,.spin-out-ccw.mui-leave{transform:rotate(0);opacity:1}.spin-out-ccw.mui-leave{transition-duration:.5s;transition-timing-function:linear;transition-property:transform,opacity}.spin-out-ccw.mui-leave.mui-leave-active{transform:rotate(-270deg);opacity:0}.slow{transition-duration:.75s!important}.fast{transition-duration:.25s!important}.linear{transition-timing-function:linear!important}.ease{transition-timing-function:ease!important}.ease-in{transition-timing-function:ease-in!important}.ease-out{transition-timing-function:ease-out!important}.ease-in-out{transition-timing-function:ease-in-out!important}.bounce-in{transition-timing-function:cubic-bezier(.485,.155,.24,1.245)!important}.bounce-out{transition-timing-function:cubic-bezier(.485,.155,.515,.845)!important}.bounce-in-out{transition-timing-function:cubic-bezier(.76,-.245,.24,1.245)!important}.short-delay{transition-delay:.3s!important}.long-delay{transition-delay:.7s!important}.shake{animation-name:a}@keyframes a{0%,10%,20%,30%,40%,50%,60%,70%,80%,90%{transform:translateX(7%)}5%,15%,25%,35%,45%,55%,65%,75%,85%,95%{transform:translateX(-7%)}}.spin-ccw,.spin-cw{animation-name:b}@keyframes b{0%{transform:rotate(0)}to{transform:rotate(1turn)}}.wiggle{animation-name:c}@keyframes c{40%,50%,60%{transform:rotate(7deg)}35%,45%,55%,65%{transform:rotate(-7deg)}0%,30%,70%,to{transform:rotate(0)}}.shake,.spin-ccw,.spin-cw,.wiggle{animation-duration:.5s}.infinite{animation-iteration-count:infinite}.slow{animation-duration:.75s!important}.fast{animation-duration:.25s!important}.linear{animation-timing-function:linear!important}.ease{animation-timing-function:ease!important}.ease-in{animation-timing-function:ease-in!important}.ease-out{animation-timing-function:ease-out!important}.ease-in-out{animation-timing-function:ease-in-out!important}.bounce-in{animation-timing-function:cubic-bezier(.485,.155,.24,1.245)!important}.bounce-out{animation-timing-function:cubic-bezier(.485,.155,.515,.845)!important}.bounce-in-out{animation-timing-function:cubic-bezier(.76,-.245,.24,1.245)!important}.short-delay{animation-delay:.3s!important}.long-delay{animation-delay:.7s!important}html {
font-family: sans-serif;
-webkit-text-size-adjust: 100%;
-ms-text-size-adjust: 100%;
height: 100%;
}
body {
height: 100%;
margin: 0 auto;
padding: 0;
font-family: 'MullerLight', sans-serif; }
.slider {
touch-action: auto;
user-select: auto;
}
.mw1920 {
max-width: 1920px;
margin: 0 auto;
}
.mw1440 {
max-width: 1440px;
margin: 0 auto;
} @font-face {
font-family: 'Muller';
src: url(https://awada.ru/wp-content/themes/awada/fonts/MullerBold.woff2) format('woff2'), url(https://awada.ru/wp-content/themes/awada/fonts/MullerBold.woff) format('woff');
font-weight: bold;
font-style: normal;
font-display: swap;
}
@font-face {
font-family: 'MullerLight';
src: url(//awada.ru/wp-content/themes/awada/fonts/MullerLight.eot?#iefix) format('embedded-opentype'), url(//awada.ru/wp-content/themes/awada/fonts/MullerLight.otf) format('opentype'),
url(//awada.ru/wp-content/themes/awada/fonts/MullerLight.woff) format('woff'), url(//awada.ru/wp-content/themes/awada/fonts/MullerLight.ttf) format('truetype'),
url(//awada.ru/wp-content/themes/awada/fonts/MullerLight.svg#MullerLight) format('svg');
font-weight: normal;
font-style: normal;
}
@font-face {
font-family: 'MullerUltraLight';
src: url(//awada.ru/wp-content/themes/awada/fonts/MullerUltraLight.eot?#iefix) format('embedded-opentype'), url(//awada.ru/wp-content/themes/awada/fonts/MullerUltraLight.otf) format('opentype'),
url(//awada.ru/wp-content/themes/awada/fonts/MullerUltraLight.woff) format('woff'), url(//awada.ru/wp-content/themes/awada/fonts/MullerUltraLight.ttf) format('truetype'),
url(//awada.ru/wp-content/themes/awada/fonts/MullerUltraLight.svg#MullerUltraLight) format('svg');
font-weight: normal;
font-style: normal;
}  h1,
h2,
h3,
h4,
.u-light { font-family: 'MullerUltraLight' !important;
font-weight: bold;
}
h5,
h6,
.light {
font-family: 'MullerLight';
}
h3,
.h3 {
font-size: 46px;
line-height: 50px;
letter-spacing: 0.2px;
}
h4,
.h4 {
font-size: 34px;
line-height: 50px;
letter-spacing: 0.15px;
}
.s1 {
font-size: 22px;
line-height: 30px;
letter-spacing: 0.96px;
font-family: 'MullerLight';
color: #000;
}
.r1 {
font-size: 12px;
line-height: 18px;
letter-spacing: 0.15px;
color: #5c6584;
}
p,
.b1 {
color: #47444d;
font-size: 14px;
letter-spacing: 0.17px;
line-height: 22px;
}
a {
color: #6d63e6;
}
a:focus,
a:hover { color: initial;
}
.button {
background-color: #6d63e6;
}
.button:focus,
.button:hover {
background-color: #5e0cef;
}
.category-blog p,
.category-blog .b1,
.blog .b1 {
font-size: 18px;
text-align: justify;
}
.fr {
float: right;
}
.fl {
float: left;
}
.d-flex {
display: flex;
}
.links {
color: #47444d;
font-size: 18px;
letter-spacing: 0.79px;
line-height: 30px;
font-family: 'MullerLight';
}
.archive .links {
color: #fff;
font-size: 18px;
letter-spacing: 0.79px;
line-height: 30px;
font-family: 'MullerLight';
padding: 8px 10px;
background: #6d63e6;
transition: 0.2s;
}
.archive .links:hover {
color: #6d63e6;
background: #fff;
}
button:focus {
outline: none !important;
}
.magenta {
color: #6d63e6 !important;
}
.pink {
color: #f285ac !important;
}
.clear {
clear: both;
width: 100%;
}
.page-template-temp_one-page .tabs-title {
width: 25%;
}
.page-template-temp_one-page .magenta a,
.page-template-temp_one-page .magenta.is-active a,
.page-template-temp_one-page .tabs-title > a:focus,
.page-template-temp_one-page .tabs-title > a:hover {
color: #000 !important;
width: 100% !important;
background-color: #e6e6e6 !important;
transition: 0.5s;
}
.page-template-temp_one-page .magenta a { text-align: center;
font-size: 19px !important;
background-color: transparent !important;
font-family: 'MullerUltraLight' !important; } .page-template-temp_one-page .tabs-content ul {
margin: 0;
-webkit-columns: 2;
-moz-columns: 2;
columns: 2;
}
.page-template-temp_one-page .faq-content ul {
margin: 0;
} .page-template-temp_one-page.page-id-451 .faq-content ul {
margin: 30px auto;
display: table;
}
.page-template-temp_one-page .tabs-content ul li > div,
.page-template-temp_one-page .faq-content ul li > div {
border: none;
width: 75px;
height: 75px;
margin: 0px 15px 35px 0px;
border-radius: 75px;
}
.page-template-temp_one-page.page-id-451 .tabs-content ul li > div,
.page-template-temp_one-page.page-id-451 .faq-content ul li > div {
box-shadow: none;
}
.page-template-temp_one-page.page-id-451 .faq-content ul li > div {
margin: 0;
border-radius: 0; min-width: inherit; }
.page-template-temp_one-page .faq-content ul li > div {
max-width: 74px;
}
.page-template-temp_one-page .tabs-content ul li,
.page-template-temp_one-page .faq-content ul li {
list-style: none;
display: inline-block; }
.page-template-temp_one-page .tabs-content ul li p {
margin-top: 27px;
}
.page-template-temp_one-page.page-id-451 .tabs-content ul li p {
margin-top: -2px;
}
.page-template-temp_one-page .tabs-content ul li .magenta {
font-size: 16px;
}
.page-template-temp_one-page .faq-title h4 {
margin: 0px !important;
line-height: 5px !important;
padding: 8px;
}
.page-template-temp_one-page .faq-content > div > div:first-child { }
.page-template-temp_one-page .faq-content strong {
font-family: MullerLight;
font-size: 1.1em;
}
.np {
padding: 0;
}
.npl {
padding-left: 0;
}
.npr {
padding-right: 0;
}
.tup {
text-transform: uppercase;
}
.fs12 {
font-size: 12px;
}
.fs14 {
font-size: 14px;
}
.fs16 {
font-size: 16px;
}
.fs18 {
font-size: 18px;
}
.fs20 {
font-size: 20px;
}
.fs22 {
font-size: 22px;
}
.fs24 {
font-size: 24px;
}
.fs32 {
font-size: 32px;
}
.fs34 {
font-size: 34px;
}
header {
position: fixed;
z-index: 99;
width: 100%;
height: 54px;
line-height: 54px;
padding: 0;
border-bottom: 1px solid #ececec;
background: #fff;
}
header .logo {
background: rgba(0, 0, 0, 0) url(//awada.ru/wp-content/themes/awada/img/logo-01.svg) no-repeat scroll center center / cover;
display: block;
float: left;
height: 16px;
margin-top: 19px; margin-left: 16px;
width: 166px;
} .main-navigation {
display: inline-block;
float: right;
} #top-menu > li {
display: inline-block;
margin: 0 20px;
}
#top-menu > li > a {
color: #666666;
padding: 19px 2px;
position: relative;
}
#top-menu > li:hover > a::after,
#top-menu > li.current-menu-item > a::after {
border-bottom: 3px solid #6d63e6;
bottom: 0;
content: '';
display: block;
left: -7px;
position: absolute;
width: calc(100% + 14px);
}
#top-menu .sub-menu {
background: #ffffff none repeat scroll 0 0;
justify-content: center;
left: 0;
margin: 0;
padding: 48px 60px 40px;
position: absolute;
width: 100%;
display: none;
z-index: 999;
border-bottom: 1px solid #ececec;
} #top-menu li .sub-menu > li.menu-item-has-children:hover .sub-menu,
#top-menu li.menu-item-has-children:hover .sub-menu {
display: flex;
flex-wrap: wrap;
}
#top-menu li .sub-menu > li.menu-item-has-children:hover .sub-menu {
display: flex !important;
}
#top-menu li.menu-item-has-children {
position: relative;
}
#top-menu > li > .sub-menu li.menu-item-has-children > a::after {
content: '';
display: block;
position: absolute;
right: 2px;
top: 6px;
width: 24px;
height: 24px;
background-image: url(//awada.ru/wp-content/themes/awada/img/h4-arrow-down.svg);
background-repeat: no-repeat;
background-position: center center;
transform: rotate(-90deg);
}
#top-menu .sub-menu > li {
display: block;
margin: 0 10px;
max-width: 325px;
text-align: left;
width: 100%;
position: relative;
}
#top-menu .sub-menu > li .sub-menu {
display: none !important;
}
#top-menu .sub-menu > li > * {
display: block;
}
#top-menu .sub-menu li > a {
color: #666666;
font-size: 22px;
}
#top-menu .sub-menu li > span {
color: #a0a0a0;
font-size: 14px;
line-height: 22px;
}
#top-menu .sub-menu > li > a > span {
display: table;
line-height: 1;
margin: 27px 0 10px;
text-align: left;
white-space: nowrap;
}
.sign-in {
border-left: 1px solid #e6e6e6;
display: block;
float: right;
height: 36px;
margin-left: 20px;
margin-top: 9px;
width: 52px;
}
.sign-in > div {
background: rgba(0, 0, 0, 0) url(//awada.ru/wp-content/themes/awada/img/sign-in-icon.svg) no-repeat scroll center center;
height: 36px;
margin-left: 7px;
opacity: 1;
transition: all 0.2s ease 0s;
width: 36px;
}
.sign-in > div:hover {
opacity: 0.5;
}
.lang-switcher {
float: right;
height: 36px;
border-left: 1px solid #e6e6e6;
border-right: 1px solid #e6e6e6;
display: flex;
justify-content: center;
align-items: center;
width: 51px;
margin-top: 9px;
}
.lang-switcher a {
font-family: 'MullerLight', sans-serif;
font-style: normal;
font-weight: 400;
font-size: 14px;
line-height: 14px;
color: #666;
}
.site-content { min-height: calc(100vh - 265px);
background: #fff;
height: auto;
width: 90%;
max-width: 1260px;
margin: 0 auto;
}
.home .site-content {
width: 100%;
max-width: 100%;
}
.aligncenter {
margin: 0 auto;
display: block;
}  .single-post.blog pre {
margin-bottom: 1rem;
}
.single-post.blog h1 {
font-size: 1.5rem;
}
.single-post.blog h1,
.single-post.blog h2 {
line-height: 1.4;
margin-top: 0;
margin-bottom: 0.5rem;
}
.single-post.blog h2 {
font-size: 1.25rem;
}
.single-post.blog h3 {
font-size: 1.1875rem;
}
.single-post.blog h3,
.single-post.blog h4 {
line-height: 1.4;
margin-top: 0;
margin-bottom: 0.5rem;
}
.single-post.blog h4 {
font-size: 1.125rem;
}
.single-post.blog h5 {
font-size: 1.0625rem;
}
.single-post.blog h5,
.single-post.blog h6 {
line-height: 1.4;
margin-top: 0;
margin-bottom: 0.5rem;
}
.single-post.blog h6 {
font-size: 1rem;
}
.single-post.blog .entry-header h1.h4 {
font-size: 1.5rem;
line-height: 1.4;
margin-top: 0;
margin-bottom: 0.5rem;
}
@media print, screen and (min-width: 40em) {
.single-post.blog h1 {
font-size: 3rem;
}
.single-post.blog h2 {
font-size: 2.5rem;
}
.single-post.blog h3 {
font-size: 1.9375rem;
}
.single-post.blog h4 {
font-size: 1.5625rem;
}
.single-post.blog h5 {
font-size: 1.25rem;
}
.single-post.blog h6 {
font-size: 1rem;
}
.single-post.blog .entry-header h1.h4 {
font-size: 24px;
line-height: 28px;
letter-spacing: 0.15px;
}
} .archive .type-post {
border: 1px solid #e7e7e7;
margin-top: 35px;
margin-bottom: 60px;
padding-bottom: 20px;
}
.archive .type-post .entry-header { padding-top: 20px;
padding-bottom: 20px;
}
.carchive .type-post .entry-thumb {
margin-bottom: 65px;
}
.entry-thumb img {
width: 100%;
}
.blog-post,
.blog-posts {
float: left;
margin-right: 30px;
max-width: 980px;
width: calc(100% - 460px);
}
.blog .site-content,
.category-blog .site-content,
.light-logic .site-content,
.category-light-logic .site-content {
width: calc(100% - 50px);
max-width: 1440px;
}
.single-post .site-content > .row,
.archive .site-content > .row {
max-width: 1200px;
padding: 0px;
}
.blog.single-post .site-content > .row,
.category-blog.archive .site-content > .row,
.light-logic.single-post .site-content > .row,
.category-light-logic.archive .site-content > .row {
max-width: 1440px;
}
.blog .wp-video {
margin: 0 auto;
}
.blog-sidebar {
float: left;
margin-top: 93px;
width: 430px;
}
.blog-item {
border-bottom: 1px solid #e7e7e7;
padding: 23px 0;
}
.blog-item > div:first-child {
display: table-cell;
width: 60px;
}
.blog-item > div:last-child {
display: table-cell;
padding-left: 15px;
vertical-align: top;
}
.archive .category-blog.type-post .entry-thumb {
margin-bottom: 0;
}
.archive .category-blog.type-post .entry-header { padding-top: 20px;
padding-bottom: 20px;
}
.blog.single-post .entry-header {
margin: 20px 0;
}
.slb_data_title {
display: none;
}
.blog.single .breadcrumb,
.light-logic.single .breadcrumb {
margin-left: 0;
}  .ic50 {
width: 100%;
max-width: 70px;
padding: 10px 10px 10px 0px;
} .ms-layer.visible {
background: none;
}
.master-slider {
height: calc(100vh - 85px) !important;
overflow: hidden;
}
.ms-bullets.ms-dir-h {
bottom: auto !important;
left: 38px !important;
position: absolute !important;
right: auto !important;
top: 70% !important;
width: 300px !important;
}
.ms-bullets.ms-dir-h .ms-bullets-count {
right: 0 !important;
}
.ms-skin-default .ms-bullet {
background: rgba(255, 255, 255, 0.4) none repeat scroll 0 0 !important;
height: 6px !important;
width: 50px !important;
}
.ms-skin-default .ms-bullet-selected {
background: rgba(255, 255, 255, 0.9) none repeat scroll 0 0 !important;
}
.ms-skin-default .ms-nav-next,
.ms-skin-default .ms-nav-prev,
.ms-skin-default .ms-slide .ms-slide-vpbtn,
.ms-skin-default .ms-video-btn {
background-image: url(//awada.ru/wp-content/themes/awada/img/light-skin-1.png) !important;
}
.ms-video-btn,
.play-video-btn,
.ms-skin-default .ms-slide .ms-slide-vpbtn,
.ms-skin-default .ms-video-btn {
background: rgba(0, 0, 0, 0) url(//awada.ru/wp-content/themes/awada/img/light-skin-1.png) no-repeat scroll -2px -138px;
height: 75px !important;
left: 50%;
margin: -37px 0 0 -37px !important;
position: absolute;
top: 50%;
width: 75px !important;
cursor: pointer;
background-position: -1px -138px !important;
}
.get-demo {
border: 3px solid #6d63e6;
background: rgba(0, 0, 0, 0) !important;
color: #ffffff !important;
width: 233px !important;
height: 54px !important;
line-height: 55px;
padding: 0 !important;
font-size: 22px !important;
text-align: center !important;
transition: background 0.2s !important;
}
.get-demo:hover {
background: #6d63e6 !important;
}
#get-demo-popup {
padding: 50px; border: none !important;
outline: none !important;
}
#get-demo-popup:after {
content: '';
display: block;
width: 6px;
height: 110px;
position: absolute;
background: #6d63e6;
left: -1px;
top: 50px;
}
.reveal h2 {
font-size: 34px !important;
line-height: 1 !important;
font-weight: 400 !important;
}
.reveal p {
color: #353c44;
font-weight: 200;
}
input::-webkit-input-placeholder {
opacity: 1;
color: #5b5b5b !important;
}
input::-moz-placeholder {
opacity: 1;
color: #5b5b5b !important;
}
input:-moz-placeholder {
opacity: 1;
color: #5b5b5b !important;
}
input:-ms-input-placeholder {
opacity: 1;
color: #5b5b5b !important;
}
textarea::-webkit-input-placeholder {
opacity: 1;
color: #5b5b5b !important;
}
textarea::-moz-placeholder {
opacity: 1;
color: #5b5b5b !important;
}
textarea:-moz-placeholder {
opacity: 1;
color: #5b5b5b !important;
}
textarea:-ms-input-placeholder {
opacity: 1;
color: #5b5b5b !important;
}
input,
textarea {
box-shadow: none !important;
border: 1px solid #dfdfdf !important;
font-size: 18px !important;
font-weight: 200 !important;
color: #5b5b5b !important;
}
.wpcf7-submit {
color: #fff !important;
cursor: pointer;
margin-right: 8px;
}
.html5-video-container {
height: 0 !important;
overflow: hidden;
padding-bottom: 55.25% !important;
padding-top: 17px !important;
position: relative;
z-index: 10;
}
.html5-video-player .video-click-tracking,
.html5-video-player .video-stream {
display: block;
height: 100% !important;
left: 0 !important;
position: absolute !important;
top: 0 !important;
width: 100% !important;
} .solutions {
background: #ffffff none repeat scroll 0 0;
float: left;
min-height: calc(100vh - 54px);
width: 100%;
}
.solutions > div {
min-height: calc(100vh - 54px);
}
.solutions > div > div {
background-position: left top;
background-repeat: no-repeat;
background-size: contain;
min-height: calc(100vh - 56px);
position: absolute;
width: 100%;
}
.solutions > div > div:last-child {
position: relative;
}
.solutions .section-1 {
min-height: 134.5vh;
}
.solutions .section-1 > div:first-child {
min-height: 134.5vh;
margin-top: 100px;
}
.solutions .section-1 > div.row {
padding-top: 100px;
}
.percent {
color: #6d63e6;
font-family: mullerultralight;
font-size: 106px;
line-height: 1;
padding-bottom: 40px;
}
.solutions .section-1 .r1 {
margin-top: 20px;
}
.section-1 > div > div div.s1:nth-child(4) {
margin-top: 100px;
}
.section-1 > div > div h3 {
margin-bottom: 30px;
}
.solutions > .section-2 {
min-height: 125vh;
}
.solutions .section-2 > div:first-child {
background-size: 86.5% auto;
margin-top: 100px;
}
.solutions .section-2 h3:first-child {
margin-bottom: 80px;
margin-top: -40px;
}
ul li > div:first-child {
border: 6px solid rgba(158, 68, 180, 0.41);
border-radius: 100px;
color: #6d63e6;
display: inline-block;
float: left;
font-size: 14px;
height: 32px;
line-height: 19px;
margin-left: -52px;
text-align: center;
width: 32px;
}
.solutions ul {
margin: 0;
}
.solutions ul li {
list-style: outside none none;
margin-bottom: 40px;
}
.section-2 ul li > div.s1 {
margin-bottom: 10px;
}
.section-2 > div > div > .s1 {
margin-bottom: 40px;
}
.solutions > .section-2 img {
display: block;
margin: 0 auto 15px;
}
.solutions > .section-2 > div > *:nth-child(3) {
display: table;
float: left;
margin-bottom: 40px;
margin-top: 140px;
width: 100%;
}
.solutions > .section-2 > div > *:nth-child(4) > .b1 {
margin-top: 4vw;
}
.solutions .section-3 {
min-height: 110vh;
}
.section-3 > div:last-child {
padding-top: 130px;
}
.solutions .section-3 > div:first-child {
background-size: 86.5% auto;
min-height: 110vh;
}
.solutions .section-3 h3 {
margin-bottom: 65px;
}
.solutions > div.section-4,
.solutions > div.section-4 > div {
min-height: auto;
}
.section-4 h3 {
margin-bottom: 32px;
}
.section-5 {
margin-bottom: 30px;
}
.solutions > div.section-5,
.solutions > div.section-5 > div {
min-height: auto;
}
.section-5 h3 {
margin-bottom: 50px;
}
.section-5 > div > div > div > div:nth-child(2) {
margin: 25px 0 20px;
}
.section-6 {
max-height: 400px;
min-height: auto !important;
}
.solutions > div.section-6 > div {
background-position: center bottom;
background-size: cover;
height: 400px;
min-height: auto;
width: 100%;
}
.reveal.video {
max-height: 495px;
max-width: 780px;
overflow: hidden;
padding: 0;
top: 96px;
border: 0px;
}
.solutions > div.section-7,
.solutions > div.section-7 > div {
min-height: auto;
}
.solutions > div.section-7 > div {
padding: 40px 20px 30px 40px;
}
.solutions > div.section-7 > div > a {
margin-right: 20px;
}
.solutions > div.section-7 > div > a.get-demo {
border: 2px solid #6d63e6;
color: #6d63e6 !important;
font-family: mullerlight;
font-size: 22px;
}
.solutions > div.section-7 > div > a.get-demo:hover {
color: #fff !important;
}
.alm-btn-wrap {
display: block;
overflow: hidden;
padding: 10px 10px 30px;
text-align: center;
}
.alm-load-more-btn {
border: 2px solid #6d63e6;
color: #6d63e6 !important;
font-family: mullerlight;
font-size: 22px;
padding: 15px 25px;
cursor: pointer;
}
.alm-load-more-btn:hover {
border: 2px solid #6d63e6;
background: #6d63e6;
color: #fff !important;
}
.alm-load-more-btn.done {
display: none;
} .gallery > figure {
float: left;
padding: 3px;
cursor: pointer;
}
.gallery.gallery-columns-1 > figure {
width: 100%;
padding: 0px;
}
.gallery.gallery-columns-2 > figure {
width: 50%;
}
.gallery.gallery-columns-3 > figure {
width: 33.333%;
}
.gallery.gallery-columns-4 > figure {
width: 25%;
}
.gallery {
display: flex;
float: left;
justify-content: space-around;
width: 100%;
flex-wrap: wrap;
} .page-template-contacts-page .site-content,
.page-template-contacts_en-page .site-content {
max-width: inherit;
width: 100%;
}
.contact {
height: 100%;
}
.contact > .row.expanded {
position: relative;
overflow: hidden;
}
.contact-info {
padding-top: 60px;
padding-bottom: 30px;
}
.contact-info a {
color: #000;
}
.contact-info h1 {
letter-spacing: 5px;
margin-bottom: 15px;
}
.contact-info strong {
font-weight: 500;
font-size: 14px !important;
text-transform: uppercase;
}
.contact-info h4 {
margin-top: 40px !important;
margin-bottom: 15px !important;
}
.contact .wpcf7-form h3 {
font-size: 20px;
color: #fff;
}
.contact .wpcf7-submit {
padding: 15px 45px;
background: transparent;
border: 3px solid #a58bab !important;
text-transform: uppercase;
font-size: 14px !important;
}
.contact input,
.contact textarea,
.contact input:focus,
.contact textarea:focus,
.contact input::-moz-placeholder {
background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
border: 1px solid #a58bab !important;
box-shadow: none;
color: #fff !important;
}
.contact-map {
line-height: 0;
padding: 0;
}
.contact-map iframe {
min-height: 550px;
}
.contact-form {
background: #6d63e6;
min-height: 550px;
padding-bottom: 31px;
padding-top: 60px;
}
.contact-bg {
background: #6d63e6 none repeat scroll 0 0;
display: table-cell;
height: 100%;
position: absolute;
right: 0;
}
.contact-bg > div {
background-image: url(//awada.ru/wp-content/themes/awada/img/contact-bg.jpg);
opacity: 0.8;
width: 100%;
height: inherit;
background-repeat: no-repeat;
background-position: center center;
background-size: cover;
}
.page-template-contacts-page textarea::placeholder,
.page-template-contacts_en-page textarea::placeholder {
color: #fff !important;
}
#footer {
height: 30px;
line-height: 30px;
}
#footer > div {
display: table;
float: none;
margin: 0 auto;
width: calc(100% - 30px);
}
.footer-navigation {
float: left;
width: 40%;
}
footer .menu > li {
display: inline-block;
float: left;
margin-right: 20px;
}
footer .menu > li > a {
color: #6d63e6;
font-size: 12px;
font-weight: 500;
line-height: 30px;
padding: 0;
text-transform: uppercase;
}
#footer > div > div {
color: #666666;
display: inline-block;
float: right;
font-size: 12px;
margin-left: 20px;
text-transform: uppercase;
} #sitefooter { background-color: #0b1117;
color: #fff;
}
#sitefooter > div {
padding: 0 16px;
}
#sitefooter .top {
display: flex;
justify-content: space-between;
padding: 32px 0;
border-top: 1px solid #7e7e7e;
}
#sitefooter .top .socials {
display: flex;
align-items: center;
}
.subscribe {
display: flex;
align-items: center;
}
.subscribe > div:first-child {
font-family: 'Muller';
font-style: normal;
font-weight: 500;
font-size: 27px;
line-height: 140%;
margin-right: 24px;
}
.subscribe .form-news {
display: flex;
}
.subscribe .form-news p {
display: flex; margin: 0;
}
.form-subscribe #subs {
margin: 0;
max-width: 300px;
border-radius: 4px;
border: 0;
background: transparent;
max-height: 40px;
font-weight: 400 !important;
padding: 8px 16px;
}
.form-subscribe #subs::placeholder {
font-size: 16px !important;
line-height: 22px !important;
font-weight: 400 !important;
line-height: 150% !important;
}
.form-subscribe #subs {
color: #8a8f98 !important;
}
.form-subscribe .wpcf7-submit {
margin: 0 16px;
max-width: 200px;
border-radius: 4px;
border: 0 !important;
background: #ffffff;
display: inline-block;
padding: 8px 16px; font-weight: 400 !important;
font-size: 16px !important;
line-height: 150%;
text-align: center;
color: #292b2e !important;
}
.form-subscribe div.wpcf7-validation-errors,
.form-subscribe div.wpcf7-acceptance-missing,
.form-subscribe div.wpcf7-mail-sent-ok {
border: 0;
color: red;
font-size: 12px;
position: absolute;
margin: 5px 0 !important;
padding: 0 !important;
text-align: left;
width: auto;
}
.form-subscribe div.wpcf7-mail-sent-ok {
color: #fff !important;
}
.form-subscribe .wpcf7-form input.error {
border: 1px solid red !important;
}
.form-subscribe .wpcf7-form label.error { display: none !important;
}
.socials.mobile,
.contacts-mobile {
display: none !important;
}
.socials ul {
display: flex;
list-style: none;
margin: 0 !important;
}
.socials ul li {
margin: 0 7px;
}
.socials ul li a {
display: block;
height: 32px;
opacity: 1;
transition: 0.3s;
}
.socials ul li a:hover {
opacity: 0.8;
}
#sitefooter .mid {
display: flex;
justify-content: space-between;
padding: 32px 0;
border-top: 1px solid #7e7e7e;
border-bottom: 1px solid #7e7e7e;
}
#sitefooter .mid > div {
display: flex;
}
#sitefooter .mid > div.mid-left { max-width: calc(100% - 250px);
width: fit-content;
justify-content: space-between;
}
#sitefooter .mid > div.mid-left > div { margin-right: 25px;
min-width: 25%;
}
#sitefooter .mid > div.mid-right {
flex-wrap: wrap;
flex-direction: column;
text-align: right;
font-family: 'Source Sans Pro';
font-style: normal;
font-weight: 400;
font-size: 18px;
line-height: 120%;
color: #f4f4f4;
min-width: 250px;
}
#sitefooter .mid > div.mid-right .phone1 {
margin-bottom: 20px;
}
#sitefooter .mid > div.mid-right .phone1 a,
#sitefooter .mid > div.mid-right .phone2 a {
font-family: 'Muller';
font-style: normal;
font-weight: 700;
font-size: 28px;
line-height: 130%;
color: #ffffff;
}
.adress-mobile {
display: none;
}
#sitefooter .mid h4 { font-family: 'Muller' !important;
font-style: normal;
font-weight: 600;
font-size: 24px;
line-height: 140%;
}
#sitefooter .mid a {
color: #cacaca;
font-family: 'Source Sans Pro', sans-serif;
font-style: normal;
font-weight: normal;
font-size: 16px;
line-height: 125%;
}
#sitefooter .mid a:hover {
text-decoration: underline;
}
#sitefooter .nav-block ul {
list-style: none;
margin: 0;
padding: 0;
}
#sitefooter .nav-block ul li {
margin-bottom: 6px;
}
#sitefooter .bot {
font-family: 'Source Sans Pro', sans-serif;
display: flex;
justify-content: space-between;
align-items: center;
padding: 32px 0;
color: #f4f4f4;
}
.bot-left {
font-size: 14px;
line-height: 20px;
}
#sitefooter .bot .menu > li {
margin: 0;
text-align: right;
width: 100%;
}
#sitefooter .bot .menu > li > a {
color: #f4f4f4;
font-size: 14px;
line-height: 20px;
padding: 0;
text-transform: none;
} .select {
height: 30px;
position: relative;
z-index: 2;
display: table;
white-space: nowrap;
}
.select ul {
height: auto;
margin: 0;
padding: 0;
position: absolute;
width: auto;
}
.select ul .arrow-down {
position: absolute;
right: 0;
top: 0;
}
.arrow-down::before {
width: 0;
height: 0;
border: inset 5px;
content: '';
border-bottom-width: 0;
border-top-style: solid;
border-color: #6d63e6 transparent transparent;
position: relative;
top: 13px;
display: inline-block;
float: right;
}
.select ul li {
list-style: outside none none;
z-index: 2;
}
.select ul li a {
color: #000;
}
.select ul li:not(.init) {
background: #6d63e6 none repeat scroll 0 0;
display: none;
float: left;
margin-left: -1px;
margin-top: 0;
padding: 0 20px 0 5px;
width: 200px;
}
.page-template-contacts_en-page .select ul li:not(.init) {
width: 300px;
}
.select ul li:hover:not(.init),
.select ul li.selected:not(.init) { }
.select ul li.init {
cursor: pointer;
padding-right: 20px;
}
.contact .tabs-content {
border: none;
border-top: 0;
background: none;
}
.contact .tabs-content > div {
padding: 0;
line-height: 28px;
}
.tabs-title > a,
.tabs-title > a:focus,
.tabs-title > a[aria-selected='true'] {
background: rgba(0, 0, 0, 0) none repeat scroll 0 0 !important;
color: #fff !important;
font-size: 16px;
padding-top: 13px;
padding-right: 10px;
padding-bottom: 10px;
padding-left: 10px;
width: 100%;
}
.mobile-navigation,
#trigger {
display: none;
}
.blog-post iframe {
max-width: 100%;
}
.s-data {
padding-bottom: 30px !important;
font-size: 14px;
}
.s-data > div {
position: relative;
width: 100%;
float: left;
margin-bottom: 10px;
}
.s-data > div > div {
padding-bottom: 5px;
float: right;
width: 80px;
}
.s-data > div > div:first-child {
margin-right: 50px;
float: left;
width: calc(100% - 130px);
}
.s-data > div:nth-child(1) > div:first-child:after,
.s-data > div:nth-child(2) > div:first-child:after,
.s-data > div:nth-child(3) > div:first-child:after {
content: '';
position: absolute;
height: 4px;
left: 0;
bottom: 0;
}
.s-data > div:nth-child(1) > div:first-child:after {
background: #bcbdc0;
width: 75%;
}
.s-data > div:nth-child(2) > div:first-child:after {
background: #f69731;
width: 50%;
}
.s-data > div:nth-child(3) > div:first-child:after {
background: #6d63e6;
width: 25%;
}
.s-r_proj {
margin-left: -10px !important;
margin-bottom: 20px !important;
width: 100%;
}
.s-r_proj li {
margin: 10px;
max-width: 100px;
width: 27%;
} #products-page {
margin: 5% auto 0; }
.toolbar {
display: flex;
justify-content: flex-start;
flex-wrap: wrap;
margin: 0 28px;
border-bottom: 1px solid #cacaca;
}
#products {
width: 100%;
height: auto;
margin-top: 15px;
margin-bottom: 100px;
float: left;
display: flex;
flex-wrap: wrap;
}
.product {
-webkit-transform: scale(0);
transform: scale(0);
-webkit-transition: all 350ms ease;
transition: all 350ms ease;  padding: 30px;
position: relative;
overflow: hidden;
}
.product.column:last-child:not(:first-child),
.product.columns:last-child:not(:first-child) { float: none;
}
.product > a:first-child {
width: 100%;
display: block;
height: 100%;
max-height: 392px;
background: #ffffff;
box-shadow: 0px 5px 30px rgba(55, 55, 65, 0.15);
border-radius: 8px;
position: relative;
overflow: hidden;
transition: 0.3s;
}
.product:hover > a {
box-shadow: 0px 5px 10px rgba(55, 55, 65, 0.15);
}
.product > a {       display: flex;
text-align: left;
color: #333;
font-size: 20px;
line-height: 24px; font-family: 'Source Sans Pro', sans-serif;
}
.product a .product-title {
position: absolute;
bottom: 18px;
left: 20px;
max-width: calc(100% - 54px);
transition: 0.3s;
}
.product:hover a .product-title {
bottom: -80px;
}
.product a .product-title > span:first-child {
display: block;
width: 100%;
font-weight: bold;
color: #475661;
}
.product a .product-title > span:last-child {
font-size: 14px;
line-height: 20px !important;
display: block;
}
.scale-anm {
transform: scale(1) !important;
}
.product img {
max-width: 100%;
width: 100%;
height: auto;
transition: 0.24s; transform: translate3d(0, 0, 0) scale(0.8);
backface-visibility: hidden;
}
.product:hover img {
transform: translate3d(0, 0, 0) scale(1);
}
.product-img {
margin-bottom: 10px; overflow: hidden;
height: 100%;
display: flex;
justify-content: center;
align-items: center;
max-height: 392px;
}
.fil-cat {   padding: 10px 0;
margin: 0 10px;
cursor: pointer;
font-weight: 600; font-size: 16px;
line-height: 24px;
color: #475661;
border-bottom: 2px solid rgba(0, 0, 0, 0);
margin-bottom: -1px;
}
.fil-cat:first-child {
margin-left: 0;
}
.fil-cat:last-child {
margin-right: 0;
}
.fil-cat.active,
.fil-cat:hover { border-bottom: 2px solid #6d63e6;
} @media screen and (min-width: 1350px) {
body.new-header.category-products .site-content,
body.new-header.category-products .breadcrumb {
max-width: 1440px;
}
body.new-header #products-page {
display: flex;
margin: 0 auto;
}
body.new-header #products {
margin-top: 0;
}
body.new-header .toolbar {
min-width: 20%;
flex-direction: column;
justify-content: flex-start;
margin: 0 0 auto;
border: none;
position: sticky;
top: 5%;
padding-top: 30px; }
body.new-header .fil-cat {
text-align: left;
padding: 8px 10px;
border-radius: 8px;
margin: 0 0 8px;
border-bottom: none;
transition: 0.1s;
font-weight: bold;
font-size: 16px;
line-height: 125%;
font-family: var(--font-family);
}
body.new-header .fil-cat.active,
body.new-header .fil-cat:hover {
color: #fff;
background-color: #6d63e6;
}
}  .product-page {
margin-bottom: 15%;
float: left;
width: 100%;
}
.product-secs .tabs-panel {
float: left;
width: 100%;
}
.product-secs .tabs-title {
padding: 10px 22px;
}
.product-secs .tabs-title > a {
color: #47444d !important;
border-bottom: rgba(0, 0, 0, 0) 3px solid;
padding: 10px 0;
}
.product-secs .tabs-title > a:hover,
.product-secs .tabs-title > a:focus,
.product-secs .tabs-title > a[aria-selected='true'] {
border-bottom: #6d63e6 3px solid;
}
.product-secs #collapsing-tabs {
margin: 0 auto 15px;
display: table;
}
.spec-item { border-top: 1px solid #decfe0;
}
.spec-item:first-child { }
.spec:nth-last-child(-n + 1) > div {
border-bottom: 1px solid #decfe0;
}
.spec > div:nth-child(2n) {
border-left: 1px solid #decfe0;
}
.spec-lbl {
width: 45%;
font-weight: bold;
}
.spec > div > div {
float: left;
padding: 13px 10px;
min-height: 50px;
}
.spec-val {
width: 55%;
}
.product-secs #panel2c > div {
display: flex;
flex-wrap: wrap;
}
.product-secs .tabs-panel li {
display: block;
position: relative;
margin-bottom: 10px;
}
.product-secs .tabs-panel li::before {
display: block;
width: 4px;
height: 4px;
background: #6d63e6;
content: '';
position: absolute;
left: -17px;
top: 50%;
}
.products #panel3c a,
.products #panel4c a {
display: table;
margin: 0 auto;
}
.products #panel3c .sd-gallery {
flex-wrap: wrap; }
.products #panel3c .sd-gallery a {
display: flex;
margin: 0px 16px 16px 0;
border-radius: 8px;
overflow: hidden; max-width: 150px;
border: 1px solid #cacaca;
position: relative;
justify-content: center;
position: relative;
background-color: #fff;
}
.products #panel3c .sd-gallery a::before {
content: '';
position: absolute;
right: 3px;
bottom: 3px;
background-image: url(//awada.ru/wp-content/themes/awada/img/ic-zoom-in.svg);
background-repeat: no-repeat;
background-position: center;
background-size: contain;
width: 15px;
height: 15px;
opacity: 0.8;
}
.products #panel3c .sd-gallery a:last-child {
margin-right: 0;
}
.products #panel4c a {
max-width: 660px;
}
.file-link {
display: table;
width: 100%;
}
.f-icon {
width: 39px;
height: 43px;
margin-right: 15px;
margin-top: 8px;
}
.f-icon img {
width: 100%;
}
.file-link > div {
float: left;
}
.f-name {
width: calc(100% - 55px);
font-size: 22px;
}
.f-size {
width: calc(100% - 55px);
font-size: 14px;
color: #47444d;
}
.files {
display: block;
float: left;
margin: 0;
width: 100%;
}
.file {
display: block;
float: left;
list-style: none !important;
min-width: 200px;
}
.file:before {
display: none !important;
}
.prod-gallery {
width: 100%;
float: left;
padding-right: 45px;
}
.product-info {
margin: 5% 0 0 0;
display: flex;
}
.product-info > .large-8 {
display: flex;
flex-wrap: wrap;
}
.product-info > .large-8 > div {
display: table;
}
.prod-desc {
text-align: left;
width: 100%;
}
.pg-big {
float: right;
position: relative;
width: calc(100% - 127px);
}
.pg-big a {
display: block;
position: relative;
width: 100%;
top: 0;
left: 0;
border: 1px solid #ccc;
}
.pg-big a.hidden {
display: none;
}
.pg-big img {
width: 100%;
}
.pg-thumb {
width: 126px;
float: left;
}
.pg-thumb > div {
border: 1px solid #ccc;
display: block;
margin: 0 17px 19px 17px;
cursor: pointer;
position: relative;
}
.pg-thumb > div.ic-video::after,
.pg-big > a.ic-video::after {
position: absolute;
display: block;
width: 100%;
height: 100%;
content: '';
top: 0;
left: 0;
background: url(//awada.ru/wp-content/themes/awada/img/ic-play.svg) no-repeat center center / 44px;
opacity: 0.7;
}
.pg-big > a.ic-video::after {
content: '';
left: auto;
right: 15px;
width: 44px;
height: 44px;
opacity: 1;
top: 15px;
}
.product-secs.row {
margin-top: 5%;
float: left;
width: 100%;
}
.slb_video,
.slb_video * {
width: 100% !important;
height: 100% !important;
display: block;
}
.slb_video {
position: absolute !important;
top: 0;
}
.video-present {
border: none !important;
}
.video-present .ic-video {
background: url(//awada.ru/wp-content/themes/awada/img/ic-play.svg) no-repeat center center / 100%;
width: 44px;
height: 44px;
float: right;
position: absolute;
right: 0;
}
.video-present > a > div:last-child {
font-size: 14px;
line-height: 14px;
margin-left: -24px;
padding: 8px 0;
text-align: right;
display: table;
}  ._product-page {
max-width: 1100px;
padding-bottom: 100px;
}
._product-page .tabs-title {
list-style: none;
}
._product-page > *,
._product-page .tabs-title > a,
._product-page .tabs-title > a:focus,
._product-page .tabs-title > a[aria-selected='true'] {
color: #333333 !important;
}
._product-info { float: left;
width: 100%;
}
._prod-gallery {
max-width: 347px;
width: 100%;
margin-right: 24px;
float: left;
}
._pg-big > a {
display: block;
border-radius: 8px;
background: #fff;
}
._pg-big a.hidden {
display: none;
}
._pg-thumb {
display: flex;  margin-bottom: 16px;
}
._pg-thumb > div {
max-width: calc(100% / 4);
padding: 10px;
cursor: pointer;
border-radius: 8px;
background: #fff;
overflow: hidden;
}
._product-page h1 {
font-size: unset;
}
._product-page h1 > * {
font-family: 'Muller';
font-style: normal;
font-weight: bold;
font-size: 24px;
line-height: 26px;
color: #333333;
text-transform: uppercase;
}
._product-page .prod-title {
width: calc(100% - 371px);
height: 134px;
display: flex;
align-items: center;
float: left;
}
._product-page #collapsing-tabs {
width: calc(100% - 371px);
display: flex; justify-content: flex-start;
border: 0;
border-bottom: 1px solid #cacaca; overflow-y: hidden;
overflow-x: auto;
}
._product-page #collapsing-tabs.flex-start {
justify-content: flex-start;
}
._product-page .tabs-title {
margin: 0 10px;
}
._product-page .tabs-title:first-child {
margin-left: 0;
}
._product-page .tabs-title:last-child {
margin-right: 0;
}
._product-page .tabs-title > a {
font-family: 'Source Sans Pro', sans-serif;
font-weight: normal;
font-size: 18px;
line-height: 24px;
padding-left: 0;
padding-right: 0;
padding-bottom: 5px;
white-space: nowrap;
opacity: 1;
}
._product-page .tabs-title > a:hover {
opacity: 0.4;
}
._product-page .tabs::after,
._product-page .tabs::before {
display: none !important;
}
._product-info .tabs-title > a[aria-selected='true'] {
border-bottom: #6d63e6 3px solid;
opacity: 1;
}
._product-info .tabs-content {
width: calc(100% - 371px);
float: left;
}
._product-info .tabs-panel {
padding: 16px 0 0;
}
._product-info #panel2c.tabs-panel {
padding: 0 0 0;
} ._product-info .tabs-panel > * {
font-family: 'Source Sans Pro', sans-serif;
font-weight: normal;
font-size: 16px;
line-height: 24px;
color: #333;
}
._product-info .tabs-panel li {
margin-bottom: 8px;
}
._product-info .spec-item {
border: 0 !important;
border-bottom: 1px dotted #cacaca !important;
}
#panel2c {
border-top: 1px dotted #cacaca !important;
}
._product-info .spec > div > div {
font-family: 'Source Sans Pro', sans-serif;
}
body.products .mw-1100 {
max-width: 1100px;
margin: 0 auto;
}
#related-products {
margin-top: 86px; }
#related-products .block-title {
display: flex;
justify-content: space-between;
align-items: center;
}
#related-products h2 {
font-weight: bold;
font-size: 24px;
line-height: 26px;
font-family: 'Muller' !important;
text-transform: uppercase;
margin-bottom: 0;
}
.__owl-nav {
display: flex;
}
.__owl-nav > div {
width: 26px;
height: 26px;
display: flex;
align-items: center;
cursor: pointer;
margin-top: -4px;
opacity: 1;
}
.__owl-nav > div:hover {
opacity: 0.4;
}
.__owl-nav > div.__next {
justify-content: flex-end;
}
#rp-slider {
margin-left: -30px;
margin-right: -30px;
width: calc(100% + 60px);
}
#rp-slider .owl-stage {
display: flex;
}
#rp-slider .owl-item {
padding: 20px 10px;
display: flex;
}
#rp-slider .owl-carousel .owl-stage-outer {
padding: 30px 0;
}
#rp-slider .owl-item a {
border-radius: 8px;
overflow: hidden;
background: #fff;
display: flex;
flex-direction: column;
justify-content: space-between;
}
#rp-slider .owl-item.active a {
box-shadow: 0px 5px 30px rgba(55, 55, 65, 0.15);
} #rp-slider .s-title {
padding: 20px;
font-family: 'Source Sans Pro', sans-serif;
font-weight: normal;
font-size: 20px;
line-height: 24px;
}
#rp-slider .s-title div {
color: #333333;
}  .page-template-home_landing-page #content {
width: 100%;
max-width: inherit;
}
.sec-1 * { max-height: 55.6vw;
}
.h-landing > div { width: 100%;
}
.apps {
display: table;
margin: 0 auto;
}
.apps a {
margin: 30px 55px;
display: inline-block;
}
.h-ttl {
text-align: center;
color: #808285;
font-size: 24px;
font-family: 'MullerLight' !important;
display: table;
margin: 0 auto;
padding: 5px 20px;
}
.h-ttl a {
color: #808285;
}
.h-ttl a:hover {
color: #6d63e6 !important;
text-decoration: underline !important;
}
.h-services,
.last-news {
width: 100%;
margin: 15px auto 50px auto;
display: flex;
justify-content: center;
flex-wrap: wrap;
}
.last-news {
margin: 15px auto 0px auto;
}
.awards .hs-item {
text-align: center;
}
.awards .hs-ttl span {
font-size: 16px;
line-height: 22px !important;
color: #000;
display: inline-flex;
}
.ln-item a:hover .ln-ttl > div {
border-bottom: 0px;
}
.r-more > a,
.r-more > span {
background: rgba(109, 99, 230, 0.9);
padding: 10px 15px 10px 15px;
color: #fff;
}
.r-more > a:hover {
background: rgba(255, 255, 255, 0.66);
color: #6d63e6;
}
.sec-6 .r-more {
position: absolute;
bottom: 25px;
right: 0;
}
.hs-item,
.ln-item {
margin: 0 15px;
width: 33.3333%;
max-width: 370px;
margin-bottom: 30px;
}
.hs-ttl {
text-transform: uppercase;
font-size: 30px;
font-family: 'MullerUltraLight' !important;
color: #6d63e6;
line-height: 30px;
margin: 20px 0 15px 0;
border-bottom: 1px solid rgba(0, 0, 0, 0);
display: inline-block;
}
.hs-desc {
color: #808285;
}
.h-projects {
margin: 10px 0;
padding: 0;
display: flex;
flex-wrap: wrap;
position: relative;
justify-content: center;
}
.h-projects li {
max-width: 330px;
min-width: 230px;
max-height: 330px;
overflow: hidden;
width: 16.666%;
position: relative;
}
.h-projects li > a {
position: absolute;
z-index: 2;
width: 100% !important;
height: 100% !important;
text-align: center !important;
color: #fff !important;
border-radius: 0 !important;
border: none !important;
margin: 0 !important;
justify-content: center; padding: 10px;
display: flex !important;
flex-wrap: wrap;
align-content: center;
background: rgba(159, 68, 180, 0.8);
transform: scale(0.5);
opacity: 0;
transition: 0.3s;
top: 0;
}
.h-projects li:hover > a {
opacity: 1;
transform: scale(1);
}
.h-projects li > a > div > div {
font-size: 14px;
line-height: 16px;
font-family: 'MullerLight' !important;
}
.h-projects li > a > div,
.h-projects li > a > div p {
width: 100%;
color: #fff;
line-height: 16px;
}
.h-projects li > a > div.hp-ttl strong {
font-family: 'MullerLight' !important;
display: inline-block;
line-height: 17px;
text-transform: uppercase;
font-size: 16px;
padding-bottom: 5px;
}
.h-projects li > a > div {
width: 100%;
display: flex;
justify-content: center;
align-self: center;
flex-wrap: wrap;
}
span.arrow {
color: #6d63e6;
display: inline-block;
font-size: 30px;
position: relative;
top: 0px;
right: -2px;
}
span.arrow.down {
transform: rotate(-90deg);
top: 0px;
}
.sec4-txt {
max-width: 1317px;
margin: 0 auto;
padding: 0 20px;
}
.what-is,
.our-clients {
display: flex;
flex-wrap: wrap;
justify-content: space-between;
margin: 55px auto !important;
padding: 0;
max-width: 1317px;
}
.what-is li,
.our-clients li { text-align: center;
display: block;
margin: 20px 10px;
}
.what-is-2 {
background: #e9e7eb;
padding: 60px 20px;
}
.what-is-2 ul {
max-width: 1277px;
margin: 0 auto;
padding: 0;
}
.what-is-2 ul li {
line-height: 26px;
list-style: none;
color: #000;
font-size: 26px;
font-family: 'MullerUltraLight' !important;
background: url(//awada.ru/wp-content/themes/awada/img/ic-checked.svg) no-repeat center left / 47px 47px;
padding: 10px 0 10px 82px;
min-height: 42px;
margin: 20px 0;
}
.what-is li > div {
color: #6d63e6;
font-size: 20px;
line-height: 22px;
margin: 35px auto 0 auto;
}
.what-is li > img {
max-height: 83px;
max-width: inherit;
}
.apps a img {
width: 193px;
height: auto;
}
.h-services a {
display: block;
}
.h-services a:hover > .hs-ttl { border-bottom: 1px solid #6d63e6;
}
.h-ttl.fs60 {
font-size: 60px;
padding: 60px 0 30px 0;
}
.our-clients li {
align-items: center;
display: flex;
}
.our-clients li img {
max-height: 100px;
width: auto;
padding: 10px;
max-width: 190px;
}
.sec-6 {
background: #babecd;
}
.white {
color: #fff;
}
.sec-6 .h-ttl {
font-size: 60px;
padding: 30px 0 60px 0;
}
.sec-6 .ln-item {
background: #e1e1e1;
position: relative;
padding-bottom: 70px;
width: 30%;
max-width: 330px;
}
.sec-6 .ln-ttl {
text-transform: uppercase;
font-size: 22px; font-family: 'MullerLight' !important;
padding: 22px 20px 15px 20px;
line-height: 30px; color: #000;
font-weight: bold;
} .ln-item a .ln-ttl > div {
display: inline;
border-bottom: 1px solid rgba(0, 0, 0, 0);
}
.ln-item a:hover .ln-ttl > div {
border-bottom: 1px solid #000;
}
.sec-6 .ln-date {
padding: 22px 20px 25px 20px;
color: #808285;
position: absolute;
bottom: 0;
}  .proekty #content {
max-width: inherit;
width: 100%;
}
.project-content {
width: 90%;
max-width: 1260px;
margin: 0 auto 50px;
display: flex;
flex-wrap: wrap;
justify-content: space-between;
}
.projects-nav {
width: 100%;
height: 100%;
display: block;
position: absolute;
top: 0;
z-index: 12;
}
.project-prev,
.project-next {
position: absolute;
display: table;
height: 100%;
width: 50px;
right: 0;
z-index: 1;
}
.project-prev {
left: 0;
right: auto;
}
.projects-nav a {
width: 100%;
height: 100%;
display: table-cell;
color: #fff;
font-size: 43px;
text-align: center;
vertical-align: middle;
text-shadow: 0px 1px 0px #000;
font-weight: bold;
}
.projects-nav a:hover {
background: rgba(0, 0, 0, 0.5);
}
.project-header {
width: 100%;
position: relative;
} .project-header-info {
position: absolute;
top: 40px;
z-index: 11;
margin: 0 auto;
width: 100%;
padding: 0 20px;
}
.project-header-info > div {
width: 100%;
max-width: 1260px;
margin: 0 auto;
display: table;
position: relative;
} .project-title { color: #fff;
font-family: 'Muller';
font-size: 40px;
font-weight: bold;
}
.single .project-title { font-size: 36px !important;
}
.project-header-info .project-desc {
max-width: 55%;
font-size: 16px;
line-height: 18px;
font-family: 'Source Sans Pro', sans-serif;
color: #555;
margin-top: 10px;
}
.project-images {
width: 100%;
display: flex;
justify-content: flex-end;
margin-bottom: 15px;
flex-wrap: wrap;
}
.gallery-item {
display: block;
float: left;
margin: 10px 0px 0 10px;
width: calc((100% / 6) - 10px);
height: auto;
overflow: hidden;
position: relative;
}
.gallery-item > img {
position: relative;
}
.project-left-col {
margin-top: 50px;
}
.project-left-col,
.project-right-col {
width: 50%;
}
.project-left-col > div {
margin-bottom: 34px;
}
.project-left-col h4 {
font-family: 'Source Sans Pro', sans-serif !important;
font-size: 36px;
color: #4c4c4c !important;
}
.project-right-col {
max-width: 410px;
min-height: 720px;
position: relative;
}
.feedback_img {
position: absolute;
bottom: 0;
}
.feedback_img.mob {
display: none;
}
.project-left-col,
.project-left-col p { font-size: 18px;
font-family: 'Source Sans Pro', sans-serif;
color: #555;
line-height: 22px;
}
.project-left-col ul {
padding-left: 20px;
}
.project-left-col li {
position: relative;
list-style: none;
margin-bottom: 15px;
line-height: 22px;
}
.project-left-col li::before {
content: '';
display: inline-block;
background: #6d63e6;
width: 7px;
height: 7px;
position: absolute;
left: -37px;
top: 13px;
}
.project-left-col h6 {
font-size: 14px;
font-weight: normal !important;
}
.feedback-image {
border: 6px solid #6d63e6;
display: block;
max-width: 230px;
}
.r-func > .fs16 {
margin-bottom: 10px;
color: #4c4c4c;
font-weight: normal;
font-family: 'Muller' !important;
font-size: 18px;
}
.funcs li {
position: relative;
list-style: none;
font-family: 'Source Sans Pro', sans-serif;
color: #555;
}
.funcs li::before {
content: '';
width: 7px;
height: 7px;
position: absolute;
left: -19px;
top: 9px;
}
.func-1::before {
background: #a933c7;
}
.func-2::before {
background: #f284a9;
}
.func-3::before {
background: #ff4d5c;
}
.func-4::before {
background: #39bd43;
}
.func-5::before {
background: #18b2f8;
}
.project-header-spec {
background: rgba(109, 99, 230, 0.66);
color: #fff;
font-size: 18px;
line-height: 18px;
position: absolute;
width: 100%;
bottom: 0;
z-index: 10;
font-family: 'Source Sans Pro', sans-serif;
}
.specs-wrapper {
width: 90%;
max-width: 1260px;
margin: 0 auto;
text-align: center;
padding: 15px 50px 15px 50px;
display: flex;
justify-content: center;
flex-wrap: wrap;
}
.specs-wrapper > div {
width: 25%;
float: left;
}
.rhs-col > div:first-child {
margin-bottom: 10px;
margin-top: 3px;
}
.rhs-col > div:first-child > div {
display: inline-block;
}
.rhs-col > div:first-child > div:first-child {
font-size: 36px;
font-weight: bold;
}
.rhs-col > div:first-child > div:last-child {
font-size: 25px;
font-weight: bold;
}
.category-proekty #content {
max-width: inherit;
width: 100%;
}
.category-proekty .project-header-info.re-calc,
.category-proekty .project-header-info {
top: auto;
left: 0;
right: 0;
max-width: 1260px;
}
.category-proekty .project-header-info {
top: 90px;
}
.category-proekty .project-header-info.re-calc {
bottom: 50px;
}
.category-proekty .project-header-info > div.project-title {
margin: 0 !important;
}
.project-header-info.re-calc > div { margin: 0;
cursor: pointer;
z-index: 1;
bottom: 0;
position: relative;
background: #0a0a0a;
border-radius: 4px;
padding: 12px 27px 12px 27px;
line-height: 16px;
font-size: 16px;
font-family: 'MullerLight' !important;
white-space: nowrap;
height: 40px;
color: #fff;
display: inline-flex;
width: auto;
}
.project-header-info.re-calc > div:hover { background: #fff;
color: #0a0a0a;
}
.f-func {
background: #fff;
padding: 7px;
max-width: 335px;
width: 100%;
position: relative;
font-family: 'Muller' !important;
}
.f-func a {
color: #000 !important;
display: block;
}
.f-func li a:hover,
.f-func li.current a {
color: #5e0cef !important;
}
.f-func.is-open ul {
display: block;
}
.f-func ul {
margin: 0;
border-top: 1px solid #808285;
padding: 10px 7px;
display: none;
width: 100%;
}
.f-func ul li .checbox i {
font-style: normal;
color: #000;
font-weight: bold;
font-size: 15px;
line-height: 15px;
display: none;
background: url(//awada.ru/wp-content/themes/awada/img/ic-checked.svg) no-repeat center left / 15px 15px;
}
.f-func ul li.checked .checbox i,
.f-func ul li.current .checbox i {
display: block;
}
.f-func ul li {
margin: 0;
padding: 0;
line-height: 30px;
list-style: none;
cursor: pointer;
position: relative;
font-family: 'Source Sans Pro', sans-serif;
}
.f-func ul li:hover,
.f-func ul li.checked {
color: #6d63e6;
}
.f-func ul li.checked > div:first-child { }
.f-func ul li > div:first-child {
border: 1px solid #000;
width: 15px;
height: 15px;
border-radius: 0;
margin: 6px 10px 6px 0px;
float: left;
display: inline;
clear: both;
}
.icon {
position: absolute;
right: 10px;
color: #6d63e6;
width: 20px;
height: 20px;
top: 14px;
transform: rotate(90deg);
font-weight: bold;
padding: 0px 7px;
}
.icon > span {
width: 20px;
height: 20px;
line-height: 20px;
display: block;
position: absolute;
top: 0px;
left: 0px;
text-align: center;
}
.icon > span:first-child {
display: none;
}
.f-func.is-open .icon > span:first-child {
display: block;
font-size: 30px;
}
.f-func.is-open .icon > span:last-child {
display: none;
}
.func-current {
position: relative;
line-height: 46px;
padding-left: 15px;
cursor: pointer;
font-family: 'Source Sans Pro', sans-serif;
}
.f-func > div:last-child {
border: 1px solid #808285;
margin-top: 15px;
position: absolute;
width: 100%;
z-index: 3;
background: #fff;
}
.f-func li a.clsCat {
display: none;
}
.f-func li.current a.clsCat {
position: absolute;
right: -4px;
top: -2px;
padding: 0 10px;
font-size: 26px;
display: inline-block;
color: #a36cb0 !important;
}
.f-res {
line-height: 16px; font-family: 'Source Sans Pro', sans-serif;
margin-top: 68px;
width: 100%;
max-width: 312px;
padding: 0 10px;
}
.category-proekty .project-content {
max-width: 1274px;
width: 100%;
padding: 0 15px;
} .project-content.projects {
justify-content: flex-start;
}
.projects-item {
width: calc(25% - 14px);
min-height: 304.5px;
margin: 7px;
position: relative;
overflow: hidden;
cursor: pointer;
-webkit-transform: scale(0);
transform: scale(0);
-webkit-transition: all 350ms ease;
transition: all 250ms ease;
}
.projects-item.i-1 {
width: calc(50% - 14px);
}
.projects-item:hover .pi-block {
opacity: 1;
}
.pi-block {
width: 100%;
height: 100%;
background: rgba(109, 99, 230, 0.8);
text-align: center;
display: flex;
justify-content: center;
flex-wrap: wrap;
align-content: center;
align-items: center;
position: absolute;
opacity: 0;
padding: 0 10px;
}
.pi-title { font-weight: bold; color: #fff;
font-size: 22px;
line-height: 26px;
font-family: 'Source Sans Pro', sans-serif;
}
.pi-desc {
font-size: 22px;
line-height: 22px;
margin-top: 10%;
color: #fff;
} .slide {
position: absolute;
width: 100%;
height: 100%;
}
.project-header {
height: 25vw; max-height: 330px; min-height: 330px;
margin-bottom: 20px;
}
.slideshow { min-height: 330px;
width: 100%;
overflow: hidden;
height: 100%;
float: left;
}  .page-template-funcs-page .site-content {
width: 100%;
max-width: inherit;
}
.sys-funcs-wrapper {
background: #f1f2f2;
padding: 15px;
position: relative;
z-index: 1;
}
.sys-funcs-content {
margin: 0 auto;
max-width: 1920px;
padding: 0 35px;
}
.sys-funcs-content > h2 {
text-align: center;
}
.sys-funcs-content .tabs-content {
background: transparent;
border: 0;
}
.sys-funcs-content .tabs-title > a,
.sys-funcs-content .tabs-title > a:focus,
.sys-funcs-content .tabs-title > a[aria-selected='true'] {
color: #000 !important;
font-size: 24px;
text-align: center;
padding: 10px;
font-family: 'MullerUltraLight', sans-serif;
line-height: 22px;
}
.sys-funcs-content #collapsing-tabs .tabs-title > a.l-tab:hover,
.sys-funcs-content #collapsing-tabs .tabs-title > a.l-tab:focus,
.sys-funcs-content #collapsing-tabs .tabs-title > a.l-tab[aria-selected='true'] {
background: #dfcde5 !important;
}
.sys-funcs-content #collapsing-tabs .tabs-title > a.v-tab:hover,
.sys-funcs-content #collapsing-tabs .tabs-title > a.v-tab:focus,
.sys-funcs-content #collapsing-tabs .tabs-title > a.v-tab[aria-selected='true'] {
background: #f1dce4 !important;
}
.sys-funcs-content #collapsing-tabs .tabs-title > a.s-tab:hover,
.sys-funcs-content #collapsing-tabs .tabs-title > a.s-tab:focus,
.sys-funcs-content #collapsing-tabs .tabs-title > a.s-tab[aria-selected='true'] {
background: #f1d3d3 !important;
}
.sys-funcs-content #collapsing-tabs .tabs-title > a.d-tab:hover,
.sys-funcs-content #collapsing-tabs .tabs-title > a.d-tab:focus,
.sys-funcs-content #collapsing-tabs .tabs-title > a.d-tab[aria-selected='true'] {
background: #cee6d0 !important;
}
.sys-funcs-content #collapsing-tabs .tabs-title > a.c-tab:hover,
.sys-funcs-content #collapsing-tabs .tabs-title > a.c-tab:focus,
.sys-funcs-content #collapsing-tabs .tabs-title > a.c-tab[aria-selected='true'] {
background: #c8e4ef !important;
}
.sys-funcs-content #collapsing-tabs {
display: flex;
justify-content: space-evenly;
max-width: 1230px;
margin: 0 auto;
background: transparent;
border: 1px solid #babecd;
border-left: 0;
border-right: 0;
}
.sys-funcs-content .tabs-title {
width: 25%;
}
.sys-funcs-content .grid-x {
display: flex;
}
.sys-info .tabs-panel[aria-hidden='false'] {
display: flex;
padding: 50px 0;
width: 100%;
}
.sys-info .sys-funcs {
width: 50%;
margin: 0;
}
.sys-info .sys-funcs > li.func {
margin-bottom: 30px;
list-style: none;
display: flex;
cursor: pointer;
}
ul li > div.fsi-icon:first-child {
width: 51px;
height: 51px;
border: 0;
float: left;
margin: 5px 20px 0px 0px;
padding: 0;
}
.fsi {
width: calc(100% - 140px);
}
.fsi .title.magenta {
font-size: 18px;
line-height: 20px;
font-weight: bold;
margin-bottom: 5px;
position: relative;
}
.desc {
font-size: 16px;
line-height: 20px;
}
.ipad {
width: 50%;
min-height: 100px;
position: relative;
overflow: hidden;
}
.overlay {
position: relative;
z-index: 11;
}
.f-image {
position: absolute;
z-index: 1;
top: 0;
padding: 6.5% 14% 0% 8.5%;
}
.in-tab .tabs {
border: 0;
position: relative;
display: table;
margin: 0 auto;
background: transparent;
}
.sys-funcs-content .in-tab .tabs-title > a,
.sys-funcs-content .in-tab .tabs-title > a:focus,
.sys-funcs-content .in-tab .tabs-title > a[aria-selected='true'] {
text-align: left;
font-size: 20px;
text-transform: uppercase;
position: relative;
}
.sys-nav ul > li {
position: relative;
}
.sys-nav ul > li::before {
content: '';
display: inline-block;
background: #808285;
width: 7px;
height: 7px;
position: absolute;
left: -12px;
top: 15px;
}
.sys-funcs-content .hoverline {
width: calc(100% - 11px);
background: #6d63e6;
height: 1px;
position: absolute;
padding-right: 11px;
display: none;
}
.sys-funcs-content .hoverline::after {
width: 11px;
height: 11px;
border: 1px solid #6d63e6;
display: block;
position: absolute;
content: '';
right: -11px;
top: -5px;
border-radius: 10px;
}
.sys-funcs-content .sys-funcs > li.func:hover .hoverline,
.sys-funcs-content .sys-funcs > li.func.current .hoverline {
display: block;
}
.lighting .hoverline {
background: #6d63e6;
}
.lighting .hoverline::after {
border: 1px solid #6d63e6;
}
.lighting .in-tab .tabs-title > a:hover,
.lighting .in-tab .tabs-title > a:focus,
.lighting .in-tab .tabs-title > a[aria-selected='true'] {
text-decoration: underline;
color: #6d63e6 !important;
}
.lighting .sys-nav ul > li:hover::before,
.lighting .sys-nav ul > li.is-active::before {
background: #6d63e6;
}
.video .magenta {
color: #f285ab !important;
}
.video .hoverline {
background: #f285ab;
}
.video .hoverline::after {
border: 1px solid #f285ab;
}
.video .in-tab .tabs-title > a:hover,
.video .in-tab .tabs-title > a:focus,
.video .in-tab .tabs-title > a[aria-selected='true'] {
text-decoration: underline;
color: #f285ab !important;
}
.video .sys-nav ul > li:hover::before,
.video .sys-nav ul > li.is-active::before {
background: #f285ab;
}
.security .magenta {
color: #f05759 !important;
}
.security .hoverline {
background: #f05759;
}
.security .hoverline::after {
border: 1px solid #f05759;
}
.security .in-tab .tabs-title > a:hover,
.security .in-tab .tabs-title > a:focus,
.security .in-tab .tabs-title > a[aria-selected='true'] {
text-decoration: underline;
color: #f05759 !important;
}
.security .sys-nav ul > li:hover::before,
.security .sys-nav ul > li.is-active::before {
background: #f05759;
}
.drives .magenta {
color: #43b749 !important;
}
.drives .hoverline {
background: #43b749;
}
.drives .hoverline::after {
border: 1px solid #43b749;
}
.drives .in-tab .tabs-title > a:hover,
.drives .in-tab .tabs-title > a:focus,
.drives .in-tab .tabs-title > a[aria-selected='true'] {
text-decoration: underline;
color: #43b749 !important;
}
.drives .sys-nav ul > li:hover::before,
.drives .sys-nav ul > li.is-active::before {
background: #43b749;
}
.climate .magenta {
color: #25aae1 !important;
}
.climate .hoverline {
background: #25aae1;
}
.climate .hoverline::after {
border: 1px solid #25aae1;
}
.climate .in-tab .tabs-title > a:hover,
.climate .in-tab .tabs-title > a:focus,
.climate .in-tab .tabs-title > a[aria-selected='true'] {
text-decoration: underline;
color: #25aae1 !important;
}
.climate .sys-nav ul > li:hover::before,
.climate .sys-nav ul > li.is-active::before {
background: #25aae1;
}
.icon-sett {
width: 68px;
height: 68px;
margin: 42px auto 35px;
position: relative;
left: -12px;
}
.climate .icon-sett {
width: 136px;
}
.icon-sett img {
max-width: 68px;
float: left;
}  .breadcrumb {
padding: 10px 0px;
margin: 40px auto 20px auto;
list-style: none;
max-width: 1274px;
color: #808285;
}
.breadcrumb a {
color: #808285;
text-decoration: none;
}
.breadcrumb a:hover {
color: #6d63e6;
text-decoration: underline;
}
.category-products .breadcrumb {
padding: 10px 0;
max-width: 1210px;
}  .page-template-resheniya-page #content {
width: 100%;
max-width: inherit; min-height: calc(100vh - 265px); }
.solutions-page {
width: 100%;
height: auto;
position: relative;
}
.image-bg {
width: 100%;
height: 100%;
padding-bottom: 53.2%;
background-position: left top;
background-size: contain;
background-repeat: no-repeat;
}
.scheme-nav {
z-index: 999;
position: fixed;
bottom: 0;
width: 100%;
background: rgba(255, 255, 255, 0.7);
}  #top-menu li .sub-menu li > a {
font-size: 16px;
display: table;
line-height: 1;
width: 100%;
text-align: left;
white-space: nowrap;
padding: 10px 20px 10px 10px;
}
#top-menu li .sub-menu li > a:hover {
background: #eee;
}
#top-menu .sub-menu li.menu-item-has-children:hover .sub-menu {
display: block;
position: absolute;
left: 100%;
min-width: 300px;
top: 0;
}   .downloads-page {
padding: 65px 0 200px;
z-index: 1;
position: relative;
}
.downloads-page #collapsing-tabs {
display: flex;
margin: 50px 0 0px;
overflow: auto;
z-index: 1;
position: relative;
}
.downloads-page #collapsing-tabs .tabs-title {
margin-right: 40px;
min-width: 248px;
max-width: 300px;
}
.downloads-page #collapsing-tabs .tabs-title:last-child {
margin-right: 0;
}
.downloads-page #collapsing-tabs .tabs-title a {
margin: 0;
}
.downloads-page #collapsing-tabs .tabs-title a div {
margin: 10px 0;
background: #ccc !important;
padding: 23px 15px;
}
.downloads-page #collapsing-tabs .tabs-title.is-active a div:last-child {
background: #5e0cef !important;
}
.downloads-page #collapsing-tabs .tabs-title a div:last-child {
background: #6d63e6 !important;
margin: 0;
}
.downloads-tabs .tabs-title img {
background: #cccccc;
display: block;
}
.downloads-page .tabs-content {
display: flex;
border: 1px solid #ccc;
margin: 0px 10px;
}
.downloads-page .file {
margin-bottom: 15px;
width: 100%;
}
.downloads-page .file:last-child {
margin-bottom: 10px;
}
#form-help {
display: table;
margin: 100px auto 0;
max-width: 710px;
}  #top-menu > li {
position: relative;
}
#top-menu .sub-menu {
left: -8px;
padding: 0;
position: absolute;
width: auto;
border: 1px solid #ececec;
border-top: 0 !important;
}
#top-menu .sub-menu > li {
margin: 0;
max-width: none;
}
#top-menu .sub-menu li > a {
font-size: 22px;
}
#top-menu > li.menu-item-has-children:hover > a::after {
display: none;
}  .training_center #content {
max-width: inherit;
width: 100%;
}
.tc_post-header {
background: #6d63e6;
color: #fff;
position: relative;
}
.tc_wrapper {
display: flex;
flex-wrap: wrap;
min-height: 440px;
}
.tc_wrapper .ph-left {
width: 100%;
max-width: 60%;
display: flex;
align-self: center;
padding: 50px 20px 30px 0;
z-index: 1;
}
.ph-left h1 {
font-size: 4rem !important;
font-family: 'MullerLight' !important;
line-height: normal;
}
.tc-desc {
font-size: 26px;
line-height: 30px;
margin-bottom: 30px;
}
.get-course {
display: inline-block;
padding: 10px 20px;
font-weight: bold;
cursor: pointer;
background: #6d63e6;
color: #fff;
transition: 0.2s;
}
.get-course:hover {
background: #3a1542;
}
.get-course.dark {
background: #3a1542;
}
.get-course.dark:hover {
background: rgba(255, 255, 255, 0.66);
color: #6d63e6;
}
.tc_wrapper_bg {
position: absolute;
right: 0;
top: 0;
min-height: 440px;
height: 100%;
width: 100%;
left: 0;
bottom: 0;
}
.tc_wrapper_bg .ph-right {
background-image: url(http://awada.ru/wp-content/uploads/2020/02/obuchaushiy-center.jpg);
background-size: cover;
position: absolute;
right: 0;
top: 0;
height: 100%;
width: 40%;
max-width: 660px;
background-position: right top;
} .ph-right img {
float: right;
}
.tc_info {
background: #e7e7e8;
height: 90px;
border-top: 1px solid #fff;
}
.tc_info-items {
justify-content: space-between;
max-width: 1440px;
margin: 0 auto;
height: 100%;
}
.tc_info-item {
display: flex;
}
.tci-icn {
display: flex;
min-width: 90px;
}
.tci-icn img {
width: auto;
height: 90px;
padding: 15px;
}
.tc_info-item:first-child .tci-icn img {
padding-top: 10px;
}
.tci-txt {
font-size: 24px;
padding-right: 15px;
align-self: center;
line-height: normal;
}
.tc-subtitle {
font-size: 40px;
font-weight: bold;
border-bottom: 6px solid #6d63e6;
display: inline-block;
margin-bottom: 25px;
padding-right: 90px;
}
.tc-content {
margin-bottom: 35px;
}
.tc-content ul {
list-style: none; }
.tc-content ul li {
font-size: 24px;
line-height: 40px;
}
.tc-content ul li::before {
content: '';
background: #6d63e6;
display: inline-block;
width: 8px;
height: 8px;
border-radius: 10px;
margin-left: -19px;
margin-right: 30px;
margin-bottom: 4px;
}
#get-course-popup {
max-width: 760px;
}
#get-course-popup h3 {
font-size: 24px;
text-align: center;
color: #030303;
font-weight: normal;
font-family: 'MullerLight' !important;
line-height: 30px;
padding: 25px 0;
}
#get-course-popup span.acceptance {
color: #5b5b5b;
}
#get-course-popup .send {
display: table;
margin: 0 auto;
}
#get-course-popup .send > input {
margin: 0 20px 0 0;
display: block;
padding: 15px 40px;
background-color: #6d63e6;
}
#get-course-popup .send > input:hover {
background-color: #3a1542;
}
span.wpcf7-not-valid-tip {
display: none !important;
}
.wpcf7-form-control {
margin: 0 0 25px;
}
.wpcf7-not-valid {
border: 1px solid red !important;
} .whatsapp_widget_item,
.tg_widget_item {
display: flex;
position: fixed;
z-index: 99999;
border-radius: 50%;
width: 60px;
height: 60px;
justify-content: center;
align-items: center;
box-shadow: 0 0 3px rgba(0, 0, 0, 0.1);
transition: all ease-in 0.3s;
right: 40px;
bottom: 40px; }
.whatsapp_widget_item svg,
.tg_widget_item svg {
fill: #fff;
opacity: 0.8; }
.whatsapp_widget_item:hover,
.tg_widget_item:hover {
box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
}
.whatsapp_widget_item:hover svg,
.tg_widget_item:hover svg {
opacity: 1;
transition: all ease-in 0.3s;
}
@media screen and (min-height: 1000px) {
.scheme-nav {
position: absolute;
}
}
.scheme-nav ul {
margin: 0;
padding: 0;
display: flex;
justify-content: space-around;
}
.scheme-nav ul li {
list-style: none;
display: block;
float: left;
width: 100%;
}
.scheme-nav ul li a {
color: #000;
text-transform: uppercase;
width: 100%;
display: block;
text-align: center;
line-height: 62px;
font-size: 20px;
padding: 3px 10px 0 10px;
white-space: nowrap;
}
.scheme-nav ul li a:hover {
color: #fff;
background: rgba(109, 99, 230, 0.8);
}
.image-bg.hover-image {
position: absolute;
z-index: 1;
}
.image-nav,
.image-nav > ul {
position: absolute;
width: 100%;
height: 100%;
margin: 0;
padding: 0;
z-index: 3;
overflow: hidden;
}
.image-nav > ul > li {
position: absolute;
list-style: none;
}
.image-nav > ul > li > a {
position: relative;
display: block;
width: 100%;
height: 100%; cursor: pointer;
}
.linkid-988 {
width: 16%;
height: 13%;
left: 22%;
top: 38%;
transform: skew(6deg, -18deg);
}
.linkid-1203 {
width: 16%;
height: 13%;
left: 22%;
top: 38%;
transform: skew(6deg, -18deg);
}
.linkid-1203 {
width: 11%;
height: 5%;
left: 91%;
top: 25%;
transform: skew(71deg, -25deg);
}
.linkid-1205 {
width: 15%;
height: 6%;
left: 70%;
top: 17%;
transform: skew(71deg, -21deg);
}
.linkid-1207 {
width: 5%;
height: 15%;
left: 17%;
top: 44%;
transform: skew(6deg, -18deg);
}
.linkid-1209 {
width: 11%;
height: 25%;
left: 52%;
top: 49%;
transform: skew(0deg, 0deg);
}
.linkid-1211 {
width: 12%;
height: 10%;
left: 21%;
top: 65%;
transform: skew(48deg, -23deg);
}
.linkid-1213 {
width: 13%;
height: 12%;
left: 34%;
top: 52%;
transform: skew(58deg, -23deg);
}
.linkid-1215 {
width: 8%;
height: 12%;
left: 58%;
top: 24%;
transform: skew(68deg, -34deg);
} .scheme-nav-mob {
display: none;
margin: 0 auto;
padding: 15px;
}
.scheme-nav-mob ul {
display: block;
width: 100%;
margin: 0;
padding: 0;
}
.scheme-nav-mob ul li {
list-style: none;
width: calc(50% - 20px);
float: left;
border: 1px solid #ececec;
margin: 20px 10px;
}
.scheme-nav-mob .title {
text-align: center;
color: #000;
text-transform: uppercase;
font-size: 20px;
line-height: 34px;
background: #fff;
padding: 10px 10px 7px 10px;
}
.scheme-nav-mob ul li a {
display: block;
}
.scheme-nav-mob .thumb {
border-bottom: 1px solid #ececec;
}   .resheniya #content {
max-width: inherit;
width: 100%;
}
.resheniya .breadcrumb {
padding: 10px 15px;
max-width: 1354px;
}
.solution-wrappaer,
.solution-footer {
max-width: 1354px;
width: 100%;
margin: 0 auto;
position: relative;
padding: 0 15px;
}
.s-header {
position: relative;
font-size: 18px;
font-weight: normal;
font-family: 'MullerUltraLight' !important;
margin-bottom: 30px;
}
.s-header a {
color: #808285;
}
.solution-wrappaer h1.post-title {
display: table;
margin: 0 auto;
font-size: 40px;
font-weight: normal;
position: relative;
z-index: 1;
}
.solution-wrappaer .prev-post {
left: 0;
position: absolute;
bottom: 0;
display: none;
}
.solution-wrappaer .next-post {
right: 0;
position: absolute;
bottom: 0;
display: none;
}
.post-desc {
margin-bottom: 50px;
position: relative;
z-index: 2;
}
.solution-wrappaer .post-desc p {
font-size: 18px;
}
.s-image-bg {
width: 100%;
height: 100%;
background-repeat: no-repeat;
background-position: left top;
position: absolute;
background-size: contain;
z-index: 1;
}
.s-hover-image {
z-index: 3;
}
.solution-scheme {
position: relative;
z-index: 0;
width: 100%;
height: auto;
padding-bottom: 80.064%;
max-width: 1230px;
margin: 0 auto 50px;
}
ul li > div.s-icon {
border: 0;
border-radius: 0;
display: block;
margin: 0;
width: 28px;
height: 28px;
position: relative;
}
.solution-nav li {
height: 36px;
line-height: 36px;
display: flex;
list-style: none;
position: absolute;
z-index: 10;
background: #ffbaf1;
border-radius: 4px 4px 5px 0px;
padding: 4px;
box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.1);
cursor: pointer;
}
.solution-nav li .icn-title {
border-left: 1px solid #fff;
margin: 4px 5px 4px 10px;
padding: 0 0 0 10px;
height: 20px;
line-height: 18px;
color: #fff;
display: none;
transition: 0.3s;
}
.solution-nav li .icn-title span {
font-size: 24px;
display: inline-block;
position: relative;
top: 2px;
}
.solution-nav li:hover .icn-title {
display: block;
}
ul li > div.s-icon::after {
content: '';
display: block;
position: absolute;
left: -4px;
bottom: -14px;
width: 0;
height: 0; border-right: 10px solid transparent;
}
.solution-nav li.light,
.mobile-sys-funcs-content li.light:hover,
.mobile-sys-funcs-content li.light.is-active {
background: #6d63e6;
}
.solution-nav li.light > div.s-icon::after {
border-top: 10px solid #6d63e6;
}
.solution-nav li.video,
.mobile-sys-funcs-content li.video:hover,
.mobile-sys-funcs-content li.video.is-active {
background: #f285ac;
}
.solution-nav li.video > div.s-icon::after {
border-top: 10px solid #f285ac;
}
.solution-nav li.security,
.mobile-sys-funcs-content li.security:hover,
.mobile-sys-funcs-content li.security.is-active {
background: #f05759;
}
.solution-nav li.security > div.s-icon::after {
border-top: 10px solid #f05759;
}
.solution-nav li.drives,
.mobile-sys-funcs-content li.drives:hover,
.mobile-sys-funcs-content li.drives.is-active {
background: #43b749;
}
.solution-nav li.drives > div.s-icon::after {
border-top: 10px solid #43b749;
}
.solution-nav li.climate,
.mobile-sys-funcs-content li.climate:hover,
.mobile-sys-funcs-content li.climate.is-active {
background: #25aae1;
}
.solution-nav li.climate > div.s-icon::after {
border-top: 10px solid #25aae1;
}
.solution-nav li.ventilation,
.mobile-sys-funcs-content li.ventilation:hover,
.mobile-sys-funcs-content li.ventilation.is-active {
background: #6f83c1;
}
.solution-nav li.ventilation > div.s-icon::after {
border-top: 10px solid #6f83c1;
}
.solution-footer h2 {
text-align: center;
margin-top: 40px;
font-weight: normal;
}  .postid-1211 .solution-scheme {
margin: -100px auto -20px;
} .postid-1207 .solution-scheme {
margin: -10px auto 40px;
} .postid-1213 .solution-scheme {
margin: -110px auto 0px;
} .postid-2014 .solution-scheme {
margin: -140px auto -80px;
} .postid-1209 .solution-scheme {
margin: -140px auto -80px;
} .postid-1205 .solution-scheme {
margin: -140px auto -260px;
} .postid-1203 .solution-scheme {
margin: -90px auto -60px;
} .postid-1215 .solution-scheme {
margin: -150px auto -50px;
} .proj-logos ul li {
list-style: none;
display: block;
max-width: 20%;
}
.proj-logos ul {
display: flex;
justify-content: space-evenly;
margin: 40px auto 55px auto;
flex-wrap: wrap;
align-items: center;
}
.proj-logos ul li a {
display: block;
}
.proj-video {
margin: 0 auto 70px;
max-width: 1000px;
height: 540px;
padding: 0 20px;
}
.proj-video iframe {
width: 100%;
height: 100%;
}
.resheniya .reveal {
width: 100%;
max-width: 1260px;
border-radius: 5px;
border: 0; padding: 0;
box-shadow: 0 5px 20px rgba(0, 0, 0, 0.3);
min-height: 95vh;
}
.resheniya .reveal-overlay { }
.sn-prev,
.sn-next {
width: 44px;
height: 100%; position: absolute;
vertical-align: middle;
font-size: 50px;
color: #babecd;
text-align: center;  left: 0;
cursor: pointer;
top: calc(50vh - 50px);
}
.sn-next {
left: auto;
right: 0;
}
.m-title {
font-size: 22px;
margin: 15px 0;
}
.m-title .magenta {
display: inline-block;
border-left: 1px solid #000;
padding: 0 8px;
margin-left: 5px;
line-height: 23px;
}
.fi-slider {
margin: 0 auto;
width: 100%;
max-width: 1120px;
}
.s-item {
display: none;
}
.s-item .icon-sett {
margin: 10px;
position: relative;
left: auto;
width: 74px;
height: 40px;
float: left;
}
.climate.s-item .icon-sett,
.ventilation.s-item .icon-sett {
width: 148px;
height: auto;
}
.s-item .desc {
display: flex;
align-items: center;
margin-bottom: 20px;
}
.s-item .desc .text {
padding-left: 15px;
color: #000;
position: relative;
} .s-item.ventilation .desc .text::before {
background: #6f84c1;
position: absolute;
width: 5px;
height: 50%;
left: -5px;
display: block;
content: '';
bottom: 0;
}
.s-item.light .desc .text {
border-left: 5px solid #6d63e6;
}
.s-item.video .desc .text {
border-left: 5px solid #f285ab;
}
.s-item.security .desc .text {
border-left: 5px solid #f05759;
}
.s-item.drives .desc .text {
border-left: 5px solid #43b749;
}
.s-item.climate .desc .text {
border-left: 5px solid #25aae1;
}
.s-item.ventilation .desc.climate .text {
border-left: 5px solid #6f84c1;
}
.s-item .desc .text p {
font-size: 16px;
color: #000;
}
.s-item .desc .text p:last-child {
margin-bottom: 0;
}
.func-info {
display: flex;
flex-wrap: wrap;
justify-content: center;
align-items: flex-end;
text-align: center;
margin: 0 auto;
padding: 0 55px; }
.fi-block {
max-width: calc(100% / 3 - 20px);
margin: 0 10px 25px;
}
.fi-image {
border: 1px solid #000;
margin-top: 7px;
}
.fi-image img {
display: block;
}
.fi-it-wrap {
display: flex;
}
.fi-it-wrap .fi-icon {
width: 60px;
height: 60px;
margin: 10px 10px 10px 0px !important;
min-width: 60px;
}
.fi-it-wrap .fi-title {
align-content: center;
text-align: left;
line-height: 16px;
align-self: center;
}
.func-icons {
display: flex;
justify-content: center;
flex-wrap: wrap;
}
.fi-icon {
width: 70px;
height: 70px;
margin: 10px;
}
.resheniya .close-button {
color: #babecd;
} .has-tip {
border: 0;
}
.mobile-solution-wrappaer,
.mobile-sys-funcs-wrapper {
display: none;
}
.orbit-next:active,
.orbit-next:focus,
.orbit-next:hover,
.orbit-previous:active,
.orbit-previous:focus,
.orbit-previous:hover {
background-color: rgba(0, 0, 0, 0.1);
}  @media screen and (max-width: 1480px) {
.training_center .mw1440 {
padding: 25px;
}
.tc_info {
padding: 0 10px;
}
.tc_wrapper .ph-left {
max-width: 60%;
padding: 50px 20px 30px 0;
}
.tc_wrapper .ph-right {
max-width: 40%;
}
}
@media screen and (max-width: 1360px) {
.msp-cn-3-29 {
top: 380px !important;
}
#top-menu > li {
margin: 0 10px;
} .downloads-page #collapsing-tabs .tabs-title {
margin-right: 10px;
}
}
@media screen and (max-width: 1188px) {
.downloads-page #collapsing-tabs .tabs-title a div {
padding: 20px 10px;
}
}
@media screen and (min-width: 1320px) {
#sitefooter .mid > div.mid-left > div {
min-width: 25%;
}
}
@media screen and (min-width: 1420px) {
#sitefooter .mid > div.mid-left > div { min-width: 220px;
}
#sitefooter .mid > div.mid-left {
width: 100%;
max-width: calc(100% - 250px);
justify-content: flex-start;
}
}
@media screen and (max-width: 1200px) {
.what-is li,
.our-clients li {
min-width: 180px;
}
.what-is,
.our-clients {
justify-content: space-evenly;
}
.project-header-spec {
position: relative;
background: rgba(109, 99, 230, 1);
}
.project-header-info {
padding: 0 15px;
}
.project-header-info .project-desc {
max-width: 100%;
}
.specs-wrapper {
width: 100%;
max-width: inherit;
padding: 15px 15px 0px 15px;
}
.specs-wrapper > div {
width: 50%;
margin-bottom: 25px;
}
.feedback_img {
left: 10px;
}
.project-header {
max-height: inherit;
min-height: inherit;
height: auto;
overflow: hidden;
}
.project-header .slide {
position: relative;
padding-bottom: 60%;
}
.category-proekty .project-header .slide {
position: absolute;
}
#top-menu > li {
margin: 0 10px;
}
._product-info {
display: flex;
flex-wrap: wrap;
float: unset;
}
._prod-gallery {
order: 2;
max-width: 287px;
}
._product-info .tabs-content {
width: calc(100% - 311px);
}
._product-page .prod-title {
width: 100%;
order: 1;
height: 90px;
margin-top: 30px;
}
._product-page #collapsing-tabs {
order: 1;
width: 100%;
}
._product-info .tabs-content {
order: 3;
}
}
@media screen and (min-width: 1098px) and (max-width: 1190px) {
#top-menu > li {
margin: 0 4px;
}
}
@media screen and (max-width: 1099px) {
#top-menu > li {
margin: 0px;
}
}
@media screen and (max-width: 1095px) {
.h-projects {
justify-content: center;
}
}
@media screen and (min-width: 1024px) and (max-width: 1200px) {
#footer > div {
width: calc(100% - 20px);
}
#footer > div > div {
font-size: 8px;
}
footer .menu > li a {
font-size: 10px;
}
.scheme-nav ul li a {
line-height: 4.4vw;
font-size: 1.4vw;
}
}
@media screen and (max-width: 1023px) {
.msp-cn-3-17 {
font-size: 40px !important;
left: 12px !important;
line-height: 50px !important;
}
.msp-cn-3-29 {
font-size: 22px !important;
left: 12px !important;
line-height: 24px !important;
margin: 0;
padding: 0;
top: 270px !important;
}
.main-navigation,
.sign-in {
display: none;
}
#body.is-active {
overflow: hidden;
}
.site-content {
padding-top: 54px;
}
header {
background: #ffffff none repeat scroll 0 0;
position: fixed;
width: 100%; z-index: 100;
}
#trigger {
display: block;
float: right;
}
.mobile-navigation {
background: #f4f4f4 none repeat scroll 0 0;
display: block;
float: right; height: calc(100vh - 54px);
position: fixed;
right: -100%;
text-align: right;
top: 54px;
width: 100%;
z-index: 100;
transition: 0.2s;
overflow: auto;
padding: 8px 16px 80px;
}
.mobile-navigation.is-active {
right: 0;
}
#mobile-navigation::before {
content: '';
position: absolute;
top: -108px;
width: 100%;
height: 54px;
z-index: 99;
left: 0;
box-shadow: 0px 4px 7px rgba(0, 0, 0, 0.1);
opacity: 0;
transition: 0.2s;
}
#mobile-navigation.is-active::before {
top: -54px;
opacity: 1;
}
.mobile-navigation li {
position: relative;
list-style: none;
}
.mobile-navigation a {
border-bottom: 1px solid #e0e0e0; padding: 14px 55px 14px 0px !important;
display: block;
font-family: 'Muller';
font-size: 12px;
line-height: 12px !important;
color: #000;
text-align: left;
}
.mobile-navigation .sub-menu {
margin: 0;
}
.mobile-navigation .sub-menu a {
padding: 14px 55px 14px 14px !important;
border-bottom: 1px solid rgba(0, 0, 0, 0);
}
.mobile-navigation .sub-menu .menu-item-has-children > a {
border-bottom: 1px solid #e0e0e0 !important;
}
.mobile-navigation .sub-menu .sub-menu a { }
.mobile-navigation .menu-item-has-children.is-open a {
border-bottom: 0 !important;
}
.mobile-navigation #mobile-menu > li > a::after {
content: '';
display: block;
position: absolute;
right: 2px;
top: 8px;
width: 24px;
height: 24px;
background-image: url(//awada.ru/wp-content/themes/awada/img/h4-arrow-down.svg);
background-repeat: no-repeat;
background-position: center center;
transform: rotate(-90deg);
}  .mobile-navigation #mobile-menu li.menu-item-has-children > a::after {
content: '';
display: block;
position: absolute; right: 2px;
top: 8px;
width: 24px;
height: 24px;
background-image: url(//awada.ru/wp-content/themes/awada/img/h4-arrow-down.svg);
background-repeat: no-repeat;
background-position: center center;
transform: rotateX(0deg);
transition: 0.3s;
} .mobile-navigation #mobile-menu li.is-open.menu-item-has-children > a::after {
transform: rotateX(180deg);
}
.menu-item-has-children.is-open .sub-menu a {
display: block;
font-family: 'MullerLight', sans-serif;
} .mobile-navigation .sub-menu .menu-item-has-children > a {
border-bottom: 0 !important;
}
.solutions > div {
min-height: auto !important;
}
.solutions .section-1 > div:first-child {
display: none;
}
.section-2 > div:first-child {
min-height: 57vw !important;
}
.solutions .section-2 h3:first-child {
margin-bottom: 40vw;
margin-top: 20px;
}
.section-2 > div > .medium-18.large-6.large-offset-10.columns.end {
margin-top: 20%;
}
.solutions > .section-2 > div > *:nth-child(3) {
margin-top: 50px;
}
.section-2 > div.row > .medium-18.large-6.large-offset-1.columns.end {
margin: 20px 0;
}
.solutions .section-3 h3 {
margin-bottom: 60vw;
margin-top: -30vw;
}
.solutions .section-3 > div:first-child {
background-size: 100% auto;
margin-top: 10%;
min-height: 74vw;
}
.solutions ul {
margin: 0 0 0 55px;
}
.contact-bg {
display: none;
}
.contact > .row > div {
width: 100%;
}
.contact > .row:first-child > div > div:last-child {
padding-bottom: 15px;
}
.contact-form {
height: auto;
padding-bottom: 0;
} .c-hamburger {
-moz-appearance: none;
border: medium none;
box-shadow: none;
cursor: pointer;
display: block;
font-size: 0;
height: 51px;
margin: 0;
overflow: hidden;
padding: 0;
position: relative;
text-indent: -9999px;
transition: background 0.3s ease 0s;
width: 51px;
float: left;
}
.c-hamburger:focus {
outline: medium none;
}
.c-hamburger span { background-color: #000;
display: block;
height: 2px;
left: 15px;
position: absolute;
right: 15px;
top: 25px;
}
.c-hamburger span::before,
.c-hamburger span::after { background-color: #000;
content: '';
display: block;
height: 2px;
left: 0;
position: absolute;
width: 100%;
}
.c-hamburger span::before {
top: -5px;
}
.c-hamburger span::after {
bottom: -5px;
}
.c-hamburger--htx span {
transition: background 0s ease 0.3s;
}
.c-hamburger--htx span::before,
.c-hamburger--htx span::after {
transition-delay: 0.3s, 0s;
transition-duration: 0.3s, 0.3s;
}
.c-hamburger--htx span::before {
transition-property: top, transform;
}
.c-hamburger--htx span::after {
transition-property: bottom, transform;
}
.c-hamburger--htx.is-active span {
background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
}
.c-hamburger--htx.is-active span::before {
top: 0;
transform: rotate(45deg);
}
.c-hamburger--htx.is-active span::after {
bottom: 0;
transform: rotate(-45deg);
}
.c-hamburger--htx.is-active span::before,
.c-hamburger--htx.is-active span::after {
transition-delay: 0s, 0.3s;
} #footer > div > div,
#footer > div > nav {
display: none;
}
.copy {
display: table !important;
margin: 0 auto !important;
float: none !important;
}
.page-template-temp_one-page .tabs-content ul {
margin: 0;
-webkit-columns: 1;
-moz-columns: 1;
columns: 1;
}
.page-template-temp_one-page .magenta a {
font-size: 20px !important;
}
.spec > div:nth-child(2n) {
border: none !important;
}
.fil-cat {
font-size: 14px; }
.product-secs .tabs-title {
width: 100%;
border: 1px solid #ededed;
border-bottom: none;
text-align: center;
}
.product-secs .tabs-title:last-child {
border-bottom: 1px solid #ededed;
}
.product-secs .tabs-title.is-active {
background: #e6e6e6 !important;
}
.product-secs .tabs-title > a:hover,
.product-secs .tabs-title > a:focus,
.product-secs .tabs-title > a[aria-selected='true'] {
border-bottom: rgba(0, 0, 0, 0) 3px solid;
}
.product-secs #collapsing-tabs {
width: 100%;
margin: 0 auto;
}
.product-secs .tabs-content {
border: 1px solid #ededed !important;
border-top: none !important;
float: left;
}
.spec-item {
border: none !important;
}
.product-info {
display: block;
}
.prod-desc {
text-align: left;
}
.product-info > .large-8 > div {
margin: 30px auto 0;
}
.product-secs.row {
margin-top: 0;
}
.prod-gallery {
padding-right: 0;
}
.solutions-scheme,
.scheme-nav {
display: none;
}
.scheme-nav-mob {
display: block;
width: 100%;
height: auto;
float: left;
}
.projects-item.i-1,
.projects-item {
width: calc(50% - 14px);
}
.category-proekty .project-content {
padding: 0 15px;
}
.f-func > div:last-child {
width: calc(100% - 14px);
}
.f-res {
max-width: 30%;
margin-top: 70px;
}
.f-func {
max-width: 33%;
}
.solution-wrappaer,
.sys-funcs-wrapper {
display: none;
} .mobile-solution-wrappaer,
.mobile-sys-funcs-wrapper {
display: block;
max-width: 100%;
}
#mobile-collapsing-tabs {
display: flex;
justify-content: space-between;
background: #97a1ae;
}
#mobile-collapsing-tabs.fixed {
position: fixed;
top: 54px;
width: 100%;
z-index: 99;
}
.mobile-sys-funcs-content .tabs-title a {
display: block;
width: 100%;
text-align: center;
}
.mobile-sys-funcs-content .tabs-title a img {
width: 30px;
}
.mobile-sys-funcs-content .tabs-title {
display: block;
width: 100%;
}
.mobile-sys-funcs-content .tabs-title a {
border-right: 1px solid #fff;
}
.mobile-sys-funcs-content .desc {
margin-bottom: 30px;
}
.mobile-sys-funcs-content .desc p {
font-size: 16px;
line-height: 22px;
}
.mobile-sys-funcs-content .tabs-panel h2 {
font-size: 34px;
}
.orbit-container {
position: relative;
outline: none;
margin-bottom: 20px;
height: auto !important;
}
.orbit-next,
.orbit-previous { height: calc(100% - 20px);
padding: 0 30px;
top: 0;
transform: translateY(0%);
color: #fff;
font-size: 43px;
text-align: center;
vertical-align: middle;
text-shadow: 0px 1px 0px #000;
font-weight: bold;
display: none;
}
.orbit-slide { padding: 0;
}
.slide-in-left.mui-enter,
.slide-in-right.mui-enter,
.slide-out-right.mui-leave,
.slide-out-left.mui-leave {
transition-duration: 300ms;
}
.orbit-bullets button {
width: 15px;
height: 15px;
margin: 0;
border-radius: 0;
background-color: transparent;
padding: 10px;
position: relative;
}
.orbit-bullets button.is-active,
.orbit-bullets button:hover {
background-color: transparent;
}
.orbit-bullets button::after {
position: absolute;
background: #cacaca;
content: '';
display: block;
width: 10px;
height: 10px;
border-radius: 50%;
left: 5px;
top: 5px;
}
.orbit-bullets button.is-active::after,
.orbit-bullets button:hover::after {
background: #8a8a8a !important;
}
.orbit-bullets {
margin-bottom: 0;
}
.mfi-block {
box-shadow: 0 0 20px rgba(0, 0, 0, 0.07);
border: 1px solid #e4e4e4;
margin-bottom: 20px;
}
.mfi-image {
border-bottom: 1px solid #e4e4e4;
}
.mfi-title.magenta {
min-height: 80px;
text-align: center;
padding: 15px 14% 15px 0;
display: flex; justify-content: flex-start;
align-items: center;
}  .mfi-title.magenta {
text-align: left;
line-height: 16px;
} .mfi-title.magenta > div:last-child {
padding-left: 8px;
}
.resheniya .tabs-panel {
padding: 30px;
}
.mobile-solution-wrappaer {
padding: 0;
position: relative;
min-height: 220px;
}
.mobile-sys-funcs-content .tabs-content {
border: none;
max-width: 100%;
overflow: hidden;
}
.mobile-solution-wrappaer .bg-color {
position: absolute; background: #79188f;
width: 100%;
height: 100%;
left: 0;
top: 0;
opacity: 0.4;
z-index: 0;
}
.mobile-solution-wrappaer .bg-color::before {
content: '';
position: absolute;
width: 100%;
height: 100%;
background-image: url(//awada.ru/wp-content/themes/awada/img/mask_sol.png);
background-repeat: repeat-y;
background-size: contain;
left: 0;
top: 0;
z-index: 11;
}
.mobile-solution-wrappaer .info p,
.mobile-solution-wrappaer .title {
color: #fff;
}
.mobile-solution-wrappaer .info p {
font-size: 14px;
line-height: 18px;
}
.mobile-solution-wrappaer .title {
font-size: 24px;
padding: 10px 0px;
}
.mobile-solution-wrappaer .info {
position: relative;
z-index: 1;
top: 0;
padding: 15px 30px 60px !important;
}
.breadcrumb {
margin: 0;
padding: 8px 30px;
}
.blog.single .breadcrumb {
padding-left: 0;
}
.resheniya .breadcrumb {
padding: 10px 30px;
}
.mobile-solution-wrappaer .msw-image {
position: absolute;
left: 0;
top: 0;
z-index: 0;
height: 100%;
width: 100%;
background-size: cover;
background-position: center center;
}
.mobile-solution-wrappaer .post-nav {
position: absolute;
bottom: 0;
width: 100%;
z-index: 3;
}
.post-nav ul {
margin: 0 auto;
display: flex;
padding: 15px;
justify-content: center;
}
.post-nav ul li {
list-style: none;
margin: 0 5px;
}
.post-nav ul li a {
width: 8px;
height: 8px;
background: #fff;
opacity: 0.5;
display: block;
border-radius: 10px;
}
.post-nav ul li.current a,
.post-nav ul li:hover a {
background: #6d63e6;
opacity: 1;
}
.proj-video {
height: 60vw;
} .page-template-funcs-page .mobile-sys-funcs-content .tabs-panel h2 {
font-size: 24px;
text-align: center;
background: #f1f2f2;
margin: 0;
line-height: 44px;
}
.page-template-funcs-page .mobile-sys-funcs-content .tabs-panel {
padding: 0;
}
.page-template-funcs-page .mobile-sys-funcs-content .mfi-block {
box-shadow: none;
border: 0;
margin-bottom: 0;
}
.page-template-funcs-page .mobile-sys-funcs-content .fi-icon {
min-width: 60px;
min-height: 60px;
margin: 10px;
}
.page-template-funcs-page .mobile-sys-funcs-content .mfi-top > div {
float: left;
display: flex;
line-height: 16px;
}
.page-template-funcs-page .mobile-sys-funcs-content .mfi-top > div > img {
width: 70px;
}
.page-template-funcs-page .mobile-sys-funcs-content .mfi-desc {
display: block;
padding: 10px 5% 0px 0%; text-align: justify;
}
.page-template-funcs-page .orbit-bullets {
margin: 9px 0 0;
}
.page-template-funcs-page .mobile-sys-funcs-content .ipad {
position: absolute;
width: 100%;
left: 0;
top: 0;
}
.page-template-funcs-page .mobile-sys-funcs-content .mfi-image {
position: relative;
padding: 6% 14% 5% 8%;
border: 0;
}
.page-template-funcs-page .mobile-sys-funcs-content .mfi-image img { }
.page-template-funcs-page .mobile-sys-funcs-content .mfi-top {
position: relative;
min-height: 70px;
display: flex;
}
.page-template-funcs-page .mobile-sys-funcs-content .orbit {
position: relative;
max-width: 80%;
margin: 0 auto;
margin-left: 12.5%;
}
.page-template-funcs-page .mobile-sys-funcs-content .orbit .orbit-next {
right: 4.1%;
}
.page-template-funcs-page .mobile-sys-funcs-content .mfi-top > .mfi-title > div {
text-align: left;
}
.page-template-funcs-page .mobile-solution-wrappaer {
min-height: 170px;
max-height: 300px;
height: 100vh;
overflow: hidden;
}
.mobile-solution-wrappaer > .orbit > .orbit-container {
height: 100% !important;
margin: 0;
min-height: 100%;
}
.mobile-solution-wrappaer > .orbit {
height: 100%;
width: 100%;
position: relative;
}
.mobile-solution-wrappaer > .orbit > .orbit-container .orbit-slide {
height: 100%;
padding: 0;
min-height: 480px;
}
.mobile-solution-wrappaer > .orbit .orbit-next,
.mobile-solution-wrappaer > .orbit .orbit-previous {
display: block;
height: 100%;
padding: 0 5px;
}
.mobile-solution-wrappaer > .orbit .r-more {
position: absolute;
bottom: 30px;
left: 30px;
}
#sitefooter .mid > div.mid-left { width: 100%;
max-width: 100%;
}
#sitefooter .mid > div.mid-left > div {
min-width: 20%;
}
.spec-item {
margin-bottom: 0px;
}
._product-info .spec > div:nth-child(2n) {
border-bottom: 1px dotted #cacaca !important;
}
}
@media screen and (max-width: 899px) {
.blog-sidebar {
display: none;
}
.blog-post,
.blog-posts {
margin-right: 0;
max-width: none;
width: 100%;
}
.solutions > div.section-7 > div > a {
display: table;
float: none !important;
margin: 0 auto 10px;
}
.ms-bullets.ms-dir-h {
left: 15px !important;
bottom: 225px !important;
top: auto !important;
}
.ms-btn-container {
right: auto !important;
left: 20px !important;
bottom: 136px !important;
}
.ms-static-layers > a[data-id='s1-btn1'] > img {
left: 20px !important;
}
.ms-static-layers > a[data-id='s1-btn2'] > img {
left: 230px;
}
.page-template-temp_one-page .tabs-title {
width: 100%;
text-align: center;
border-bottom: 1px solid #ededed;
}
.page-template-temp_one-page .faq-content > div > div {
width: 100%;
}
.hs-item,
.ln-item {
margin: 10px;
width: calc(50% - 20px);
max-width: inherit;
}
.sec-6 .ln-ttl {
font-size: 20px;
line-height: 22px;
} .projects-item.i-1,
.projects-item {
width: calc(50% - 14px);
}
.f-func {
max-width: 100%;
margin-bottom: 60px;
}
.f-res {
max-width: 100%;
margin-top: 20px;
padding: 0 7px;
}
.f-func.f-type.is-open {
position: relative;
z-index: 5;
}
.project-header-info.re-calc > div {
padding: 15px 20px 15px 20px;
font-size: 16px;
line-height: 18px;
}
.ic50 {
padding: 10px;
display: table;
margin: 0 auto;
}
.f-name {
font-size: 14px;
line-height: 16px;
padding-top: 8px;
}
.f-icon {
height: 50px;
}
.f-size {
line-height: 16px;
}
#sitefooter .mid > div.mid-left { width: 100%;
max-width: 100%;
flex-direction: column;
}
#sitefooter .mid > div.mid-left > div {
margin-bottom: 25px; }
#sitefooter .mid > div.mid-right .phone1 a {
font-size: 24px;
}
#sitefooter .mid > div.mid-right .phone2 a {
font-size: 22px;
}
}
@media screen and (max-width: 1280px) { body.preloader-site {
overflow: hidden;
}
header .logo {
margin-left: 16px;
}
.preloader-wrapper {
height: 100%;
width: 100%;
background: #333333;
position: fixed;
top: 0;
left: 0;
z-index: 9999999;
}
.preloader-wrapper .preloader {
position: absolute;
top: 50%;
left: 50%;
-webkit-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);
width: 120px;
}
.path {
stroke-dasharray: 330;
stroke-dashoffset: 0;
animation: dash 5s linear alternate infinite;
}
@keyframes dash {
from {
stroke-dashoffset: 330;
}
to {
stroke-dashoffset: 0;
}
} ._product-info .tabs-panel > * {
font-size: 16px;
line-height: 20px;
}
._product-info .spec-item {
padding: 5px 0;
}
._product-info .spec > div > div {
width: 100%;
padding: 5px 10px;
min-height: auto;
}
}
@media screen and (max-width: 1060px) {
.subscribe > div:first-child {
display: none;
}
}
@media screen and (max-width: 767px) {
.single-post .project-content {
width: 100%;
padding: 0 15px;
flex-direction: column-reverse;
} .specs-wrapper {
width: 100%;
padding: 15px;
flex-wrap: wrap;
}
.project-header-spec {
background: rgba(109, 99, 230, 1);
position: relative;
}
.project-header-info {
top: 10px;
left: 0;
padding: 15px;
}
.project-header-info .project-desc {
max-width: inherit;
}
.project-title {
font-size: 24px;
line-height: 34px;
margin-bottom: 15px;
}
.specs-wrapper > div {
width: 50%;
margin-bottom: 25px;
}
.rhs-col > div:first-child > div:first-child {
font-size: 25px;
}
.rhs-col > div:first-child > div:last-child {
font-size: 18px;
}
.project-left-col,
.project-right-col {
width: 100%;
margin-top: 0px;
}
.project-images {
justify-content: center;
}
.gallery-item {
width: calc((100% / 3) - 15px) !important;
margin: 15px 7.5px 0px 7.5px !important;
}
.r-func {
display: table;
margin: 0 auto;
}
.r-func {
display: table;
margin: 0 auto;
}
.r-func > .fs16 {
text-align: center;
}
.feedback_img {
display: none;
}
.feedback_img.mob {
position: relative;
margin: 0 auto;
display: table;
}
.project-right-col {
min-height: auto;
}
.project-result ul {
line-height: 1.2;
}
.category-proekty .project-content {
display: block;
}
.projects-item.i-1,
.projects-item {
width: calc(50% - 14px);
height: 290px; }
.sec-6 {
background: #babecd;
overflow: hidden;
width: calc(100% - 0px);
padding: 0 20px;
}
.last-news {
max-width: 100%;
display: flex;
flex-wrap: nowrap;
justify-content: flex-start !important;
overflow-y: hidden;
}
.sec-6 .ln-item {
max-width: 280px;
min-width: 260px;
margin: 0 20px 0 0px;
}
* {
-webkit-overflow-scrolling: touch;
}
#sitefooter { color: #333; background-color: #f4f4f4;
}
#sitefooter > div {
padding: 0;
}
.subscribe {
width: 100%;
flex-wrap: wrap;
text-align: center;
}
.subscribe > div:first-child {
width: 100%;
margin: 0 0 25px;
font-size: 24px;
line-height: 120%;
text-align: center;
color: #7e7e7e;
display: block;
}
.form-subscribe {
width: 100%;
}
.subscribe .form-news {
flex-wrap: wrap;
width: 100%;
flex-direction: column;
justify-content: center;
align-content: center;
}
.subscribe .form-news p {
display: flex;
flex-direction: column;
margin: 0;
}
.form-subscribe #subs {
border: 1px solid #cacaca !important;
height: 50px;
max-height: 50px;
max-width: 245px;
margin: 0 auto;
background-color: #f4f4f4;
}
.form-subscribe #subs::placeholder {
font-size: 12px !important;
line-height: 24px !important;
}
.form-subscribe .wpcf7-submit {
margin: 10px auto 0;
background: #7e7e7e;
color: #fff !important;
max-height: 50px;
max-width: 245px;
width: 100%;
height: 50px;
}
.form-subscribe div.wpcf7-validation-errors,
.form-subscribe div.wpcf7-acceptance-missing,
.form-subscribe div.wpcf7-mail-sent-ok {
border: 0;
color: red;
font-size: 9px;
position: absolute;
margin: 5px 0 0 !important;
padding: 0 !important;
width: 100%;
text-align: center;
}
#sitefooter div.wpcf7 .ajax-loader {
display: none;
}
.form-subscribe div.wpcf7-mail-sent-ok {
color: #000 !important;
}
#sitefooter .top {
flex-wrap: wrap;
}
.socials {
display: none !important;
}
.contacts-mobile {
display: flex;
width: 100%;
}
.contacts-mobile ul {
margin: 24px auto 0;
padding: 0;
display: flex;
list-style: none;
max-width: 245px;
justify-content: space-between;
width: 100%;
} .contacts-mobile ul li a {
width: 50px;
height: 50px;
box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.1);
display: flex;
border-radius: 4px;
overflow: hidden;
justify-content: center;
align-items: center;
transition: 0.3s;
background: #fff;
}
.contacts-mobile ul li a:hover {
box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.2);
}
#sitefooter .mid {
flex-direction: column;
padding: 32px 16px; border-bottom: 0;
background-color: #0b1117;
}
#sitefooter .mid > div {
width: 100% !important;
}
#sitefooter .mid > div.mid-left {
flex-wrap: wrap;
}
#sitefooter .mid > div.mid-left > div {
margin-bottom: 0px;
}
#sitefooter .nav-block {
width: 100%;
border-bottom: 1px solid #e0e0e0;
margin-right: 0 !important;
}
#sitefooter .nav-block:first-child {
border-top: 1px solid #e0e0e0;
}
#sitefooter .mid h4 {
font-family: 'Source Sans Pro' !important;
font-style: normal;
font-weight: 400;
font-size: 16px;
line-height: 140%;
color: #fff;
padding: 10px 10px 10px 0px;
margin: 0;
cursor: pointer;
background-image: url(//awada.ru/wp-content/themes/awada/img/h4-arrow-down_white.svg);
background-position: calc(100% - 10px) center;
background-repeat: no-repeat;
background-size: inherit;
}
#sitefooter .mid h4.is-open {
background-image: url(//awada.ru/wp-content/themes/awada/img/h4-arrow-up_white.svg);
}
#sitefooter .nav-block ul {
overflow: hidden;
display: none;
padding-left: 15px;
padding-bottom: 15px;
}
#sitefooter .mid a {
color: #fff;
font-size: 16px;
}
.socials.mobile {
display: flex !important;
justify-content: center;
margin: 48px 0 52px;
}
.socials ul li {
margin: 0 4px;
}
.socials ul li a {
height: 36px;
}
.socials.mobile svg { width: 36px;
height: 36px;
}
#sitefooter .mid > div.mid-right .phone1 {
margin: 0;
text-align: center;
}
#sitefooter .mid > div.mid-right .phone1 span {
display: none;
}
.adress-mobile {
display: block;
text-align: center;
font-family: 'Source Sans Pro';
font-style: normal;
font-weight: 400;
font-size: 14px;
line-height: 140%;
}
#sitefooter .mid > div.mid-right .phone2,
#sitefooter .bot-left .adress {
display: none;
}
#sitefooter .bot {
background-color: #0b1117;
justify-content: center;
flex-wrap: wrap;
font-family: 'Source Sans Pro', sans-serif;
padding: 16px 0 32px;
}
#sitefooter .bot > div {
width: 100%;
text-align: center;
}
#sitefooter .bot > div.bot-left {
margin-bottom: 16px;
}
#sitefooter .bot > div.bot-mid {
display: none;
}
#sitefooter .bot .menu > li > a {
color: #fff;
margin: 8px 0;
}
#sitefooter .bot .menu > li {
text-align: center;
}
.contacts-mobile {
display: flex !important;
}
.whatsapp_widget_item {
right: 20px;
bottom: 20px;
}
}
@media screen and (min-width: 769px) {
.subscribe .form-news p {
flex-direction: unset;
}
}
@media screen and (max-width: 680px) {
.spec > div > div {
float: left;
padding: 0px 10px;
min-height: 20px;
width: 100%;
}
.spec-item {
margin-bottom: 20px;
}
._product-info .spec-item {
margin-bottom: 0px;
}
.pg-thumb,
.pg-big {
width: 100%;
margin-top: 20px;
}
.pg-thumb {
display: flex;
flex-wrap: wrap;
justify-content: space-between;
}
.pg-thumb > div {
margin: 0 0 20px 0;
width: calc(25% - 15px);
float: left;
}
.pg-thumb > .thumb:last-child {
margin-right: 0 !important;
}
.video-present {
float: right !important;
padding-top: 20px;
margin-right: 0 !important;
}
.video-present {
width: 100% !important;
border: 1px solid #ccc !important;
padding: 0px !important;
}
.video-present br {
display: none;
}
.video-present > a > div:last-child {
text-transform: uppercase;
margin-left: 0;
font-size: 16px;
padding-left: 0;
line-height: 29px;
text-align: center;
display: block;
}
.video-present .ic-video {
display: none;
}
.hs-item {
margin: 10px auto;
width: 100%;
max-width: 370px;
}
.apps a {
margin: 20px 10px;
}
.apps a img {
width: 130px;
}
.resheniya .tabs-panel,
.mobile-solution-wrappaer .info {
padding: 15px;
min-height: 480px;
} .breadcrumb {
padding: 8px 15px;
}
.page-template-funcs-page .mobile-sys-funcs-content .orbit {
position: relative; max-width: 97.7%;
margin: 0 auto;
width: 100%;
left: 2.3%;
}
.page-template-funcs-page .mobile-sys-funcs-content .orbit .mfi-title.magenta {
min-height: 70px;
padding: 0;
}
.orbit-next,
.orbit-previous,
.mobile-solution-wrappaer > .orbit .orbit-next,
.mobile-solution-wrappaer > .orbit .orbit-previous {
padding: 0 5px;
z-index: 88;
}
.page-template-funcs-page .mobile-sys-funcs-content .fi-icon {
min-width: 60px;
min-height: 60px;
margin: 10px;
width: 60px;
}
.page-template-funcs-page .mobile-sys-funcs-content .mfi-top > .mfi-title > div {
font-size: 14px;
}
.page-template-funcs-page .mobile-sys-funcs-content .mfi-desc {
text-align: center;
font-size: 14px;
line-height: 18px;
}
.hs-ttl {
font-size: 25px;
text-align: center; width: 100%;
}
.hs-item,
.ln-item {
margin-bottom: 20px;
}
.h-services a:hover > .hs-ttl {
border: 0;
}
.what-is li {
width: calc(50% - 30px);
min-width: 50px;
}
.what-is-2 ul li {
background: url(//awada.ru/wp-content/themes/awada/img/ic-checked.svg) no-repeat center left / 22px 22px;
padding: 10px 0 10px 40px;
}
.h-ttl.fs60 {
font-size: 40px;
padding: 30px 0 30px 0;
text-align: center;
}
.our-clients {
margin: 0;
justify-content: center;
}
.our-clients li {
width: calc((100% / 3) - 25px);
min-width: 50px;
}
.our-clients li img {
max-width: 100%;
}
.sec-6 .ln-item {
max-width: 280px;
min-width: 260px;
margin: 0 20px 0 0px;
}
.proj-video {
padding: 0;
}
* {
-webkit-overflow-scrolling: touch;
}
#get-demo-popup {
padding: 40px 20px 100px 20px;
}
#get-demo-popup.reveal h2 {
font-size: 22px !important;
}
body.products,
body.products .site-content {
background: #f4f4f4;
}
._product-info .tabs-panel > * {
font-size: 14px;
line-height: 16px;
}
._prod-gallery {
max-width: 260px;
}
._product-info .tabs-content {
width: calc(100% - 284px);
}
._product-info .tabs-content,
._product-info .tabs {
background-color: transparent;
}
._pg-thumb {
display: flex;
justify-content: center;
margin-top: 16px;
}
._pg-thumb > div {
margin: 0 7px;
padding: 0px;
}
._pg-thumb > div:first-child {
margin-left: 0;
}
._pg-thumb > div:last-child {
margin-right: 0;
}
._product-page .tabs-title > a {
font-weight: 600;
font-size: 12px;
line-height: 14px;
}
}
@media screen and (max-width: 580px) {
.msp-cn-3-17 {
font-size: 25px !important;
left: 12px !important;
line-height: 30px !important;
}
.msp-cn-3-29 {
font-size: 14px !important;
left: 12px !important;
line-height: 18px !important;
margin: 0;
padding: 0;
top: 156px !important;
}
.ms-btn-container {
right: 20px !important;
width: calc(100% - 40px) !important;
}
.ms-static-layers .get-demo {
bottom: 5px !important;
height: 60px;
width: 100% !important;
display: block !important;
}
.ms-static-layers > a[data-id='s1-btn1'] > img {
left: 20px !important;
bottom: 20px !important;
}
.ms-static-layers > a[data-id='s1-btn2'] > img {
right: 20px !important;
left: auto !important;
bottom: 20px !important;
}
.page-template-temp_one-page .page-content {
max-width: 100%;
}
.page-template-temp_one-page .faq-title h4 {
font-size: 16px !important;
line-height: 22px !important;
}
.page-template-temp_one-page .faq-content ul li > div {
max-width: 74px;
}
.page-template-temp_one-page .page-content {
width: 100% !important;
}
.toolbar {
margin: 0;
border: 0;
justify-content: space-between;
}
#products {
margin-top: 0;
}
.fil-cat {
width: 100%;
max-width: calc(50% - 6px);
border: 1px solid #7e7e7e;
border-radius: 8px; margin: 0 0 12px;
padding: 0 10px;
font-size: 12px;
line-height: 14px;
height: 38px;
display: flex;
align-items: center;
justify-content: center;
}
.fil-cat:first-child {
max-width: 100% !important;
}
.fil-cat.active,
.fil-cat:hover {
background-color: #fff;
border: 1px solid rgba(0, 0, 0, 0);
box-shadow: 0px 10px 40px rgba(55, 55, 65, 0.15);
}
.what-is-2 ul li {
line-height: 20px;
font-size: 16px;
}
.hs-item,
.ln-item {
width: 100%;
margin-bottom: 0px;
}
.h-services,
.last-news {
justify-content: center;
margin: 15px auto 40px auto;
}
.h-projects li {
min-width: 50%;
}
.pi-title {
font-size: 20px;
line-height: 24px;
}
.pi-desc {
font-size: 16px;
line-height: 18px;
}
.orbit-slide {
padding: 0 15px;
}
.orbit-next,
.orbit-previous {
padding: 0 5px;
}
.fi-icon {
margin: 5px;
}
.mfi-title.magenta {
min-height: 120px;
padding: 10px 10px;
}  .fi-icon {
margin: 5px;
display: flex;
width: 60px;
min-width: 60px;
height: 60px;
} .fi-icon > img {
width: 100%;
} .mfi-title.magenta {
min-height: 100px;
justify-content: flex-start;
}
.breadcrumb,
.breadcrumb a {
font-size: 14px;
}
.mobile-sys-funcs-content .tabs-panel h2 {
font-size: 18px;
}
.solution-footer h2 {
text-transform: uppercase;
}
.proj-logos ul {
display: block;
}
.proj-logos ul li {
max-width: 100%;
}
.proj-logos ul li a {
display: block;
text-align: center;
max-width: 40%;
margin: 0 auto 20px;
}
#chat-buttons {
right: 10px !important;
bottom: 10px !important;
}
.category-products .site-content {
padding: 0 12px;
width: 100%;
}
#products {
width: auto;
height: auto;
flex-wrap: wrap;
margin: 0 -6px;
display: flex;
justify-content: space-between;
}
.product {
max-width: calc(100% / 2);
display: flex;
padding: 6px;
overflow: visible;
}
.product > a:first-child {
height: auto;
display: flex;
flex-direction: column;
}
.product a .product-title > span:first-child {
font-size: 14px;
line-height: 16px;
margin-top: 6px;
}
.product a .product-title > span:last-child { display: block; font-size: 14px;
line-height: 18px !important;
margin-top: 6px;
}
.product a .product-title {
position: relative;
bottom: auto;
left: auto;
max-width: inherit;
transition: 0.3s;
padding: 20px;
display: flex;
flex-direction: column-reverse;
}
.product:hover a .product-title {
bottom: 0;
}
.product-img {
height: auto;
min-height: 169.5px;
}
._prod-gallery {
max-width: 100%;
margin: 0;
}
._product-page #collapsing-tabs {
margin: 0 0 20px;
order: 2;
}
._product-page #collapsing-tabs {
padding-right: 16px;
justify-content: start;
}
._product-page .tabs-content {
position: relative;
}
._product-page .tabs-content::before {
content: '';
width: 36px;
height: 36px;
background: linear-gradient(90deg, rgba(244, 244, 244, 0) 0%, #f4f4f4 100%);
position: absolute;
top: -54px;
right: 0;
display: block;
pointer-events: none;
}
._product-info .tabs-content {
width: 100%;
}
._pg-big > a {
border-radius: 0 0 8px 8px;
overflow: hidden;
}
._product-page h1 > span {
font-family: 'Source Sans Pro', sans-serif;
font-weight: 600;
font-size: 16px;
line-height: 16px;
display: block;
width: 100%;
}
._product-page .prod-title {
height: auto;
background-color: #fff;
padding: 20px 20px 0 20px;
border-radius: 8px 8px 0 0;
}
._product-page h1 {
margin: 0;
}
._product-page h1 > span:last-child {
font-size: 14px;
margin-top: 10px;
font-weight: normal;
text-transform: unset;
}
#rp-slider .s-title div {
font-size: 16px;
line-height: 16px;
font-weight: 600;
}
#rp-slider .s-title div:last-child {
font-weight: normal;
font-size: 14px;
line-height: 16px;
margin-top: 10px;
}
#slb_viewer_wrap .slb_theme_slb_baseline .slb_container {
top: calc(100vw / 3.5) !important;
}
}
@media screen and (max-width: 530px) {
.projects-item.i-1,
.projects-item {
width: calc(100% - 14px);
padding-bottom: calc(100% - 14px);
height: auto; }
.captcha.fl {
float: none;
display: table;
margin: 0 auto;
}
#wpcf7-f2790-p2775-o1 p {
display: table;
margin: 20px auto 0;
}
#wpcf7-f2790-p2775-o1 .wpcf7-submit {
margin-right: 8px;
}
}
@media screen and (max-width: 480px) { .solutions .section-2 > div:first-child {
background-size: 100% auto;
margin-top: 38vw;
}
.solutions .section-2 h3:first-child {
margin-bottom: 40vw;
margin-top: 20px;
}
.solutions .section-3 h3 {
margin-bottom: 42vw;
margin-top: -30vw;
}
.solutions .section-3 > div:first-child {
background-size: 100% auto;
margin-top: 32vw !important;
min-height: 73vw !important;
}
.contact .wpcf7-submit {
width: 100%;
}
.ms-btn-container {
right: 20px !important;
width: calc(100% - 40px) !important;
}
.ms-static-layers .get-demo {
bottom: 0px !important;
height: 60px;
width: 100% !important;
display: block !important;
}
.ms-static-layers > a[data-id='s1-btn1'] > img {
left: 20px !important;
bottom: 20px !important;
}
.ms-static-layers > a[data-id='s1-btn2'] > img {
right: 20px !important;
left: auto !important;
bottom: 20px !important;
}
.ms-static-layers > a[data-id='s1-btn1'] > img,
.ms-static-layers > a[data-id='s1-btn2'] > img {
width: 41%;
}
.h-projects li { }
.h-projects li > a > div.hp-ttl strong {
font-size: 13px;
}
.specs-wrapper > div {
width: 100%;
}
.scheme-nav-mob ul li {
width: calc(100% - 20px);
}
.project-header .slide {
position: relative;
padding-bottom: 100%;
}
}
@media screen and (max-width: 380px) {
.project-header .slide {
position: relative;
padding-bottom: 150%;
}
.products #panel3c .sd-gallery a {
flex: 0 1 calc(50% - 8px); }
}
input.error-f {
border: 1px solid red !important;
}
.wpcf7-response-output { text-align: center;
}
#wpcf7-f46-o1 .wpcf7-form-control {
margin: 10px 0 0;
}
div.wpcf7-response-output {
margin: 10px;
}
div.wpcf7-mail-sent-ok {
border: 2px solid #7ad055;
} .page-template-temp_one-page .faq-title h4 {
font-size: 24px !important;
}
.page-template-temp_one-page [data-accordion] > [data-control]::after { background-size: 75% !important;
background-position: center center;
right: 10px !important;
top: 8px !important;
}
.page-template-temp_one-page [data-accordion].open > [data-control]::after { background-size: 75% !important;
background-position: center center;
right: 10px !important;
top: 8px !important;
} .soon img {
-webkit-filter: grayscale(1);
-moz-filter: grayscale(1);
-ms-filter: grayscale(1);
-o-filter: grayscale(1);
filter: grayscale(1);
filter: url(//awada.ru/wp-content/themes/awada/img/filters.svg#grayscale); filter: gray; }
.soon > * {
cursor: not-allowed;
}
.page-content {
margin: 5% auto;
max-width: 1260px;
width: 100%;
padding: 0px;
}  .strat {
margin-bottom: 20px;
background: #f3f3f3;
padding: 5px 15px;
border-radius: 10px;
}
.strat strong {
font-weight: normal;
color: #602a74;
font-size: 23px;
}
.lightlogic p {
font-size: 18px;
}
.lightlogic strong {
font-weight: normal;
}
.targets {
display: flex;
flex-wrap: wrap;
width: 100%;
padding: 0;
margin: 0;
justify-content: space-between;
}
.targets li {
display: block;
padding: 15px 15px 22px 15px;
width: calc(33% - 25px);
background: #f3f3f3;
margin: 15px 0;
border-radius: 10px;
position: relative;
}
ul.targets li > div:first-child {
border: none !important;
color: #fff;
font-size: 104px;
text-align: center;
font-family: Arial;
position: absolute;
right: 0px;
bottom: -49px;
line-height: inherit;
z-index: 0;
width: auto;
height: auto;
font-style: italic;
font-weight: bolder;
text-shadow: 3px 3px 0 #f3f3f3;
}
ul.targets li strong {
position: relative;
z-index: 1;
color: #404040;
font-size: 20px;
font-weight: normal;
line-height: 27px;
}
@media screen and (max-width: 960px) {
.targets li {
width: calc(50% - 25px);
}
}
@media screen and (max-width: 899px) {
.strat {
text-align: center;
}
}
@media screen and (min-width: 581px) and (max-width: 899px) {
.toolbar {
justify-content: space-evenly;
}
}
@media screen and (max-width: 560px) {
.targets li {
width: 100%;
}
.products #panel3c .sd-gallery {
justify-content: center;
}
}
.wp-video,
video.wp-video-shortcode,
.mejs-container,
.mejs-overlay.load {
width: 100% !important;
height: 100% !important;
}
.mejs-container {
padding-top: 56.25%;
}
.wp-video,
video.wp-video-shortcode {
max-width: 100% !important;
}
video.wp-video-shortcode {
position: relative;
}
.mejs-mediaelement {
position: absolute;
top: 0;
right: 0;
bottom: 0;
left: 0;
}
.mejs-controls {
display: none;
}
.mejs-overlay-play {
top: 0;
right: 0;
bottom: 0;
left: 0;
width: auto !important;
height: auto !important;
}  .is-mobile .__jivoMobileButton,
.is-mobile .wrap_mW,
._init_Tk {
display: none !important;
}
jdiv#jvlabelWrap,
.chat-j {
display: none !important;
} .chat-open .chat-j { display: inline !important;
}
jdiv#jvlabelWrap:not(._init_Tk) { }
.jivocb-container {
position: fixed;
bottom: 45px; left: 50px; z-index: 999;
}
.is-mobile .jivocb-container {
bottom: 25px;
left: 25px;
}
.jivocb-container > * {
cursor: pointer;
}
.jivocb-container,
.jivocb-front {
width: 60px;
height: 60px;
border-radius: 60px;
}
.jivocb-wrap {
position: relative;
}
.jivocb-front {
position: absolute;
top: 0;
left: 0;
z-index: 2;
cursor: pointer;
background-image: url(//awada.ru/wp-content/themes/awada/img/chat-button.png);
background-repeat: no-repeat;
background-size: cover;
background-position: 0% 50%;
animation: color 6s linear infinite;
box-shadow: 0 0 0px 0px white, 0 0 6px 10px #6d63e6; }
@keyframes color {
10%,
15%,
35%,
40%,
60%,
65%,
85%,
90% {
box-shadow: 0 0 0px 0px white, 0 0 0px 6px white;
}
}
.jivocb-front:hover {
background-image: url(//awada.ru/wp-content/themes/awada/img/chat-button.png);
background-repeat: no-repeat;
background-size: cover;
background-position: 100% 50%;
box-shadow: 0 0 0px 0px #6d63e6, 0 0 6px 10px #6d63e6;
}  .popupForm {
z-index: 1;
color: #fff;
text-transform: uppercase;
background: rgba(109, 99, 230, 0.9);
bottom: 0;
padding: 10px 20px;
font-weight: bold;
line-height: initial;
margin: 0;
cursor: pointer;
display: table;
}
.popupForm:hover {
background: rgba(255, 255, 255, 0.66);
color: #6d63e6;
}
.popupForm.none {
float: none;
}
.popupForm.left {
float: left;
}
.popupForm.center {
margin: 0 auto;
}
.popupForm.right {
float: right;
}
.reveal-overlay {
overflow-y: hidden !important;
}
body.is-reveal-open {
overflow: auto !important;
}  #chat-buttons {
width: 75px;
height: auto;
position: fixed;
right: 20px;
bottom: 30px;
z-index: 999;
}
.chat-btn {
width: 55px;
height: 55px;
border-radius: 50px;
padding: 0px;
margin: 10px;
left: 0;
bottom: 0;
top: auto;
position: absolute;
background-image: none;
transform: scale(0.2) rotate(-135deg);
transition: all 0.35s ease-out;
}
.chat-btn:hover {
background-image: none;
}
.chat-btn.start-action {
transform: scale(1) rotate(-360deg);
}
.chat-btn.start-action > a svg:first-child {
opacity: 1;
}
.chat-btn.start-action > a svg:last-child {
opacity: 0;
}
#chat-buttons.is-open .chat-btn.start-action > a svg:first-child {
opacity: 0;
}
#chat-buttons.is-open .chat-btn.start-action > a svg:last-child {
opacity: 1;
}
.chat-btn > a svg {
overflow: hidden;
color: #fff !important;
fill: #fff;
width: 35px;
height: 35px;
margin: 10px;
padding: 0;
position: absolute;
left: 0;
top: 0;
display: inline-block;
}
.chat-btn.start-telegram > a svg {
height: 55px;
width: 55px;
margin: 0;
}
.chat-btn.start-phone > a svg {
margin: 12px;
width: 30px;
height: 30px;
}
#chat-buttons.is-open > div {
transform: scale(1) rotate(0deg);
}
#chat-buttons.is-open .chat-btn.start-jivosite {
bottom: 60px;
}
#chat-buttons.is-open .chat-btn.start-phone {
bottom: 120px;
}
#chat-buttons.is-open .chat-btn.start-telegram {
bottom: 180px;
}
#chat-buttons.is-open .chat-btn.start-whatsapp {
bottom: 240px;
}
.grecaptcha-badge {
visibility: hidden;
}  .slb_data_title {
display: none !important;
}
.slb_group_status {
display: table !important;
margin: 0 auto !important;
}
#slb_viewer_wrap .slb_theme_slb_default .slb_template_tag_ui {
font-family: 'MullerLight', sans-serif !important;
font-style: normal !important;
}
div.wpcf7 .ajax-loader {
background-image: url(//awada.ru/wp-content/themes/awada/img/ajax-loader.svg) !important;
background-size: contain;
margin: 8px 0 0 4px;
}
@media (prefers-color-scheme: dark) {
body {
background: #fefefe;
}
header {
background: #ffffff;
}
.c-hamburger span {
background-color: #000;
}
}@media (prefers-color-scheme: dark) {
body {
background: #fefefe;
}
header {
background: #ffffff;
}
.hamburger span {
background-color: #000;
}
} @font-face {
font-family: 'Muller';
src: url(//awada.ru/wp-content/themes/awada/fonts/MullerThin.eot);
src: url(//awada.ru/wp-content/themes/awada/fonts/MullerThin.eot?#iefix) format('embedded-opentype'),
url(//awada.ru/wp-content/themes/awada/fonts/MullerThin.woff2) format('woff2'),
url(//awada.ru/wp-content/themes/awada/fonts/MullerThin.woff) format('woff'),
url(//awada.ru/wp-content/themes/awada/fonts/MullerThin.ttf) format('truetype'),
url(//awada.ru/wp-content/themes/awada/fonts/MullerThin.svg#MullerThin) format('svg');
font-weight: 100;
font-style: normal;
} @font-face {
font-family: 'Muller';
src: url(//awada.ru/wp-content/themes/awada/fonts/MullerUltraLight.eot);
src: url(//awada.ru/wp-content/themes/awada/fonts/MullerUltraLight.eot?#iefix) format('embedded-opentype'),
url(//awada.ru/wp-content/themes/awada/fonts/MullerUltraLight.woff) format('woff'),
url(//awada.ru/wp-content/themes/awada/fonts/MullerUltraLight.ttf) format('truetype'),
url(//awada.ru/wp-content/themes/awada/fonts/MullerUltraLight.svg#MullerUltraLight) format('svg'),
url(//awada.ru/wp-content/themes/awada/fonts/MullerUltraLight.otf) format('opentype');
font-weight: 200;
font-style: normal;
} @font-face {
font-family: 'Muller';
src: url(//awada.ru/wp-content/themes/awada/fonts/MullerLight.eot); src: url(//awada.ru/wp-content/themes/awada/fonts/MullerLight.eot?#iefix) format('embedded-opentype'), url(//awada.ru/wp-content/themes/awada/fonts/MullerLight.woff) format('woff'),
url(//awada.ru/wp-content/themes/awada/fonts/MullerLight.ttf) format('truetype'),
url(//awada.ru/wp-content/themes/awada/fonts/MullerLight.svg#MullerLight) format('svg'),
url(//awada.ru/wp-content/themes/awada/fonts/MullerLight.otf) format('opentype');
font-weight: 300;
font-style: normal;
} @font-face {
font-family: 'Muller';
src: url(//awada.ru/wp-content/themes/awada/fonts/MullerRegular.eot);
src: url(//awada.ru/wp-content/themes/awada/fonts/MullerRegular.eot?#iefix) format('embedded-opentype'),
url(//awada.ru/wp-content/themes/awada/fonts/MullerRegular.woff2) format('woff2'),
url(//awada.ru/wp-content/themes/awada/fonts/MullerRegular.woff) format('woff'),
url(//awada.ru/wp-content/themes/awada/fonts/MullerRegular.ttf) format('truetype'),
url(//awada.ru/wp-content/themes/awada/fonts/MullerRegular.svg#MullerRegular) format('svg');
font-weight: normal;
font-style: normal;
} @font-face {
font-family: 'Muller';
src: url(//awada.ru/wp-content/themes/awada/fonts/MullerMedium.eot);
src: url(//awada.ru/wp-content/themes/awada/fonts/MullerMedium.eot?#iefix) format('embedded-opentype'),
url(//awada.ru/wp-content/themes/awada/fonts/MullerMedium.woff2) format('woff2'),
url(//awada.ru/wp-content/themes/awada/fonts/MullerMedium.woff) format('woff'),
url(//awada.ru/wp-content/themes/awada/fonts/MullerMedium.ttf) format('truetype'),
url(//awada.ru/wp-content/themes/awada/fonts/MullerMedium.svg#MullerMedium) format('svg');
font-weight: 500;
font-style: normal;
} @font-face {
font-family: 'Muller';
src: url(//awada.ru/wp-content/themes/awada/fonts/MullerBold.woff2) format('woff2'),
url(//awada.ru/wp-content/themes/awada/fonts/MullerBold.woff) format('woff');
font-weight: bold;
font-style: normal;
}
@font-face {
font-family: 'Source Sans Pro';
font-weight: 400; font-style: normal;
src: url(//awada.ru/wp-content/themes/awada/fonts/SourceSansPro-Regular.ttf) format('truetype'),
url(//awada.ru/wp-content/themes/awada/fonts/SourceSansPro-Regular.woff) format('woff'),
url(//awada.ru/wp-content/themes/awada/fonts/SourceSansPro-Regular.woff2) format('woff2');
}
@font-face {
font-family: 'Source Sans Pro';
font-weight: 600; font-style: normal;
src: url(//awada.ru/wp-content/themes/awada/fonts/SourceSansPro-SemiBold.ttf) format('truetype'),
url(//awada.ru/wp-content/themes/awada/fonts/SourceSansPro-SemiBold.woff) format('woff'),
url(//awada.ru/wp-content/themes/awada/fonts/SourceSansPro-SemiBold.woff2) format('woff2');
}
.site-content {
padding-top: 54px;
}
.page-template-ventilation-page header.site-header,
.page-template-alc-page header.site-header {
border-bottom: none !important;
}
body.menu-is-open {
overflow: hidden;
}
:root {
--font-family: 'Muller', sans-serif;
--second-family: 'Muller', sans-serif;
}
header.site-header {
height: unset;
line-height: unset;
border-bottom: none; width: 100%;
position: fixed;
top: 0;
z-index: 99;
}
.header-top {
border-bottom: 1px solid #ececec;
background: #fff;
}
body.dark-style .header-top {
border-bottom: 1px solid #31353a;
backdrop-filter: blur(10px);
background: rgba(17, 18, 19, 0.75);
}
.header-top > div {
height: 54px;
line-height: 54px;
display: flex;
align-items: center;
justify-content: space-between;
}
.site-logo {
display: flex;
margin-left: 16px;
height: 54px;
aspect-ratio: 166/54;
}
body.dark-style .site-logo {
filter: invert(100%) brightness(1000%);
}
.site-logo a {
display: flex;
width: 100%;
justify-content: center;
align-items: center;
}
.main-nav-wrapper {
margin-left: auto;
}
.main-nav-wrapper ul {
display: flex;
list-style: none;
margin: 0;
}
#main-nav > li {
margin: 0 6px;
position: relative;
}
#main-nav > li#item-id-5635053 {
display: none;
}
#main-nav a {
display: flex;
padding: 15px 10px;
font-family: var(--font-family);
font-weight: 600;
font-size: 16px;
line-height: 162%;
color: #585d64;
transition: 0.3s;
}
body.dark-style #main-nav a {
color: #a7a9b5;
}
#main-nav > li > a {
white-space: nowrap;
}
#main-nav > li.is-current > a,
#main-nav > li:hover > a {
color: #181f38;
}
body.dark-style #main-nav > li.is-current > a,
body.dark-style #main-nav > li:hover > a {
color: #fff;
}
@media (hover: hover) {
#main-nav > li:not(.has-submenu).is-current > a,
#main-nav > li:not(.has-submenu):hover > a {
box-shadow: inset 0 -2px 0 #181f38;
}
body.dark-style #main-nav > li:not(.has-submenu).is-current > a,
body.dark-style #main-nav > li:not(.has-submenu):hover > a {
box-shadow: inset 0 -2px 0 #fff;
}
}
.main-nav-wrapper ul.simple-submenu {
position: absolute;
top: 100%;
left: 0;
z-index: 3;
background: #fff;
display: none;
flex-direction: column;
width: 100%;
border: 1px solid #ececec;
border-top: none;
}
body.dark-style .main-nav-wrapper ul.simple-submenu {
background: #111213;
border: 1px solid #1b1c1d;
}
.main-nav-wrapper li:hover ul.simple-submenu {
display: flex;
}
#main-nav .simple-menu-item a {
padding: 10px;
}
#main-nav .simple-menu-item:hover a {
color: #181f38;
background: #eee;
}
body.dark-style #main-nav .simple-menu-item:hover a {
color: #fff;
background: #111213;
}
.btn-header {
display: block;
padding: 0 16px;
margin: auto 24px;
height: 40px;
white-space: nowrap;
background: #181f38;
border-radius: 28px;
cursor: pointer;
font-family: var(--second-family);
font-weight: 400;
font-size: 16px;
line-height: 40px;
text-align: center;
color: #fff;
transition: 0.3s;
}
body.dark-style .btn-header {
background: #fff;
color: #181f38;
}
.btn-header:hover {
background: #3f3f3f;
}
body.dark-style .btn-header:hover {
background: #f0f0f0;
}
.additional-nav {
display: flex;
align-items: stretch;
}
.additional-nav a {
display: flex;
align-items: center;
justify-content: center;
padding: 0 16px;
margin: 6px 0;
border-left: 1px solid #dcdde0;
line-height: normal;
font-family: var(--font-family);
font-weight: 600;
font-size: 16px;
line-height: 162%;
color: #181f38;
transition: 0.3s;
}
body.dark-style .additional-nav a {
border-left: 1px solid #31353a;
color: #fff;
}
.additional-nav a:hover {
color: #3f3f3f;
}
body.dark-style .additional-nav a:hover {
color: #a7a9b5;
}
.additional-nav a svg path {
transition: 0.3s;
}
.additional-nav a.menu-item-1:hover svg path {
fill: #3f3f3f;
}
body.dark-style .additional-nav a.menu-item-1 svg path {
fill: #fff;
}
body.dark-style .additional-nav a.menu-item-1:hover svg path {
fill: #a7a9b5;
}
.additional-nav a.menu-item-2 {
font-family: var(--second-family);
font-weight: 500;
font-size: 16px;
line-height: 100%;
text-align: center;
} .hamburger {
display: none; border: medium none;
box-shadow: none;
cursor: pointer;
font-size: 0;
height: 51px;
margin: 0;
overflow: hidden;
padding: 0;
position: relative;
text-indent: -9999px;
transition: background 0.3s ease 0s;
width: 51px;
float: left;
}
.hamburger:focus {
outline: medium none;
}
.hamburger span {
background-color: #000;
display: block;
height: 2px;
left: 15px;
position: absolute;
right: 15px;
top: 25px;
transition: background 0s ease 0.3s;
}
.hamburger span::before,
.hamburger span::after {
background-color: #000;
content: '';
display: block;
height: 2px;
left: 0;
position: absolute;
width: 100%;
transition-delay: 0.3s, 0s;
transition-duration: 0.3s, 0.3s;
}
body.dark-style .hamburger span,
body.dark-style .hamburger span::before,
body.dark-style .hamburger span::after {
background-color: #fff;
}
.hamburger span::before {
top: -5px;
transition-property: top, transform;
}
.hamburger span::after {
bottom: -5px;
transition-property: bottom, transform;
}
.menu-is-open .hamburger span {
background: rgba(0, 0, 0, 0) none repeat scroll 0 0 !important;
}
.menu-is-open .hamburger span::before {
top: 0;
transform: rotate(45deg);
}
.menu-is-open .hamburger span::after {
bottom: 0;
transform: rotate(-45deg);
}
.menu-is-open .hamburger span::before,
.menu-is-open .hamburger span::after {
transition-delay: 0s, 0.3s;
}  .mega-submenu {
background: #fff;
position: fixed;
top: 55px;
left: 0;
z-index: 2;
width: 100%;
display: none;
flex-direction: column;
box-shadow: 0 20px 20px 0 rgba(0, 0, 0, 0.15);
}
body.dark-style .mega-submenu {
background: #111213;
}
li:hover .mega-submenu {
display: flex;
}
@media (hover: hover) {
.mega-submenu {
display: none !important;
}
li:hover .mega-submenu {
display: flex !important;
}
} @media (hover: none) {
ul#main-nav li.has-submenu:hover .submenu { display: none;
}    }
.mega-submenu > div {
width: 100%;
}
.mega-submenu-wrapper:not(.mega-submenu-wrapper:first-child) {
display: none;
}
.menu-wrapper > div {
padding: 24px 64px;
}
.menu-tab-wrapper {
display: flex;
padding: 24px 64px;
}
.menu-tab-wrapper > div {
width: 100%;
}
.menu-tab {
max-width: calc(100% / 3);
}
.menu-tab-item {
display: flex;
align-items: center;
margin-bottom: 16px;
padding: 16px;
border-radius: 8px 0 0 8px;
cursor: pointer;
}
.menu-tab-item.is-active {
background: #f7f6fb;
}
.menu-tab-item:last-child {
margin-bottom: unset;
}
.menu-tab-item .item-icon {
display: flex;
margin-right: 24px;
}
.menu-tab-item .item-title {
font-family: var(--font-family);
font-weight: 600;
font-size: 16px;
line-height: 162%; color: #181f38;
}
body.dark-style .menu-tab-item .item-title {
color: #fff;
}
.menu-tab-item .item-subtitle {
font-family: var(--font-family);
font-weight: 400;
font-size: 16px;
line-height: 150%;
color: #181f38;
}
body.dark-style .menu-tab-item .item-subtitle {
color: #a7a9b5;
}
body.dark-style .menu-tab-item.is_active .item-subtitle {
color: #fff;
}  .menu-tab-content-item {
display: none;
width: 100%;
height: 100%;
gap: 16px;
padding: 16px;
border-radius: 8px;
}
.menu-tab-content-item.is_active {
display: flex; }
.menu-tab-content-item:first-child {
border-radius: 0 8px 8px 8px;
}
.menu-tab-content-item:last-child {
border-radius: 8px 8px 8px 0;
}
.menu-tab-content-item > div {
width: 100%;
}
.menu-tab-content-item .col-title {
margin-bottom: 16px;
font-family: var(--font-family);
font-weight: 600;
font-size: 16px;
line-height: 162%;
color: #181f38;
}
body.dark-style .menu-tab-content-item .col-title {
color: #fff;
}
#main-nav .menu-tab-content-item a {
font-family: var(--font-family);
font-weight: 400;
font-size: 16px;
line-height: 150%;
color: #585d64;
padding: 0;
margin-bottom: 16px;
}
#main-nav .menu-tab-content-item a:hover {
color: #181f38;
}
body.dark-style #main-nav .menu-tab-content-item a:hover {
color: #fff;
} .nav-logos {
border-top: 1px solid #ececec;
}
body.dark-style .nav-logos {
border-top: 1px solid #31353a;
}
.nav-logos > div {
padding: 24px 64px;
}
.nav-logos {
display: none;
}
.nav-logos.is_active {
display: block;
}
.logos-gallery {
display: flex;
justify-content: space-between;
align-items: center;
gap: 6%;
}
#main-nav .logos-gallery > * {
padding: 0;
display: flex;
width: 100%;
}
#main-nav .logos-gallery > * > svg {
width: 100%;
height: 100%;
transition: 0.3s;
}
body.dark-style #main-nav .logos-gallery > * > svg {
filter: brightness(150%);
}
body.dark-style #main-nav .logos-gallery > a:hover svg {
filter: brightness(1000%);
}
#main-nav .logos-gallery a.logos-gallery-item svg{
transition: all ease 0.4s;
}
#main-nav .logos-gallery a.logos-gallery-item:hover svg{
filter: brightness(0%);
} .extra-nav-wrapper {
background: #f7f7f8; }
body.dark-style .extra-nav-wrapper {
background: #1b1c1d; }
.extra-nav-wrapper > div {
padding: 24px 64px 24px 44px;
}
.extra-nav {
display: flex;
}
.extra-nav > div {
padding: 0 24px;
border-left: 1px solid #dcdde0;
display: flex;
align-items: center;
height: 32px;
line-height: 32px;
}
body.dark-style .extra-nav > div {
border-left: 1px solid #31353a;
}
.extra-nav > div:first-child {
border-left: none;
}
body.dark-style .extra-nav > div:first-child {
border-left: none;
}
.extra-nav a {
display: flex;
align-items: center;
font-family: var(--font-family);
font-weight: 600;
font-size: 16px;
line-height: 162%;
color: #585d64;
transition: 0.3s;
}
.extra-nav a:hover,
.extra-nav a:focus {
color: #181f38 !important;
}
body.dark-style .extra-nav a:hover,
body.dark-style .extra-nav a:focus {
color: #fff !important;
}
.extra-nav a svg path {
transition: 0.3s;
}
.extra-nav a:hover svg path {
fill: #181f38;
}
body.dark-style .extra-nav a svg path {
fill: #a7a9b5;
}
body.dark-style .extra-nav a:hover svg path {
fill: #fff;
}
.extra-nav a span {
display: inline-flex;
}
.extra-phone a {
gap: 16px;
}
.extra-contacts-buttons {
gap: 12px;
} html.is-reveal-open,
html.is-reveal-open body {
overflow: unset;
}
.form input.wpcf7-submit {
display: flex;
justify-content: center;
align-items: center;
width: 100%;
height: 39px;
background: #6d63e6;
color: #fff !important;
border: none !important;
}
div.wpcf7-validation-errors,
div.wpcf7-acceptance-missing,
div.wpcf7-response-output {
border: 2px solid #6d63e6;
width: 100%;
border-radius: 4px;
margin: 0 !important;
font-size: 9px !important;
}
div.wpcf7-response-output {
border: 2px solid #ff0000;
}
div.wpcf7-mail-sent-ok {
border: 2px solid #69bf44;
background: #69bf44;
}
.reveal {
width: 100%;
max-width: 704px;
border-radius: 8px;
border: 0;
box-shadow: 0 0 10px rgba(0, 0, 0, 0.6);
padding: 56px 80px 50px;
top: 60px;
height: auto;
}
.reveal * {
font-family: 'Muller' !important;
}
.reveal a {
color: #0831c1;
}
.reveal h2 {
text-align: center;
text-transform: uppercase;
}
body.dark-style .reveal h2 {
color: #333;
}
.reveal .wpcf7-text,
.reveal .wpcf7-textarea {
border: 1px solid #cacaca !important;
border-radius: 4px !important;
color: #333 !important;
font-size: 12px !important;
margin: 0 0 15px !important;
}
.reveal .label {
background: none;
color: #333;
padding: 8px 0;
}
.reveal .small-text {
font-size: 12px;
color: #333;
}
.reveal span.wpcf7-list-item {
display: inline-block;
margin: 0;
}
.reveal input[type='checkbox'] {
width: 20px;
height: 20px;
margin: 0 6px 0px 0px;
position: relative;
bottom: -3px;
}
.reveal .wpcf7-submit.button {
width: 100%;
height: 40px;
margin: 40px 0 40px;
display: flex;
background: #6d63e6;
justify-content: center;
align-items: center;
padding: 0;
border-radius: 4px;
border: 0 !important;
font-size: 16px !important;
}
.reveal .codedropz-upload-inner h3 {
font-size: 30px;
font-weight: normal;
font-size: 22px;
margin: 0px 0 5px;
}
.reveal .codedropz-upload-container {
padding: 10px;
}
.reveal .file {
min-width: auto;
background-image: url(//awada.ru/wp-content/themes/awada/css/img/ic-attach_file.svg) !important;
background-position: center center !important;
background-size: contain !important;
}
.reveal .dnd-upload-status .dnd-upload-details .name {
color: #333;
font-size: 10px;
}
.reveal .dnd-upload-status .dnd-upload-details span.has-error {
font-size: 10px;
}
.reveal .dnd-upload-status .dnd-upload-details .dnd-progress-bar {
background: #cacaca !important;
height: 11px !important;
}
.reveal .dnd-upload-status .dnd-upload-details .dnd-progress-bar span {
font-size: 8px;
line-height: 12px; }
.reveal .dnd-upload-status .dnd-upload-image {
width: 10px;
height: 30px;
border: 0;
}
.reveal .dnd-upload-status .dnd-upload-details .remove-file span::after {
width: 22px !important;
height: 22px !important;
background-size: contain;
background-image: url(//awada.ru/wp-content/themes/awada/css/img/ic-close_red.svg);
}
.reveal .dnd-upload-status .dnd-upload-details .remove-file {
top: auto;
margin-top: -5.5px;
}
.is-mobile .reveal .codedropz-upload-inner h3,
.is-mobile .reveal .codedropz-upload-inner span {
display: none;
}
#dislike .wpcf7-list-item-label {
font-size: 12px;
color: #333;
font-weight: normal !important;
}
#dislike.reveal span.wpcf7-list-item {
display: block;
margin: 0 0 12px !important;
}
.reveal .columns {
position: relative;
}
.reveal div.wpcf7 .ajax-loader {
position: absolute;
top: calc(50% - 32px);
right: 20px;
}
@media screen and (max-width: 768px) {
.reveal-overlay {
overflow-y: auto !important;
}
}
@media screen and (max-width: 680px) {
.reveal {
padding: 50px 10px 50px;
height: auto !important;
min-height: auto !important;
}
.reveal h2 {
font-size: 22px !important;
}
.wpcf7-list-item-label {
font-size: 9px;
}
.reveal .wpcf7-submit.button {
width: 100%;
height: 40px;
}
}
@media screen and (max-width: 320px) {
.reveal {
padding: 50px 10px 30px;
}
.reveal h2 {
font-size: 22px !important;
}
.wpcf7-list-item-label {
font-size: 9px;
}
.reveal .wpcf7-submit.button {
width: 100%;
height: 40px;
}
} @media screen and (max-width: 1600px) { #main-nav > li {
margin: 0;
}
}
@media screen and (max-width: 1350px) {
.additional-nav a.menu-item-1 {
display: none;
}
.additional-nav a.menu-item-2 {
border-right: 1px solid #dcdde0;
}
body.dark-style .additional-nav a.menu-item-2 {
border-right: 1px solid #31353a;
}
#main-nav > li#item-id-5635053,
.hamburger {
display: block;
}
.main-nav-wrapper {
position: fixed;
width: 100%;
top: 55px;
right: -100%;
overflow: auto;
height: 100vh;
max-height: calc(100vh - 54px);
z-index: 10;
background: #fff;
transition: 0.2s;
}
body.dark-style .main-nav-wrapper {
background: #111213;
}
body.menu-is-open .main-nav-wrapper {
right: 0%;
}
#main-nav {
flex-direction: column;
padding-bottom: 160px;
}
#main-nav > li {
margin: 0;
}
#main-nav > li > a {
padding: 20px 16px;
border-bottom: 1px solid #f7f7f8;
position: relative;
}
body.dark-style #main-nav > li > a {
border-bottom: 1px solid #31353a;
}
#main-nav > li > a::after {
content: '';
display: block;
position: absolute;
right: 14px;
width: 24px;
height: 24px;
background-image: url(//awada.ru/wp-content/themes/awada/img/menu-arrow-down.svg);
background-repeat: no-repeat;
background-position: center center;
transform: rotate(-90deg);
transition: 0.3s;
}
body.dark-style #main-nav > li > a::after {
filter: invert(100%) brightness(1000%);
}
#main-nav > li.has-submenu > a::after {
transform: rotateX(0deg);
}
#main-nav > li.has-submenu.is-open > a::after {
transform: rotateX(180deg);
}
#main-nav .submenu {
display: none;
position: relative;
border: none;
}
#main-nav .simple-submenu a {
padding-left: 32px;
}
.simple-submenu {
position: relative;
}
.mega-submenu {
position: relative;
top: unset;
box-shadow: none;
display: block;
}
.menu-tab-wrapper {
flex-direction: column;
padding: 24px 16px;
}
.menu-tab {
max-width: 100%;
display: flex;
overflow: auto;
} .menu-tab-item {
margin-bottom: 0;
padding: 16px;
border-radius: 8px 8px 0 0;
min-width: fit-content;
}
.menu-tab-content-item:last-child {
border-radius: 8px;
}
.menu-tab-content > .menu-tab-content-item:nth-of-type(1) {
border-radius: 0px 8px 8px 8px;
} .nav-logos > div,
.extra-nav-wrapper > div {
padding: 24px 16px;
}
.logos-gallery {
gap: 2%;
}
.extra-nav > div:first-child,
#main-nav .extra-nav > div:first-child > a {
padding-left: 0;
}
#main-nav .menu-tab-content-item a {
white-space: unset;
}
}
@media screen and (max-width: 1023px) {
.menu-tab-item {
padding: 16px 12px 16px 16px;
}
.menu-tab-item .item-icon {
margin-right: 12px;
}
.menu-tab-item .item-title {
font-size: 14px;
}
.menu-tab-item .item-subtitle {
font-size: 12px;
}
}
@media screen and (max-width: 743px) {
.menu-tab-item::after {
content: '';
display: block;
position: absolute;
right: 14px;
width: 24px;
height: 24px;
background-image: url(//awada.ru/wp-content/themes/awada/img/menu-arrow-down.svg);
background-repeat: no-repeat;
background-position: center center;
transform: rotate(-90deg);
transition: 0.3s;
}
body.dark-style .menu-tab-item::after {
filter: invert(100%) brightness(1000%);
}
.menu-tab-item::after {
transform: rotateX(0deg);
}
.menu-tab-item.is-open::after {
transform: rotateX(180deg);
}
#main-nav > li:not(.has-submenu).is-current > a,
#main-nav > li:not(.has-submenu):hover > a {
box-shadow: none;
}
.menu-tab-wrapper {
padding: 10px 16px;
}
.menu-tab-item .item-title,
.menu-tab-item .item-subtitle {
font-size: 16px;
} .menu-logos,
.extra-nav-wrapper {
display: none;
}
.menu-tab-item {
background-color: transparent !important;
}
.menu-tab-content-item {
flex-direction: column;
background-color: transparent !important;
}
}
@media screen and (max-width: 580px) {
.btn-header {
display: none;
} }.owl-carousel .animated{-webkit-animation-duration:1000ms;animation-duration:1000ms;-webkit-animation-fill-mode:both;animation-fill-mode:both}.owl-carousel .owl-animated-in{z-index:0}.owl-carousel .owl-animated-out{z-index:1}.owl-carousel .fadeOut{-webkit-animation-name:fadeOut;animation-name:fadeOut}@-webkit-keyframes fadeOut{0%{opacity:1}100%{opacity:0}}@keyframes fadeOut{0%{opacity:1}100%{opacity:0}}.owl-height{-webkit-transition:height 500ms ease-in-out;-moz-transition:height 500ms ease-in-out;-ms-transition:height 500ms ease-in-out;-o-transition:height 500ms ease-in-out;transition:height 500ms ease-in-out}.owl-carousel{display:none;width:100%;-webkit-tap-highlight-color:transparent;position:relative;z-index:1}.owl-carousel .owl-stage{position:relative;-ms-touch-action:pan-Y}.owl-carousel .owl-stage:after{content:".";display:block;clear:both;visibility:hidden;line-height:0;height:0}.owl-carousel .owl-stage-outer{position:relative;overflow:hidden;-webkit-transform:translate3d(0px,0,0)}.owl-carousel .owl-item{position:relative;min-height:1px;float:left;-webkit-backface-visibility:hidden;-webkit-tap-highlight-color:transparent;-webkit-touch-callout:none}.owl-carousel .owl-item img{display:block;width:100%;-webkit-transform-style:preserve-3d}.owl-carousel .owl-dots.disabled,.owl-carousel .owl-nav.disabled{display:none}.owl-carousel .owl-dot,.owl-carousel .owl-nav .owl-next,.owl-carousel .owl-nav .owl-prev{cursor:pointer;cursor:hand;-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.owl-carousel.owl-loaded{display:block}.owl-carousel.owl-loading{opacity:0;display:block}.owl-carousel.owl-hidden{opacity:0}.owl-carousel.owl-refresh .owl-item{display:none}.owl-carousel.owl-drag .owl-item{-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.owl-carousel.owl-grab{cursor:move;cursor:-webkit-grab;cursor:-o-grab;cursor:-ms-grab;cursor:grab}.owl-carousel.owl-rtl{direction:rtl}.owl-carousel.owl-rtl .owl-item{float:right}.no-js .owl-carousel{display:block}.owl-carousel .owl-item .owl-lazy{opacity:0;-webkit-transition:opacity 400ms ease;-moz-transition:opacity 400ms ease;-ms-transition:opacity 400ms ease;-o-transition:opacity 400ms ease;transition:opacity 400ms ease}.owl-carousel .owl-item img{transform-style:preserve-3d}.owl-carousel .owl-video-wrapper{position:relative;height:100%;background:#000}.owl-carousel .owl-video-play-icon{position:absolute;height:80px;width:80px;left:50%;top:50%;margin-left:-40px;margin-top:-40px;background:url(//awada.ru/wp-content/themes/awada/owl/owl.video.play.png) no-repeat;cursor:pointer;z-index:1;-webkit-backface-visibility:hidden;-webkit-transition:scale 100ms ease;-moz-transition:scale 100ms ease;-ms-transition:scale 100ms ease;-o-transition:scale 100ms ease;transition:scale 100ms ease}.owl-carousel .owl-video-play-icon:hover{-webkit-transition:scale(1.3,1.3);-moz-transition:scale(1.3,1.3);-ms-transition:scale(1.3,1.3);-o-transition:scale(1.3,1.3);transition:scale(1.3,1.3)}.owl-carousel .owl-video-playing .owl-video-play-icon,.owl-carousel .owl-video-playing .owl-video-tn{display:none}.owl-carousel .owl-video-tn{opacity:0;height:100%;background-position:center center;background-repeat:no-repeat;-webkit-background-size:contain;-moz-background-size:contain;-o-background-size:contain;background-size:contain;-webkit-transition:opacity 400ms ease;-moz-transition:opacity 400ms ease;-ms-transition:opacity 400ms ease;-o-transition:opacity 400ms ease;transition:opacity 400ms ease}.owl-carousel .owl-video-frame{position:relative;z-index:1;height:100%;width:100%}.owl-theme .owl-nav{margin-top:10px;text-align:center;-webkit-tap-highlight-color:transparent}.owl-theme .owl-nav [class*=owl-]{color:#FFF;font-size:14px;margin:5px;padding:4px 7px;background:#D6D6D6;display:inline-block;cursor:pointer;-webkit-border-radius:3px;-moz-border-radius:3px;border-radius:3px}.owl-theme .owl-nav [class*=owl-]:hover{background:#869791;color:#FFF;text-decoration:none}.owl-theme .owl-nav .disabled{opacity:.5;cursor:default}.owl-theme .owl-nav.disabled+.owl-dots{margin-top:10px}.owl-theme .owl-dots{text-align:center;-webkit-tap-highlight-color:transparent}.owl-theme .owl-dots .owl-dot{display:inline-block;zoom:1;*display:inline}.owl-theme .owl-dots .owl-dot span{width:10px;height:10px;margin:5px 7px;background:#D6D6D6;display:block;-webkit-backface-visibility:visible;-webkit-transition:opacity 200ms ease;-moz-transition:opacity 200ms ease;-ms-transition:opacity 200ms ease;-o-transition:opacity 200ms ease;transition:opacity 200ms ease;-webkit-border-radius:30px;-moz-border-radius:30px;border-radius:30px}.owl-theme .owl-dots .owl-dot.active span,.owl-theme .owl-dots .owl-dot:hover span{background:#869791}.mw1440 {      }
.search-more-button {
display: flex;
flex-direction: row;
justify-content: center;
align-items: center;
padding: 0px;
gap: 8px;
height: 80px;
background: #F7F7F8;
flex: none;
order: 1;
align-self: stretch;
flex-grow: 0;
}
#searchWrapper {
position: absolute;
top: 54px;
left: 0;
right: 0;
width: 100%;
background: #fff;
min-height: 300px;
padding-bottom: 50px;
}
#searchInputWrapper {
display: flex;
flex-direction: row;
align-items: center;
justify-content: space-between;
border-bottom: 2px solid #DCDDE0;
margin-top: 40px;
padding: 8px 0px;
gap: 24px;
height: 56px;
flex: none;
order: 0;
align-self: stretch;
flex-grow: 0;
box-sizing: border-box;
flex: none;
order: 0;
align-self: stretch;
flex-grow: 1;
}
#searchInputField {
margin: 0;
padding: 0;
font-family: 'Muller';
font-style: normal;
font-weight: 400;
font-size: 18px;
line-height: 156%;
color: #8A8F98;
border: none !important;
outline: none;
}
.search-more-wrapper {}
.search-more-wrapper strong {
display: block;
height: 28px;
font-family: 'Muller';
font-style: normal;
font-weight: 700;
font-size: 20px;
line-height: 140%;
display: flex;
align-items: center;
color: #181F38;
flex: none;
order: 0;
align-self: stretch;
flex-grow: 0;
margin-top: 24px;
margin-bottom: 24px;
}
#searchPopularList {
display: grid;
grid-template-columns: repeat(6, 1fr);  padding: 0px;
gap: 16px; flex: none;
order: 1;
align-self: stretch;
flex-grow: 0;
}
#searchPopularList a {
margin: 0;
border-left: none;
display: flex;
flex-direction: row;
justify-content: center;
align-items: center;
padding: 8px 24px;  background: #F7F7F8;
border-radius: 8px;
font-family: 'Muller';
font-style: normal;
font-weight: 400;
font-size: 18px;
line-height: 156%;
color: #585D64; }