@charset "UTF-8";


.sr-only {
position: absolute;
width: 1px;
height: 1px;
padding: 0;
margin: -1px;
overflow: hidden;
clip: rect(0, 0, 0, 0);
white-space: nowrap;
border: 0; }
.sr-only-focusable:active, .sr-only-focusable:focus {
position: static;
width: auto;
height: auto;
overflow: visible;
clip: auto;
white-space: normal; } html {
box-sizing: border-box;
-ms-overflow-style: scrollbar; }
*,
*::before,
*::after {
box-sizing: inherit; }
.container {
width: 100%;
padding-right: 15px;
padding-left: 15px;
margin-right: auto;
margin-left: auto; }
@media (min-width: 576px) {
.container {
max-width: 540px; } }
@media (min-width: 768px) {
.container {
max-width: 720px; } }
@media (min-width: 992px) {
.container {
max-width: 960px; } }
@media (min-width: 1200px) {
.container {
max-width: 1400px; } }
.container-fluid, .container-sm, .container-md, .container-lg, .container-xl {
width: 100%;
padding-right: 15px;
padding-left: 15px;
margin-right: auto;
margin-left: auto; }
@media (min-width: 576px) {
.container, .container-sm {
max-width: 540px; } }
@media (min-width: 768px) {
.container, .container-sm, .container-md {
max-width: 720px; } }
@media (min-width: 992px) {
.container, .container-sm, .container-md, .container-lg {
max-width: 960px; } }
@media (min-width: 1200px) {
.container, .container-sm, .container-md, .container-lg, .container-xl {
max-width: 1240px; } }
.row {
display: flex;
flex-wrap: wrap;
margin-right: -15px;
margin-left: -15px; }
.no-gutters {
margin-right: 0;
margin-left: 0; }
.no-gutters > .col,
.no-gutters > [class*="col-"] {
padding-right: 0;
padding-left: 0; }
.col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col,
.col-auto, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm,
.col-sm-auto, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md,
.col-md-auto, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg,
.col-lg-auto, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl,
.col-xl-auto {
position: relative;
width: 100%;
padding-right: 15px;
padding-left: 15px; }
.col {
flex-basis: 0;
flex-grow: 1;
max-width: 100%; }
.row-cols-1 > * {
flex: 0 0 100%;
max-width: 100%; }
.row-cols-2 > * {
flex: 0 0 50%;
max-width: 50%; }
.row-cols-3 > * {
flex: 0 0 33.33333%;
max-width: 33.33333%; }
.row-cols-4 > * {
flex: 0 0 25%;
max-width: 25%; }
.row-cols-5 > * {
flex: 0 0 20%;
max-width: 20%; }
.row-cols-6 > * {
flex: 0 0 16.66667%;
max-width: 16.66667%; }
.col-auto {
flex: 0 0 auto;
width: auto;
max-width: 100%; }
.col-1 {
flex: 0 0 8.33333%;
max-width: 8.33333%; }
.col-2 {
flex: 0 0 16.66667%;
max-width: 16.66667%; }
.col-3 {
flex: 0 0 25%;
max-width: 25%; }
.col-4 {
flex: 0 0 33.33333%;
max-width: 33.33333%; }
.col-5 {
flex: 0 0 41.66667%;
max-width: 41.66667%; }
.col-6 {
flex: 0 0 50%;
max-width: 50%; }
.col-7 {
flex: 0 0 58.33333%;
max-width: 58.33333%; }
.col-8 {
flex: 0 0 66.66667%;
max-width: 66.66667%; }
.col-9 {
flex: 0 0 75%;
max-width: 75%; }
.col-10 {
flex: 0 0 83.33333%;
max-width: 83.33333%; }
.col-11 {
flex: 0 0 91.66667%;
max-width: 91.66667%; }
.col-12 {
flex: 0 0 100%;
max-width: 100%; }
.order-first {
order: -1; }
.order-last {
order: 13; }
.order-0 {
order: 0; }
.order-1 {
order: 1; }
.order-2 {
order: 2; }
.order-3 {
order: 3; }
.order-4 {
order: 4; }
.order-5 {
order: 5; }
.order-6 {
order: 6; }
.order-7 {
order: 7; }
.order-8 {
order: 8; }
.order-9 {
order: 9; }
.order-10 {
order: 10; }
.order-11 {
order: 11; }
.order-12 {
order: 12; }
.offset-1 {
margin-left: 8.33333%; }
.offset-2 {
margin-left: 16.66667%; }
.offset-3 {
margin-left: 25%; }
.offset-4 {
margin-left: 33.33333%; }
.offset-5 {
margin-left: 41.66667%; }
.offset-6 {
margin-left: 50%; }
.offset-7 {
margin-left: 58.33333%; }
.offset-8 {
margin-left: 66.66667%; }
.offset-9 {
margin-left: 75%; }
.offset-10 {
margin-left: 83.33333%; }
.offset-11 {
margin-left: 91.66667%; }
@media (min-width: 576px) {
.col-sm {
flex-basis: 0;
flex-grow: 1;
max-width: 100%; }
.row-cols-sm-1 > * {
flex: 0 0 100%;
max-width: 100%; }
.row-cols-sm-2 > * {
flex: 0 0 50%;
max-width: 50%; }
.row-cols-sm-3 > * {
flex: 0 0 33.33333%;
max-width: 33.33333%; }
.row-cols-sm-4 > * {
flex: 0 0 25%;
max-width: 25%; }
.row-cols-sm-5 > * {
flex: 0 0 20%;
max-width: 20%; }
.row-cols-sm-6 > * {
flex: 0 0 16.66667%;
max-width: 16.66667%; }
.col-sm-auto {
flex: 0 0 auto;
width: auto;
max-width: 100%; }
.col-sm-1 {
flex: 0 0 8.33333%;
max-width: 8.33333%; }
.col-sm-2 {
flex: 0 0 16.66667%;
max-width: 16.66667%; }
.col-sm-3 {
flex: 0 0 25%;
max-width: 25%; }
.col-sm-4 {
flex: 0 0 33.33333%;
max-width: 33.33333%; }
.col-sm-5 {
flex: 0 0 41.66667%;
max-width: 41.66667%; }
.col-sm-6 {
flex: 0 0 50%;
max-width: 50%; }
.col-sm-7 {
flex: 0 0 58.33333%;
max-width: 58.33333%; }
.col-sm-8 {
flex: 0 0 66.66667%;
max-width: 66.66667%; }
.col-sm-9 {
flex: 0 0 75%;
max-width: 75%; }
.col-sm-10 {
flex: 0 0 83.33333%;
max-width: 83.33333%; }
.col-sm-11 {
flex: 0 0 91.66667%;
max-width: 91.66667%; }
.col-sm-12 {
flex: 0 0 100%;
max-width: 100%; }
.order-sm-first {
order: -1; }
.order-sm-last {
order: 13; }
.order-sm-0 {
order: 0; }
.order-sm-1 {
order: 1; }
.order-sm-2 {
order: 2; }
.order-sm-3 {
order: 3; }
.order-sm-4 {
order: 4; }
.order-sm-5 {
order: 5; }
.order-sm-6 {
order: 6; }
.order-sm-7 {
order: 7; }
.order-sm-8 {
order: 8; }
.order-sm-9 {
order: 9; }
.order-sm-10 {
order: 10; }
.order-sm-11 {
order: 11; }
.order-sm-12 {
order: 12; }
.offset-sm-0 {
margin-left: 0; }
.offset-sm-1 {
margin-left: 8.33333%; }
.offset-sm-2 {
margin-left: 16.66667%; }
.offset-sm-3 {
margin-left: 25%; }
.offset-sm-4 {
margin-left: 33.33333%; }
.offset-sm-5 {
margin-left: 41.66667%; }
.offset-sm-6 {
margin-left: 50%; }
.offset-sm-7 {
margin-left: 58.33333%; }
.offset-sm-8 {
margin-left: 66.66667%; }
.offset-sm-9 {
margin-left: 75%; }
.offset-sm-10 {
margin-left: 83.33333%; }
.offset-sm-11 {
margin-left: 91.66667%; } }
@media (min-width: 768px) {
.col-md {
flex-basis: 0;
flex-grow: 1;
max-width: 100%; }
.row-cols-md-1 > * {
flex: 0 0 100%;
max-width: 100%; }
.row-cols-md-2 > * {
flex: 0 0 50%;
max-width: 50%; }
.row-cols-md-3 > * {
flex: 0 0 33.33333%;
max-width: 33.33333%; }
.row-cols-md-4 > * {
flex: 0 0 25%;
max-width: 25%; }
.row-cols-md-5 > * {
flex: 0 0 20%;
max-width: 20%; }
.row-cols-md-6 > * {
flex: 0 0 16.66667%;
max-width: 16.66667%; }
.col-md-auto {
flex: 0 0 auto;
width: auto;
max-width: 100%; }
.col-md-1 {
flex: 0 0 8.33333%;
max-width: 8.33333%; }
.col-md-2 {
flex: 0 0 16.66667%;
max-width: 16.66667%; }
.col-md-3 {
flex: 0 0 25%;
max-width: 25%; }
.col-md-4 {
flex: 0 0 33.33333%;
max-width: 33.33333%; }
.col-md-5 {
flex: 0 0 41.66667%;
max-width: 41.66667%; }
.col-md-6 {
flex: 0 0 50%;
max-width: 50%; }
.col-md-7 {
flex: 0 0 58.33333%;
max-width: 58.33333%; }
.col-md-8 {
flex: 0 0 66.66667%;
max-width: 66.66667%; }
.col-md-9 {
flex: 0 0 75%;
max-width: 75%; }
.col-md-10 {
flex: 0 0 83.33333%;
max-width: 83.33333%; }
.col-md-11 {
flex: 0 0 91.66667%;
max-width: 91.66667%; }
.col-md-12 {
flex: 0 0 100%;
max-width: 100%; }
.order-md-first {
order: -1; }
.order-md-last {
order: 13; }
.order-md-0 {
order: 0; }
.order-md-1 {
order: 1; }
.order-md-2 {
order: 2; }
.order-md-3 {
order: 3; }
.order-md-4 {
order: 4; }
.order-md-5 {
order: 5; }
.order-md-6 {
order: 6; }
.order-md-7 {
order: 7; }
.order-md-8 {
order: 8; }
.order-md-9 {
order: 9; }
.order-md-10 {
order: 10; }
.order-md-11 {
order: 11; }
.order-md-12 {
order: 12; }
.offset-md-0 {
margin-left: 0; }
.offset-md-1 {
margin-left: 8.33333%; }
.offset-md-2 {
margin-left: 16.66667%; }
.offset-md-3 {
margin-left: 25%; }
.offset-md-4 {
margin-left: 33.33333%; }
.offset-md-5 {
margin-left: 41.66667%; }
.offset-md-6 {
margin-left: 50%; }
.offset-md-7 {
margin-left: 58.33333%; }
.offset-md-8 {
margin-left: 66.66667%; }
.offset-md-9 {
margin-left: 75%; }
.offset-md-10 {
margin-left: 83.33333%; }
.offset-md-11 {
margin-left: 91.66667%; } }
@media (min-width: 992px) {
.col-lg {
flex-basis: 0;
flex-grow: 1;
max-width: 100%; }
.row-cols-lg-1 > * {
flex: 0 0 100%;
max-width: 100%; }
.row-cols-lg-2 > * {
flex: 0 0 50%;
max-width: 50%; }
.row-cols-lg-3 > * {
flex: 0 0 33.33333%;
max-width: 33.33333%; }
.row-cols-lg-4 > * {
flex: 0 0 25%;
max-width: 25%; }
.row-cols-lg-5 > * {
flex: 0 0 20%;
max-width: 20%; }
.row-cols-lg-6 > * {
flex: 0 0 16.66667%;
max-width: 16.66667%; }
.col-lg-auto {
flex: 0 0 auto;
width: auto;
max-width: 100%; }
.col-lg-1 {
flex: 0 0 8.33333%;
max-width: 8.33333%; }
.col-lg-2 {
flex: 0 0 16.66667%;
max-width: 16.66667%; }
.col-lg-3 {
flex: 0 0 25%;
max-width: 25%; }
.col-lg-4 {
flex: 0 0 33.33333%;
max-width: 33.33333%; }
.col-lg-5 {
flex: 0 0 41.66667%;
max-width: 41.66667%; }
.col-lg-6 {
flex: 0 0 50%;
max-width: 50%; }
.col-lg-7 {
flex: 0 0 58.33333%;
max-width: 58.33333%; }
.col-lg-8 {
flex: 0 0 66.66667%;
max-width: 66.66667%; }
.col-lg-9 {
flex: 0 0 75%;
max-width: 75%; }
.col-lg-10 {
flex: 0 0 83.33333%;
max-width: 83.33333%; }
.col-lg-11 {
flex: 0 0 91.66667%;
max-width: 91.66667%; }
.col-lg-12 {
flex: 0 0 100%;
max-width: 100%; }
.order-lg-first {
order: -1; }
.order-lg-last {
order: 13; }
.order-lg-0 {
order: 0; }
.order-lg-1 {
order: 1; }
.order-lg-2 {
order: 2; }
.order-lg-3 {
order: 3; }
.order-lg-4 {
order: 4; }
.order-lg-5 {
order: 5; }
.order-lg-6 {
order: 6; }
.order-lg-7 {
order: 7; }
.order-lg-8 {
order: 8; }
.order-lg-9 {
order: 9; }
.order-lg-10 {
order: 10; }
.order-lg-11 {
order: 11; }
.order-lg-12 {
order: 12; }
.offset-lg-0 {
margin-left: 0; }
.offset-lg-1 {
margin-left: 8.33333%; }
.offset-lg-2 {
margin-left: 16.66667%; }
.offset-lg-3 {
margin-left: 25%; }
.offset-lg-4 {
margin-left: 33.33333%; }
.offset-lg-5 {
margin-left: 41.66667%; }
.offset-lg-6 {
margin-left: 50%; }
.offset-lg-7 {
margin-left: 58.33333%; }
.offset-lg-8 {
margin-left: 66.66667%; }
.offset-lg-9 {
margin-left: 75%; }
.offset-lg-10 {
margin-left: 83.33333%; }
.offset-lg-11 {
margin-left: 91.66667%; } }
@media (min-width: 1200px) {
.col-xl {
flex-basis: 0;
flex-grow: 1;
max-width: 100%; }
.row-cols-xl-1 > * {
flex: 0 0 100%;
max-width: 100%; }
.row-cols-xl-2 > * {
flex: 0 0 50%;
max-width: 50%; }
.row-cols-xl-3 > * {
flex: 0 0 33.33333%;
max-width: 33.33333%; }
.row-cols-xl-4 > * {
flex: 0 0 25%;
max-width: 25%; }
.row-cols-xl-5 > * {
flex: 0 0 20%;
max-width: 20%; }
.row-cols-xl-6 > * {
flex: 0 0 16.66667%;
max-width: 16.66667%; }
.col-xl-auto {
flex: 0 0 auto;
width: auto;
max-width: 100%; }
.col-xl-1 {
flex: 0 0 8.33333%;
max-width: 8.33333%; }
.col-xl-2 {
flex: 0 0 16.66667%;
max-width: 16.66667%; }
.col-xl-3 {
flex: 0 0 25%;
max-width: 25%; }
.col-xl-4 {
flex: 0 0 33.33333%;
max-width: 33.33333%; }
.col-xl-5 {
flex: 0 0 41.66667%;
max-width: 41.66667%; }
.col-xl-6 {
flex: 0 0 50%;
max-width: 50%; }
.col-xl-7 {
flex: 0 0 58.33333%;
max-width: 58.33333%; }
.col-xl-8 {
flex: 0 0 66.66667%;
max-width: 66.66667%; }
.col-xl-9 {
flex: 0 0 75%;
max-width: 75%; }
.col-xl-10 {
flex: 0 0 83.33333%;
max-width: 83.33333%; }
.col-xl-11 {
flex: 0 0 91.66667%;
max-width: 91.66667%; }
.col-xl-12 {
flex: 0 0 100%;
max-width: 100%; }
.order-xl-first {
order: -1; }
.order-xl-last {
order: 13; }
.order-xl-0 {
order: 0; }
.order-xl-1 {
order: 1; }
.order-xl-2 {
order: 2; }
.order-xl-3 {
order: 3; }
.order-xl-4 {
order: 4; }
.order-xl-5 {
order: 5; }
.order-xl-6 {
order: 6; }
.order-xl-7 {
order: 7; }
.order-xl-8 {
order: 8; }
.order-xl-9 {
order: 9; }
.order-xl-10 {
order: 10; }
.order-xl-11 {
order: 11; }
.order-xl-12 {
order: 12; }
.offset-xl-0 {
margin-left: 0; }
.offset-xl-1 {
margin-left: 8.33333%; }
.offset-xl-2 {
margin-left: 16.66667%; }
.offset-xl-3 {
margin-left: 25%; }
.offset-xl-4 {
margin-left: 33.33333%; }
.offset-xl-5 {
margin-left: 41.66667%; }
.offset-xl-6 {
margin-left: 50%; }
.offset-xl-7 {
margin-left: 58.33333%; }
.offset-xl-8 {
margin-left: 66.66667%; }
.offset-xl-9 {
margin-left: 75%; }
.offset-xl-10 {
margin-left: 83.33333%; }
.offset-xl-11 {
margin-left: 91.66667%; } }
.d-none {
display: none !important; }
.d-inline {
display: inline !important; }
.d-inline-block {
display: inline-block !important; }
.d-block {
display: block !important; }
.d-table {
display: table !important; }
.d-table-row {
display: table-row !important; }
.d-table-cell {
display: table-cell !important; }
.d-flex {
display: flex !important; }
.d-inline-flex {
display: inline-flex !important; }
@media (min-width: 576px) {
.d-sm-none {
display: none !important; }
.d-sm-inline {
display: inline !important; }
.d-sm-inline-block {
display: inline-block !important; }
.d-sm-block {
display: block !important; }
.d-sm-table {
display: table !important; }
.d-sm-table-row {
display: table-row !important; }
.d-sm-table-cell {
display: table-cell !important; }
.d-sm-flex {
display: flex !important; }
.d-sm-inline-flex {
display: inline-flex !important; } }
@media (min-width: 768px) {
.d-md-none {
display: none !important; }
.d-md-inline {
display: inline !important; }
.d-md-inline-block {
display: inline-block !important; }
.d-md-block {
display: block !important; }
.d-md-table {
display: table !important; }
.d-md-table-row {
display: table-row !important; }
.d-md-table-cell {
display: table-cell !important; }
.d-md-flex {
display: flex !important; }
.d-md-inline-flex {
display: inline-flex !important; } }
@media (min-width: 992px) {
.d-lg-none {
display: none !important; }
.d-lg-inline {
display: inline !important; }
.d-lg-inline-block {
display: inline-block !important; }
.d-lg-block {
display: block !important; }
.d-lg-table {
display: table !important; }
.d-lg-table-row {
display: table-row !important; }
.d-lg-table-cell {
display: table-cell !important; }
.d-lg-flex {
display: flex !important; }
.d-lg-inline-flex {
display: inline-flex !important; } }
@media (min-width: 1200px) {
.d-xl-none {
display: none !important; }
.d-xl-inline {
display: inline !important; }
.d-xl-inline-block {
display: inline-block !important; }
.d-xl-block {
display: block !important; }
.d-xl-table {
display: table !important; }
.d-xl-table-row {
display: table-row !important; }
.d-xl-table-cell {
display: table-cell !important; }
.d-xl-flex {
display: flex !important; }
.d-xl-inline-flex {
display: inline-flex !important; } }
@media print {
.d-print-none {
display: none !important; }
.d-print-inline {
display: inline !important; }
.d-print-inline-block {
display: inline-block !important; }
.d-print-block {
display: block !important; }
.d-print-table {
display: table !important; }
.d-print-table-row {
display: table-row !important; }
.d-print-table-cell {
display: table-cell !important; }
.d-print-flex {
display: flex !important; }
.d-print-inline-flex {
display: inline-flex !important; } }
.flex-row {
flex-direction: row !important; }
.flex-column {
flex-direction: column !important; }
.flex-row-reverse {
flex-direction: row-reverse !important; }
.flex-column-reverse {
flex-direction: column-reverse !important; }
.flex-wrap {
flex-wrap: wrap !important; }
.flex-nowrap {
flex-wrap: nowrap !important; }
.flex-wrap-reverse {
flex-wrap: wrap-reverse !important; }
.flex-fill {
flex: 1 1 auto !important; }
.flex-grow-0 {
flex-grow: 0 !important; }
.flex-grow-1 {
flex-grow: 1 !important; }
.flex-shrink-0 {
flex-shrink: 0 !important; }
.flex-shrink-1 {
flex-shrink: 1 !important; }
.justify-content-start {
justify-content: flex-start !important; }
.justify-content-end {
justify-content: flex-end !important; }
.justify-content-center {
justify-content: center !important; }
.justify-content-between {
justify-content: space-between !important; }
.justify-content-around {
justify-content: space-around !important; }
.align-items-start {
align-items: flex-start !important; }
.align-items-end {
align-items: flex-end !important; }
.align-items-center {
align-items: center !important; }
.align-items-baseline {
align-items: baseline !important; }
.align-items-stretch {
align-items: stretch !important; }
.align-content-start {
align-content: flex-start !important; }
.align-content-end {
align-content: flex-end !important; }
.align-content-center {
align-content: center !important; }
.align-content-between {
align-content: space-between !important; }
.align-content-around {
align-content: space-around !important; }
.align-content-stretch {
align-content: stretch !important; }
.align-self-auto {
align-self: auto !important; }
.align-self-start {
align-self: flex-start !important; }
.align-self-end {
align-self: flex-end !important; }
.align-self-center {
align-self: center !important; }
.align-self-baseline {
align-self: baseline !important; }
.align-self-stretch {
align-self: stretch !important; }
@media (min-width: 576px) {
.flex-sm-row {
flex-direction: row !important; }
.flex-sm-column {
flex-direction: column !important; }
.flex-sm-row-reverse {
flex-direction: row-reverse !important; }
.flex-sm-column-reverse {
flex-direction: column-reverse !important; }
.flex-sm-wrap {
flex-wrap: wrap !important; }
.flex-sm-nowrap {
flex-wrap: nowrap !important; }
.flex-sm-wrap-reverse {
flex-wrap: wrap-reverse !important; }
.flex-sm-fill {
flex: 1 1 auto !important; }
.flex-sm-grow-0 {
flex-grow: 0 !important; }
.flex-sm-grow-1 {
flex-grow: 1 !important; }
.flex-sm-shrink-0 {
flex-shrink: 0 !important; }
.flex-sm-shrink-1 {
flex-shrink: 1 !important; }
.justify-content-sm-start {
justify-content: flex-start !important; }
.justify-content-sm-end {
justify-content: flex-end !important; }
.justify-content-sm-center {
justify-content: center !important; }
.justify-content-sm-between {
justify-content: space-between !important; }
.justify-content-sm-around {
justify-content: space-around !important; }
.align-items-sm-start {
align-items: flex-start !important; }
.align-items-sm-end {
align-items: flex-end !important; }
.align-items-sm-center {
align-items: center !important; }
.align-items-sm-baseline {
align-items: baseline !important; }
.align-items-sm-stretch {
align-items: stretch !important; }
.align-content-sm-start {
align-content: flex-start !important; }
.align-content-sm-end {
align-content: flex-end !important; }
.align-content-sm-center {
align-content: center !important; }
.align-content-sm-between {
align-content: space-between !important; }
.align-content-sm-around {
align-content: space-around !important; }
.align-content-sm-stretch {
align-content: stretch !important; }
.align-self-sm-auto {
align-self: auto !important; }
.align-self-sm-start {
align-self: flex-start !important; }
.align-self-sm-end {
align-self: flex-end !important; }
.align-self-sm-center {
align-self: center !important; }
.align-self-sm-baseline {
align-self: baseline !important; }
.align-self-sm-stretch {
align-self: stretch !important; } }
@media (min-width: 768px) {
.flex-md-row {
flex-direction: row !important; }
.flex-md-column {
flex-direction: column !important; }
.flex-md-row-reverse {
flex-direction: row-reverse !important; }
.flex-md-column-reverse {
flex-direction: column-reverse !important; }
.flex-md-wrap {
flex-wrap: wrap !important; }
.flex-md-nowrap {
flex-wrap: nowrap !important; }
.flex-md-wrap-reverse {
flex-wrap: wrap-reverse !important; }
.flex-md-fill {
flex: 1 1 auto !important; }
.flex-md-grow-0 {
flex-grow: 0 !important; }
.flex-md-grow-1 {
flex-grow: 1 !important; }
.flex-md-shrink-0 {
flex-shrink: 0 !important; }
.flex-md-shrink-1 {
flex-shrink: 1 !important; }
.justify-content-md-start {
justify-content: flex-start !important; }
.justify-content-md-end {
justify-content: flex-end !important; }
.justify-content-md-center {
justify-content: center !important; }
.justify-content-md-between {
justify-content: space-between !important; }
.justify-content-md-around {
justify-content: space-around !important; }
.align-items-md-start {
align-items: flex-start !important; }
.align-items-md-end {
align-items: flex-end !important; }
.align-items-md-center {
align-items: center !important; }
.align-items-md-baseline {
align-items: baseline !important; }
.align-items-md-stretch {
align-items: stretch !important; }
.align-content-md-start {
align-content: flex-start !important; }
.align-content-md-end {
align-content: flex-end !important; }
.align-content-md-center {
align-content: center !important; }
.align-content-md-between {
align-content: space-between !important; }
.align-content-md-around {
align-content: space-around !important; }
.align-content-md-stretch {
align-content: stretch !important; }
.align-self-md-auto {
align-self: auto !important; }
.align-self-md-start {
align-self: flex-start !important; }
.align-self-md-end {
align-self: flex-end !important; }
.align-self-md-center {
align-self: center !important; }
.align-self-md-baseline {
align-self: baseline !important; }
.align-self-md-stretch {
align-self: stretch !important; } }
@media (min-width: 992px) {
.flex-lg-row {
flex-direction: row !important; }
.flex-lg-column {
flex-direction: column !important; }
.flex-lg-row-reverse {
flex-direction: row-reverse !important; }
.flex-lg-column-reverse {
flex-direction: column-reverse !important; }
.flex-lg-wrap {
flex-wrap: wrap !important; }
.flex-lg-nowrap {
flex-wrap: nowrap !important; }
.flex-lg-wrap-reverse {
flex-wrap: wrap-reverse !important; }
.flex-lg-fill {
flex: 1 1 auto !important; }
.flex-lg-grow-0 {
flex-grow: 0 !important; }
.flex-lg-grow-1 {
flex-grow: 1 !important; }
.flex-lg-shrink-0 {
flex-shrink: 0 !important; }
.flex-lg-shrink-1 {
flex-shrink: 1 !important; }
.justify-content-lg-start {
justify-content: flex-start !important; }
.justify-content-lg-end {
justify-content: flex-end !important; }
.justify-content-lg-center {
justify-content: center !important; }
.justify-content-lg-between {
justify-content: space-between !important; }
.justify-content-lg-around {
justify-content: space-around !important; }
.align-items-lg-start {
align-items: flex-start !important; }
.align-items-lg-end {
align-items: flex-end !important; }
.align-items-lg-center {
align-items: center !important; }
.align-items-lg-baseline {
align-items: baseline !important; }
.align-items-lg-stretch {
align-items: stretch !important; }
.align-content-lg-start {
align-content: flex-start !important; }
.align-content-lg-end {
align-content: flex-end !important; }
.align-content-lg-center {
align-content: center !important; }
.align-content-lg-between {
align-content: space-between !important; }
.align-content-lg-around {
align-content: space-around !important; }
.align-content-lg-stretch {
align-content: stretch !important; }
.align-self-lg-auto {
align-self: auto !important; }
.align-self-lg-start {
align-self: flex-start !important; }
.align-self-lg-end {
align-self: flex-end !important; }
.align-self-lg-center {
align-self: center !important; }
.align-self-lg-baseline {
align-self: baseline !important; }
.align-self-lg-stretch {
align-self: stretch !important; } }
@media (min-width: 1200px) {
.flex-xl-row {
flex-direction: row !important; }
.flex-xl-column {
flex-direction: column !important; }
.flex-xl-row-reverse {
flex-direction: row-reverse !important; }
.flex-xl-column-reverse {
flex-direction: column-reverse !important; }
.flex-xl-wrap {
flex-wrap: wrap !important; }
.flex-xl-nowrap {
flex-wrap: nowrap !important; }
.flex-xl-wrap-reverse {
flex-wrap: wrap-reverse !important; }
.flex-xl-fill {
flex: 1 1 auto !important; }
.flex-xl-grow-0 {
flex-grow: 0 !important; }
.flex-xl-grow-1 {
flex-grow: 1 !important; }
.flex-xl-shrink-0 {
flex-shrink: 0 !important; }
.flex-xl-shrink-1 {
flex-shrink: 1 !important; }
.justify-content-xl-start {
justify-content: flex-start !important; }
.justify-content-xl-end {
justify-content: flex-end !important; }
.justify-content-xl-center {
justify-content: center !important; }
.justify-content-xl-between {
justify-content: space-between !important; }
.justify-content-xl-around {
justify-content: space-around !important; }
.align-items-xl-start {
align-items: flex-start !important; }
.align-items-xl-end {
align-items: flex-end !important; }
.align-items-xl-center {
align-items: center !important; }
.align-items-xl-baseline {
align-items: baseline !important; }
.align-items-xl-stretch {
align-items: stretch !important; }
.align-content-xl-start {
align-content: flex-start !important; }
.align-content-xl-end {
align-content: flex-end !important; }
.align-content-xl-center {
align-content: center !important; }
.align-content-xl-between {
align-content: space-between !important; }
.align-content-xl-around {
align-content: space-around !important; }
.align-content-xl-stretch {
align-content: stretch !important; }
.align-self-xl-auto {
align-self: auto !important; }
.align-self-xl-start {
align-self: flex-start !important; }
.align-self-xl-end {
align-self: flex-end !important; }
.align-self-xl-center {
align-self: center !important; }
.align-self-xl-baseline {
align-self: baseline !important; }
.align-self-xl-stretch {
align-self: stretch !important; } }
.m-0 {
margin: 0 !important; }
.mt-0,
.my-0 {
margin-top: 0 !important; }
.mr-0,
.mx-0 {
margin-right: 0 !important; }
.mb-0,
.my-0 {
margin-bottom: 0 !important; }
.ml-0,
.mx-0 {
margin-left: 0 !important; }
.m-1 {
margin: 0.25rem !important; }
.mt-1,
.my-1 {
margin-top: 0.25rem !important; }
.mr-1,
.mx-1 {
margin-right: 0.25rem !important; }
.mb-1,
.my-1 {
margin-bottom: 0.25rem !important; }
.ml-1,
.mx-1 {
margin-left: 0.25rem !important; }
.m-2 {
margin: 0.5rem !important; }
.mt-2,
.my-2 {
margin-top: 0.5rem !important; }
.mr-2,
.mx-2 {
margin-right: 0.5rem !important; }
.mb-2,
.my-2 {
margin-bottom: 0.5rem !important; }
.ml-2,
.mx-2 {
margin-left: 0.5rem !important; }
.m-3 {
margin: 1rem !important; }
.mt-3,
.my-3 {
margin-top: 1rem !important; }
.mr-3,
.mx-3 {
margin-right: 1rem !important; }
.mb-3,
.my-3 {
margin-bottom: 1rem !important; }
.ml-3,
.mx-3 {
margin-left: 1rem !important; }
.m-4 {
margin: 1.5rem !important; }
.mt-4,
.my-4 {
margin-top: 1.5rem !important; }
.mr-4,
.mx-4 {
margin-right: 1.5rem !important; }
.mb-4,
.my-4 {
margin-bottom: 1.5rem !important; }
.ml-4,
.mx-4 {
margin-left: 1.5rem !important; }
.m-5 {
margin: 3rem !important; }
.mt-5,
.my-5 {
margin-top: 3rem !important; }
.mr-5,
.mx-5 {
margin-right: 3rem !important; }
.mb-5,
.my-5 {
margin-bottom: 3rem !important; }
.ml-5,
.mx-5 {
margin-left: 3rem !important; }
.p-0 {
padding: 0 !important; }
.pt-0,
.py-0 {
padding-top: 0 !important; }
.pr-0,
.px-0 {
padding-right: 0 !important; }
.pb-0,
.py-0 {
padding-bottom: 0 !important; }
.pl-0,
.px-0 {
padding-left: 0 !important; }
.p-1 {
padding: 0.25rem !important; }
.pt-1,
.py-1 {
padding-top: 0.25rem !important; }
.pr-1,
.px-1 {
padding-right: 0.25rem !important; }
.pb-1,
.py-1 {
padding-bottom: 0.25rem !important; }
.pl-1,
.px-1 {
padding-left: 0.25rem !important; }
.p-2 {
padding: 0.5rem !important; }
.pt-2,
.py-2 {
padding-top: 0.5rem !important; }
.pr-2,
.px-2 {
padding-right: 0.5rem !important; }
.pb-2,
.py-2 {
padding-bottom: 0.5rem !important; }
.pl-2,
.px-2 {
padding-left: 0.5rem !important; }
.p-3 {
padding: 1rem !important; }
.pt-3,
.py-3 {
padding-top: 1rem !important; }
.pr-3,
.px-3 {
padding-right: 1rem !important; }
.pb-3,
.py-3 {
padding-bottom: 1rem !important; }
.pl-3,
.px-3 {
padding-left: 1rem !important; }
.p-4 {
padding: 1.5rem !important; }
.pt-4,
.py-4 {
padding-top: 1.5rem !important; }
.pr-4,
.px-4 {
padding-right: 1.5rem !important; }
.pb-4,
.py-4 {
padding-bottom: 1.5rem !important; }
.pl-4,
.px-4 {
padding-left: 1.5rem !important; }
.p-5 {
padding: 3rem !important; }
.pt-5,
.py-5 {
padding-top: 3rem !important; }
.pr-5,
.px-5 {
padding-right: 3rem !important; }
.pb-5,
.py-5 {
padding-bottom: 3rem !important; }
.pl-5,
.px-5 {
padding-left: 3rem !important; }
.m-n1 {
margin: -0.25rem !important; }
.mt-n1,
.my-n1 {
margin-top: -0.25rem !important; }
.mr-n1,
.mx-n1 {
margin-right: -0.25rem !important; }
.mb-n1,
.my-n1 {
margin-bottom: -0.25rem !important; }
.ml-n1,
.mx-n1 {
margin-left: -0.25rem !important; }
.m-n2 {
margin: -0.5rem !important; }
.mt-n2,
.my-n2 {
margin-top: -0.5rem !important; }
.mr-n2,
.mx-n2 {
margin-right: -0.5rem !important; }
.mb-n2,
.my-n2 {
margin-bottom: -0.5rem !important; }
.ml-n2,
.mx-n2 {
margin-left: -0.5rem !important; }
.m-n3 {
margin: -1rem !important; }
.mt-n3,
.my-n3 {
margin-top: -1rem !important; }
.mr-n3,
.mx-n3 {
margin-right: -1rem !important; }
.mb-n3,
.my-n3 {
margin-bottom: -1rem !important; }
.ml-n3,
.mx-n3 {
margin-left: -1rem !important; }
.m-n4 {
margin: -1.5rem !important; }
.mt-n4,
.my-n4 {
margin-top: -1.5rem !important; }
.mr-n4,
.mx-n4 {
margin-right: -1.5rem !important; }
.mb-n4,
.my-n4 {
margin-bottom: -1.5rem !important; }
.ml-n4,
.mx-n4 {
margin-left: -1.5rem !important; }
.m-n5 {
margin: -3rem !important; }
.mt-n5,
.my-n5 {
margin-top: -3rem !important; }
.mr-n5,
.mx-n5 {
margin-right: -3rem !important; }
.mb-n5,
.my-n5 {
margin-bottom: -3rem !important; }
.ml-n5,
.mx-n5 {
margin-left: -3rem !important; }
.m-auto {
margin: auto !important; }
.mt-auto,
.my-auto {
margin-top: auto !important; }
.mr-auto,
.mx-auto {
margin-right: auto !important; }
.mb-auto,
.my-auto {
margin-bottom: auto !important; }
.ml-auto,
.mx-auto {
margin-left: auto !important; }
@media (min-width: 576px) {
.m-sm-0 {
margin: 0 !important; }
.mt-sm-0,
.my-sm-0 {
margin-top: 0 !important; }
.mr-sm-0,
.mx-sm-0 {
margin-right: 0 !important; }
.mb-sm-0,
.my-sm-0 {
margin-bottom: 0 !important; }
.ml-sm-0,
.mx-sm-0 {
margin-left: 0 !important; }
.m-sm-1 {
margin: 0.25rem !important; }
.mt-sm-1,
.my-sm-1 {
margin-top: 0.25rem !important; }
.mr-sm-1,
.mx-sm-1 {
margin-right: 0.25rem !important; }
.mb-sm-1,
.my-sm-1 {
margin-bottom: 0.25rem !important; }
.ml-sm-1,
.mx-sm-1 {
margin-left: 0.25rem !important; }
.m-sm-2 {
margin: 0.5rem !important; }
.mt-sm-2,
.my-sm-2 {
margin-top: 0.5rem !important; }
.mr-sm-2,
.mx-sm-2 {
margin-right: 0.5rem !important; }
.mb-sm-2,
.my-sm-2 {
margin-bottom: 0.5rem !important; }
.ml-sm-2,
.mx-sm-2 {
margin-left: 0.5rem !important; }
.m-sm-3 {
margin: 1rem !important; }
.mt-sm-3,
.my-sm-3 {
margin-top: 1rem !important; }
.mr-sm-3,
.mx-sm-3 {
margin-right: 1rem !important; }
.mb-sm-3,
.my-sm-3 {
margin-bottom: 1rem !important; }
.ml-sm-3,
.mx-sm-3 {
margin-left: 1rem !important; }
.m-sm-4 {
margin: 1.5rem !important; }
.mt-sm-4,
.my-sm-4 {
margin-top: 1.5rem !important; }
.mr-sm-4,
.mx-sm-4 {
margin-right: 1.5rem !important; }
.mb-sm-4,
.my-sm-4 {
margin-bottom: 1.5rem !important; }
.ml-sm-4,
.mx-sm-4 {
margin-left: 1.5rem !important; }
.m-sm-5 {
margin: 3rem !important; }
.mt-sm-5,
.my-sm-5 {
margin-top: 3rem !important; }
.mr-sm-5,
.mx-sm-5 {
margin-right: 3rem !important; }
.mb-sm-5,
.my-sm-5 {
margin-bottom: 3rem !important; }
.ml-sm-5,
.mx-sm-5 {
margin-left: 3rem !important; }
.p-sm-0 {
padding: 0 !important; }
.pt-sm-0,
.py-sm-0 {
padding-top: 0 !important; }
.pr-sm-0,
.px-sm-0 {
padding-right: 0 !important; }
.pb-sm-0,
.py-sm-0 {
padding-bottom: 0 !important; }
.pl-sm-0,
.px-sm-0 {
padding-left: 0 !important; }
.p-sm-1 {
padding: 0.25rem !important; }
.pt-sm-1,
.py-sm-1 {
padding-top: 0.25rem !important; }
.pr-sm-1,
.px-sm-1 {
padding-right: 0.25rem !important; }
.pb-sm-1,
.py-sm-1 {
padding-bottom: 0.25rem !important; }
.pl-sm-1,
.px-sm-1 {
padding-left: 0.25rem !important; }
.p-sm-2 {
padding: 0.5rem !important; }
.pt-sm-2,
.py-sm-2 {
padding-top: 0.5rem !important; }
.pr-sm-2,
.px-sm-2 {
padding-right: 0.5rem !important; }
.pb-sm-2,
.py-sm-2 {
padding-bottom: 0.5rem !important; }
.pl-sm-2,
.px-sm-2 {
padding-left: 0.5rem !important; }
.p-sm-3 {
padding: 1rem !important; }
.pt-sm-3,
.py-sm-3 {
padding-top: 1rem !important; }
.pr-sm-3,
.px-sm-3 {
padding-right: 1rem !important; }
.pb-sm-3,
.py-sm-3 {
padding-bottom: 1rem !important; }
.pl-sm-3,
.px-sm-3 {
padding-left: 1rem !important; }
.p-sm-4 {
padding: 1.5rem !important; }
.pt-sm-4,
.py-sm-4 {
padding-top: 1.5rem !important; }
.pr-sm-4,
.px-sm-4 {
padding-right: 1.5rem !important; }
.pb-sm-4,
.py-sm-4 {
padding-bottom: 1.5rem !important; }
.pl-sm-4,
.px-sm-4 {
padding-left: 1.5rem !important; }
.p-sm-5 {
padding: 3rem !important; }
.pt-sm-5,
.py-sm-5 {
padding-top: 3rem !important; }
.pr-sm-5,
.px-sm-5 {
padding-right: 3rem !important; }
.pb-sm-5,
.py-sm-5 {
padding-bottom: 3rem !important; }
.pl-sm-5,
.px-sm-5 {
padding-left: 3rem !important; }
.m-sm-n1 {
margin: -0.25rem !important; }
.mt-sm-n1,
.my-sm-n1 {
margin-top: -0.25rem !important; }
.mr-sm-n1,
.mx-sm-n1 {
margin-right: -0.25rem !important; }
.mb-sm-n1,
.my-sm-n1 {
margin-bottom: -0.25rem !important; }
.ml-sm-n1,
.mx-sm-n1 {
margin-left: -0.25rem !important; }
.m-sm-n2 {
margin: -0.5rem !important; }
.mt-sm-n2,
.my-sm-n2 {
margin-top: -0.5rem !important; }
.mr-sm-n2,
.mx-sm-n2 {
margin-right: -0.5rem !important; }
.mb-sm-n2,
.my-sm-n2 {
margin-bottom: -0.5rem !important; }
.ml-sm-n2,
.mx-sm-n2 {
margin-left: -0.5rem !important; }
.m-sm-n3 {
margin: -1rem !important; }
.mt-sm-n3,
.my-sm-n3 {
margin-top: -1rem !important; }
.mr-sm-n3,
.mx-sm-n3 {
margin-right: -1rem !important; }
.mb-sm-n3,
.my-sm-n3 {
margin-bottom: -1rem !important; }
.ml-sm-n3,
.mx-sm-n3 {
margin-left: -1rem !important; }
.m-sm-n4 {
margin: -1.5rem !important; }
.mt-sm-n4,
.my-sm-n4 {
margin-top: -1.5rem !important; }
.mr-sm-n4,
.mx-sm-n4 {
margin-right: -1.5rem !important; }
.mb-sm-n4,
.my-sm-n4 {
margin-bottom: -1.5rem !important; }
.ml-sm-n4,
.mx-sm-n4 {
margin-left: -1.5rem !important; }
.m-sm-n5 {
margin: -3rem !important; }
.mt-sm-n5,
.my-sm-n5 {
margin-top: -3rem !important; }
.mr-sm-n5,
.mx-sm-n5 {
margin-right: -3rem !important; }
.mb-sm-n5,
.my-sm-n5 {
margin-bottom: -3rem !important; }
.ml-sm-n5,
.mx-sm-n5 {
margin-left: -3rem !important; }
.m-sm-auto {
margin: auto !important; }
.mt-sm-auto,
.my-sm-auto {
margin-top: auto !important; }
.mr-sm-auto,
.mx-sm-auto {
margin-right: auto !important; }
.mb-sm-auto,
.my-sm-auto {
margin-bottom: auto !important; }
.ml-sm-auto,
.mx-sm-auto {
margin-left: auto !important; } }
@media (min-width: 768px) {
.m-md-0 {
margin: 0 !important; }
.mt-md-0,
.my-md-0 {
margin-top: 0 !important; }
.mr-md-0,
.mx-md-0 {
margin-right: 0 !important; }
.mb-md-0,
.my-md-0 {
margin-bottom: 0 !important; }
.ml-md-0,
.mx-md-0 {
margin-left: 0 !important; }
.m-md-1 {
margin: 0.25rem !important; }
.mt-md-1,
.my-md-1 {
margin-top: 0.25rem !important; }
.mr-md-1,
.mx-md-1 {
margin-right: 0.25rem !important; }
.mb-md-1,
.my-md-1 {
margin-bottom: 0.25rem !important; }
.ml-md-1,
.mx-md-1 {
margin-left: 0.25rem !important; }
.m-md-2 {
margin: 0.5rem !important; }
.mt-md-2,
.my-md-2 {
margin-top: 0.5rem !important; }
.mr-md-2,
.mx-md-2 {
margin-right: 0.5rem !important; }
.mb-md-2,
.my-md-2 {
margin-bottom: 0.5rem !important; }
.ml-md-2,
.mx-md-2 {
margin-left: 0.5rem !important; }
.m-md-3 {
margin: 1rem !important; }
.mt-md-3,
.my-md-3 {
margin-top: 1rem !important; }
.mr-md-3,
.mx-md-3 {
margin-right: 1rem !important; }
.mb-md-3,
.my-md-3 {
margin-bottom: 1rem !important; }
.ml-md-3,
.mx-md-3 {
margin-left: 1rem !important; }
.m-md-4 {
margin: 1.5rem !important; }
.mt-md-4,
.my-md-4 {
margin-top: 1.5rem !important; }
.mr-md-4,
.mx-md-4 {
margin-right: 1.5rem !important; }
.mb-md-4,
.my-md-4 {
margin-bottom: 1.5rem !important; }
.ml-md-4,
.mx-md-4 {
margin-left: 1.5rem !important; }
.m-md-5 {
margin: 3rem !important; }
.mt-md-5,
.my-md-5 {
margin-top: 3rem !important; }
.mr-md-5,
.mx-md-5 {
margin-right: 3rem !important; }
.mb-md-5,
.my-md-5 {
margin-bottom: 3rem !important; }
.ml-md-5,
.mx-md-5 {
margin-left: 3rem !important; }
.p-md-0 {
padding: 0 !important; }
.pt-md-0,
.py-md-0 {
padding-top: 0 !important; }
.pr-md-0,
.px-md-0 {
padding-right: 0 !important; }
.pb-md-0,
.py-md-0 {
padding-bottom: 0 !important; }
.pl-md-0,
.px-md-0 {
padding-left: 0 !important; }
.p-md-1 {
padding: 0.25rem !important; }
.pt-md-1,
.py-md-1 {
padding-top: 0.25rem !important; }
.pr-md-1,
.px-md-1 {
padding-right: 0.25rem !important; }
.pb-md-1,
.py-md-1 {
padding-bottom: 0.25rem !important; }
.pl-md-1,
.px-md-1 {
padding-left: 0.25rem !important; }
.p-md-2 {
padding: 0.5rem !important; }
.pt-md-2,
.py-md-2 {
padding-top: 0.5rem !important; }
.pr-md-2,
.px-md-2 {
padding-right: 0.5rem !important; }
.pb-md-2,
.py-md-2 {
padding-bottom: 0.5rem !important; }
.pl-md-2,
.px-md-2 {
padding-left: 0.5rem !important; }
.p-md-3 {
padding: 1rem !important; }
.pt-md-3,
.py-md-3 {
padding-top: 1rem !important; }
.pr-md-3,
.px-md-3 {
padding-right: 1rem !important; }
.pb-md-3,
.py-md-3 {
padding-bottom: 1rem !important; }
.pl-md-3,
.px-md-3 {
padding-left: 1rem !important; }
.p-md-4 {
padding: 1.5rem !important; }
.pt-md-4,
.py-md-4 {
padding-top: 1.5rem !important; }
.pr-md-4,
.px-md-4 {
padding-right: 1.5rem !important; }
.pb-md-4,
.py-md-4 {
padding-bottom: 1.5rem !important; }
.pl-md-4,
.px-md-4 {
padding-left: 1.5rem !important; }
.p-md-5 {
padding: 3rem !important; }
.pt-md-5,
.py-md-5 {
padding-top: 3rem !important; }
.pr-md-5,
.px-md-5 {
padding-right: 3rem !important; }
.pb-md-5,
.py-md-5 {
padding-bottom: 3rem !important; }
.pl-md-5,
.px-md-5 {
padding-left: 3rem !important; }
.m-md-n1 {
margin: -0.25rem !important; }
.mt-md-n1,
.my-md-n1 {
margin-top: -0.25rem !important; }
.mr-md-n1,
.mx-md-n1 {
margin-right: -0.25rem !important; }
.mb-md-n1,
.my-md-n1 {
margin-bottom: -0.25rem !important; }
.ml-md-n1,
.mx-md-n1 {
margin-left: -0.25rem !important; }
.m-md-n2 {
margin: -0.5rem !important; }
.mt-md-n2,
.my-md-n2 {
margin-top: -0.5rem !important; }
.mr-md-n2,
.mx-md-n2 {
margin-right: -0.5rem !important; }
.mb-md-n2,
.my-md-n2 {
margin-bottom: -0.5rem !important; }
.ml-md-n2,
.mx-md-n2 {
margin-left: -0.5rem !important; }
.m-md-n3 {
margin: -1rem !important; }
.mt-md-n3,
.my-md-n3 {
margin-top: -1rem !important; }
.mr-md-n3,
.mx-md-n3 {
margin-right: -1rem !important; }
.mb-md-n3,
.my-md-n3 {
margin-bottom: -1rem !important; }
.ml-md-n3,
.mx-md-n3 {
margin-left: -1rem !important; }
.m-md-n4 {
margin: -1.5rem !important; }
.mt-md-n4,
.my-md-n4 {
margin-top: -1.5rem !important; }
.mr-md-n4,
.mx-md-n4 {
margin-right: -1.5rem !important; }
.mb-md-n4,
.my-md-n4 {
margin-bottom: -1.5rem !important; }
.ml-md-n4,
.mx-md-n4 {
margin-left: -1.5rem !important; }
.m-md-n5 {
margin: -3rem !important; }
.mt-md-n5,
.my-md-n5 {
margin-top: -3rem !important; }
.mr-md-n5,
.mx-md-n5 {
margin-right: -3rem !important; }
.mb-md-n5,
.my-md-n5 {
margin-bottom: -3rem !important; }
.ml-md-n5,
.mx-md-n5 {
margin-left: -3rem !important; }
.m-md-auto {
margin: auto !important; }
.mt-md-auto,
.my-md-auto {
margin-top: auto !important; }
.mr-md-auto,
.mx-md-auto {
margin-right: auto !important; }
.mb-md-auto,
.my-md-auto {
margin-bottom: auto !important; }
.ml-md-auto,
.mx-md-auto {
margin-left: auto !important; } }
@media (min-width: 992px) {
.m-lg-0 {
margin: 0 !important; }
.mt-lg-0,
.my-lg-0 {
margin-top: 0 !important; }
.mr-lg-0,
.mx-lg-0 {
margin-right: 0 !important; }
.mb-lg-0,
.my-lg-0 {
margin-bottom: 0 !important; }
.ml-lg-0,
.mx-lg-0 {
margin-left: 0 !important; }
.m-lg-1 {
margin: 0.25rem !important; }
.mt-lg-1,
.my-lg-1 {
margin-top: 0.25rem !important; }
.mr-lg-1,
.mx-lg-1 {
margin-right: 0.25rem !important; }
.mb-lg-1,
.my-lg-1 {
margin-bottom: 0.25rem !important; }
.ml-lg-1,
.mx-lg-1 {
margin-left: 0.25rem !important; }
.m-lg-2 {
margin: 0.5rem !important; }
.mt-lg-2,
.my-lg-2 {
margin-top: 0.5rem !important; }
.mr-lg-2,
.mx-lg-2 {
margin-right: 0.5rem !important; }
.mb-lg-2,
.my-lg-2 {
margin-bottom: 0.5rem !important; }
.ml-lg-2,
.mx-lg-2 {
margin-left: 0.5rem !important; }
.m-lg-3 {
margin: 1rem !important; }
.mt-lg-3,
.my-lg-3 {
margin-top: 1rem !important; }
.mr-lg-3,
.mx-lg-3 {
margin-right: 1rem !important; }
.mb-lg-3,
.my-lg-3 {
margin-bottom: 1rem !important; }
.ml-lg-3,
.mx-lg-3 {
margin-left: 1rem !important; }
.m-lg-4 {
margin: 1.5rem !important; }
.mt-lg-4,
.my-lg-4 {
margin-top: 1.5rem !important; }
.mr-lg-4,
.mx-lg-4 {
margin-right: 1.5rem !important; }
.mb-lg-4,
.my-lg-4 {
margin-bottom: 1.5rem !important; }
.ml-lg-4,
.mx-lg-4 {
margin-left: 1.5rem !important; }
.m-lg-5 {
margin: 3rem !important; }
.mt-lg-5,
.my-lg-5 {
margin-top: 3rem !important; }
.mr-lg-5,
.mx-lg-5 {
margin-right: 3rem !important; }
.mb-lg-5,
.my-lg-5 {
margin-bottom: 3rem !important; }
.ml-lg-5,
.mx-lg-5 {
margin-left: 3rem !important; }
.p-lg-0 {
padding: 0 !important; }
.pt-lg-0,
.py-lg-0 {
padding-top: 0 !important; }
.pr-lg-0,
.px-lg-0 {
padding-right: 0 !important; }
.pb-lg-0,
.py-lg-0 {
padding-bottom: 0 !important; }
.pl-lg-0,
.px-lg-0 {
padding-left: 0 !important; }
.p-lg-1 {
padding: 0.25rem !important; }
.pt-lg-1,
.py-lg-1 {
padding-top: 0.25rem !important; }
.pr-lg-1,
.px-lg-1 {
padding-right: 0.25rem !important; }
.pb-lg-1,
.py-lg-1 {
padding-bottom: 0.25rem !important; }
.pl-lg-1,
.px-lg-1 {
padding-left: 0.25rem !important; }
.p-lg-2 {
padding: 0.5rem !important; }
.pt-lg-2,
.py-lg-2 {
padding-top: 0.5rem !important; }
.pr-lg-2,
.px-lg-2 {
padding-right: 0.5rem !important; }
.pb-lg-2,
.py-lg-2 {
padding-bottom: 0.5rem !important; }
.pl-lg-2,
.px-lg-2 {
padding-left: 0.5rem !important; }
.p-lg-3 {
padding: 1rem !important; }
.pt-lg-3,
.py-lg-3 {
padding-top: 1rem !important; }
.pr-lg-3,
.px-lg-3 {
padding-right: 1rem !important; }
.pb-lg-3,
.py-lg-3 {
padding-bottom: 1rem !important; }
.pl-lg-3,
.px-lg-3 {
padding-left: 1rem !important; }
.p-lg-4 {
padding: 1.5rem !important; }
.pt-lg-4,
.py-lg-4 {
padding-top: 1.5rem !important; }
.pr-lg-4,
.px-lg-4 {
padding-right: 1.5rem !important; }
.pb-lg-4,
.py-lg-4 {
padding-bottom: 1.5rem !important; }
.pl-lg-4,
.px-lg-4 {
padding-left: 1.5rem !important; }
.p-lg-5 {
padding: 3rem !important; }
.pt-lg-5,
.py-lg-5 {
padding-top: 3rem !important; }
.pr-lg-5,
.px-lg-5 {
padding-right: 3rem !important; }
.pb-lg-5,
.py-lg-5 {
padding-bottom: 3rem !important; }
.pl-lg-5,
.px-lg-5 {
padding-left: 3rem !important; }
.m-lg-n1 {
margin: -0.25rem !important; }
.mt-lg-n1,
.my-lg-n1 {
margin-top: -0.25rem !important; }
.mr-lg-n1,
.mx-lg-n1 {
margin-right: -0.25rem !important; }
.mb-lg-n1,
.my-lg-n1 {
margin-bottom: -0.25rem !important; }
.ml-lg-n1,
.mx-lg-n1 {
margin-left: -0.25rem !important; }
.m-lg-n2 {
margin: -0.5rem !important; }
.mt-lg-n2,
.my-lg-n2 {
margin-top: -0.5rem !important; }
.mr-lg-n2,
.mx-lg-n2 {
margin-right: -0.5rem !important; }
.mb-lg-n2,
.my-lg-n2 {
margin-bottom: -0.5rem !important; }
.ml-lg-n2,
.mx-lg-n2 {
margin-left: -0.5rem !important; }
.m-lg-n3 {
margin: -1rem !important; }
.mt-lg-n3,
.my-lg-n3 {
margin-top: -1rem !important; }
.mr-lg-n3,
.mx-lg-n3 {
margin-right: -1rem !important; }
.mb-lg-n3,
.my-lg-n3 {
margin-bottom: -1rem !important; }
.ml-lg-n3,
.mx-lg-n3 {
margin-left: -1rem !important; }
.m-lg-n4 {
margin: -1.5rem !important; }
.mt-lg-n4,
.my-lg-n4 {
margin-top: -1.5rem !important; }
.mr-lg-n4,
.mx-lg-n4 {
margin-right: -1.5rem !important; }
.mb-lg-n4,
.my-lg-n4 {
margin-bottom: -1.5rem !important; }
.ml-lg-n4,
.mx-lg-n4 {
margin-left: -1.5rem !important; }
.m-lg-n5 {
margin: -3rem !important; }
.mt-lg-n5,
.my-lg-n5 {
margin-top: -3rem !important; }
.mr-lg-n5,
.mx-lg-n5 {
margin-right: -3rem !important; }
.mb-lg-n5,
.my-lg-n5 {
margin-bottom: -3rem !important; }
.ml-lg-n5,
.mx-lg-n5 {
margin-left: -3rem !important; }
.m-lg-auto {
margin: auto !important; }
.mt-lg-auto,
.my-lg-auto {
margin-top: auto !important; }
.mr-lg-auto,
.mx-lg-auto {
margin-right: auto !important; }
.mb-lg-auto,
.my-lg-auto {
margin-bottom: auto !important; }
.ml-lg-auto,
.mx-lg-auto {
margin-left: auto !important; } }
@media (min-width: 1200px) {
.m-xl-0 {
margin: 0 !important; }
.mt-xl-0,
.my-xl-0 {
margin-top: 0 !important; }
.mr-xl-0,
.mx-xl-0 {
margin-right: 0 !important; }
.mb-xl-0,
.my-xl-0 {
margin-bottom: 0 !important; }
.ml-xl-0,
.mx-xl-0 {
margin-left: 0 !important; }
.m-xl-1 {
margin: 0.25rem !important; }
.mt-xl-1,
.my-xl-1 {
margin-top: 0.25rem !important; }
.mr-xl-1,
.mx-xl-1 {
margin-right: 0.25rem !important; }
.mb-xl-1,
.my-xl-1 {
margin-bottom: 0.25rem !important; }
.ml-xl-1,
.mx-xl-1 {
margin-left: 0.25rem !important; }
.m-xl-2 {
margin: 0.5rem !important; }
.mt-xl-2,
.my-xl-2 {
margin-top: 0.5rem !important; }
.mr-xl-2,
.mx-xl-2 {
margin-right: 0.5rem !important; }
.mb-xl-2,
.my-xl-2 {
margin-bottom: 0.5rem !important; }
.ml-xl-2,
.mx-xl-2 {
margin-left: 0.5rem !important; }
.m-xl-3 {
margin: 1rem !important; }
.mt-xl-3,
.my-xl-3 {
margin-top: 1rem !important; }
.mr-xl-3,
.mx-xl-3 {
margin-right: 1rem !important; }
.mb-xl-3,
.my-xl-3 {
margin-bottom: 1rem !important; }
.ml-xl-3,
.mx-xl-3 {
margin-left: 1rem !important; }
.m-xl-4 {
margin: 1.5rem !important; }
.mt-xl-4,
.my-xl-4 {
margin-top: 1.5rem !important; }
.mr-xl-4,
.mx-xl-4 {
margin-right: 1.5rem !important; }
.mb-xl-4,
.my-xl-4 {
margin-bottom: 1.5rem !important; }
.ml-xl-4,
.mx-xl-4 {
margin-left: 1.5rem !important; }
.m-xl-5 {
margin: 3rem !important; }
.mt-xl-5,
.my-xl-5 {
margin-top: 3rem !important; }
.mr-xl-5,
.mx-xl-5 {
margin-right: 3rem !important; }
.mb-xl-5,
.my-xl-5 {
margin-bottom: 3rem !important; }
.ml-xl-5,
.mx-xl-5 {
margin-left: 3rem !important; }
.p-xl-0 {
padding: 0 !important; }
.pt-xl-0,
.py-xl-0 {
padding-top: 0 !important; }
.pr-xl-0,
.px-xl-0 {
padding-right: 0 !important; }
.pb-xl-0,
.py-xl-0 {
padding-bottom: 0 !important; }
.pl-xl-0,
.px-xl-0 {
padding-left: 0 !important; }
.p-xl-1 {
padding: 0.25rem !important; }
.pt-xl-1,
.py-xl-1 {
padding-top: 0.25rem !important; }
.pr-xl-1,
.px-xl-1 {
padding-right: 0.25rem !important; }
.pb-xl-1,
.py-xl-1 {
padding-bottom: 0.25rem !important; }
.pl-xl-1,
.px-xl-1 {
padding-left: 0.25rem !important; }
.p-xl-2 {
padding: 0.5rem !important; }
.pt-xl-2,
.py-xl-2 {
padding-top: 0.5rem !important; }
.pr-xl-2,
.px-xl-2 {
padding-right: 0.5rem !important; }
.pb-xl-2,
.py-xl-2 {
padding-bottom: 0.5rem !important; }
.pl-xl-2,
.px-xl-2 {
padding-left: 0.5rem !important; }
.p-xl-3 {
padding: 1rem !important; }
.pt-xl-3,
.py-xl-3 {
padding-top: 1rem !important; }
.pr-xl-3,
.px-xl-3 {
padding-right: 1rem !important; }
.pb-xl-3,
.py-xl-3 {
padding-bottom: 1rem !important; }
.pl-xl-3,
.px-xl-3 {
padding-left: 1rem !important; }
.p-xl-4 {
padding: 1.5rem !important; }
.pt-xl-4,
.py-xl-4 {
padding-top: 1.5rem !important; }
.pr-xl-4,
.px-xl-4 {
padding-right: 1.5rem !important; }
.pb-xl-4,
.py-xl-4 {
padding-bottom: 1.5rem !important; }
.pl-xl-4,
.px-xl-4 {
padding-left: 1.5rem !important; }
.p-xl-5 {
padding: 3rem !important; }
.pt-xl-5,
.py-xl-5 {
padding-top: 3rem !important; }
.pr-xl-5,
.px-xl-5 {
padding-right: 3rem !important; }
.pb-xl-5,
.py-xl-5 {
padding-bottom: 3rem !important; }
.pl-xl-5,
.px-xl-5 {
padding-left: 3rem !important; }
.m-xl-n1 {
margin: -0.25rem !important; }
.mt-xl-n1,
.my-xl-n1 {
margin-top: -0.25rem !important; }
.mr-xl-n1,
.mx-xl-n1 {
margin-right: -0.25rem !important; }
.mb-xl-n1,
.my-xl-n1 {
margin-bottom: -0.25rem !important; }
.ml-xl-n1,
.mx-xl-n1 {
margin-left: -0.25rem !important; }
.m-xl-n2 {
margin: -0.5rem !important; }
.mt-xl-n2,
.my-xl-n2 {
margin-top: -0.5rem !important; }
.mr-xl-n2,
.mx-xl-n2 {
margin-right: -0.5rem !important; }
.mb-xl-n2,
.my-xl-n2 {
margin-bottom: -0.5rem !important; }
.ml-xl-n2,
.mx-xl-n2 {
margin-left: -0.5rem !important; }
.m-xl-n3 {
margin: -1rem !important; }
.mt-xl-n3,
.my-xl-n3 {
margin-top: -1rem !important; }
.mr-xl-n3,
.mx-xl-n3 {
margin-right: -1rem !important; }
.mb-xl-n3,
.my-xl-n3 {
margin-bottom: -1rem !important; }
.ml-xl-n3,
.mx-xl-n3 {
margin-left: -1rem !important; }
.m-xl-n4 {
margin: -1.5rem !important; }
.mt-xl-n4,
.my-xl-n4 {
margin-top: -1.5rem !important; }
.mr-xl-n4,
.mx-xl-n4 {
margin-right: -1.5rem !important; }
.mb-xl-n4,
.my-xl-n4 {
margin-bottom: -1.5rem !important; }
.ml-xl-n4,
.mx-xl-n4 {
margin-left: -1.5rem !important; }
.m-xl-n5 {
margin: -3rem !important; }
.mt-xl-n5,
.my-xl-n5 {
margin-top: -3rem !important; }
.mr-xl-n5,
.mx-xl-n5 {
margin-right: -3rem !important; }
.mb-xl-n5,
.my-xl-n5 {
margin-bottom: -3rem !important; }
.ml-xl-n5,
.mx-xl-n5 {
margin-left: -3rem !important; }
.m-xl-auto {
margin: auto !important; }
.mt-xl-auto,
.my-xl-auto {
margin-top: auto !important; }
.mr-xl-auto,
.mx-xl-auto {
margin-right: auto !important; }
.mb-xl-auto,
.my-xl-auto {
margin-bottom: auto !important; }
.ml-xl-auto,
.mx-xl-auto {
margin-left: auto !important; } }
.text-monospace {
font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace !important; }
.text-justify {
text-align: justify !important; }
.text-wrap {
white-space: normal !important; }
.text-nowrap {
white-space: nowrap !important; }
.text-truncate {
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap; }
.text-left {
text-align: left !important; }
.text-right {
text-align: right !important; }
.text-center {
text-align: center !important; }
@media (min-width: 576px) {
.text-sm-left {
text-align: left !important; }
.text-sm-right {
text-align: right !important; }
.text-sm-center {
text-align: center !important; } }
@media (min-width: 768px) {
.text-md-left {
text-align: left !important; }
.text-md-right {
text-align: right !important; }
.text-md-center {
text-align: center !important; } }
@media (min-width: 992px) {
.text-lg-left {
text-align: left !important; }
.text-lg-right {
text-align: right !important; }
.text-lg-center {
text-align: center !important; } }
@media (min-width: 1200px) {
.text-xl-left {
text-align: left !important; }
.text-xl-right {
text-align: right !important; }
.text-xl-center {
text-align: center !important; } }
.text-lowercase {
text-transform: lowercase !important; }
.text-uppercase {
text-transform: uppercase !important; }
.text-capitalize {
text-transform: capitalize !important; }
.font-weight-light {
font-weight: 300 !important; }
.font-weight-lighter {
font-weight: lighter !important; }
.font-weight-normal {
font-weight: 400 !important; }
.font-weight-bold {
font-weight: 700 !important; }
.font-weight-bolder {
font-weight: bolder !important; }
.font-italic {
font-style: italic !important; }
.text-white {
color: #fff !important; }
.text-primary {
color: #007bff !important; }
a.text-primary:hover, a.text-primary:focus {
color: #0056b3 !important; }
.text-secondary {
color: #6c757d !important; }
a.text-secondary:hover, a.text-secondary:focus {
color: #494f54 !important; }
.text-success {
color: #28a745 !important; }
a.text-success:hover, a.text-success:focus {
color: #19692c !important; }
.text-info {
color: #17a2b8 !important; }
a.text-info:hover, a.text-info:focus {
color: #0f6674 !important; }
.text-warning {
color: #ffc107 !important; }
a.text-warning:hover, a.text-warning:focus {
color: #ba8b00 !important; }
.text-danger {
color: #dc3545 !important; }
a.text-danger:hover, a.text-danger:focus {
color: #a71d2a !important; }
.text-light {
color: #f8f9fa !important; }
a.text-light:hover, a.text-light:focus {
color: #cbd3da !important; }
.text-dark {
color: #343a40 !important; }
a.text-dark:hover, a.text-dark:focus {
color: #121416 !important; }
.text-body {
color: #212529 !important; }
.text-muted {
color: #6c757d !important; }
.text-black-50 {
color: rgba(0, 0, 0, 0.5) !important; }
.text-white-50 {
color: rgba(255, 255, 255, 0.5) !important; }
.text-hide {
font: 0/0 a;
color: transparent;
text-shadow: none;
background-color: transparent;
border: 0; }
.text-decoration-none {
text-decoration: none !important; }
.text-break {
word-break: break-word !important;
overflow-wrap: break-word !important; }
.text-reset {
color: inherit !important; }
.w-25 {
width: 25% !important; }
.w-50 {
width: 50% !important; }
.w-75 {
width: 75% !important; }
.w-100 {
width: 100% !important; }
.w-auto {
width: auto !important; }
.h-25 {
height: 25% !important; }
.h-50 {
height: 50% !important; }
.h-75 {
height: 75% !important; }
.h-100 {
height: 100% !important; }
.h-auto {
height: auto !important; }
.mw-100 {
max-width: 100% !important; }
.mh-100 {
max-height: 100% !important; }
.min-vw-100 {
min-width: 100vw !important; }
.min-vh-100 {
min-height: 100vh !important; }
.vw-100 {
width: 100vw !important; }
.vh-100 {
height: 100vh !important; }
.position-static {
position: static !important; }
.position-relative {
position: relative !important; }
.position-absolute {
position: absolute !important; }
.position-fixed {
position: fixed !important; }
.position-sticky {
position: sticky !important; }
.fixed-top {
position: fixed;
top: 0;
right: 0;
left: 0;
z-index: 1030; }
.fixed-bottom {
position: fixed;
right: 0;
bottom: 0;
left: 0;
z-index: 1030; }
@supports (position: sticky) {
.sticky-top {
position: sticky;
top: 0;
z-index: 1020; } }
.visible {
visibility: visible !important; }
.invisible {
visibility: hidden !important; } .slick-slider {
position: relative;
display: block;
box-sizing: border-box;
-webkit-touch-callout: none;
-webkit-user-select: none;
-khtml-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
-ms-touch-action: pan-y;
touch-action: pan-y;
-webkit-tap-highlight-color: transparent; }
.slick-list {
position: relative;
overflow: hidden;
display: block;
margin: 0;
padding: 0; }
.slick-list:focus {
outline: none; }
.slick-list.dragging {
cursor: pointer;
cursor: hand; }
.slick-slider .slick-track,
.slick-slider .slick-list {
-webkit-transform: translate3d(0, 0, 0);
-moz-transform: translate3d(0, 0, 0);
-ms-transform: translate3d(0, 0, 0);
-o-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0); }
.slick-track {
position: relative;
left: 0;
top: 0;
display: block;
margin-left: auto;
margin-right: auto; }
.slick-track:before, .slick-track:after {
content: "";
display: table; }
.slick-track:after {
clear: both; }
.slick-loading .slick-track {
visibility: hidden; }
.slick-slide {
float: left;
height: 100%;
min-height: 1px;
display: none; }
[dir="rtl"] .slick-slide {
float: right; }
.slick-slide img {
display: block;
height: 100%;
width: 100%; }
.slick-slide.slick-loading img {
display: none; }
.slick-slide.dragging img {
pointer-events: none; }
.slick-initialized .slick-slide {
display: block; }
.slick-loading .slick-slide {
visibility: hidden; }
.slick-vertical .slick-slide {
display: block;
height: auto;
border: 1px solid transparent; }
.slick-arrow.slick-hidden {
display: none; } @font-face {
font-family: "slick";
src: url(//teritoriy.org.ua/wp-content/themes/mytheme/assets/fonts/slick.eot);
src: url(//teritoriy.org.ua/wp-content/themes/mytheme/assets/fonts/slick.eot?#iefix) format("embedded-opentype"), url(//teritoriy.org.ua/wp-content/themes/mytheme/assets/fonts/slick.woff) format("woff"), url(//teritoriy.org.ua/wp-content/themes/mytheme/assets/fonts/slick.ttf) format("truetype"), url(//teritoriy.org.ua/wp-content/themes/mytheme/assets/fonts/slick.svg#slick) format("svg");
font-weight: normal;
font-style: normal; } .slick-prev,
.slick-next {
position: absolute;
display: block;
height: 32px;
width: 16px;
line-height: 0;
font-size: 0;
cursor: pointer;
background: transparent;
color: transparent;
top: 50%;
-webkit-transform: translate(0, -50%);
-ms-transform: translate(0, -50%);
transform: translate(0, -50%);
padding: 0;
border: none;
outline: none;
transition: all .2s linear; }
@media screen and (max-width: 1440px) {
.slick-prev,
.slick-next {
display: none !important; } }
.slick-prev:hover, .slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
outline: none;
opacity: .7;
color: transparent; }
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
opacity: 0.25; }
.slick-prev:before,
.slick-next:before {
font-family: "slick";
line-height: 1;
color: white;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale; }
.slick-prev {
left: -50px;
background: url(//teritoriy.org.ua/wp-content/themes/mytheme/assets/img/icons/slider_left.svg) center center no-repeat; }
[dir="rtl"] .slick-prev {
left: auto;
right: -50px; }
.slick-next {
right: -50px;
background: url(//teritoriy.org.ua/wp-content/themes/mytheme/assets/img/icons/slider_right.svg) center center no-repeat; }
[dir="rtl"] .slick-next {
left: -50px;
right: auto; } .slick-dotted.slick-slider {
margin-bottom: 30px; }
.slick-dots {
position: absolute;
bottom: -45px;
list-style: none;
display: block;
text-align: center;
padding: 0;
margin: 0;
width: 100%; }
.slick-dots li {
position: relative;
display: inline-block;
height: 12px;
width: 12px;
margin: 0 4px;
padding: 0;
cursor: pointer; }
.slick-dots li button {
border: 0;
background: transparent;
display: block;
height: 12px;
width: 12px;
outline: none;
line-height: 0;
font-size: 0;
color: transparent;
padding: 5px;
cursor: pointer; }
.slick-dots li button:hover, .slick-dots li button:focus {
outline: none; }
.slick-dots li button:before {
position: absolute;
top: 0;
left: 0;
content: "•";
border-radius: 50%;
border: 1px solid #200065;
width: 12px;
height: 12px;
font-family: "slick";
font-size: 0;
line-height: 20px;
text-align: center;
color: black;
opacity: 0.25;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale; }
.slick-dots li.slick-active button:before {
background: #003765;
border-color: #003765;
opacity: 1; }
* {
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box; }
*:before,
*:after {
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box; }
html,
body {
height: 100%; }
label {
margin-bottom: 0; }
a {
text-decoration: none; }
a:hover {
text-decoration: none; }
p {
margin-bottom: 0; }
ul {
margin: 0;
padding: 0; }
li {
list-style: none; }
a:focus,
a:active,
button:focus,
input:focus,
textarea:focus,
select:focus {
outline: none; }
button {
cursor: pointer; }
img {
max-width: 100%; }
body {
}
p {
padding: 0;
margin: 0; }
a {
color: #003765;
text-decoration: none; }
h1, h2, h3 {
margin: 0;
padding: 0; }
form input {
border: 1px solid #EFF0F4;
padding: 0 16px;
height: 36px;
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;
-webkit-transition: all 0.2s linear;
-moz-transition: all 0.2s linear;
transition: all 0.2s linear; }
form input:focus {
border-color: #999; }
form ::-webkit-input-placeholder {
color: #999;
letter-spacing: 0.4px; }
form :-moz-placeholder {
color: #999;
letter-spacing: 0.4px; }
form ::-moz-placeholder {
color: #999;
letter-spacing: 0.4px; }
form :-ms-input-placeholder {
color: #999;
letter-spacing: 0.4px; }
.hidden_btn {
display: none;
text-align: center;
margin-top: 30px; }
@media screen and (max-width: 565px) {
.hidden_btn {
display: block; } }
.main_btn {
padding: 10px 26px;
border: 1px solid transparent;
display: inline-block;
text-transform: uppercase;
-webkit-transition: all 0.2s linear;
-moz-transition: all 0.2s linear;
transition: all 0.2s linear; }
.orange_btn {
background: #F7882F;
color: #fff; }
.orange_btn:hover {
background: #FF6312; }
.yellow_btn {
background: #FFE775; }
.yellow_btn:hover {
background: #E76700;
color: #fff; }
.green_btn {
background: #65b337;
color: white; }
.green_btn:hover {
background: #93ba83;
color: #fff; }
.more_btn {
text-transform: uppercase;
font-weight: 600;
letter-spacing: 1.25px;
position: relative;
-webkit-transition: all 0.2s linear;
-moz-transition: all 0.2s linear;
transition: all 0.2s linear; }
.more_btn:hover {
color: #E76700; }
.more_btn:hover:after {
background: url(//teritoriy.org.ua/wp-content/themes/mytheme/assets/img/icons/arrow_more_hov.svg) center center no-repeat; }
.more_btn:after {
content: '';
width: 8px;
height: 12px;
position: absolute;
top: 50%;
right: -20px;
background: url(//teritoriy.org.ua/wp-content/themes/mytheme/assets/img/icons/arrow_more.svg) center center no-repeat;
-ms-transform: translateY(-50%); -webkit-transform: translateY(-50%); transform: translateY(-50%);
-webkit-transition: all 0.2s linear;
-moz-transition: all 0.2s linear;
transition: all 0.2s linear; }
.border_btn {
border-color: #003765;
color: #003765; }
.border_btn:hover {
background: #003765;
color: #fff; }
.inner_content {
padding-top: 161px; }
@media screen and (max-width: 991px) {
.inner_content {
padding-top: 93px; } }
@media screen and (max-width: 565px) {
.inner_content {
padding-top: 73px; } }
.flex_top {
display: flex;
align-items: center;
justify-content: space-between; }
.flex_top .main_heading {
margin-bottom: 0 !important; }
.flex_top .more_btn {
margin-right: 20px; }
@media screen and (max-width: 565px) {
.flex_top a {
display: none; } }
.main_heading {
}
@media screen and (max-width: 1199px) {
.main_heading {
font-size: 32px;
line-height: 44px; } }
@media screen and (max-width: 767px) {
.main_heading {
font-size: 24px;
line-height: 32px; } }
@media screen and (max-width: 400px) {
.main_heading {
font-size: 20px;
line-height: 28px; } }
.second_heading {
}
@media screen and (max-width: 767px) {
.second_heading {
font-size: 20px;
line-height: 28px; } }
.third_heading {
}
@media screen and (max-width: 767px) {
.third_heading {
font-size: 16px;
line-height: 22px; } }
.breadcrumbs {
margin-bottom: 30px;
color: #6F7D8E; }
.breadcrumbs a {
color: #6F7D8E; }
.inner_padding {
padding: 20px 0 100px; }
@media screen and (max-width: 767px) {
.inner_padding {
padding-bottom: 60px; } }
.inner_padding .main_heading {
margin-bottom: 50px; }
@media screen and (max-width: 767px) {
.inner_padding .main_heading {
margin-bottom: 30px; } }
#goog-gt-tt {
display: none !important; }
.goog-te-banner-frame {
display: none !important; }
.goog-te-menu-value:hover {
text-decoration: none !important; }
.goog-text-highlight {
background-color: transparent !important;
box-shadow: none !important; }
#google_translate_element2 {
display: none !important; }
.announcement {
padding-bottom: 40px; }
@media screen and (max-width: 565px) {
.announcement {
padding-bottom: 0; } }
.announcement_wr {
display: flex;
justify-content: space-between;
margin-top: 50px; }
@media screen and (max-width: 991px) {
.announcement_wr {
flex-wrap: wrap;
margin-top: 30px; } }
.announcement_block {
display: flex;
align-items: center;
flex-basis: 31.5%;
border: 1px solid rgba(197, 197, 197, 0.23);
box-shadow: 0px 7px 22px rgba(0, 0, 0, 0.1); }
@media screen and (max-width: 991px) {
.announcement_block {
flex-basis: 100%;
margin-top: 20px; }
.announcement_block:first-child {
margin-top: 0; } }
.announcement_block .date_hidden {
display: none; }
.announcement_block .date {
background: #FFFFEE;
text-align: center;
padding: 12px 20px;
max-width: 130px;
width: 100%; }
@media screen and (max-width: 565px) {
.announcement_block .date {
max-width: 115px; } }
.announcement_block .date .day {
font-size: 17px; }
@media screen and (max-width: 767px) {
.announcement_block .date .day {
font-size: 15px; } }
.announcement_block .date .number {
border-bottom: 1px solid rgba(201, 201, 201, 0.3);
margin-bottom: 7px; }
@media screen and (max-width: 767px) {
.announcement_block .date .number {
font-size: 53px;
line-height: 72px; } }
.announcement_block .date .month {
text-transform: uppercase;
}
@media screen and (max-width: 767px) {
.announcement_block .date .month {
font-size: 17px; } }
.announcement_block .descr {
padding: 0 25px;
max-height: 120px;
overflow: hidden; }
@media screen and (max-width: 1199px) {
.announcement_block .descr {
padding: 0 15px;
font-size: 14px; } }
@media screen and (max-width: 991px) {
.announcement_block .descr {
font-size: 16px; } }
@media screen and (max-width: 565px) {
.announcement_block .descr {
font-size: 15px; } }
.overlay {
display: none;
background: rgba(0, 0, 0, 0.5);
width: 100%;
height: 100%;
text-align: center;
position: fixed;
top: 50%;
z-index: 1500;
left: 50%;
-ms-transform: translate(-50%, -50%); -webkit-transform: translate(-50%, -50%); transform: translate(-50%, -50%); }
.connect_with_us_popup {
display: none;
background: #fff;
max-width: 500px;
width: 100%;
text-align: center;
position: fixed;
top: 50%;
z-index: 2000;
left: 50%;
-ms-transform: translate(-50%, -50%); -webkit-transform: translate(-50%, -50%); transform: translate(-50%, -50%); }
.connect_with_us_popup .close_join {
padding: 30px;
margin-left: auto;
cursor: pointer;
width: 25px;
height: 25px;
background: url(//teritoriy.org.ua/wp-content/themes/mytheme/assets/img/icons/icon_close.svg) center center no-repeat; }
.connect_with_us_popup p {
}
.connect_with_us_popup .order_call {
color: #003765; }
.connect_with_us_popup .wpcf7 {
padding-bottom: 35px; }
.connect_with_us_popup .wpcf7-form {
margin: 10px auto;
max-width: 415px;
width: 100%; }
@media screen and (max-width: 565px) {
.connect_with_us_popup .wpcf7-form {
width: 80%; } }
.connect_with_us_popup .wpcf7-form p {
text-align: left; }
.connect_with_us_popup .wpcf7-form input {
border: 0;
border-radius: 0;
background-color: #F8F9FA;
width: 100%;
height: 45px;
border: 1px solid #EFF0F4;
margin: 5px 0 15px; }
.connect_with_us_popup .wpcf7-form input[type="submit"] {
text-transform: uppercase;
cursor: pointer;
border: none;
background-color: #FFE775;
color: #003765; }
.connect_with_us_popup .wpcf7-form .wpcf7-submit {
margin-top: 15px; }
.connect_with_us_popup .wpcf7-form .wpcf7-not-valid-tip {
margin: 0; }
.connect_with_us_popup .wpcf7-form .wpcf7-response-output {
margin: 0;
border: none; }
.connect_with_us_popup .wpcf7-form .ajax-loader {
display: none; }
.successful_shipment_popup {
display: none;
background: #fff;
max-width: 500px;
width: 100%;
text-align: center;
position: fixed;
top: 50%;
z-index: 2000;
left: 50%;
-ms-transform: translate(-50%, -50%); -webkit-transform: translate(-50%, -50%); transform: translate(-50%, -50%); }
.successful_shipment_popup .close_join {
padding: 30px;
margin-left: auto;
cursor: pointer;
width: 25px;
height: 25px;
background: url(//teritoriy.org.ua/wp-content/themes/mytheme/assets/img/icons/icon_close.svg) center center no-repeat; }
.successful_shipment_popup .circle_icon {
margin: 35px auto 20px;
width: 60px;
height: 60px;
border-radius: 50%;
background: #003765 url(//teritoriy.org.ua/wp-content/themes/mytheme/assets/img/icons/vector.svg) center center no-repeat; }
.successful_shipment_popup .order_description {
}
.successful_shipment_popup .order_description p {
font-size: 16px; }
.successful_shipment_popup button {
margin: 50px 0;
max-width: 415px;
width: 100%;
height: 48px;
text-transform: uppercase;
cursor: pointer;
border: none;
background-color: #FFE775;
color: #003765; }
.error_found {
padding: 50px 20px;
color: #003765; }
.header {
position: fixed;
top: 0;
left: 0;
width: 100%;
z-index: 100; }
.header .container {
display: flex;
align-items: center;
justify-content: space-between;
position: relative; }
.header_top {
padding: 16px 0;
background: #fff; }
@media screen and (max-width: 991px) {
.header_top {
background: #F8F9FA; } }
.header_top .burger {
cursor: pointer;
display: none; }
@media screen and (max-width: 991px) {
.header_top .burger {
display: block; } }
.header_top .burger span {
background: #003765;
width: 22px;
height: 1px;
display: block; }
.header_top .burger span:nth-child(2) {
margin: 7px 0; }
.header_top .logo {
display: flex;
align-items: center;
color: #003765;
max-width: 285px; }
@media screen and (max-width: 565px) {
.header_top .logo {
max-width: 100%; } }
.header_top .logo img {
margin-right: 9.5px; }
@media screen and (max-width: 565px) {
.header_top .logo img {
max-width: 50px; } }
.header_top .logo p span {
display: block; }
.header_top .logo p span:first-child {
}
@media screen and (max-width: 565px) {
.header_top .logo p span:first-child {
font-size: 17px;
line-height: 23px; } }
@media screen and (max-width: 400px) {
.header_top .logo p span:first-child {
font-size: 15px; } }
.header_top .logo p span:last-child {
}
@media screen and (max-width: 565px) {
.header_top .logo p span:last-child {
font-size: 9px;
line-height: 12px; } }
@media screen and (max-width: 991px) {
.header_top .call {
display: none; } }
.header_top .call a {
}
.header_top .call p {
letter-spacing: 0.4px;
cursor: pointer;
text-decoration: underline; }
.header_top .container_ajaxsearchlite {
width: 270px;
display: flex;
height: 36px; }
.header_top .container_ajaxsearchlite .probox {
width: 100%; }
.header_top .container_ajaxsearchlite .proinput input.orig {
height: auto !important;
padding: 7px 0 !important; }
.header_top .container_ajaxsearchlite input ::-webkit-input-placeholder {
}
.header_top .container_ajaxsearchlite input :-moz-placeholder {
}
.header_top .container_ajaxsearchlite input ::-moz-placeholder {
}
.header_top .container_ajaxsearchlite input :-ms-input-placeholder {
}
@media screen and (max-width: 767px) {
.header_top .container_ajaxsearchlite {
display: none;
position: absolute;
width: 100%;
top: 60px;
z-index: 5;
right: 0; } }
.header_top .container_ajaxsearchlite .wpdreams_asl_container {
display: flex;
align-items: center; }
.header_top .social_lang {
display: flex;
align-items: center; }
.header_top .social_lang .social {
color: #003765;
display: flex;
align-items: center; }
@media screen and (max-width: 1199px) {
.header_top .social_lang .social span {
display: none; } }
.header_top .social_lang .social .fb {
background: #2174EE;
width: 36px;
height: 36px;
display: flex;
align-items: center;
justify-content: center;
margin-left: 9px;
-webkit-border-radius: 4px;
-moz-border-radius: 4px;
border-radius: 4px;
-webkit-transition: all 0.2s linear;
-moz-transition: all 0.2s linear;
transition: all 0.2s linear; }
@media screen and (max-width: 991px) {
.header_top .social_lang .social .fb {
display: none; } }
.header_top .social_lang .social .fb:hover {
background: #084EB4; }
.header_top .social_lang .lang {
margin-left: 36px; }
.header_top .social_lang .lang select {
cursor: pointer; }
@media screen and (max-width: 565px) {
.header_top .social_lang .lang {
margin-left: 10px; } }
.header_top .social_lang .lang select {
border: none;
background: transparent;
color: #003765;
width: 40px;
border-bottom: 1px solid #003765;
-webkit-appearance: none;
-moz-appearance: none;
appearance: none; }
.header_top .search_icon {
cursor: pointer;
display: none;
height: 22px; }
@media screen and (max-width: 767px) {
.header_top .search_icon {
display: block; } }
.header_top .search_icon img {
height: 22px;
width: 22px; }
.header_bottom {
background: #bed3e8; }
@media screen and (max-width: 991px) {
.header_bottom {
display: none;
position: fixed;
top: 93px;
left: 0;
width: 100%; }
.header_bottom .container {
flex-wrap: wrap;
justify-content: center; } }
@media screen and (max-width: 565px) {
.header_bottom {
top: 73px; } }
@media screen and (max-height: 415px) {
.header_bottom .menu {
max-height: 200px; } }
@media screen and (max-width: 991px) {
.header_bottom nav {
order: 2; } }
@media screen and (max-width: 767px) {
.header_bottom nav {
flex-basis: 100%; } }
.header_bottom nav ul {
display: flex;
align-items: center; }
@media screen and (max-width: 767px) {
.header_bottom nav ul {
display: block;
height: auto;
overflow: auto; } }
.header_bottom nav ul li {
margin-left: 60px;
padding: 21.5px 0; }
@media screen and (max-width: 1199px) {
.header_bottom nav ul li {
margin-left: 29px; } }
@media screen and (max-width: 767px) {
.header_bottom nav ul li {
margin-left: 0;
padding: 14px 0;
border-bottom: 1px solid #EFF0F4; }
.header_bottom nav ul li:last-child {
border-bottom: 0; } }
.header_bottom nav ul li:first-child {
margin-left: 0; }
.header_bottom nav ul li a {
color: #003765;
display: inline-block;
-webkit-transition: all 0.2s linear;
-moz-transition: all 0.2s linear;
transition: all 0.2s linear; }
.header_bottom nav ul li a:hover {
color: #E76700; }
@media screen and (max-width: 767px) {
.header_bottom nav ul li a {
display: block; } }
.header_bottom nav ul li.menu-item-has-children {
position: relative; }
.header_bottom nav ul li.menu-item-has-children:after {
background: url(//teritoriy.org.ua/wp-content/themes/mytheme/assets/img/icons/nav_drop.svg) center center no-repeat;
height: 6.5px;
width: 12px;
content: '';
display: inline-block;
vertical-align: middle;
margin-left: 6px;
-webkit-transition: all 0.2s linear;
-moz-transition: all 0.2s linear;
transition: all 0.2s linear; }
@media screen and (max-width: 767px) {
.header_bottom nav ul li.menu-item-has-children:after {
position: absolute;
top: 25px;
right: 0; } }
.header_bottom nav ul li.menu-item-has-children:hover a {
color: #E76700; }
.header_bottom nav ul li.menu-item-has-children:hover:after {
background: url(//teritoriy.org.ua/wp-content/themes/mytheme/assets/img/icons/nav_drop_hov.svg) center center no-repeat; }
.header_bottom nav ul li.menu-item-has-children:hover .sub-menu {
display: block; }
@media screen and (max-width: 767px) {
.header_bottom nav ul li.menu-item-has-children:hover .sub-menu {
display: none; } }
.header_bottom nav ul li.menu-item-has-children .sub-menu {
position: absolute;
top: 100%;
left: 0;
background: #fff;
box-shadow: 0px 7px 22px rgba(0, 0, 0, 0.1);
padding: 12px 24px;
width: 244px;
display: none; }
@media screen and (max-width: 767px) {
.header_bottom nav ul li.menu-item-has-children .sub-menu {
position: static;
display: none;
background: transparent;
box-shadow: none;
width: auto;
padding: 14px 0 0 0;
margin-top: 14px;
border-top: 1px solid #EFF0F4; } }
.header_bottom nav ul li.menu-item-has-children .sub-menu li {
margin-left: 0;
padding: 0;
padding-top: 17px; }
@media screen and (max-width: 767px) {
.header_bottom nav ul li.menu-item-has-children .sub-menu li {
padding: 14px 0 14px 30px; }
.header_bottom nav ul li.menu-item-has-children .sub-menu li:last-child {
padding-bottom: 0; } }
.header_bottom nav ul li.menu-item-has-children .sub-menu li:first-child {
padding-top: 0; }
.header_bottom nav ul li.menu-item-has-children .sub-menu li a {
color: #222;
display: block;
-webkit-transition: all 0.2s linear;
-moz-transition: all 0.2s linear;
transition: all 0.2s linear; }
@media screen and (max-width: 767px) {
.header_bottom nav ul li.menu-item-has-children .sub-menu li a {
color: #003765; } }
.header_bottom nav ul li.menu-item-has-children .sub-menu li a:hover {
color: #E76700; }
@media screen and (max-width: 991px) {
.header_bottom .btns {
order: 1;
padding-top: 15px; } }
@media screen and (max-width: 767px) {
.header_bottom .btns {
flex-basis: 100%;
text-align: center; } }
.header_bottom .btns .main_btn {
text-transform: initial; }
@media screen and (max-width: 400px) {
.header_bottom .btns .main_btn {
padding: 10px 15px; } }
.header_bottom .btns .yellow_btn {
margin-right: 10px; }
.footer {
background: #003765;
padding: 20px 0;
color: #fff; }
.footer a {
color: #fff; }
.footer_top {
display: flex;
justify-content: space-between;
align-items: center;
margin-bottom: 50px; }
@media screen and (max-width: 991px) {
.footer_top {
display: block; } }
.footer_top .logo {
display: flex;
align-items: center;
color: #003765;
max-width: 285px; }
.footer_top .logo img {
margin-right: 9.5px; }
.footer_top .logo p {
color: #B2BBD1; }
.footer_top .logo p span:first-child {
}
.footer_top .logo p span:last-child {
}
.footer_top .location {
max-width: 285px; }
@media screen and (max-width: 991px) {
.footer_top .location {
max-width: 100%;
margin: 40px 0; } }
.footer_top .location .map {
display: flex;
align-items: center; }
@media screen and (max-width: 991px) {
.footer_top .location .map {
justify-content: space-between; } }
.footer_top .location .map a {
text-decoration: underline;
display: inline-block;
margin-left: 15px; }
.footer_top .location p {
font-size: 16px;
padding-top: 20px; }
@media screen and (max-width: 991px) {
.footer_top .location p br {
display: none; } }
.footer_top .contacts img {
margin-right: 10px; }
.footer_top .contacts .phone {
margin: 20px 0;
display: flex;
align-items: flex-start; }
.footer_top .contacts .phone .number {
font-size: 16px;
text-decoration: none;
display: block;
margin-bottom: 4px; }
.footer_top .contacts .phone a {
text-decoration: underline; }
.footer_top .contacts .email {
display: flex;
font-size: 16px;
align-items: center; }
.footer_bottom {
display: flex;
justify-content: space-between;
align-items: center; }
@media screen and (max-width: 767px) {
.footer_bottom {
flex-wrap: wrap;
flex-direction: column;
justify-content: center;
text-align: center; } }
@media screen and (max-width: 767px) {
.footer_bottom p {
order: 2; } }
.footer_bottom .onix {
display: flex;
align-items: center; }
@media screen and (max-width: 767px) {
.footer_bottom .onix {
order: 1; } }
.footer_bottom .onix a {
margin-left: 10px; }
.footer_bottom .onix img {
display: flex;
align-items: center; }
.homepage_banner {
padding: 20px 0 80px;
background: #fff; }
@media screen and (max-width: 1199px) {
.homepage_banner {
padding-bottom: 60px; } }
@media screen and (max-width: 565px) {
.homepage_banner {
padding-bottom: 30px; } }
.homepage_banner h1 {
letter-spacing: 0.55px; }
.homepage_banner .slider {
margin-top: 30px; }
@media screen and (max-width: 767px) {
.homepage_banner .slider {
margin-top: 20px; } }
.homepage_banner .slider_item {
background: #F8F9FA;
display: flex;
align-items: center;
justify-content: space-between; }
@media screen and (max-width: 991px) {
.homepage_banner .slider_item {
flex-wrap: wrap; } }
.homepage_banner .slider_item_left {
padding: 30px 40px;
flex-basis: 50%; }
@media screen and (max-width: 991px) {
.homepage_banner .slider_item_left {
flex-basis: 100%; } }
@media screen and (max-width: 565px) {
.homepage_banner .slider_item_left {
padding: 15px; } }
.homepage_banner .slider_item_left .link {
color: #999;
text-transform: uppercase;
}
@media screen and (max-width: 565px) {
.homepage_banner .slider_item_left .link {
font-size: 14px; } }
.homepage_banner .slider_item_left .second_heading {
margin: 30px 0 20px; }
@media screen and (max-width: 1199px) {
.homepage_banner .slider_item_left .second_heading {
margin: 15px 0; } }
@media screen and (max-width: 991px) {
.homepage_banner .slider_item_left .second_heading {
height: 64px;
overflow: hidden; } }
@media screen and (max-width: 400px) {
.homepage_banner .slider_item_left .second_heading {
} }
.homepage_banner .slider_item_left .text {
height: 88px;
overflow: hidden; }
.homepage_banner .slider_item_left .main_btn {
margin-top: 20px; }
@media screen and (max-width: 991px) {
.homepage_banner .slider_item_left .main_btn {
display: flex;
justify-content: center; } }
.homepage_banner .slider_item_right {
flex-basis: 50%;
height: 385px;
display: flex;
align-items: center;
justify-content: center;
overflow: hidden; }
@media screen and (max-width: 991px) {
.homepage_banner .slider_item_right {
flex-basis: 100%; } }
@media screen and (max-width: 565px) {
.homepage_banner .slider_item_right {
height: auto; } }
.homepage_banner .slider_item_right img {
max-width: 100%;
height: auto; }
.homepage_banner .slider_item:focus {
outline: none;
border: none; }
.homepage_news {
padding: 40px 0; }
.homepage_news_wr {
display: flex;
justify-content: space-between;
margin-top: 50px; }
@media screen and (max-width: 991px) {
.homepage_news_wr {
flex-wrap: wrap;
margin-top: 30px; } }
.homepage_news_block {
background: #F8F9FA;
flex-basis: 32%; }
@media screen and (max-width: 991px) {
.homepage_news_block {
flex-basis: 100%;
margin-top: 20px; }
.homepage_news_block:first-child {
margin-top: 0; }
.homepage_news_block img {
width: 100%; } }
.homepage_news_block .img {
max-height: 225px;
height: 100%;
overflow: hidden; }
@media screen and (max-width: 991px) {
.homepage_news_block .img {
max-height: 280px; } }
@media screen and (max-width: 400px) {
.homepage_news_block .img {
height: auto; } }
.homepage_news_block .img img {
max-width: 100%;
height: auto; }
.homepage_news_block .descr {
padding: 15px 20px; }
.homepage_news_block .descr .date {
font-size: 12px; }
.homepage_news_block .descr .text {
margin: 10px 0 35px;
height: 66px;
overflow: hidden; }
@media screen and (max-width: 991px) {
.homepage_news_block .descr .text {
height: auto;
margin-bottom: 20px; } }
.homepage_news_block .descr .numb {
font-size: 12px; }
.homepage_news_block .descr .numb span {
font-weight: 700; }
.homepage_our_indicators_wr {
margin-top: 20px;
background: #FFFFEE;
padding: 50px 0; }
@media screen and (max-width: 565px) {
.homepage_our_indicators_wr {
padding: 30px 0; } }
.homepage_our_indicators_wr .container {
display: flex;
align-items: center;
justify-content: space-between; }
@media screen and (max-width: 991px) {
.homepage_our_indicators_wr .container {
flex-wrap: wrap;
margin-top: -20px; } }
.homepage_our_indicators_block {
flex-basis: 25%;
text-align: center;
position: relative; }
@media screen and (max-width: 991px) {
.homepage_our_indicators_block {
flex-basis: 50%;
margin-top: 20px; }
.homepage_our_indicators_block:nth-child(2):after {
display: none; } }
@media screen and (max-width: 565px) {
.homepage_our_indicators_block {
flex-basis: 100%; } }
.homepage_our_indicators_block:last-child:after {
display: none; }
.homepage_our_indicators_block:after {
content: '';
display: block;
position: absolute;
top: 50%;
-ms-transform: translateY(-50%); -webkit-transform: translateY(-50%); transform: translateY(-50%);
right: 0;
height: 110px;
width: 1px;
background: #C9C9C9; }
@media screen and (max-width: 565px) {
.homepage_our_indicators_block:after {
display: none; } }
.homepage_our_indicators_block span {
}
.homepage_our_indicators_block p {
padding-top: 20px; }
@media screen and (max-width: 1199px) {
.homepage_our_indicators_block p {
font-size: 16px; } }
@media screen and (max-width: 565px) {
.homepage_our_indicators_block p {
padding-top: 0; } }
.homepage_connect {
padding: 40px 0 120px; }
@media screen and (max-width: 565px) {
.homepage_connect .main_heading {
text-align: center; } }
@media screen and (max-width: 991px) {
.homepage_connect {
padding-bottom: 80px; } }
.homepage_connect_wr {
display: flex;
justify-content: space-between;
margin-top: 45px; }
@media screen and (max-width: 991px) {
.homepage_connect_wr {
display: block;
margin-top: 20px; } }
.homepage_connect_block {
display: flex;
align-items: center; }
@media screen and (max-width: 991px) {
.homepage_connect_block:last-child {
margin-top: 30px; } }
@media screen and (max-width: 565px) {
.homepage_connect_block {
display: block;
text-align: center; } }
.homepage_connect_block .descr {
margin-left: 30px;
max-width: 290px; }
@media screen and (max-width: 991px) {
.homepage_connect_block .descr {
max-width: 100%;
margin-left: 0; } }
.homepage_connect_block .descr p {
padding-bottom: 24px; }
@media screen and (max-width: 565px) {
.homepage_connect_block .main_btn {
display: block; } }
.history_page .main_heading {
margin: 50px 0 30px; }
@media screen and (max-width: 565px) {
.history_page .main_heading {
margin-top: 20px; } }
.history_page_block {
position: relative;
margin-bottom: 30px;
display: flex;
justify-content: space-between; }
@media screen and (max-width: 565px) {
.history_page_block {
flex-direction: column;
align-items: center;
margin-bottom: 20px; }
.history_page_block .event {
width: 100%; } }
.history_page_block:after {
position: absolute;
content: '';
width: 4px;
height: 100%;
top: 0;
left: 72px;
z-index: -1;
background: #FFFFEE; }
@media screen and (max-width: 565px) {
.history_page_block:after {
display: none; } }
.history_page_block:last-child {
padding-bottom: 0; }
.history_page_block:last-child:after {
display: none; }
.history_page_block .year {
display: flex;
align-items: center;
justify-content: center;
width: 144px;
height: 70px;
background-color: #FFFFEE;
color: #222; }
@media screen and (max-width: 565px) {
.history_page_block .year {
height: auto;
margin-bottom: 10px; } }
.history_page_block .event {
display: flex;
align-items: center;
max-width: 1048px;
width: 100%;
margin-left: 40px; }
@media screen and (max-width: 767px) {
.history_page_block .event {
font-size: 14px;
padding-top: 10px; } }
@media screen and (max-width: 565px) {
.history_page_block .event {
margin-left: 0; } }
.strategy_page_text {
}
@media screen and (max-width: 565px) {
.strategy_page_text {
line-height: 24px;
margin-top: 20px; } }
@media screen and (max-width: 400px) {
.strategy_page_text {
font-size: 14px;
margin-top: 10px; } }
.strategy_page_text span {
font-weight: 700; }
.strategy_page_wr {
margin: 10px auto 0;
max-width: 440px; }
.strategy_page_block {
margin-top: 20px;
width: 100%;
height: 90px;
-webkit-border-radius: 45px;
-moz-border-radius: 45px;
border-radius: 45px;
border: 1px solid rgba(197, 197, 197, 0.23);
box-shadow: 0px 7px 22px rgba(0, 0, 0, 0.1);
display: flex;
align-items: center; }
.strategy_page_block:nth-child(even) {
flex-direction: row-reverse; }
.strategy_page_block:nth-child(even) .list_description {
padding: 0 25px 0 0; }
@media screen and (max-width: 400px) {
.strategy_page_block:nth-child(even) {
flex-direction: row;
justify-content: center; } }
.strategy_page_block .main_heading {
width: 88px;
height: 88px;
-webkit-border-radius: 50%;
-moz-border-radius: 50%;
border-radius: 50%;
background-color: #FFFFEE;
display: flex;
justify-content: center;
align-items: center;
margin: 0; }
@media screen and (max-width: 400px) {
.strategy_page_block .main_heading {
display: none; } }
.strategy_page_block_description {
max-width: 310px;
width: 100%;
padding-left: 25px;
height: 76px;
overflow: hidden;
display: flex;
align-items: center; }
@media screen and (max-width: 565px) {
.strategy_page_block_description {
width: 70%;
font-size: 12px;
padding-left: 10px; } }
@media screen and (max-width: 400px) {
.strategy_page_block_description {
width: 100%;
padding: 0 15px;
justify-content: center;
text-align: center; } }
.team_page.inner_padding {
padding: 20px 0 180px; }
@media screen and (max-width: 767px) {
.team_page.inner_padding {
padding-bottom: 60px; } }
.team_page_wr {
margin-top: 30px;
display: flex;
flex-wrap: wrap; }
@media screen and (max-width: 767px) {
.team_page_wr {
justify-content: center;
padding-bottom: 40px;
margin-top: 10px; } }
.team_page_block {
flex-basis: 25%;
margin-top: 40px; }
@media screen and (max-width: 1199px) {
.team_page_block {
flex-basis: 33%; } }
@media screen and (max-width: 991px) {
.team_page_block {
flex-basis: 50%; } }
@media screen and (max-width: 565px) {
.team_page_block {
flex-basis: 100%;
margin-top: 20px; } }
.team_page_block .background_circle {
width: 210px;
height: 210px;
border-radius: 50%;
margin: 0 auto;
background-color: #F7F8FB;
overflow: hidden; }
.team_page_block .background_circle img {
width: 100%;
height: 100%;
object-fit: cover;
object-position: 50% 50%; }
.team_page_block_description {
margin-top: 18px;
text-align: center;
line-height: 20px; }
.team_page_block_description p {
}
.leadership_page.inner_padding {
padding: 20px 0 180px; }
@media screen and (max-width: 767px) {
.leadership_page.inner_padding {
padding-bottom: 60px; } }
.leadership_page_wr {
margin-top: 30px;
display: flex;
flex-wrap: wrap; }
@media screen and (max-width: 767px) {
.leadership_page_wr {
justify-content: center;
padding-bottom: 40px;
margin-top: 10px; } }
.leadership_page_block {
flex-basis: 25%;
margin-top: 40px; }
@media screen and (max-width: 1199px) {
.leadership_page_block {
flex-basis: 33%; } }
@media screen and (max-width: 991px) {
.leadership_page_block {
flex-basis: 50%; } }
@media screen and (max-width: 565px) {
.leadership_page_block {
flex-basis: 100%;
margin-top: 20px; } }
.leadership_page_block .background_circle {
width: 210px;
height: 210px;
border-radius: 50%;
margin: 0 auto;
background-color: #F7F8FB;
overflow: hidden; }
.leadership_page_block .background_circle img {
width: 100%;
height: 100%;
object-fit: cover;
object-position: 50% 0%; }
.leadership_page_block_description {
margin-top: 18px;
text-align: center;
line-height: 20px; }
.leadership_page_block_description p {
}
@media screen and (max-width: 565px) {
.partners_page .flex_top {
justify-content: center; } }
.partners_page_wr {
padding: 40px 0; }
@media screen and (max-width: 767px) {
.partners_page_wr {
padding: 10px 0; } }
.partners_page_block {
margin-top: 20px;
padding: 50px 10px;
border: 1px solid #F7F8FB;
box-shadow: 0px 7px 22px rgba(0, 0, 0, 0.1);
text-align: center; }
@media screen and (max-width: 767px) {
.partners_page_block {
margin-top: 10px;
padding: 20px 10px; } }
.partners_page_block .img {
height: 170px;
display: flex;
justify-content: center;
align-items: center; }
.partners_page .partner_form {
padding: 40px 0 0 120px;
background-color: #F8F9FA; }
@media screen and (max-width: 1199px) {
.partners_page .partner_form {
padding: 30px 0 0 70px; } }
@media screen and (max-width: 991px) {
.partners_page .partner_form {
padding: 10px 0 0 10px; } }
@media screen and (max-width: 767px) {
.partners_page .partner_form br {
display: none; } }
.partners_page .partner_form .wpcf7 {
padding-bottom: 45px; }
.partners_page .partner_form .wpcf7-form p {
display: flex;
flex-direction: column;
flex-wrap: wrap;
max-height: 280px;
height: 100%; }
@media screen and (max-width: 991px) {
.partners_page .partner_form .wpcf7-form p {
max-height: 750px;
height: 100%;
padding-bottom: 10px; } }
@media screen and (max-width: 400px) {
.partners_page .partner_form .wpcf7-form p {
flex-wrap: nowrap;
padding-bottom: 0;
height: auto; } }
.partners_page .partner_form .second_heading {
padding-bottom: 10px; }
@media screen and (max-width: 991px) {
.partners_page .partner_form .second_heading {
text-align: center; } }
.partners_page .partner_form .wpcf7-response-output {
margin: 0;
padding: 0;
border: none; }
.partners_page .partner_form input {
height: 42px;
border-radius: 0;
border: 1px solid #F7F8FB;
margin: 5px 0; }
@media screen and (max-width: 1199px) {
.partners_page .partner_form input {
width: 250px; } }
@media screen and (max-width: 991px) {
.partners_page .partner_form input {
width: 98%; } }
.partners_page .partner_form label {
}
.partners_page .partner_form .partner_submit {
margin-top: 30px;
width: 140px;
height: 140px;
background: #FFE775;
border-radius: 50%;
cursor: pointer;
}
@media screen and (max-width: 991px) {
.partners_page .partner_form .partner_submit {
margin: 20px auto; } }
@media screen and (max-width: 565px) {
.partners_page .partner_form .partner_submit {
width: 90px;
height: 90px;
margin: 10px auto 0; } }
.announces_page .announcement_block {
min-height: 155px;
margin-top: 25px; }
.announces_page .announcement_block:first-child {
margin-top: 0; }
@media screen and (max-width: 767px) {
.announces_page .announcement_block .date {
height: 100%; } }
.announces_page .announcement_block .date .number {
color: #FF6312; }
.announces_page .announcement_block .descr {
display: flex;
justify-content: space-between;
align-items: center;
width: 100%;
padding: 0 40px; }
@media screen and (max-width: 1199px) {
.announces_page .announcement_block .descr {
flex-wrap: wrap;
padding: 0 20px; } }
@media screen and (max-width: 767px) {
.announces_page .announcement_block .descr {
max-height: 100%;
padding: 15px; } }
.announces_page .announcement_block .descr p {
padding-top: 10px;
}
@media screen and (max-width: 1199px) {
.announces_page .announcement_block .descr p {
font-size: 16px;
padding-bottom: 10px; } }
@media screen and (max-width: 767px) {
.announces_page .announcement_block .descr p {
font-size: 14px; } }
.announces_page .announcement_block .descr .start {
border: 1px solid #1E975D;
color: #1E975D;
display: inline-block;
-webkit-border-radius: 50px;
-moz-border-radius: 50px;
border-radius: 50px;
padding: 6px 10px; }
.announces_single_top {
display: flex;
margin-bottom: 50px; }
@media screen and (max-width: 991px) {
.announces_single_top {
flex-wrap: wrap;
margin-bottom: 30px; } }
.announces_single_top .img {
max-width: 620px;
width: 100%; }
.announces_single_top .img img {
height: auto; }
.announces_single_top_info {
margin-left: 40px; }
@media screen and (max-width: 991px) {
.announces_single_top_info {
margin: 20px 0 0 0; } }
.announces_single_top_info .project {
display: flex;
align-items: center;
margin-bottom: 10px; }
.announces_single_top_info .project span {
font-weight: 600; }
.announces_single_text {
}
.announces_single_text p {
padding-top: 20px; }
.announces_single_text p:first-child {
padding-top: 0; }
.docs_pages_wr {
margin-top: 25px; }
@media screen and (max-width: 565px) {
.docs_pages_wr {
margin-top: 0; } }
.docs_pages_block {
margin-top: 25px;
text-align: center;
box-shadow: 0px 7px 22px rgba(0, 0, 0, 0.1);
padding: 35px 40px; }
.docs_pages_block .img {
height: 56px; }
.docs_pages_block .title {
height: 67px;
overflow: hidden;
margin: 10px 0 30px; }
@media screen and (max-width: 565px) {
.docs_pages_block .title {
height: auto;
margin-bottom: 20px; } }
.docs_pages_block .main_btn {
display: block;
padding: 15px 26px; }
.reporting_page .docs_pages_block .title {
height: 21px;
margin-top: 20px; }
.my_projects_page {
padding: 20px 0 80px; }
@media screen and (max-width: 767px) {
.my_projects_page {
padding: 10px 0 20px; } }
@media screen and (max-width: 991px) {
.my_projects_page .flex_top {
flex-direction: column; } }
.my_projects_page .my_projects_form {
display: flex;
justify-content: space-between; }
@media screen and (max-width: 991px) {
.my_projects_page .my_projects_form {
margin-top: 25px; } }
@media screen and (max-width: 767px) {
.my_projects_page .my_projects_form {
flex-direction: column;
align-items: stretch;
height: 200px;
width: 100%; } }
.my_projects_page .my_projects_form input, .my_projects_page .my_projects_form select {
height: auto;
cursor: pointer;
border: none;
border-radius: 0;
padding: 8px 16px;
background-color: #F8F9FA;
color: #003765;
-webkit-appearance: none;
-moz-appearance: none;
appearance: none; }
@media screen and (max-width: 767px) {
.my_projects_page .my_projects_form input, .my_projects_page .my_projects_form select {
margin-left: 0; } }
.my_projects_page .my_projects_form ::-webkit-input-placeholder {
color: #6F7D8E;
}
@media screen and (max-width: 991px) {
.my_projects_page .my_projects_form ::-webkit-input-placeholder {
font-size: 14px; } }
.my_projects_page .my_projects_form :-moz-placeholder {
color: #6F7D8E;
}
@media screen and (max-width: 991px) {
.my_projects_page .my_projects_form :-moz-placeholder {
font-size: 14px; } }
.my_projects_page .my_projects_form ::-moz-placeholder {
color: #6F7D8E;
}
@media screen and (max-width: 991px) {
.my_projects_page .my_projects_form ::-moz-placeholder {
font-size: 14px; } }
.my_projects_page .my_projects_form :-ms-input-placeholder {
color: #6F7D8E;
}
@media screen and (max-width: 991px) {
.my_projects_page .my_projects_form :-ms-input-placeholder {
font-size: 14px; } }
.my_projects_page .my_projects_form select {
max-width: 115px;
width: 100%;
margin-left: 15px;
background: #F8F9FA url(//teritoriy.org.ua/wp-content/themes/mytheme/assets/img/icons/nav_drop.svg) no-repeat center right 10px; }
@media screen and (max-width: 767px) {
.my_projects_page .my_projects_form select {
max-width: 100%;
margin-left: 0; } }
.my_projects_page .my_projects_form input {
padding-left: 48px;
width: 330px;
background: #F8F9FA url(//teritoriy.org.ua/wp-content/themes/mytheme/assets/img/icons/search_b.png) center left 16px no-repeat; }
@media screen and (max-width: 767px) {
.my_projects_page .my_projects_form input {
width: 100%; } }
.my_projects_page .my_projects_form button {
background: transparent;
margin-left: 15px; }
@media screen and (max-width: 767px) {
.my_projects_page .my_projects_form button {
margin-left: 0; } }
.my_projects_page .my_projects_form button:hover {
background: #003765; }
.my_projects_page_wr {
padding: 30px 0; }
@media screen and (max-width: 767px) {
.my_projects_page_wr {
padding: 10px 0 20px; } }
.my_projects_page_block {
margin-top: 20px;
border: 1px solid #F7F8FB; box-shadow: 5px 5px 5px 0px rgba(204, 204, 204, 0.25);
background-color: #F8F9FA; }
.my_projects_page_block .img {
display: flex;
align-items: flex-start;
height: 225px;
overflow: hidden; }
.my_projects_page_block .img img {
max-width: 100%;
height: auto; }
.my_projects_page_block .projects_description {
padding: 15px 20px; }
.my_projects_page_block .projects_description .date_event {
border: 1px solid #1E975D;
color: #1E975D;
display: inline-block;
-webkit-border-radius: 50px;
-moz-border-radius: 50px;
border-radius: 50px;
padding: 6px 10px;
max-width: 215px; }
.my_projects_page_block .projects_description .past_date {
border: none;
color: #999;
background-color: #E5E5E5; }
.my_projects_page_block .projects_description .projects_link {
height: 65px;
overflow: hidden;
margin-top: 15px;
max-width: 355px;
width: 100%;
}
.my_projects_page .paginate_links {
max-width: 395px;
width: 100%;
margin: 0 auto; }
.my_projects_page .paginate_links .page-numbers {
display: flex;
justify-content: center; }
.my_projects_page .paginate_links .page-numbers li {
margin-left: 10px;
width: 35px;
height: 35px;
border: 1px solid #003765;
display: flex;
justify-content: center;
align-items: center; }
.my_projects_page .paginate_links .page-numbers li a {
width: 100%;
height: 100%;
display: flex;
justify-content: center;
align-items: center; }
.my_projects_page .paginate_links .page-numbers li .current {
width: 100%;
height: 100%;
background-color: #003765;
color: #fff;
display: flex;
justify-content: center;
align-items: center; }
.project_single {
padding: 20px 0 100px; }
@media screen and (max-width: 767px) {
.project_single {
padding: 10px 0 20px; } }
.project_single_top {
display: flex;
justify-content: space-between; }
@media screen and (max-width: 767px) {
.project_single_top {
flex-direction: column; } }
.project_single_top .img {
flex-basis: 48%;
overflow: hidden; }
.project_single_top .img img {
max-width: 100%;
height: auto; }
.project_single_top .project_description {
flex-basis: 48%; }
.project_single_top .project_description .main_heading {
padding-bottom: 35px;
margin-top: 10px;
border-bottom: 1px solid #EFF0F4; }
@media screen and (max-width: 767px) {
.project_single_top .project_description .main_heading {
padding-bottom: 5px; } }
.project_single_top .project_description .period_execution {
margin-top: 30px; }
@media screen and (max-width: 767px) {
.project_single_top .project_description .period_execution {
margin-top: 5px; } }
.project_single_top .project_description .donor_project {
margin-top: 15px; }
.project_single_top .project_description .fatty {
font-weight: 600; }
.project_single_text {
margin-top: 30px;
}
@media screen and (max-width: 565px) {
.project_single_text {
margin-top: 5px;
} }
.project_single_text .fatty {
font-weight: 600;
margin-bottom: 20px; }
.infographics_page_wr {
margin-top: 25px; }
@media screen and (max-width: 565px) {
.infographics_page_wr {
margin-top: 0; } }
.infographics_page_block {
margin-top: 25px;
text-align: center;
box-shadow: 0px 7px 22px rgba(0, 0, 0, 0.1); }
.infographics_page_block_descr {
padding: 5px 30px 20px;
display: flex;
flex-direction: column; }
@media screen and (max-width: 767px) {
.infographics_page_block_descr {
padding: 15px; } }
.infographics_page_block .img {
display: flex;
align-items: flex-start;
height: 225px;
overflow: hidden; }
.infographics_page_block .img img {
max-width: 100%;
height: auto; }
.infographics_page_block .second_heading {
font-size: 18px;
height: 60px;
overflow: hidden; }
.infographics_page_block .main_btn {
margin-top: 10px;
padding: 15px 26px;
display: block; }
.infographics_single_top {
display: flex;
flex-direction: column;
margin-bottom: 50px; }
@media screen and (max-width: 565px) {
.infographics_single_top {
margin-bottom: 30px; } }
.infographics_single_top .img {
height: 350px;
width: 100%;
display: flex;
justify-content: center; }
@media screen and (max-width: 991px) {
.infographics_single_top .img {
height: 300px; } }
@media screen and (max-width: 565px) {
.infographics_single_top .img {
height: 250px; } }
@media screen and (max-width: 400px) {
.infographics_single_top .img {
height: 180px; } }
.infographics_single_top .img img {
max-height: 100%;
width: auto; }
.infographics_single_top .main_heading {
text-align: center;
margin: 20px 0 0; }
.infographics_single_text {
}
.infographics_single_text p {
padding-top: 20px; }
.infographics_single_text p:first-child {
padding-top: 0; }
.my_news_page {
padding: 20px 0 80px; }
@media screen and (max-width: 767px) {
.my_news_page {
padding: 10px 0 60px; } }
@media screen and (max-width: 991px) {
.my_news_page .flex_top {
flex-direction: column; } }
.my_news_page .my_news_form {
display: flex;
justify-content: space-between; }
@media screen and (max-width: 991px) {
.my_news_page .my_news_form {
margin-top: 25px; } }
@media screen and (max-width: 767px) {
.my_news_page .my_news_form {
flex-direction: column;
align-items: stretch;
margin-top: 15px;
height: 140px;
width: 100%; } }
.my_news_page .my_news_form input:-webkit-autofill,
.my_news_page .my_news_form input:-webkit-autofill:hover,
.my_news_page .my_news_form input:-webkit-autofill:focus,
.my_news_page .my_news_form input:-webkit-autofill:active {
-webkit-box-shadow: 0 0 0 30px rgba(255, 255, 255, 0) inset !important; }
.my_news_page .my_news_form input, .my_news_page .my_news_form select {
height: auto;
cursor: pointer;
border: none;
border-radius: 0;
padding: 8px 16px;
background-color: #F8F9FA;
color: #003765;
margin-left: 15px;
-webkit-appearance: none;
-moz-appearance: none;
appearance: none; }
@media screen and (max-width: 767px) {
.my_news_page .my_news_form input, .my_news_page .my_news_form select {
margin-left: 0; } }
.my_news_page .my_news_form ::-webkit-input-placeholder {
color: #6F7D8E;
}
@media screen and (max-width: 400px) {
.my_news_page .my_news_form ::-webkit-input-placeholder {
font-size: 14px; } }
.my_news_page .my_news_form :-moz-placeholder {
color: #6F7D8E;
}
@media screen and (max-width: 400px) {
.my_news_page .my_news_form :-moz-placeholder {
font-size: 14px; } }
.my_news_page .my_news_form ::-moz-placeholder {
color: #6F7D8E;
}
@media screen and (max-width: 400px) {
.my_news_page .my_news_form ::-moz-placeholder {
font-size: 14px; } }
.my_news_page .my_news_form :-ms-input-placeholder {
color: #6F7D8E;
}
@media screen and (max-width: 400px) {
.my_news_page .my_news_form :-ms-input-placeholder {
font-size: 14px; } }
.my_news_page .my_news_form select {
max-width: 115px;
width: 100%;
margin-left: 15px;
background: #F8F9FA url(//teritoriy.org.ua/wp-content/themes/mytheme/assets/img/icons/nav_drop.svg) no-repeat center right 10px; }
@media screen and (max-width: 767px) {
.my_news_page .my_news_form select {
max-width: 100%;
margin-left: 0; } }
.my_news_page .my_news_form input {
padding-left: 48px;
width: 330px;
background: #F8F9FA url(//teritoriy.org.ua/wp-content/themes/mytheme/assets/img/icons/search_b.png) center left 16px no-repeat; }
@media screen and (max-width: 767px) {
.my_news_page .my_news_form input {
width: 100%; } }
.my_news_page .my_news_form button {
background: transparent;
margin-left: 15px; }
@media screen and (max-width: 767px) {
.my_news_page .my_news_form button {
margin-left: 0; } }
.my_news_page .my_news_form button:hover {
background: #003765; }
.my_news_page_wr {
padding: 30px 0; }
@media screen and (max-width: 767px) {
.my_news_page_wr {
padding: 10px 0 20px; } }
.my_news_page_block {
margin-top: 20px;
border: 1px solid #F7F8FB;
box-shadow: 0px 7px 22px rgba(0, 0, 0, 0.1);
background-color: #F8F9FA; }
.my_news_page_block .img {
display: flex;
align-items: flex-start;
height: 225px;
overflow: hidden; }
.my_news_page_block .img img {
max-width: 100%;
height: 200px; 
object-fit: cover;
}
.my_news_page_block .news_description {
padding: 15px 20px; }
.my_news_page_block .news_description .news_date {
}
.my_news_page_block .news_description .news_link {
height: 65px;
overflow: hidden;
margin-top: 10px;
max-width: 355px;
width: 100%;
}
.my_news_page_block .news_description .news_number {
margin-top: 15px;
}
.my_news_page_block .news_description .news_number span {
font-weight: 700; }
.my_news_page .paginate_links {
max-width: 395px;
width: 100%;
margin: 0 auto; }
.my_news_page .paginate_links .page-numbers {
display: flex;
justify-content: center; }
.my_news_page .paginate_links .page-numbers li {
margin-left: 10px;
width: 35px;
height: 35px;
border: 1px solid #003765;
display: flex;
justify-content: center;
align-items: center; }
.my_news_page .paginate_links .page-numbers li a {
width: 100%;
height: 100%;
display: flex;
justify-content: center;
align-items: center; }
.my_news_page .paginate_links .page-numbers li .current {
width: 100%;
height: 100%;
background-color: #003765;
color: #fff;
display: flex;
justify-content: center;
align-items: center; }
.news_single {
padding: 20px 0 100px; }
@media screen and (max-width: 767px) {
.news_single {
padding-bottom: 60px; } }
.news_single_top {
display: flex;
justify-content: space-between; }
@media screen and (max-width: 767px) {
.news_single_top {
flex-direction: column; } }
.news_single_top .img {
flex-basis: 48%;
overflow: hidden; }
.news_single_top .img img {
max-width: 100%;
height: auto; }
.news_single_top .news_description {
flex-basis: 48%; }
.news_single_top .news_description .main_heading {
padding-bottom: 30px;
margin-top: 10px;
border-bottom: 1px solid #EFF0F4; }
@media screen and (max-width: 1199px) {
.news_single_top .news_description .main_heading {
} }
@media screen and (max-width: 991px) {
.news_single_top .news_description .main_heading {
} }
@media screen and (max-width: 767px) {
.news_single_top .news_description .main_heading {
padding-bottom: 15px; } }
@media screen and (max-width: 565px) {
.news_single_top .news_description .main_heading {
} }
.news_single_top .news_description .news_date {
margin-top: 30px; }
@media screen and (max-width: 991px) {
.news_single_top .news_description .news_date {
margin-top: 10px; } }
.news_single_text {
margin-top: 30px;
}
@media screen and (max-width: 565px) {
.news_single_text {
margin-top: 5px;
} }
.my_trainings_page {
padding: 20px 0 80px; }
@media screen and (max-width: 767px) {
.my_trainings_page {
padding: 10px 0 20px; } }
.my_trainings_page_wr {
padding: 30px 0; }
@media screen and (max-width: 767px) {
.my_trainings_page_wr {
padding: 10px 0 20px; } }
.my_trainings_page_block {
margin-top: 20px;
border: 1px solid #F7F8FB;
box-shadow: 0px 7px 22px rgba(0, 0, 0, 0.1);
background-color: #F8F9FA; }
.my_trainings_page_block .img {
display: flex;
align-items: flex-start;
height: 225px;
overflow: hidden; }
.my_trainings_page_block .img img {
max-width: 100%;
height: auto; }
.my_trainings_page_block .trainings_description {
padding: 15px 20px; }
.my_trainings_page_block .trainings_description .date_event {
border: 1px solid #FF6312;
color: #FF6312;
display: inline-block;
-webkit-border-radius: 50px;
-moz-border-radius: 50px;
border-radius: 50px;
padding: 6px 10px;
max-width: 165px; }
.my_trainings_page_block .trainings_description .trainings_link {
height: 90px;
overflow: hidden;
margin-top: 20px;
}
.my_trainings_page .paginate_links {
max-width: 395px;
width: 100%;
margin: 0 auto; }
.my_trainings_page .paginate_links .page-numbers {
display: flex;
justify-content: center; }
.my_trainings_page .paginate_links .page-numbers li {
margin-left: 10px;
width: 35px;
height: 35px;
border: 1px solid #003765;
display: flex;
justify-content: center;
align-items: center; }
.my_trainings_page .paginate_links .page-numbers li a {
width: 100%;
height: 100%;
display: flex;
justify-content: center;
align-items: center; }
.my_trainings_page .paginate_links .page-numbers li .current {
width: 100%;
height: 100%;
background-color: #003765;
color: #fff;
display: flex;
justify-content: center;
align-items: center; }
.trainings_single {
padding: 20px 0 100px; }
@media screen and (max-width: 767px) {
.trainings_single {
padding: 10px 0 20px; } }
.trainings_single_top {
display: flex;
justify-content: space-between; }
@media screen and (max-width: 767px) {
.trainings_single_top {
flex-direction: column; } }
.trainings_single_top .img {
flex-basis: 48%;
overflow: hidden; }
.trainings_single_top .img img {
max-width: 100%;
height: auto; }
.trainings_single_top .trainings_description {
flex-basis: 48%; }
.trainings_single_top .trainings_description .main_heading {
margin-top: 10px; }
@media screen and (max-width: 991px) {
.trainings_single_top .trainings_description .main_heading {
} }
@media screen and (max-width: 565px) {
.trainings_single_top .trainings_description .main_heading {
} }
@media screen and (max-width: 767px) {
.trainings_single_top .trainings_description .main_heading {
padding-bottom: 5px; } }
.trainings_single_text {
margin-top: 30px;
}
@media screen and (max-width: 565px) {
.trainings_single_text {
margin-top: 5px;
} }
.supports_page_container {
display: flex;
justify-content: space-between;
align-items: flex-start; }
@media screen and (max-width: 991px) {
.supports_page_container {
flex-direction: column-reverse;
align-items: center; } }
@media screen and (max-width: 565px) {
.supports_page_container .main_heading {
text-align: center;
margin: 20px 0; } }
.supports_page_container .supports_page_descriptions {
max-width: 560px;
width: 100%;
}
@media screen and (max-width: 565px) {
.supports_page_container .supports_page_descriptions {
width: 100%;
padding: 0 20px;
text-align: center; } }
.supports_page_container .supports_page_descriptions p {
padding-top: 30px; }
@media screen and (max-width: 565px) {
.supports_page_container .supports_page_descriptions p {
padding-top: 15px; } }
.supports_page_container .supports_page_descriptions span {
font-weight: 400; }
.supports_page_container .supports_page_privat24 {
margin-top: 50px;
text-align: center;
padding: 60px 50px;
box-shadow: 0px 7px 22px rgba(0, 0, 0, 0.1);
max-width: 420px;
width: 100%;
}
@media screen and (max-width: 991px) {
.supports_page_container .supports_page_privat24 {
margin: 20px 0; } }
@media screen and (max-width: 565px) {
.supports_page_container .supports_page_privat24 {
margin: 0;
padding: 50px 10px; } }
.supports_page_container .supports_page_privat24 p {
margin-top: 15px;
}
.supports_page_container .supports_page_privat24 img {
margin-top: 30px; }
.supports_page_container .supports_page_privat24 .form_post_ligpay {
margin-top: 35px;
display: flex;
flex-direction: column; }
.supports_page_container .supports_page_privat24 .form_post_ligpay .main_btn {
margin-top: 15px; }
.my_analytics_page {
padding: 20px 0 80px; }
@media screen and (max-width: 767px) {
.my_analytics_page {
padding: 10px 0 60px; } }
.my_analytics_page_wr {
margin-top: 25px; }
@media screen and (max-width: 565px) {
.my_analytics_page_wr {
margin-top: 0; } }
.my_analytics_page_block {
margin-top: 25px;
text-align: center;
box-shadow: 0px 7px 22px rgba(0, 0, 0, 0.1); }
.my_analytics_page_block .img {
display: flex;
align-items: flex-start;
height: 225px;
overflow: hidden; }
.my_analytics_page_block .img img {
max-width: 100%;
height: auto; }
.my_analytics_page_block .page_descriptions {
padding: 15px 20px; }
.my_analytics_page_block .page_descriptions .title {
min-height: 96px;
display: flex;
justify-content: center;
align-items: center;
overflow: hidden;
}
@media screen and (max-width: 565px) {
.my_analytics_page_block .page_descriptions .title {
height: auto;
margin-bottom: 20px; } }
.my_analytics_page_block .page_descriptions .main_btn {
margin-top: 10px;
display: block;
padding: 15px 26px; }
.my_video_page {
padding: 20px 0 80px; }
@media screen and (max-width: 767px) {
.my_video_page {
padding: 10px 0 60px; } }
.my_video_page_wr {
margin-top: 25px; }
@media screen and (max-width: 565px) {
.my_video_page_wr {
margin-top: 0; } }
.my_video_page_block {
margin-top: 25px;
text-align: center;
box-shadow: 0px 7px 22px rgba(0, 0, 0, 0.1);
padding: 0 0 10px; }
.my_video_page_block iframe {
width: 100%;
height: 220px; }
.my_video_page_block .title {
display: flex;
align-items: center;
justify-content: center;
height: 40px;
padding: 0 25px;
overflow: hidden;
margin: 10px 0; }
@media screen and (max-width: 565px) {
.my_video_page_block .title {
height: auto;
margin-bottom: 20px; } }@keyframes aslAnFadeInDrop {
0% {
opacity: 0;
transform: translate(0, -50px);
}
100% {
opacity: 1;
transform: translate(0, 0);
}
}
@-webkit-keyframes aslAnFadeInDrop {
0% {
opacity: 0;
transform: translate(0, -50px);
-webkit-transform: translate(0, -50px);
}
100% {
opacity: 1;
transform: translate(0, 0);
-webkit-transform: translate(0, 0);
}
}
@keyframes aslAnFadeOutDrop {
0% {
opacity: 1;
transform: translate(0, 0);
-webkit-transform: translate(0, 0);
}
100% {
opacity: 0;
transform: translate(0, -50px);
-webkit-transform: translate(0, -50px);
}
}
@-webkit-keyframes aslAnFadeOutDrop {
0% {
opacity: 1;
transform: translate(0, 0);
-webkit-transform: translate(0, 0);
}
100% {
opacity: 0;
transform: translate(0, -50px);
-webkit-transform: translate(0, -50px);
}
}
.hiddend {
display: none !important;
}
div.asl_w.asl_an_fadeInDrop,
div.asl_w.asl_an_fadeOutDrop {
-webkit-animation-duration: 100ms;
animation-duration: 100ms;
-webkit-animation-fill-mode: forwards;
animation-fill-mode: forwards;
}
div.asl_w.asl_an_fadeInDrop {
animation-name: aslAnFadeInDrop;
-webkit-animation-name: aslAnFadeInDrop;
}
div.asl_w.asl_an_fadeOutDrop {
animation-name: aslAnFadeOutDrop;
-webkit-animation-name: aslAnFadeOutDrop;
}
div.asl_w.asl_main_container {
transition: width 130ms linear;
-webkit-transition: width 130ms linear;
}
div.asl_w,
div.asl_w *,
div.asl_r,
div.asl_r *,
div.asl_s,
div.asl_s * {
-webkit-box-sizing: content-box;
-moz-box-sizing: content-box;
-ms-box-sizing: content-box;
-o-box-sizing: content-box;
box-sizing: content-box;
padding: 0;
margin: 0;
border: 0;
border-radius: 0;
text-transform: none;
text-shadow: none;
box-shadow: none;
text-decoration: none;
text-align: left;
letter-spacing: normal;
}
div.asl_r,
div.asl_r * {
-webkit-touch-callout: none;
-webkit-user-select: none;
-khtml-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
}
div.asl_r {
box-sizing: border-box;
margin: 12px 0 0 0;
}
div.asl_m .proinput input::-ms-clear {
display: none !important;
width: 0 !important;
height: 0 !important;
}
div.asl_m .proinput input::-ms-reveal {
display: none !important;
width: 0 !important;
height: 0 !important;
}
div.asl_m input[type="search"]::-webkit-search-decoration,
div.asl_m input[type="search"]::-webkit-search-cancel-button,
div.asl_m input[type="search"]::-webkit-search-results-button,
div.asl_m input[type="search"]::-webkit-search-results-decoration {
display: none;
}
div.asl_m input[type="search"] {
appearance: auto !important;
-webkit-appearance: none !important;
}
.clear {
clear: both;
}
.hiddend {
display: none;
}
div.asl_m textarea:focus,
div.asl_m input:focus {
outline: none;
}
div.asl_m {
width: 100%;
height: auto;
border-radius: 0;
background: rgba(255, 255, 255, 0);
overflow: hidden;
position: relative;
z-index: 200;
}
div.asl_m .probox {
width: auto;
border-radius: 5px;
background: #fff;
overflow: hidden;
border: 1px solid #fff;
box-shadow: 1px 0 3px #ccc inset;
display: -webkit-flex;
display: flex;
-webkit-flex-direction: row;
flex-direction: row;
}
div.asl_m .probox .proinput {
width: 1px;
height: 100%;
margin: 0 0 0 10px;
padding: 0 5px;
float: left;
box-shadow: none;
position: relative;
flex: 1 1 auto;
-webkit-flex: 1 1 auto;
order: 5;
-webkit-order: 5;
}
div.asl_m .probox .proinput form {
height: 100%; margin: 0 !important;
padding: 0 !important;
display: block !important;
max-width: unset !important;
}
div.asl_m .probox .proinput input:before,
div.asl_m .probox .proinput input:after,
div.asl_m .probox .proinput form:before,
div.asl_m .probox .proinput form:after {
display: none;
}
div.asl_m .probox .proinput input {
height: 28px;
border: 0;
background: transparent;
width: 100%;
box-shadow: none;
margin: -1px;
padding: 0;
left: 0;
line-height: normal !important;
display: block;
min-height: unset;
max-height: unset;
}
div.asl_m .probox .proinput input::-webkit-input-placeholder {
opacity: .85;
}
div.asl_m .probox .proinput input::-moz-placeholder {
opacity: .85;
}
div.asl_m .probox .proinput input:-ms-input-placeholder {
opacity: .85;
}
div.asl_m .probox .proinput input:-moz-placeholder {
opacity: .85;
}
div.asl_m .proinput input.orig {
padding: 0 !important;
margin: 0 !important;
background: transparent !important;
border: none !important;
background-color: transparent !important;
box-shadow: none !important;
z-index: 10;
position: relative;
}
div.asl_m .proinput input.autocomplete {
padding: 0 !important;
margin: 0;
background: transparent !important;
border: none !important;
background-color: transparent !important;
box-shadow: none !important;
opacity: .2;
}
div.asl_m .probox .proinput input.autocomplete {
border: 0;
background: transparent;
width: 100%;
box-shadow: none;
margin: 0;
margin-top: -28px !important;
padding: 0;
left: 0;
position: relative;
z-index: 9;
}
div.asl_m .probox .proinput.iepaddingfix {
padding-top: 0;
}
div.asl_m .probox .proinput .loading {
width: 32px;
background: #000;
height: 100%;
box-shadow: none;
}
div.asl_m .probox .proloading,
div.asl_m .probox .proclose,
div.asl_m .probox .promagnifier,
div.asl_m .probox .prosettings {
width: 20px;
height: 20px;
background: none;
background-size: 20px 20px;
float: right;
box-shadow: none;
margin: 0;
padding: 0;
text-align: center;
flex: 0 0 auto;
-webkit-flex: 0 0 auto;
z-index: 100;
}
div.asl_m .probox .promagnifier {
order: 10;
-webkit-order: 10;
}
div.asl_m .probox .prosettings {
order: 1;
-webkit-order: 1;
}
div.asl_m .probox .proloading,
div.asl_m .probox .proclose {
background-position: center center;
display: none;
background-size: auto;
background-repeat: no-repeat;
background-color: transparent;
order: 6;
-webkit-order: 6;
}
div.asl_m .probox .proclose {
position: relative;
cursor: pointer;
}
div.asl_m .probox .promagnifier .innericon,
div.asl_m .probox .prosettings .innericon,
div.asl_m .probox .proclose .innericon {
background-size: 20px 20px;
background-position: center center;
background-repeat: no-repeat;
background-color: transparent;
width: 100%;
height: 100%;
text-align: center;
overflow: hidden;
line-height: initial;
display: block;
}
div.asl_m .probox .promagnifier .innericon svg,
div.asl_m .probox .prosettings .innericon svg,
div.asl_m .probox .proloading svg {
height: 100%;
width: 22px;
vertical-align: baseline;
display: inline-block;
}
div.asl_m .probox .proloading {
padding: 2px;
box-sizing: border-box;
}
div.asl_m .probox div.asl_loader,
div.asl_m .probox div.asl_loader * {
box-sizing: border-box !important;
margin: 0;
padding: 0;
box-shadow: none;
}
div.asl_m .probox div.asl_loader {
box-sizing: border-box;
display: flex;
flex: 0 1 auto;
flex-direction: column;
flex-grow: 0;
flex-shrink: 0;
flex-basis: 28px;
max-width: 100%;
max-height: 100%;
width: 100%;
height: 100%;
align-items: center;
justify-content: center;
}
div.asl_m .probox div.asl_loader-inner {
width: 100%;
margin: 0 auto;
text-align: center;
height: 100%;
}
@-webkit-keyframes rotate-simple {
0% {
-webkit-transform: rotate(0deg);
transform: rotate(0deg);
}
50% {
-webkit-transform: rotate(180deg);
transform: rotate(180deg);
}
100% {
-webkit-transform: rotate(360deg);
transform: rotate(360deg);
}
}
@keyframes rotate-simple {
0% {
-webkit-transform: rotate(0deg);
transform: rotate(0deg);
}
50% {
-webkit-transform: rotate(180deg);
transform: rotate(180deg);
}
100% {
-webkit-transform: rotate(360deg);
transform: rotate(360deg);
}
}
div.asl_m .probox div.asl_simple-circle {
margin: 0;
height: 100%;
width: 100%;
animation: rotate-simple .8s infinite linear;
-webkit-animation: rotate-simple .8s infinite linear;
border: 4px solid #fff;
border-right-color: transparent !important;
border-radius: 50%;
box-sizing: border-box;
}
div.asl_m .probox .proclose svg {
background: #333;
border-radius: 50%;
position: absolute;
top: 50%;
width: 20px;
height: 20px;
margin-top: -10px;
left: 50%;
margin-left: -10px;
fill: #fefefe;
padding: 4px;
box-sizing: border-box;
box-shadow: 0 0 0 2px rgba(255, 255, 255, .9);
}
div.asl_r * {
text-decoration: none;
text-shadow: none;
}
div.asl_r .results .asl_nores {
overflow: hidden;
width: auto;
height: 100%;
line-height: initial;
text-align: center;
margin: 0;
background: #fff;
padding: 10px 3px;
color: #222;
}
div.asl_r.horizontal {
padding: 2px 0 10px;
}
div.asl_r.horizontal .results .nores {
background: transparent;
}
div.asl_r .results {
overflow: hidden;
width: auto;
height: 0;
margin: 0;
padding: 0;
}
div.asl_r.horizontal .results {
height: auto;
width: auto;
}
div.asl_r .results .item {
overflow: hidden;
width: auto;
margin: 0;
padding: 3px;
position: relative;
background: #f4f4f4;
border-left: 1px solid rgba(255, 255, 255, .6);
border-right: 1px solid rgba(255, 255, 255, .4);
animation-delay: 0s;
animation-duration: 1s;
animation-fill-mode: both;
animation-timing-function: ease;
backface-visibility: hidden;
-webkit-animation-delay: 0s;
-webkit-animation-duration: 1s;
-webkit-animation-fill-mode: both;
-webkit-animation-timing-function: ease;
-webkit-backface-visibility: hidden;
}
div.asl_r.vertical .results .item:last-child {
margin-bottom: 0;
}
div.asl_r.vertical .results .item:last-child:after {
height: 0;
margin: 0;
width: 0;
}
div.asl_r .results .item .asl_image {
overflow: hidden;
background: transparent;
margin: 2px 8px 0 0;
padding: 0;
float: left;
background-position: center;
background-size: cover;
}
div.asl_r .results .item .asl_image img {
width: 100%;
height: 100%;
}
div.asl_r .results .item .asl_content {
overflow: hidden;
height: auto;
background: transparent;
margin: 0;
padding: 3px 3px 5px 3px;
}
div.asl_r .results .item .asl_content h3 {
margin: 0;
padding: 0;
display: inline;
line-height: inherit;
}
div.asl_r .results .item .asl_content .asl_desc {
margin-top: 4px;
font-size: 12px;
line-height: 18px;
}
div.asl_r .results .item div.etc {
margin-top: 4px;
}
div.asl_r .results a span.overlap {
position: absolute;
width: 100%;
height: 100%;
top: 0;
left: 0;
z-index: 1;
}
div.asl_r p.showmore {
text-align: center;
padding: 0;
margin: 0;
font-weight: normal;
font-family: Open Sans;
color: #055e94;
font-size: 12px;
line-height: 30px;
text-shadow: 0 0 0 rgba(255, 255, 255, 0);
background-color: #fff;
margin-top: 3px;
cursor: pointer;
}
div.asl_r p.showmore span {
font-weight: normal;
font-family: Open Sans;
color: #055e94;
font-size: 12px;
line-height: 30px;
text-shadow: 0 0 0 rgba(255, 255, 255, 0);
display: block;
text-align: center;
cursor: pointer;
}
.results .asl_nores .asl_keyword {
padding: 0 6px;
cursor: pointer;
font-weight: bold;
font-family: Open Sans;
}
div.asl_r .resdrg {
height: auto;
}
div.asl_w .group:first-of-type {
margin: 0 0 -3px;
}
div.asl_s.searchsettings {
width: 200px;
height: auto;
position: absolute;
display: none;
z-index: 1101;
border-radius: 0 0 3px 3px;
visibility: hidden;
padding: 0;
}
div.asl_s.searchsettings form {
display: flex;
flex-wrap: wrap;
margin: 0 0 12px 0 !important;
padding: 0 !important;
}
div.asl_s.searchsettings .asl_option_inner {
margin: 2px 10px 0 10px;
*padding-bottom: 10px;
}
div.asl_s.searchsettings.ie78 .asl_option_inner {
margin-bottom: 0 !important;
padding-bottom: 0 !important;
}
div.asl_s.searchsettings .asl_option_label {
font-size: 14px;
line-height: 20px !important;
margin: 0;
width: 150px;
text-shadow: none;
padding: 0;
min-height: 20px;
border: none;
background: transparent;
float: none;
}
div.asl_s.searchsettings .asl_option_inner input[type=checkbox] {
display: none !important;
}
div.asl_s.searchsettings.ie78 .asl_option_inner input[type=checkbox] {
display: block;
}
div.asl_s.searchsettings.ie78 .asl_option_label {
float: right !important;
}
div.asl_s.searchsettings .asl_option {
display: flex;
flex-direction: row;
-webkit-flex-direction: row;
align-items: flex-start;
margin: 0 0 10px 0;
cursor: pointer;
}
div.asl_s.searchsettings .asl_option.asl-o-last,
div.asl_s.searchsettings .asl_option:last-child {
margin-bottom: 0;
}
div.asl_s.searchsettings .asl_option_inner {
width: 17px;
height: 17px;
position: relative;
flex-grow: 0;
-webkit-flex-grow: 0;
flex-shrink: 0;
-webkit-flex-shrink: 0;
}
div.asl_s.searchsettings .asl_option_inner .asl_option_checkbox {
cursor: pointer;
position: absolute;
width: 17px;
height: 17px;
top: 0;
padding: 0;
border-radius: 2px;
-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .5), 0 1px 0 rgba(255, 255, 255, .2);
-moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .5), 0 1px 0 rgba(255, 255, 255, .2);
box-shadow: inset 0 1px 1px rgba(0, 0, 0, .5), 0 1px 0 rgba(255, 255, 255, .2);
overflow: hidden;
font-size: 0 !important;
color: rgba(0, 0, 0, 0);
} div.asl_r.vertical .results,
div.asl_s.searchsettings .asl_sett_scroll {
scrollbar-width: thin;
scrollbar-color: rgba(0, 0, 0, 0.5) transparent;
}
div.asl_r.vertical .results {
scrollbar-color: rgba(0, 0, 0, 0.5) rgb(255,255,255);
}
div.asl_r.vertical .results::-webkit-scrollbar {
width: 10px;
}
div.asl_s.searchsettings .asl_sett_scroll::-webkit-scrollbar {
width: 6px;
}
div.asl_s.searchsettings .asl_sett_scroll::-webkit-scrollbar-track {
background: transparent;
box-shadow: inset 0 0 12px 12px transparent;
border: none;
}
div.asl_r.vertical .results::-webkit-scrollbar-track {
background: rgb(255, 255, 255);
box-shadow: inset 0 0 12px 12px transparent;
border: solid 2px transparent;
}
div.asl_r.vertical .results::-webkit-scrollbar-thumb,
div.asl_s.searchsettings .asl_sett_scroll::-webkit-scrollbar-thumb {
background: transparent;
box-shadow: inset 0 0 12px 12px rgba(0, 0, 0, 0);
border: solid 2px transparent;
border-radius: 12px;
}
div.asl_s.searchsettings .asl_sett_scroll::-webkit-scrollbar-thumb {
border: none;
}
div.asl_r.vertical:hover .results::-webkit-scrollbar-thumb,
div.asl_s.searchsettings:hover .asl_sett_scroll::-webkit-scrollbar-thumb {
box-shadow: inset 0 0 12px 12px rgba(0, 0, 0, 0.5);
}
@media (hover: none), (max-width: 500px) {
div.asl_r.vertical .results::-webkit-scrollbar-thumb,
div.asl_s.searchsettings .asl_sett_scroll::-webkit-scrollbar-thumb {
box-shadow: inset 0 0 12px 12px rgba(0, 0, 0, 0.5);
}
} div.asl_s.searchsettings .asl_option_inner .asl_option_checkbox:after {
opacity: 0;
font-family: 'aslsicons2';
content: "\e800";
font-weight: normal !important;
background: transparent;
border: none !important;
box-sizing: content-box;
color: #fff;
height: 100%;
width: 100%;
padding: 0 !important;
margin: 1px 0 0 0 !important;
line-height: 17px;
text-align: center;
text-decoration: none;
text-shadow: none;
display: block;
font-size: 11px !important;
position: absolute;
top: 0;
left: 0;
z-index: 1;
}
div.asl_s.searchsettings.ie78 .asl_option_inner .asl_option_checkbox:after {
display: none;
}
div.asl_s.searchsettings .asl_option_inner .asl_option_checkbox:hover::after {
opacity: .3;
}
div.asl_s.searchsettings .asl_option_inner input[type=checkbox]:checked+.asl_option_checkbox:after {
opacity: 1;
}
div.asl_s.searchsettings fieldset {
position: relative;
float: left;
}
div.asl_s.searchsettings fieldset {
background: transparent;
font-size: .9em;
margin: 12px 0 0 !important;
padding: 0;
width: 192px;
}
div.asl_s.searchsettings fieldset .asl_option_label {
width: 130px;
display: block;
}
div.asl_s.searchsettings form fieldset legend {
padding: 5px 0 8px 10px;
}
#asl_hidden_data {
display: none !important;
}
.asl_r .item { .asl__af-tt-container {
position: relative;
z-index: 2;
.asl__af-tt-link {
transition: opacity 0.2s;
&:hover {
opacity: 0.7;
}
}
}
.average-rating {
--percent: 0%;
--color: #2EA3F2;
--bg-color: rgba(0,0,0,0.2);
--size: 17px;
position: relative;
appearance: none;
width: auto;
display: inline-block;
vertical-align: baseline;
font-size: var(--size);
line-height: calc(var(--size) - 15%);
color: var(--bg-color);
background: linear-gradient(90deg, var(--color) var(--percent), var(--bg-color) var(--percent));
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
}
}
.asl_r .item {
.price {
--regular-price-color: #666;
--sale_price_color: #666;
color: var(--regular-price-color);
del {
opacity: .5;
display: inline-block;
text-decoration: line-through;
color: var(--regular-price-color);
}
ins {
margin-left: 0.5em;
text-decoration: none;
font-weight: 700;
display: inline-block;
color: var(--sale_price_color);
}
}
.add-to-cart-container {
display: flex;
flex-wrap: wrap;
align-items: center;
position: relative;
z-index: 10;
width: 100%;
margin: 12px 0;
.add-to-cart-quantity {
padding: 8px 0 8px 8px;
background: #eaeaea;
width: 32px;
border-radius: 4px 0 0 4px;
height: 18px;
min-height: unset;
display: inline-block;
font-size: 13px;
line-height: normal;
}
.add-to-cart-button {
padding: 8px;
border-radius: 4px;
background: #6246d7;
color: white;
height: 18px;
min-height: unset;
display: block;
text-align: center;
min-width: 90px;
font-size: 13px;
line-height: normal;
&.add-to-cart-variable {
border-radius: 4px;
}
&.loading {
content: url("data:image/svg+xml,%3Csvg width='38' height='38' viewBox='0 0 38 38' xmlns='http://www.w3.org/2000/svg' stroke='%23fff'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg transform='translate(1 1)' stroke-width='2'%3E%3Ccircle stroke-opacity='.5' cx='18' cy='18' r='18'/%3E%3Cpath d='M36 18c0-9.94-8.06-18-18-18'%3E%3CanimateTransform attributeName='transform' type='rotate' from='0 18 18' to='360 18 18' dur='1s' repeatCount='indefinite'/%3E%3C/path%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
}
}
a.added_to_cart {
flex-basis: 100%;
margin-top: 8px;
}
}
.add-to-cart-container:has(.add-to-cart-quantity) {
.add-to-cart-button {
border-radius: 0 4px 4px 0;
}
}
}
.rtl .asl_content,
.rtl .asl_nores,
.rtl .asl_content *,
.rtl .asl_nores *,
.rtl .searchsettings form {
text-align: right !important;
direction: rtl !important;
}
.rtl .asl_nores>* {
display: inline-block;
}
.rtl div.asl_r .results .item .asl_image {
float: right;
margin: 2px 0 0 8px;
}
.rtl .searchsettings .asl_option {
flex-direction: row-reverse !important;
-webkit-flex-direction: row-reverse !important;
}
.rtl .asl_option {
direction: ltr;
}
.rtl .asl_label,
.rtl .asl_option div.asl_option_label {
text-align: right !important;
}
.rtl .asl_label {
max-width: 1000px !important;
width: 100%;
direction: rtl !important;
}
.rtl .asl_label input[type=radio] {
margin: 0 0 0 6px !important;
}
.rtl .asl_option_cat_level-0 div.asl_option_label {
font-weight: bold !important;
}
.rtl fieldset .asl_option_cat_level-1 {
margin-right: 12px !important;
margin-left: 0;
}
.rtl fieldset .asl_option_cat_level-2 {
margin-right: 24px !important;
margin-left: 0;
}
.rtl fieldset .asl_option_cat_level-3 {
margin-right: 36px !important;
margin-left: 0;
}
.rtl .searchsettings legend {
text-align: right !important;
display: block;
width: 100%;
}
.rtl .searchsettings input[type=text],
.rtl .searchsettings select {
direction: rtl !important;
text-align: right !important;
}
.rtl div.asl_w.asl_s.searchsettings form,
.rtl div.asl_w.asl_sb.searchsettings form {
flex-direction: row-reverse !important;
}
.rtl div.horizontal.asl_r div.item {
float: right !important;
}
.rtl p.asl-try {
direction: rtl;
text-align: right;
margin-right: 10px;
width: auto !important;
}