/*! * Bootstrap v4.1.0 (https://getbootstrap.com/) * Copyright 2011-2018 The Bootstrap Authors * Copyright 2011-2018 Twitter, Inc. * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE) */
:root{
    --color-blue: #007bff;
    --color-indigo: #6610f2;
    --color-purple: #6f42c1;
    --color-pink: #e83e8c;
    --color-red: #E94C3D;
    --color-orange: #fd7e14;
    --color-yellow: #ffc107;
    --color-green: #28a745;
    --color-teal: #20c997;
    --color-cyan: #17a2b8;
    --color-white: #fff;
    --color-gray: #6c757d;
    --color-gray-dark: #343a40;
    --color-primary: #007bff;
    --color-secondary: #6c757d;
    --color-success: #28a745;
    --color-info: #17a2b8;
    --color-warning: #ffc107;
    --color-danger: #E94C3D;
    --color-light: #f8f9fa;
    --color-dark: #343a40;
    --breakpoint-xs: 0;
    --breakpoint-sm: 576px;
    --breakpoint-md: 768px;
    --breakpoint-lg: 992px;
    --breakpoint-xl: 1024px;
    --font-family-sans-serif: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
    --font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace
}
*,*::before,*::after{
    -webkit-box-sizing:border-box;
    box-sizing:border-box
}
* {
    scroll-behavior: smooth;
    scrollbar-width: thin;
    scrollbar-color: #FAA52C #fff;
}
*::-webkit-scrollbar {
    width: 8px;
}
*::-webkit-scrollbar-track {
    background: #fff;
}
*::-webkit-scrollbar-thumb {
    background-color: #FAA52C;
    border-radius: 8px;
    border: 4px solid #fff;
}

html{
    font-family:sans-serif;
    line-height:1.15;
    -webkit-text-size-adjust:100%;
    -ms-text-size-adjust:100%;
    -ms-overflow-style:scrollbar;
    -webkit-tap-highlight-color:rgba(0,0,0,0)
}
@-ms-viewport{
    width:device-width
}
article,aside,dialog,figcaption,figure,footer,header,hgroup,main,nav,section{
    display:block
}
body{
    margin:0;
    font-family:-apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
    font-size:1rem;
    font-weight:400;
    line-height:1.5;
    color:#212529;
    text-align:left;
    background-color:#fff
}
[tabindex="-1"]:focus{
    outline:0 !important
}
hr{
    -webkit-box-sizing:content-box;
    box-sizing:content-box;
    height:0;
    overflow:visible
}
h1,h2,h3,h4,h5,h6{
    margin-top:0;
    margin-bottom:0.5rem
}
p{
    margin-top:0;
    margin-bottom:1rem
}
abbr[title],abbr[data-original-title]{
    text-decoration:underline;
    -webkit-text-decoration:underline dotted;
    text-decoration:underline dotted;
    cursor:help;
    border-bottom:0
}
address{
    margin-bottom:1rem;
    font-style:normal;
    line-height:inherit
}
ol,ul,dl{
    margin-top:0;
    margin-bottom:1rem
}
ol ol,ul ul,ol ul,ul ol{
    margin-bottom:0
}
dt{
    font-weight:700
}
dd{
    margin-bottom:.5rem;
    margin-left:0
}
blockquote{
    margin:0 0 1rem
}
dfn{
    font-style:italic
}
b,strong{
    font-weight:bolder
}
small{
    font-size:80%
}
sub,sup{
    position:relative;
    font-size:75%;
    line-height:0;
    vertical-align:baseline
}
sub{
    bottom:-.25em
}
sup{
    top:-.5em
}
a{
    color:#007bff;
    text-decoration:none;
    background-color:transparent;
    -webkit-text-decoration-skip:objects
}
a:hover{
    color:#0056b3;
    text-decoration:underline
}
a:not([href]):not([tabindex]){
    color:inherit;
    text-decoration:none
}
a:not([href]):not([tabindex]):hover,a:not([href]):not([tabindex]):focus{
    color:inherit;
    text-decoration:none
}
a:not([href]):not([tabindex]):focus{
    outline:0
}
pre,code,kbd,samp{
    font-family:monospace, monospace;
    font-size:1em
}
pre{
    margin-top:0;
    margin-bottom:1rem;
    overflow:auto;
    -ms-overflow-style:scrollbar
}
figure{
    margin:0 0 1rem
}
img{
    vertical-align:middle;
    border-style:none
}
svg:not(:root){
    overflow:hidden
}
table{
    border-collapse:collapse
}
caption{
    padding-top:0.75rem;
    padding-bottom:0.75rem;
    color:#6c757d;
    text-align:left;
    caption-side:bottom
}
th{
    text-align:inherit
}
label{
    display:inline-block;
    margin-bottom:0.5rem
}
button{
    border-radius:0
}
button:focus{
    outline:1px dotted;
    outline:5px auto -webkit-focus-ring-color
}
input,button,select,optgroup,textarea{
    margin:0;
    font-family:inherit;
    font-size:inherit;
    line-height:inherit
}
button,input{
    overflow:visible
}
button,select{
    text-transform:none
}
button,html [type="button"],[type="reset"],[type="submit"]{
    -webkit-appearance:button
}
button::-moz-focus-inner,[type="button"]::-moz-focus-inner,[type="reset"]::-moz-focus-inner,[type="submit"]::-moz-focus-inner{
    padding:0;
    border-style:none
}
input[type="radio"],input[type="checkbox"]{
    -webkit-box-sizing:border-box;
    box-sizing:border-box;
    padding:0
}
input[type="date"],input[type="time"],input[type="datetime-local"],input[type="month"]{
    -webkit-appearance:listbox
}
textarea{
    overflow:auto;
    resize:vertical
}
fieldset{
    min-width:0;
    padding:0;
    margin:0;
    border:0
}
legend{
    display:block;
    width:100%;
    max-width:100%;
    padding:0;
    margin-bottom:.5rem;
    font-size:1.5rem;
    line-height:inherit;
    color:inherit;
    white-space:normal
}
progress{
    vertical-align:baseline
}
[type="number"]::-webkit-inner-spin-button,[type="number"]::-webkit-outer-spin-button{
    height:auto
}
[type="search"]{
    outline-offset:-2px;
    -webkit-appearance:none
}
[type="search"]::-webkit-search-cancel-button,[type="search"]::-webkit-search-decoration{
    -webkit-appearance:none
}
::-webkit-file-upload-button{
    font:inherit;
    -webkit-appearance:button
}
output{
    display:inline-block
}
summary{
    display:list-item;
    cursor:pointer
}
template{
    display:none
}
[hidden]{
    display:none !important
}
.container{
    width:100%;
    padding-right:8px;
    padding-left:8px;
    margin-right:auto;
    margin-left:auto
}
@media (min-width: 576px){
    .container{
        max-width:576px
    }
}
@media (min-width: 768px){
    .container{
        max-width:768px
    }
}
@media (min-width: 992px){
    .container{
        max-width:992px
    }
}
@media (min-width: 1024px){
    .container{
        max-width:1024px
    }
}
.container-fluid{
    width:100%;
    padding-right:8px;
    padding-left:8px;
    margin-right:auto;
    margin-left:auto
}
.row{
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    -ms-flex-wrap:wrap;
    flex-wrap:wrap;
    margin-right:-8px;
    margin-left:-8px
}
.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%;
    min-height:1px;
    padding-right:8px;
    padding-left:8px
}
.col{
    -ms-flex-preferred-size:0;
    flex-basis:0;
    -webkit-box-flex:1;
    -ms-flex-positive:1;
    flex-grow:1;
    max-width:100%
}
.col-auto{
    -webkit-box-flex:0;
    -ms-flex:0 0 auto;
    flex:0 0 auto;
    width:auto;
    max-width:none
}
.col-1{
    -webkit-box-flex:0;
    -ms-flex:0 0 8.33333%;
    flex:0 0 8.33333%;
    max-width:8.33333%
}
.col-2{
    -webkit-box-flex:0;
    -ms-flex:0 0 16.66667%;
    flex:0 0 16.66667%;
    max-width:16.66667%
}
.col-3{
    -webkit-box-flex:0;
    -ms-flex:0 0 25%;
    flex:0 0 25%;
    max-width:25%
}
.col-4{
    -webkit-box-flex:0;
    -ms-flex:0 0 33.33333%;
    flex:0 0 33.33333%;
    max-width:33.33333%
}
.col-5{
    -webkit-box-flex:0;
    -ms-flex:0 0 41.66667%;
    flex:0 0 41.66667%;
    max-width:41.66667%
}
.col-6{
    -webkit-box-flex:0;
    -ms-flex:0 0 50%;
    flex:0 0 50%;
    max-width:50%
}
.col-7{
    -webkit-box-flex:0;
    -ms-flex:0 0 58.33333%;
    flex:0 0 58.33333%;
    max-width:58.33333%
}
.col-8{
    -webkit-box-flex:0;
    -ms-flex:0 0 66.66667%;
    flex:0 0 66.66667%;
    max-width:66.66667%
}
.col-9{
    -webkit-box-flex:0;
    -ms-flex:0 0 75%;
    flex:0 0 75%;
    max-width:75%
}
.col-10{
    -webkit-box-flex:0;
    -ms-flex:0 0 83.33333%;
    flex:0 0 83.33333%;
    max-width:83.33333%
}
.col-11{
    -webkit-box-flex:0;
    -ms-flex:0 0 91.66667%;
    flex:0 0 91.66667%;
    max-width:91.66667%
}
.col-12{
    -webkit-box-flex:0;
    -ms-flex:0 0 100%;
    flex:0 0 100%;
    max-width:100%
}
.order-first{
    -webkit-box-ordinal-group:0;
    -ms-flex-order:-1;
    order:-1
}
.order-last{
    -webkit-box-ordinal-group:14;
    -ms-flex-order:13;
    order:13
}
.order-0{
    -webkit-box-ordinal-group:1;
    -ms-flex-order:0;
    order:0
}
.order-1{
    -webkit-box-ordinal-group:2;
    -ms-flex-order:1;
    order:1
}
.order-2{
    -webkit-box-ordinal-group:3;
    -ms-flex-order:2;
    order:2
}
.order-3{
    -webkit-box-ordinal-group:4;
    -ms-flex-order:3;
    order:3
}
.order-4{
    -webkit-box-ordinal-group:5;
    -ms-flex-order:4;
    order:4
}
.order-5{
    -webkit-box-ordinal-group:6;
    -ms-flex-order:5;
    order:5
}
.order-6{
    -webkit-box-ordinal-group:7;
    -ms-flex-order:6;
    order:6
}
.order-7{
    -webkit-box-ordinal-group:8;
    -ms-flex-order:7;
    order:7
}
.order-8{
    -webkit-box-ordinal-group:9;
    -ms-flex-order:8;
    order:8
}
.order-9{
    -webkit-box-ordinal-group:10;
    -ms-flex-order:9;
    order:9
}
.order-10{
    -webkit-box-ordinal-group:11;
    -ms-flex-order:10;
    order:10
}
.order-11{
    -webkit-box-ordinal-group:12;
    -ms-flex-order:11;
    order:11
}
.order-12{
    -webkit-box-ordinal-group:13;
    -ms-flex-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{
        -ms-flex-preferred-size:0;
        flex-basis:0;
        -webkit-box-flex:1;
        -ms-flex-positive:1;
        flex-grow:1;
        max-width:100%
    }
    .col-sm-auto{
        -webkit-box-flex:0;
        -ms-flex:0 0 auto;
        flex:0 0 auto;
        width:auto;
        max-width:none
    }
    .col-sm-1{
        -webkit-box-flex:0;
        -ms-flex:0 0 8.33333%;
        flex:0 0 8.33333%;
        max-width:8.33333%
    }
    .col-sm-2{
        -webkit-box-flex:0;
        -ms-flex:0 0 16.66667%;
        flex:0 0 16.66667%;
        max-width:16.66667%
    }
    .col-sm-3{
        -webkit-box-flex:0;
        -ms-flex:0 0 25%;
        flex:0 0 25%;
        max-width:25%
    }
    .col-sm-4{
        -webkit-box-flex:0;
        -ms-flex:0 0 33.33333%;
        flex:0 0 33.33333%;
        max-width:33.33333%
    }
    .col-sm-5{
        -webkit-box-flex:0;
        -ms-flex:0 0 41.66667%;
        flex:0 0 41.66667%;
        max-width:41.66667%
    }
    .col-sm-6{
        -webkit-box-flex:0;
        -ms-flex:0 0 50%;
        flex:0 0 50%;
        max-width:50%
    }
    .col-sm-7{
        -webkit-box-flex:0;
        -ms-flex:0 0 58.33333%;
        flex:0 0 58.33333%;
        max-width:58.33333%
    }
    .col-sm-8{
        -webkit-box-flex:0;
        -ms-flex:0 0 66.66667%;
        flex:0 0 66.66667%;
        max-width:66.66667%
    }
    .col-sm-9{
        -webkit-box-flex:0;
        -ms-flex:0 0 75%;
        flex:0 0 75%;
        max-width:75%
    }
    .col-sm-10{
        -webkit-box-flex:0;
        -ms-flex:0 0 83.33333%;
        flex:0 0 83.33333%;
        max-width:83.33333%
    }
    .col-sm-11{
        -webkit-box-flex:0;
        -ms-flex:0 0 91.66667%;
        flex:0 0 91.66667%;
        max-width:91.66667%
    }
    .col-sm-12{
        -webkit-box-flex:0;
        -ms-flex:0 0 100%;
        flex:0 0 100%;
        max-width:100%
    }
    .order-sm-first{
        -webkit-box-ordinal-group:0;
        -ms-flex-order:-1;
        order:-1
    }
    .order-sm-last{
        -webkit-box-ordinal-group:14;
        -ms-flex-order:13;
        order:13
    }
    .order-sm-0{
        -webkit-box-ordinal-group:1;
        -ms-flex-order:0;
        order:0
    }
    .order-sm-1{
        -webkit-box-ordinal-group:2;
        -ms-flex-order:1;
        order:1
    }
    .order-sm-2{
        -webkit-box-ordinal-group:3;
        -ms-flex-order:2;
        order:2
    }
    .order-sm-3{
        -webkit-box-ordinal-group:4;
        -ms-flex-order:3;
        order:3
    }
    .order-sm-4{
        -webkit-box-ordinal-group:5;
        -ms-flex-order:4;
        order:4
    }
    .order-sm-5{
        -webkit-box-ordinal-group:6;
        -ms-flex-order:5;
        order:5
    }
    .order-sm-6{
        -webkit-box-ordinal-group:7;
        -ms-flex-order:6;
        order:6
    }
    .order-sm-7{
        -webkit-box-ordinal-group:8;
        -ms-flex-order:7;
        order:7
    }
    .order-sm-8{
        -webkit-box-ordinal-group:9;
        -ms-flex-order:8;
        order:8
    }
    .order-sm-9{
        -webkit-box-ordinal-group:10;
        -ms-flex-order:9;
        order:9
    }
    .order-sm-10{
        -webkit-box-ordinal-group:11;
        -ms-flex-order:10;
        order:10
    }
    .order-sm-11{
        -webkit-box-ordinal-group:12;
        -ms-flex-order:11;
        order:11
    }
    .order-sm-12{
        -webkit-box-ordinal-group:13;
        -ms-flex-order: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{
        -ms-flex-preferred-size:0;
        flex-basis:0;
        -webkit-box-flex:1;
        -ms-flex-positive:1;
        flex-grow:1;
        max-width:100%
    }
    .col-md-auto{
        -webkit-box-flex:0;
        -ms-flex:0 0 auto;
        flex:0 0 auto;
        width:auto;
        max-width:none
    }
    .col-md-1{
        -webkit-box-flex:0;
        -ms-flex:0 0 8.33333%;
        flex:0 0 8.33333%;
        max-width:8.33333%
    }
    .col-md-2{
        -webkit-box-flex:0;
        -ms-flex:0 0 16.66667%;
        flex:0 0 16.66667%;
        max-width:16.66667%
    }
    .col-md-3{
        -webkit-box-flex:0;
        -ms-flex:0 0 25%;
        flex:0 0 25%;
        max-width:25%
    }
    .col-md-4{
        -webkit-box-flex:0;
        -ms-flex:0 0 33.33333%;
        flex:0 0 33.33333%;
        max-width:33.33333%
    }
    .col-md-5{
        -webkit-box-flex:0;
        -ms-flex:0 0 41.66667%;
        flex:0 0 41.66667%;
        max-width:41.66667%
    }
    .col-md-6{
        -webkit-box-flex:0;
        -ms-flex:0 0 50%;
        flex:0 0 50%;
        max-width:50%
    }
    .col-md-7{
        -webkit-box-flex:0;
        -ms-flex:0 0 58.33333%;
        flex:0 0 58.33333%;
        max-width:58.33333%
    }
    .col-md-8{
        -webkit-box-flex:0;
        -ms-flex:0 0 66.66667%;
        flex:0 0 66.66667%;
        max-width:66.66667%
    }
    .col-md-9{
        -webkit-box-flex:0;
        -ms-flex:0 0 75%;
        flex:0 0 75%;
        max-width:75%
    }
    .col-md-10{
        -webkit-box-flex:0;
        -ms-flex:0 0 83.33333%;
        flex:0 0 83.33333%;
        max-width:83.33333%
    }
    .col-md-11{
        -webkit-box-flex:0;
        -ms-flex:0 0 91.66667%;
        flex:0 0 91.66667%;
        max-width:91.66667%
    }
    .col-md-12{
        -webkit-box-flex:0;
        -ms-flex:0 0 100%;
        flex:0 0 100%;
        max-width:100%
    }
    .order-md-first{
        -webkit-box-ordinal-group:0;
        -ms-flex-order:-1;
        order:-1
    }
    .order-md-last{
        -webkit-box-ordinal-group:14;
        -ms-flex-order:13;
        order:13
    }
    .order-md-0{
        -webkit-box-ordinal-group:1;
        -ms-flex-order:0;
        order:0
    }
    .order-md-1{
        -webkit-box-ordinal-group:2;
        -ms-flex-order:1;
        order:1
    }
    .order-md-2{
        -webkit-box-ordinal-group:3;
        -ms-flex-order:2;
        order:2
    }
    .order-md-3{
        -webkit-box-ordinal-group:4;
        -ms-flex-order:3;
        order:3
    }
    .order-md-4{
        -webkit-box-ordinal-group:5;
        -ms-flex-order:4;
        order:4
    }
    .order-md-5{
        -webkit-box-ordinal-group:6;
        -ms-flex-order:5;
        order:5
    }
    .order-md-6{
        -webkit-box-ordinal-group:7;
        -ms-flex-order:6;
        order:6
    }
    .order-md-7{
        -webkit-box-ordinal-group:8;
        -ms-flex-order:7;
        order:7
    }
    .order-md-8{
        -webkit-box-ordinal-group:9;
        -ms-flex-order:8;
        order:8
    }
    .order-md-9{
        -webkit-box-ordinal-group:10;
        -ms-flex-order:9;
        order:9
    }
    .order-md-10{
        -webkit-box-ordinal-group:11;
        -ms-flex-order:10;
        order:10
    }
    .order-md-11{
        -webkit-box-ordinal-group:12;
        -ms-flex-order:11;
        order:11
    }
    .order-md-12{
        -webkit-box-ordinal-group:13;
        -ms-flex-order: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{
        -ms-flex-preferred-size:0;
        flex-basis:0;
        -webkit-box-flex:1;
        -ms-flex-positive:1;
        flex-grow:1;
        max-width:100%
    }
    .col-lg-auto{
        -webkit-box-flex:0;
        -ms-flex:0 0 auto;
        flex:0 0 auto;
        width:auto;
        max-width:none
    }
    .col-lg-1{
        -webkit-box-flex:0;
        -ms-flex:0 0 8.33333%;
        flex:0 0 8.33333%;
        max-width:8.33333%
    }
    .col-lg-2{
        -webkit-box-flex:0;
        -ms-flex:0 0 16.66667%;
        flex:0 0 16.66667%;
        max-width:16.66667%
    }
    .col-lg-3{
        -webkit-box-flex:0;
        -ms-flex:0 0 25%;
        flex:0 0 25%;
        max-width:25%
    }
    .col-lg-4{
        -webkit-box-flex:0;
        -ms-flex:0 0 33.33333%;
        flex:0 0 33.33333%;
        max-width:33.33333%
    }
    .col-lg-5{
        -webkit-box-flex:0;
        -ms-flex:0 0 41.66667%;
        flex:0 0 41.66667%;
        max-width:41.66667%
    }
    .col-lg-6{
        -webkit-box-flex:0;
        -ms-flex:0 0 50%;
        flex:0 0 50%;
        max-width:50%
    }
    .col-lg-7{
        -webkit-box-flex:0;
        -ms-flex:0 0 58.33333%;
        flex:0 0 58.33333%;
        max-width:58.33333%
    }
    .col-lg-8{
        -webkit-box-flex:0;
        -ms-flex:0 0 66.66667%;
        flex:0 0 66.66667%;
        max-width:66.66667%
    }
    .col-lg-9{
        -webkit-box-flex:0;
        -ms-flex:0 0 75%;
        flex:0 0 75%;
        max-width:75%
    }
    .col-lg-10{
        -webkit-box-flex:0;
        -ms-flex:0 0 83.33333%;
        flex:0 0 83.33333%;
        max-width:83.33333%
    }
    .col-lg-11{
        -webkit-box-flex:0;
        -ms-flex:0 0 91.66667%;
        flex:0 0 91.66667%;
        max-width:91.66667%
    }
    .col-lg-12{
        -webkit-box-flex:0;
        -ms-flex:0 0 100%;
        flex:0 0 100%;
        max-width:100%
    }
    .order-lg-first{
        -webkit-box-ordinal-group:0;
        -ms-flex-order:-1;
        order:-1
    }
    .order-lg-last{
        -webkit-box-ordinal-group:14;
        -ms-flex-order:13;
        order:13
    }
    .order-lg-0{
        -webkit-box-ordinal-group:1;
        -ms-flex-order:0;
        order:0
    }
    .order-lg-1{
        -webkit-box-ordinal-group:2;
        -ms-flex-order:1;
        order:1
    }
    .order-lg-2{
        -webkit-box-ordinal-group:3;
        -ms-flex-order:2;
        order:2
    }
    .order-lg-3{
        -webkit-box-ordinal-group:4;
        -ms-flex-order:3;
        order:3
    }
    .order-lg-4{
        -webkit-box-ordinal-group:5;
        -ms-flex-order:4;
        order:4
    }
    .order-lg-5{
        -webkit-box-ordinal-group:6;
        -ms-flex-order:5;
        order:5
    }
    .order-lg-6{
        -webkit-box-ordinal-group:7;
        -ms-flex-order:6;
        order:6
    }
    .order-lg-7{
        -webkit-box-ordinal-group:8;
        -ms-flex-order:7;
        order:7
    }
    .order-lg-8{
        -webkit-box-ordinal-group:9;
        -ms-flex-order:8;
        order:8
    }
    .order-lg-9{
        -webkit-box-ordinal-group:10;
        -ms-flex-order:9;
        order:9
    }
    .order-lg-10{
        -webkit-box-ordinal-group:11;
        -ms-flex-order:10;
        order:10
    }
    .order-lg-11{
        -webkit-box-ordinal-group:12;
        -ms-flex-order:11;
        order:11
    }
    .order-lg-12{
        -webkit-box-ordinal-group:13;
        -ms-flex-order: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: 1024px){
    .col-xl{
        -ms-flex-preferred-size:0;
        flex-basis:0;
        -webkit-box-flex:1;
        -ms-flex-positive:1;
        flex-grow:1;
        max-width:100%
    }
    .col-xl-auto{
        -webkit-box-flex:0;
        -ms-flex:0 0 auto;
        flex:0 0 auto;
        width:auto;
        max-width:none
    }
    .col-xl-1{
        -webkit-box-flex:0;
        -ms-flex:0 0 8.33333%;
        flex:0 0 8.33333%;
        max-width:8.33333%
    }
    .col-xl-2{
        -webkit-box-flex:0;
        -ms-flex:0 0 16.66667%;
        flex:0 0 16.66667%;
        max-width:16.66667%
    }
    .col-xl-3{
        -webkit-box-flex:0;
        -ms-flex:0 0 25%;
        flex:0 0 25%;
        max-width:25%
    }
    .col-xl-4{
        -webkit-box-flex:0;
        -ms-flex:0 0 33.33333%;
        flex:0 0 33.33333%;
        max-width:33.33333%
    }
    .col-xl-5{
        -webkit-box-flex:0;
        -ms-flex:0 0 41.66667%;
        flex:0 0 41.66667%;
        max-width:41.66667%
    }
    .col-xl-6{
        -webkit-box-flex:0;
        -ms-flex:0 0 50%;
        flex:0 0 50%;
        max-width:50%
    }
    .col-xl-7{
        -webkit-box-flex:0;
        -ms-flex:0 0 58.33333%;
        flex:0 0 58.33333%;
        max-width:58.33333%
    }
    .col-xl-8{
        -webkit-box-flex:0;
        -ms-flex:0 0 66.66667%;
        flex:0 0 66.66667%;
        max-width:66.66667%
    }
    .col-xl-9{
        -webkit-box-flex:0;
        -ms-flex:0 0 75%;
        flex:0 0 75%;
        max-width:75%
    }
    .col-xl-10{
        -webkit-box-flex:0;
        -ms-flex:0 0 83.33333%;
        flex:0 0 83.33333%;
        max-width:83.33333%
    }
    .col-xl-11{
        -webkit-box-flex:0;
        -ms-flex:0 0 91.66667%;
        flex:0 0 91.66667%;
        max-width:91.66667%
    }
    .col-xl-12{
        -webkit-box-flex:0;
        -ms-flex:0 0 100%;
        flex:0 0 100%;
        max-width:100%
    }
    .order-xl-first{
        -webkit-box-ordinal-group:0;
        -ms-flex-order:-1;
        order:-1
    }
    .order-xl-last{
        -webkit-box-ordinal-group:14;
        -ms-flex-order:13;
        order:13
    }
    .order-xl-0{
        -webkit-box-ordinal-group:1;
        -ms-flex-order:0;
        order:0
    }
    .order-xl-1{
        -webkit-box-ordinal-group:2;
        -ms-flex-order:1;
        order:1
    }
    .order-xl-2{
        -webkit-box-ordinal-group:3;
        -ms-flex-order:2;
        order:2
    }
    .order-xl-3{
        -webkit-box-ordinal-group:4;
        -ms-flex-order:3;
        order:3
    }
    .order-xl-4{
        -webkit-box-ordinal-group:5;
        -ms-flex-order:4;
        order:4
    }
    .order-xl-5{
        -webkit-box-ordinal-group:6;
        -ms-flex-order:5;
        order:5
    }
    .order-xl-6{
        -webkit-box-ordinal-group:7;
        -ms-flex-order:6;
        order:6
    }
    .order-xl-7{
        -webkit-box-ordinal-group:8;
        -ms-flex-order:7;
        order:7
    }
    .order-xl-8{
        -webkit-box-ordinal-group:9;
        -ms-flex-order:8;
        order:8
    }
    .order-xl-9{
        -webkit-box-ordinal-group:10;
        -ms-flex-order:9;
        order:9
    }
    .order-xl-10{
        -webkit-box-ordinal-group:11;
        -ms-flex-order:10;
        order:10
    }
    .order-xl-11{
        -webkit-box-ordinal-group:12;
        -ms-flex-order:11;
        order:11
    }
    .order-xl-12{
        -webkit-box-ordinal-group:13;
        -ms-flex-order: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%
    }
}
.align-baseline{
    vertical-align:baseline !important
}
.align-top{
    vertical-align:top !important
}
.align-middle{
    vertical-align:middle !important
}
.align-bottom{
    vertical-align:bottom !important
}
.align-text-bottom{
    vertical-align:text-bottom !important
}
.align-text-top{
    vertical-align:text-top !important
}
.clearfix::after{
    display:block;
    clear:both;
    content:""
}
.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:-webkit-box !important;
    display:-ms-flexbox !important;
    display:flex !important
}
.d-inline-flex{
    display:-webkit-inline-box !important;
    display:-ms-inline-flexbox !important;
    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:-webkit-box !important;
        display:-ms-flexbox !important;
        display:flex !important
    }
    .d-sm-inline-flex{
        display:-webkit-inline-box !important;
        display:-ms-inline-flexbox !important;
        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:-webkit-box !important;
        display:-ms-flexbox !important;
        display:flex !important
    }
    .d-md-inline-flex{
        display:-webkit-inline-box !important;
        display:-ms-inline-flexbox !important;
        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:-webkit-box !important;
        display:-ms-flexbox !important;
        display:flex !important
    }
    .d-lg-inline-flex{
        display:-webkit-inline-box !important;
        display:-ms-inline-flexbox !important;
        display:inline-flex !important
    }
}
@media (min-width: 1024px){
    .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:-webkit-box !important;
        display:-ms-flexbox !important;
        display:flex !important
    }
    .d-xl-inline-flex{
        display:-webkit-inline-box !important;
        display:-ms-inline-flexbox !important;
        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:-webkit-box !important;
        display:-ms-flexbox !important;
        display:flex !important
    }
    .d-print-inline-flex{
        display:-webkit-inline-box !important;
        display:-ms-inline-flexbox !important;
        display:inline-flex !important
    }
}
.flex-row{
    -webkit-box-orient:horizontal !important;
    -webkit-box-direction:normal !important;
    -ms-flex-direction:row !important;
    flex-direction:row !important
}
.flex-column{
    -webkit-box-orient:vertical !important;
    -webkit-box-direction:normal !important;
    -ms-flex-direction:column !important;
    flex-direction:column !important
}
.flex-row-reverse{
    -webkit-box-orient:horizontal !important;
    -webkit-box-direction:reverse !important;
    -ms-flex-direction:row-reverse !important;
    flex-direction:row-reverse !important
}
.flex-column-reverse{
    -webkit-box-orient:vertical !important;
    -webkit-box-direction:reverse !important;
    -ms-flex-direction:column-reverse !important;
    flex-direction:column-reverse !important
}
.flex-wrap{
    -ms-flex-wrap:wrap !important;
    flex-wrap:wrap !important
}
.flex-nowrap{
    -ms-flex-wrap:nowrap !important;
    flex-wrap:nowrap !important
}
.flex-wrap-reverse{
    -ms-flex-wrap:wrap-reverse !important;
    flex-wrap:wrap-reverse !important
}
.flex-fill{
    -webkit-box-flex:1 !important;
    -ms-flex:1 1 auto !important;
    flex:1 1 auto !important
}
.flex-grow-0{
    -webkit-box-flex:0 !important;
    -ms-flex-positive:0 !important;
    flex-grow:0 !important
}
.flex-grow-1{
    -webkit-box-flex:1 !important;
    -ms-flex-positive:1 !important;
    flex-grow:1 !important
}
.flex-shrink-0{
    -ms-flex-negative:0 !important;
    flex-shrink:0 !important
}
.flex-shrink-1{
    -ms-flex-negative:1 !important;
    flex-shrink:1 !important
}
.justify-content-start{
    -webkit-box-pack:start !important;
    -ms-flex-pack:start !important;
    justify-content:flex-start !important
}
.justify-content-end{
    -webkit-box-pack:end !important;
    -ms-flex-pack:end !important;
    justify-content:flex-end !important
}
.justify-content-center{
    -webkit-box-pack:center !important;
    -ms-flex-pack:center !important;
    justify-content:center !important
}
.justify-content-between{
    -webkit-box-pack:justify !important;
    -ms-flex-pack:justify !important;
    justify-content:space-between !important
}
.justify-content-around{
    -ms-flex-pack:distribute !important;
    justify-content:space-around !important
}
.align-items-start{
    -webkit-box-align:start !important;
    -ms-flex-align:start !important;
    align-items:flex-start !important
}
.align-items-end{
    -webkit-box-align:end !important;
    -ms-flex-align:end !important;
    align-items:flex-end !important
}
.align-items-center{
    -webkit-box-align:center !important;
    -ms-flex-align:center !important;
    align-items:center !important
}
.align-items-baseline{
    -webkit-box-align:baseline !important;
    -ms-flex-align:baseline !important;
    align-items:baseline !important
}
.align-items-stretch{
    -webkit-box-align:stretch !important;
    -ms-flex-align:stretch !important;
    align-items:stretch !important
}
.align-content-start{
    -ms-flex-line-pack:start !important;
    align-content:flex-start !important
}
.align-content-end{
    -ms-flex-line-pack:end !important;
    align-content:flex-end !important
}
.align-content-center{
    -ms-flex-line-pack:center !important;
    align-content:center !important
}
.align-content-between{
    -ms-flex-line-pack:justify !important;
    align-content:space-between !important
}
.align-content-around{
    -ms-flex-line-pack:distribute !important;
    align-content:space-around !important
}
.align-content-stretch{
    -ms-flex-line-pack:stretch !important;
    align-content:stretch !important
}
.align-self-auto{
    -ms-flex-item-align:auto !important;
    align-self:auto !important
}
.align-self-start{
    -ms-flex-item-align:start !important;
    align-self:flex-start !important
}
.align-self-end{
    -ms-flex-item-align:end !important;
    align-self:flex-end !important
}
.align-self-center{
    -ms-flex-item-align:center !important;
    align-self:center !important
}
.align-self-baseline{
    -ms-flex-item-align:baseline !important;
    align-self:baseline !important
}
.align-self-stretch{
    -ms-flex-item-align:stretch !important;
    align-self:stretch !important
}
@media (min-width: 576px){
    .flex-sm-row{
        -webkit-box-orient:horizontal !important;
        -webkit-box-direction:normal !important;
        -ms-flex-direction:row !important;
        flex-direction:row !important
    }
    .flex-sm-column{
        -webkit-box-orient:vertical !important;
        -webkit-box-direction:normal !important;
        -ms-flex-direction:column !important;
        flex-direction:column !important
    }
    .flex-sm-row-reverse{
        -webkit-box-orient:horizontal !important;
        -webkit-box-direction:reverse !important;
        -ms-flex-direction:row-reverse !important;
        flex-direction:row-reverse !important
    }
    .flex-sm-column-reverse{
        -webkit-box-orient:vertical !important;
        -webkit-box-direction:reverse !important;
        -ms-flex-direction:column-reverse !important;
        flex-direction:column-reverse !important
    }
    .flex-sm-wrap{
        -ms-flex-wrap:wrap !important;
        flex-wrap:wrap !important
    }
    .flex-sm-nowrap{
        -ms-flex-wrap:nowrap !important;
        flex-wrap:nowrap !important
    }
    .flex-sm-wrap-reverse{
        -ms-flex-wrap:wrap-reverse !important;
        flex-wrap:wrap-reverse !important
    }
    .flex-sm-fill{
        -webkit-box-flex:1 !important;
        -ms-flex:1 1 auto !important;
        flex:1 1 auto !important
    }
    .flex-sm-grow-0{
        -webkit-box-flex:0 !important;
        -ms-flex-positive:0 !important;
        flex-grow:0 !important
    }
    .flex-sm-grow-1{
        -webkit-box-flex:1 !important;
        -ms-flex-positive:1 !important;
        flex-grow:1 !important
    }
    .flex-sm-shrink-0{
        -ms-flex-negative:0 !important;
        flex-shrink:0 !important
    }
    .flex-sm-shrink-1{
        -ms-flex-negative:1 !important;
        flex-shrink:1 !important
    }
    .justify-content-sm-start{
        -webkit-box-pack:start !important;
        -ms-flex-pack:start !important;
        justify-content:flex-start !important
    }
    .justify-content-sm-end{
        -webkit-box-pack:end !important;
        -ms-flex-pack:end !important;
        justify-content:flex-end !important
    }
    .justify-content-sm-center{
        -webkit-box-pack:center !important;
        -ms-flex-pack:center !important;
        justify-content:center !important
    }
    .justify-content-sm-between{
        -webkit-box-pack:justify !important;
        -ms-flex-pack:justify !important;
        justify-content:space-between !important
    }
    .justify-content-sm-around{
        -ms-flex-pack:distribute !important;
        justify-content:space-around !important
    }
    .align-items-sm-start{
        -webkit-box-align:start !important;
        -ms-flex-align:start !important;
        align-items:flex-start !important
    }
    .align-items-sm-end{
        -webkit-box-align:end !important;
        -ms-flex-align:end !important;
        align-items:flex-end !important
    }
    .align-items-sm-center{
        -webkit-box-align:center !important;
        -ms-flex-align:center !important;
        align-items:center !important
    }
    .align-items-sm-baseline{
        -webkit-box-align:baseline !important;
        -ms-flex-align:baseline !important;
        align-items:baseline !important
    }
    .align-items-sm-stretch{
        -webkit-box-align:stretch !important;
        -ms-flex-align:stretch !important;
        align-items:stretch !important
    }
    .align-content-sm-start{
        -ms-flex-line-pack:start !important;
        align-content:flex-start !important
    }
    .align-content-sm-end{
        -ms-flex-line-pack:end !important;
        align-content:flex-end !important
    }
    .align-content-sm-center{
        -ms-flex-line-pack:center !important;
        align-content:center !important
    }
    .align-content-sm-between{
        -ms-flex-line-pack:justify !important;
        align-content:space-between !important
    }
    .align-content-sm-around{
        -ms-flex-line-pack:distribute !important;
        align-content:space-around !important
    }
    .align-content-sm-stretch{
        -ms-flex-line-pack:stretch !important;
        align-content:stretch !important
    }
    .align-self-sm-auto{
        -ms-flex-item-align:auto !important;
        align-self:auto !important
    }
    .align-self-sm-start{
        -ms-flex-item-align:start !important;
        align-self:flex-start !important
    }
    .align-self-sm-end{
        -ms-flex-item-align:end !important;
        align-self:flex-end !important
    }
    .align-self-sm-center{
        -ms-flex-item-align:center !important;
        align-self:center !important
    }
    .align-self-sm-baseline{
        -ms-flex-item-align:baseline !important;
        align-self:baseline !important
    }
    .align-self-sm-stretch{
        -ms-flex-item-align:stretch !important;
        align-self:stretch !important
    }
}
@media (min-width: 768px){
    .flex-md-row{
        -webkit-box-orient:horizontal !important;
        -webkit-box-direction:normal !important;
        -ms-flex-direction:row !important;
        flex-direction:row !important
    }
    .flex-md-column{
        -webkit-box-orient:vertical !important;
        -webkit-box-direction:normal !important;
        -ms-flex-direction:column !important;
        flex-direction:column !important
    }
    .flex-md-row-reverse{
        -webkit-box-orient:horizontal !important;
        -webkit-box-direction:reverse !important;
        -ms-flex-direction:row-reverse !important;
        flex-direction:row-reverse !important
    }
    .flex-md-column-reverse{
        -webkit-box-orient:vertical !important;
        -webkit-box-direction:reverse !important;
        -ms-flex-direction:column-reverse !important;
        flex-direction:column-reverse !important
    }
    .flex-md-wrap{
        -ms-flex-wrap:wrap !important;
        flex-wrap:wrap !important
    }
    .flex-md-nowrap{
        -ms-flex-wrap:nowrap !important;
        flex-wrap:nowrap !important
    }
    .flex-md-wrap-reverse{
        -ms-flex-wrap:wrap-reverse !important;
        flex-wrap:wrap-reverse !important
    }
    .flex-md-fill{
        -webkit-box-flex:1 !important;
        -ms-flex:1 1 auto !important;
        flex:1 1 auto !important
    }
    .flex-md-grow-0{
        -webkit-box-flex:0 !important;
        -ms-flex-positive:0 !important;
        flex-grow:0 !important
    }
    .flex-md-grow-1{
        -webkit-box-flex:1 !important;
        -ms-flex-positive:1 !important;
        flex-grow:1 !important
    }
    .flex-md-shrink-0{
        -ms-flex-negative:0 !important;
        flex-shrink:0 !important
    }
    .flex-md-shrink-1{
        -ms-flex-negative:1 !important;
        flex-shrink:1 !important
    }
    .justify-content-md-start{
        -webkit-box-pack:start !important;
        -ms-flex-pack:start !important;
        justify-content:flex-start !important
    }
    .justify-content-md-end{
        -webkit-box-pack:end !important;
        -ms-flex-pack:end !important;
        justify-content:flex-end !important
    }
    .justify-content-md-center{
        -webkit-box-pack:center !important;
        -ms-flex-pack:center !important;
        justify-content:center !important
    }
    .justify-content-md-between{
        -webkit-box-pack:justify !important;
        -ms-flex-pack:justify !important;
        justify-content:space-between !important
    }
    .justify-content-md-around{
        -ms-flex-pack:distribute !important;
        justify-content:space-around !important
    }
    .align-items-md-start{
        -webkit-box-align:start !important;
        -ms-flex-align:start !important;
        align-items:flex-start !important
    }
    .align-items-md-end{
        -webkit-box-align:end !important;
        -ms-flex-align:end !important;
        align-items:flex-end !important
    }
    .align-items-md-center{
        -webkit-box-align:center !important;
        -ms-flex-align:center !important;
        align-items:center !important
    }
    .align-items-md-baseline{
        -webkit-box-align:baseline !important;
        -ms-flex-align:baseline !important;
        align-items:baseline !important
    }
    .align-items-md-stretch{
        -webkit-box-align:stretch !important;
        -ms-flex-align:stretch !important;
        align-items:stretch !important
    }
    .align-content-md-start{
        -ms-flex-line-pack:start !important;
        align-content:flex-start !important
    }
    .align-content-md-end{
        -ms-flex-line-pack:end !important;
        align-content:flex-end !important
    }
    .align-content-md-center{
        -ms-flex-line-pack:center !important;
        align-content:center !important
    }
    .align-content-md-between{
        -ms-flex-line-pack:justify !important;
        align-content:space-between !important
    }
    .align-content-md-around{
        -ms-flex-line-pack:distribute !important;
        align-content:space-around !important
    }
    .align-content-md-stretch{
        -ms-flex-line-pack:stretch !important;
        align-content:stretch !important
    }
    .align-self-md-auto{
        -ms-flex-item-align:auto !important;
        align-self:auto !important
    }
    .align-self-md-start{
        -ms-flex-item-align:start !important;
        align-self:flex-start !important
    }
    .align-self-md-end{
        -ms-flex-item-align:end !important;
        align-self:flex-end !important
    }
    .align-self-md-center{
        -ms-flex-item-align:center !important;
        align-self:center !important
    }
    .align-self-md-baseline{
        -ms-flex-item-align:baseline !important;
        align-self:baseline !important
    }
    .align-self-md-stretch{
        -ms-flex-item-align:stretch !important;
        align-self:stretch !important
    }
}
@media (min-width: 992px){
    .flex-lg-row{
        -webkit-box-orient:horizontal !important;
        -webkit-box-direction:normal !important;
        -ms-flex-direction:row !important;
        flex-direction:row !important
    }
    .flex-lg-column{
        -webkit-box-orient:vertical !important;
        -webkit-box-direction:normal !important;
        -ms-flex-direction:column !important;
        flex-direction:column !important
    }
    .flex-lg-row-reverse{
        -webkit-box-orient:horizontal !important;
        -webkit-box-direction:reverse !important;
        -ms-flex-direction:row-reverse !important;
        flex-direction:row-reverse !important
    }
    .flex-lg-column-reverse{
        -webkit-box-orient:vertical !important;
        -webkit-box-direction:reverse !important;
        -ms-flex-direction:column-reverse !important;
        flex-direction:column-reverse !important
    }
    .flex-lg-wrap{
        -ms-flex-wrap:wrap !important;
        flex-wrap:wrap !important
    }
    .flex-lg-nowrap{
        -ms-flex-wrap:nowrap !important;
        flex-wrap:nowrap !important
    }
    .flex-lg-wrap-reverse{
        -ms-flex-wrap:wrap-reverse !important;
        flex-wrap:wrap-reverse !important
    }
    .flex-lg-fill{
        -webkit-box-flex:1 !important;
        -ms-flex:1 1 auto !important;
        flex:1 1 auto !important
    }
    .flex-lg-grow-0{
        -webkit-box-flex:0 !important;
        -ms-flex-positive:0 !important;
        flex-grow:0 !important
    }
    .flex-lg-grow-1{
        -webkit-box-flex:1 !important;
        -ms-flex-positive:1 !important;
        flex-grow:1 !important
    }
    .flex-lg-shrink-0{
        -ms-flex-negative:0 !important;
        flex-shrink:0 !important
    }
    .flex-lg-shrink-1{
        -ms-flex-negative:1 !important;
        flex-shrink:1 !important
    }
    .justify-content-lg-start{
        -webkit-box-pack:start !important;
        -ms-flex-pack:start !important;
        justify-content:flex-start !important
    }
    .justify-content-lg-end{
        -webkit-box-pack:end !important;
        -ms-flex-pack:end !important;
        justify-content:flex-end !important
    }
    .justify-content-lg-center{
        -webkit-box-pack:center !important;
        -ms-flex-pack:center !important;
        justify-content:center !important
    }
    .justify-content-lg-between{
        -webkit-box-pack:justify !important;
        -ms-flex-pack:justify !important;
        justify-content:space-between !important
    }
    .justify-content-lg-around{
        -ms-flex-pack:distribute !important;
        justify-content:space-around !important
    }
    .align-items-lg-start{
        -webkit-box-align:start !important;
        -ms-flex-align:start !important;
        align-items:flex-start !important
    }
    .align-items-lg-end{
        -webkit-box-align:end !important;
        -ms-flex-align:end !important;
        align-items:flex-end !important
    }
    .align-items-lg-center{
        -webkit-box-align:center !important;
        -ms-flex-align:center !important;
        align-items:center !important
    }
    .align-items-lg-baseline{
        -webkit-box-align:baseline !important;
        -ms-flex-align:baseline !important;
        align-items:baseline !important
    }
    .align-items-lg-stretch{
        -webkit-box-align:stretch !important;
        -ms-flex-align:stretch !important;
        align-items:stretch !important
    }
    .align-content-lg-start{
        -ms-flex-line-pack:start !important;
        align-content:flex-start !important
    }
    .align-content-lg-end{
        -ms-flex-line-pack:end !important;
        align-content:flex-end !important
    }
    .align-content-lg-center{
        -ms-flex-line-pack:center !important;
        align-content:center !important
    }
    .align-content-lg-between{
        -ms-flex-line-pack:justify !important;
        align-content:space-between !important
    }
    .align-content-lg-around{
        -ms-flex-line-pack:distribute !important;
        align-content:space-around !important
    }
    .align-content-lg-stretch{
        -ms-flex-line-pack:stretch !important;
        align-content:stretch !important
    }
    .align-self-lg-auto{
        -ms-flex-item-align:auto !important;
        align-self:auto !important
    }
    .align-self-lg-start{
        -ms-flex-item-align:start !important;
        align-self:flex-start !important
    }
    .align-self-lg-end{
        -ms-flex-item-align:end !important;
        align-self:flex-end !important
    }
    .align-self-lg-center{
        -ms-flex-item-align:center !important;
        align-self:center !important
    }
    .align-self-lg-baseline{
        -ms-flex-item-align:baseline !important;
        align-self:baseline !important
    }
    .align-self-lg-stretch{
        -ms-flex-item-align:stretch !important;
        align-self:stretch !important
    }
}
@media (min-width: 1024px){
    .flex-xl-row{
        -webkit-box-orient:horizontal !important;
        -webkit-box-direction:normal !important;
        -ms-flex-direction:row !important;
        flex-direction:row !important
    }
    .flex-xl-column{
        -webkit-box-orient:vertical !important;
        -webkit-box-direction:normal !important;
        -ms-flex-direction:column !important;
        flex-direction:column !important
    }
    .flex-xl-row-reverse{
        -webkit-box-orient:horizontal !important;
        -webkit-box-direction:reverse !important;
        -ms-flex-direction:row-reverse !important;
        flex-direction:row-reverse !important
    }
    .flex-xl-column-reverse{
        -webkit-box-orient:vertical !important;
        -webkit-box-direction:reverse !important;
        -ms-flex-direction:column-reverse !important;
        flex-direction:column-reverse !important
    }
    .flex-xl-wrap{
        -ms-flex-wrap:wrap !important;
        flex-wrap:wrap !important
    }
    .flex-xl-nowrap{
        -ms-flex-wrap:nowrap !important;
        flex-wrap:nowrap !important
    }
    .flex-xl-wrap-reverse{
        -ms-flex-wrap:wrap-reverse !important;
        flex-wrap:wrap-reverse !important
    }
    .flex-xl-fill{
        -webkit-box-flex:1 !important;
        -ms-flex:1 1 auto !important;
        flex:1 1 auto !important
    }
    .flex-xl-grow-0{
        -webkit-box-flex:0 !important;
        -ms-flex-positive:0 !important;
        flex-grow:0 !important
    }
    .flex-xl-grow-1{
        -webkit-box-flex:1 !important;
        -ms-flex-positive:1 !important;
        flex-grow:1 !important
    }
    .flex-xl-shrink-0{
        -ms-flex-negative:0 !important;
        flex-shrink:0 !important
    }
    .flex-xl-shrink-1{
        -ms-flex-negative:1 !important;
        flex-shrink:1 !important
    }
    .justify-content-xl-start{
        -webkit-box-pack:start !important;
        -ms-flex-pack:start !important;
        justify-content:flex-start !important
    }
    .justify-content-xl-end{
        -webkit-box-pack:end !important;
        -ms-flex-pack:end !important;
        justify-content:flex-end !important
    }
    .justify-content-xl-center{
        -webkit-box-pack:center !important;
        -ms-flex-pack:center !important;
        justify-content:center !important
    }
    .justify-content-xl-between{
        -webkit-box-pack:justify !important;
        -ms-flex-pack:justify !important;
        justify-content:space-between !important
    }
    .justify-content-xl-around{
        -ms-flex-pack:distribute !important;
        justify-content:space-around !important
    }
    .align-items-xl-start{
        -webkit-box-align:start !important;
        -ms-flex-align:start !important;
        align-items:flex-start !important
    }
    .align-items-xl-end{
        -webkit-box-align:end !important;
        -ms-flex-align:end !important;
        align-items:flex-end !important
    }
    .align-items-xl-center{
        -webkit-box-align:center !important;
        -ms-flex-align:center !important;
        align-items:center !important
    }
    .align-items-xl-baseline{
        -webkit-box-align:baseline !important;
        -ms-flex-align:baseline !important;
        align-items:baseline !important
    }
    .align-items-xl-stretch{
        -webkit-box-align:stretch !important;
        -ms-flex-align:stretch !important;
        align-items:stretch !important
    }
    .align-content-xl-start{
        -ms-flex-line-pack:start !important;
        align-content:flex-start !important
    }
    .align-content-xl-end{
        -ms-flex-line-pack:end !important;
        align-content:flex-end !important
    }
    .align-content-xl-center{
        -ms-flex-line-pack:center !important;
        align-content:center !important
    }
    .align-content-xl-between{
        -ms-flex-line-pack:justify !important;
        align-content:space-between !important
    }
    .align-content-xl-around{
        -ms-flex-line-pack:distribute !important;
        align-content:space-around !important
    }
    .align-content-xl-stretch{
        -ms-flex-line-pack:stretch !important;
        align-content:stretch !important
    }
    .align-self-xl-auto{
        -ms-flex-item-align:auto !important;
        align-self:auto !important
    }
    .align-self-xl-start{
        -ms-flex-item-align:start !important;
        align-self:flex-start !important
    }
    .align-self-xl-end{
        -ms-flex-item-align:end !important;
        align-self:flex-end !important
    }
    .align-self-xl-center{
        -ms-flex-item-align:center !important;
        align-self:center !important
    }
    .align-self-xl-baseline{
        -ms-flex-item-align:baseline !important;
        align-self:baseline !important
    }
    .align-self-xl-stretch{
        -ms-flex-item-align:stretch !important;
        align-self:stretch !important
    }
}
.float-left{
    float:left !important
}
.float-right{
    float:right !important
}
.float-none{
    float:none !important
}
@media (min-width: 576px){
    .float-sm-left{
        float:left !important
    }
    .float-sm-right{
        float:right !important
    }
    .float-sm-none{
        float:none !important
    }
}
@media (min-width: 768px){
    .float-md-left{
        float:left !important
    }
    .float-md-right{
        float:right !important
    }
    .float-md-none{
        float:none !important
    }
}
@media (min-width: 992px){
    .float-lg-left{
        float:left !important
    }
    .float-lg-right{
        float:right !important
    }
    .float-lg-none{
        float:none !important
    }
}
@media (min-width: 1024px){
    .float-xl-left{
        float:left !important
    }
    .float-xl-right{
        float:right !important
    }
    .float-xl-none{
        float:none !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
    }
}
.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
}
.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:60px !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-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-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-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-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: 1024px){
    .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-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
}
.text-justify{
    text-align:justify !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: 1024px){
    .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-normal{
    font-weight:400 !important
}
.font-weight-bold{
    font-weight:700 !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:#0062cc !important
}
.text-secondary{
    color:#6c757d !important
}
a.text-secondary:hover,a.text-secondary:focus{
    color:#545b62 !important
}
.text-success{
    color:#28a745 !important
}
a.text-success:hover,a.text-success:focus{
    color:#1e7e34 !important
}
.text-info{
    color:#17a2b8 !important
}
a.text-info:hover,a.text-info:focus{
    color:#117a8b !important
}
.text-warning{
    color:#ffc107 !important
}
a.text-warning:hover,a.text-warning:focus{
    color:#d39e00 !important
}
.text-danger{
    color:#E94C3D !important
}
a.text-danger:hover,a.text-danger:focus{
    color:#da2a19 !important
}
.text-light{
    color:#f8f9fa !important
}
a.text-light:hover,a.text-light:focus{
    color:#dae0e5 !important
}
.text-dark{
    color:#343a40 !important
}
a.text-dark:hover,a.text-dark:focus{
    color:#1d2124 !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
}
.visible{
    visibility:visible !important
}
.invisible{
    visibility:hidden !important
}
/*! * Font Awesome Free 5.0.6 by @fontawesome - http://fontawesome.com * License - http://fontawesome.com/license (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) */
.fa,.catalog-menu__label:before,.fas,.far,.fal,.fab{
    -moz-osx-font-smoothing:grayscale;
    -webkit-font-smoothing:antialiased;
    display:inline-block;
    font-style:normal;
    font-variant:normal;
    text-rendering:auto;
    line-height:1
}
.fa-lg{
    font-size:1.33333em;
    line-height:0.75em;
    vertical-align:-.0667em
}
.fa-xs{
    font-size:.75em
}
.fa-sm{
    font-size:.875em
}
.fa-1x{
    font-size:1em
}
.fa-2x{
    font-size:2em
}
.fa-3x{
    font-size:3em
}
.fa-4x{
    font-size:4em
}
.fa-5x{
    font-size:5em
}
.fa-6x{
    font-size:6em
}
.fa-7x{
    font-size:7em
}
.fa-8x{
    font-size:8em
}
.fa-9x{
    font-size:9em
}
.fa-10x{
    font-size:10em
}
.fa-fw{
    text-align:center;
    width:1.25em
}
.fa-ul{
    list-style-type:none;
    margin-left:2.5em;
    padding-left:0
}
.fa-ul>li{
    position:relative
}
.fa-li{
    left:-2em;
    position:absolute;
    text-align:center;
    width:2em;
    line-height:inherit
}
.fa-border{
    border:solid 0.08em #eee;
    border-radius:.1em;
    padding:.2em .25em .15em
}
.fa-pull-left{
    float:left
}
.fa-pull-right{
    float:right
}
.fa.fa-pull-left,.fa-pull-left.catalog-menu__label:before,.fas.fa-pull-left,.far.fa-pull-left,.fal.fa-pull-left,.fab.fa-pull-left{
    margin-right:.3em
}
.fa.fa-pull-right,.fa-pull-right.catalog-menu__label:before,.fas.fa-pull-right,.far.fa-pull-right,.fal.fa-pull-right,.fab.fa-pull-right{
    margin-left:.3em
}
.fa-spin{
    -webkit-animation:fa-spin 2s infinite linear;
    animation:fa-spin 2s infinite linear
}
.fa-pulse{
    -webkit-animation:fa-spin 1s infinite steps(8);
    animation:fa-spin 1s infinite steps(8)
}
@-webkit-keyframes fa-spin{
    0%{
        -webkit-transform:rotate(0deg);
        transform:rotate(0deg)
    }
    100%{
        -webkit-transform:rotate(360deg);
        transform:rotate(360deg)
    }
}
@keyframes fa-spin{
    0%{
        -webkit-transform:rotate(0deg);
        transform:rotate(0deg)
    }
    100%{
        -webkit-transform:rotate(360deg);
        transform:rotate(360deg)
    }
}
.fa-rotate-90{
    -ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
    -webkit-transform:rotate(90deg);
    transform:rotate(90deg)
}
.fa-rotate-180{
    -ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
    -webkit-transform:rotate(180deg);
    transform:rotate(180deg)
}
.fa-rotate-270{
    -ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
    -webkit-transform:rotate(270deg);
    transform:rotate(270deg)
}
.fa-flip-horizontal{
    -ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
    -webkit-transform:scale(-1, 1);
    transform:scale(-1, 1)
}
.fa-flip-vertical{
    -ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
    -webkit-transform:scale(1, -1);
    transform:scale(1, -1)
}
.fa-flip-horizontal.fa-flip-vertical{
    -ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
    -webkit-transform:scale(-1, -1);
    transform:scale(-1, -1)
}
:root .fa-rotate-90,:root .fa-rotate-180,:root .fa-rotate-270,:root .fa-flip-horizontal,:root .fa-flip-vertical{
    -webkit-filter:none;
    filter:none
}
.fa-stack{
    display:inline-block;
    height:2em;
    line-height:2em;
    position:relative;
    vertical-align:middle;
    width:2em
}
.fa-stack-1x,.fa-stack-2x{
    left:0;
    position:absolute;
    text-align:center;
    width:100%
}
.fa-stack-1x{
    line-height:inherit
}
.fa-stack-2x{
    font-size:2em
}
.fa-inverse{
    color:#fff
}
.fa-500px:before{
    content:"\f26e"
}
.fa-accessible-icon:before{
    content:"\f368"
}
.fa-accusoft:before{
    content:"\f369"
}
.fa-address-book:before{
    content:"\f2b9"
}
.fa-address-card:before{
    content:"\f2bb"
}
.fa-adjust:before{
    content:"\f042"
}
.fa-adn:before{
    content:"\f170"
}
.fa-adversal:before{
    content:"\f36a"
}
.fa-affiliatetheme:before{
    content:"\f36b"
}
.fa-algolia:before{
    content:"\f36c"
}
.fa-align-center:before{
    content:"\f037"
}
.fa-align-justify:before{
    content:"\f039"
}
.fa-align-left:before{
    content:"\f036"
}
.fa-align-right:before{
    content:"\f038"
}
.fa-amazon:before{
    content:"\f270"
}
.fa-amazon-pay:before{
    content:"\f42c"
}
.fa-ambulance:before{
    content:"\f0f9"
}
.fa-american-sign-language-interpreting:before{
    content:"\f2a3"
}
.fa-amilia:before{
    content:"\f36d"
}
.fa-anchor:before{
    content:"\f13d"
}
.fa-android:before{
    content:"\f17b"
}
.fa-angellist:before{
    content:"\f209"
}
.fa-angle-double-down:before{
    content:"\f103"
}
.fa-angle-double-left:before{
    content:"\f100"
}
.fa-angle-double-right:before{
    content:"\f101"
}
.fa-angle-double-up:before{
    content:"\f102"
}
.fa-angle-down:before{
    content:"\f107"
}
.fa-angle-left:before{
    content:"\f104"
}
.fa-angle-right:before{
    content:"\f105"
}
.fa-angle-up:before{
    content:"\f106"
}
.fa-angrycreative:before{
    content:"\f36e"
}
.fa-angular:before{
    content:"\f420"
}
.fa-app-store:before{
    content:"\f36f"
}
.fa-app-store-ios:before{
    content:"\f370"
}
.fa-apper:before{
    content:"\f371"
}
.fa-apple:before{
    content:"\f179"
}
.fa-apple-pay:before{
    content:"\f415"
}
.fa-archive:before{
    content:"\f187"
}
.fa-arrow-alt-circle-down:before{
    content:"\f358"
}
.fa-arrow-alt-circle-left:before{
    content:"\f359"
}
.fa-arrow-alt-circle-right:before{
    content:"\f35a"
}
.fa-arrow-alt-circle-up:before{
    content:"\f35b"
}
.fa-arrow-circle-down:before{
    content:"\f0ab"
}
.fa-arrow-circle-left:before{
    content:"\f0a8"
}
.fa-arrow-circle-right:before{
    content:"\f0a9"
}
.fa-arrow-circle-up:before{
    content:"\f0aa"
}
.fa-arrow-down:before{
    content:"\f063"
}
.fa-arrow-left:before{
    content:"\f060"
}
.fa-arrow-right:before{
    content:"\f061"
}
.fa-arrow-up:before{
    content:"\f062"
}
.fa-arrows-alt:before{
    content:"\f0b2"
}
.fa-arrows-alt-h:before{
    content:"\f337"
}
.fa-arrows-alt-v:before{
    content:"\f338"
}
.fa-assistive-listening-systems:before{
    content:"\f2a2"
}
.fa-asterisk:before{
    content:"\f069"
}
.fa-asymmetrik:before{
    content:"\f372"
}
.fa-at:before{
    content:"\f1fa"
}
.fa-audible:before{
    content:"\f373"
}
.fa-audio-description:before{
    content:"\f29e"
}
.fa-autoprefixer:before{
    content:"\f41c"
}
.fa-avianex:before{
    content:"\f374"
}
.fa-aviato:before{
    content:"\f421"
}
.fa-aws:before{
    content:"\f375"
}
.fa-backward:before{
    content:"\f04a"
}
.fa-balance-scale:before{
    content:"\f24e"
}
.fa-ban:before{
    content:"\f05e"
}
.fa-bandcamp:before{
    content:"\f2d5"
}
.fa-barcode:before{
    content:"\f02a"
}
.fa-bars:before{
    content:"\f0c9"
}
.fa-baseball-ball:before{
    content:"\f433"
}
.fa-basketball-ball:before{
    content:"\f434"
}
.fa-bath:before{
    content:"\f2cd"
}
.fa-battery-empty:before{
    content:"\f244"
}
.fa-battery-full:before{
    content:"\f240"
}
.fa-battery-half:before{
    content:"\f242"
}
.fa-battery-quarter:before{
    content:"\f243"
}
.fa-battery-three-quarters:before{
    content:"\f241"
}
.fa-bed:before{
    content:"\f236"
}
.fa-beer:before{
    content:"\f0fc"
}
.fa-behance:before{
    content:"\f1b4"
}
.fa-behance-square:before{
    content:"\f1b5"
}
.fa-bell:before{
    content:"\f0f3"
}
.fa-bell-slash:before{
    content:"\f1f6"
}
.fa-bicycle:before{
    content:"\f206"
}
.fa-bimobject:before{
    content:"\f378"
}
.fa-binoculars:before{
    content:"\f1e5"
}
.fa-birthday-cake:before{
    content:"\f1fd"
}
.fa-bitbucket:before{
    content:"\f171"
}
.fa-bitcoin:before{
    content:"\f379"
}
.fa-bity:before{
    content:"\f37a"
}
.fa-black-tie:before{
    content:"\f27e"
}
.fa-blackberry:before{
    content:"\f37b"
}
.fa-blind:before{
    content:"\f29d"
}
.fa-blogger:before{
    content:"\f37c"
}
.fa-blogger-b:before{
    content:"\f37d"
}
.fa-bluetooth:before{
    content:"\f293"
}
.fa-bluetooth-b:before{
    content:"\f294"
}
.fa-bold:before{
    content:"\f032"
}
.fa-bolt:before{
    content:"\f0e7"
}
.fa-bomb:before{
    content:"\f1e2"
}
.fa-book:before{
    content:"\f02d"
}
.fa-bookmark:before{
    content:"\f02e"
}
.fa-bowling-ball:before{
    content:"\f436"
}
.fa-braille:before{
    content:"\f2a1"
}
.fa-briefcase:before{
    content:"\f0b1"
}
.fa-btc:before{
    content:"\f15a"
}
.fa-bug:before{
    content:"\f188"
}
.fa-building:before{
    content:"\f1ad"
}
.fa-bullhorn:before{
    content:"\f0a1"
}
.fa-bullseye:before{
    content:"\f140"
}
.fa-buromobelexperte:before{
    content:"\f37f"
}
.fa-bus:before{
    content:"\f207"
}
.fa-buysellads:before{
    content:"\f20d"
}
.fa-calculator:before{
    content:"\f1ec"
}
.fa-calendar:before{
    content:"\f133"
}
.fa-calendar-alt:before{
    content:"\f073"
}
.fa-calendar-check:before{
    content:"\f274"
}
.fa-calendar-minus:before{
    content:"\f272"
}
.fa-calendar-plus:before{
    content:"\f271"
}
.fa-calendar-times:before{
    content:"\f273"
}
.fa-camera:before{
    content:"\f030"
}
.fa-camera-retro:before{
    content:"\f083"
}
.fa-car:before{
    content:"\f1b9"
}
.fa-caret-down:before{
    content:"\f0d7"
}
.fa-caret-left:before{
    content:"\f0d9"
}
.fa-caret-right:before{
    content:"\f0da"
}
.fa-caret-square-down:before{
    content:"\f150"
}
.fa-caret-square-left:before{
    content:"\f191"
}
.fa-caret-square-right:before{
    content:"\f152"
}
.fa-caret-square-up:before{
    content:"\f151"
}
.fa-caret-up:before{
    content:"\f0d8"
}
.fa-cart-arrow-down:before{
    content:"\f218"
}
.fa-cart-plus:before{
    content:"\f217"
}
.fa-cc-amazon-pay:before{
    content:"\f42d"
}
.fa-cc-amex:before{
    content:"\f1f3"
}
.fa-cc-apple-pay:before{
    content:"\f416"
}
.fa-cc-diners-club:before{
    content:"\f24c"
}
.fa-cc-discover:before{
    content:"\f1f2"
}
.fa-cc-jcb:before{
    content:"\f24b"
}
.fa-cc-mastercard:before{
    content:"\f1f1"
}
.fa-cc-paypal:before{
    content:"\f1f4"
}
.fa-cc-stripe:before{
    content:"\f1f5"
}
.fa-cc-visa:before{
    content:"\f1f0"
}
.fa-centercode:before{
    content:"\f380"
}
.fa-certificate:before{
    content:"\f0a3"
}
.fa-chart-area:before{
    content:"\f1fe"
}
.fa-chart-bar:before{
    content:"\f080"
}
.fa-chart-line:before{
    content:"\f201"
}
.fa-chart-pie:before{
    content:"\f200"
}
.fa-check:before{
    content:"\f00c"
}
.fa-check-circle:before{
    content:"\f058"
}
.fa-check-square:before{
    content:"\f14a"
}
.fa-chess:before{
    content:"\f439"
}
.fa-chess-bishop:before{
    content:"\f43a"
}
.fa-chess-board:before{
    content:"\f43c"
}
.fa-chess-king:before{
    content:"\f43f"
}
.fa-chess-knight:before{
    content:"\f441"
}
.fa-chess-pawn:before{
    content:"\f443"
}
.fa-chess-queen:before{
    content:"\f445"
}
.fa-chess-rook:before{
    content:"\f447"
}
.fa-chevron-circle-down:before{
    content:"\f13a"
}
.fa-chevron-circle-left:before{
    content:"\f137"
}
.fa-chevron-circle-right:before{
    content:"\f138"
}
.fa-chevron-circle-up:before{
    content:"\f139"
}
.fa-chevron-down:before{
    content:"\f078"
}
.fa-chevron-left:before{
    content:"\f053"
}
.fa-chevron-right:before{
    content:"\f054"
}
.fa-chevron-up:before{
    content:"\f077"
}
.fa-child:before{
    content:"\f1ae"
}
.fa-chrome:before{
    content:"\f268"
}
.fa-circle:before{
    content:"\f111"
}
.fa-circle-notch:before{
    content:"\f1ce"
}
.fa-clipboard:before{
    content:"\f328"
}
.fa-clock:before{
    content:"\f017"
}
.fa-clone:before{
    content:"\f24d"
}
.fa-closed-captioning:before{
    content:"\f20a"
}
.fa-cloud:before{
    content:"\f0c2"
}
.fa-cloud-download-alt:before{
    content:"\f381"
}
.fa-cloud-upload-alt:before{
    content:"\f382"
}
.fa-cloudscale:before{
    content:"\f383"
}
.fa-cloudsmith:before{
    content:"\f384"
}
.fa-cloudversify:before{
    content:"\f385"
}
.fa-code:before{
    content:"\f121"
}
.fa-code-branch:before{
    content:"\f126"
}
.fa-codepen:before{
    content:"\f1cb"
}
.fa-codiepie:before{
    content:"\f284"
}
.fa-coffee:before{
    content:"\f0f4"
}
.fa-cog:before{
    content:"\f013"
}
.fa-cogs:before{
    content:"\f085"
}
.fa-columns:before{
    content:"\f0db"
}
.fa-comment:before{
    content:"\f075"
}
.fa-comment-alt:before{
    content:"\f27a"
}
.fa-comments:before{
    content:"\f086"
}
.fa-compass:before{
    content:"\f14e"
}
.fa-compress:before{
    content:"\f066"
}
.fa-connectdevelop:before{
    content:"\f20e"
}
.fa-contao:before{
    content:"\f26d"
}
.fa-copy:before{
    content:"\f0c5"
}
.fa-copyright:before{
    content:"\f1f9"
}
.fa-cpanel:before{
    content:"\f388"
}
.fa-creative-commons:before{
    content:"\f25e"
}
.fa-credit-card:before{
    content:"\f09d"
}
.fa-crop:before{
    content:"\f125"
}
.fa-crosshairs:before{
    content:"\f05b"
}
.fa-css3:before{
    content:"\f13c"
}
.fa-css3-alt:before{
    content:"\f38b"
}
.fa-cube:before{
    content:"\f1b2"
}
.fa-cubes:before{
    content:"\f1b3"
}
.fa-cut:before{
    content:"\f0c4"
}
.fa-cuttlefish:before{
    content:"\f38c"
}
.fa-d-and-d:before{
    content:"\f38d"
}
.fa-dashcube:before{
    content:"\f210"
}
.fa-database:before{
    content:"\f1c0"
}
.fa-deaf:before{
    content:"\f2a4"
}
.fa-delicious:before{
    content:"\f1a5"
}
.fa-deploydog:before{
    content:"\f38e"
}
.fa-deskpro:before{
    content:"\f38f"
}
.fa-desktop:before{
    content:"\f108"
}
.fa-deviantart:before{
    content:"\f1bd"
}
.fa-digg:before{
    content:"\f1a6"
}
.fa-digital-ocean:before{
    content:"\f391"
}
.fa-discord:before{
    content:"\f392"
}
.fa-discourse:before{
    content:"\f393"
}
.fa-dochub:before{
    content:"\f394"
}
.fa-docker:before{
    content:"\f395"
}
.fa-dollar-sign:before{
    content:"\f155"
}
.fa-dot-circle:before{
    content:"\f192"
}
.fa-download:before{
    content:"\f019"
}
.fa-draft2digital:before{
    content:"\f396"
}
.fa-dribbble:before{
    content:"\f17d"
}
.fa-dribbble-square:before{
    content:"\f397"
}
.fa-dropbox:before{
    content:"\f16b"
}
.fa-drupal:before{
    content:"\f1a9"
}
.fa-dyalog:before{
    content:"\f399"
}
.fa-earlybirds:before{
    content:"\f39a"
}
.fa-edge:before{
    content:"\f282"
}
.fa-edit:before{
    content:"\f044"
}
.fa-eject:before{
    content:"\f052"
}
.fa-elementor:before{
    content:"\f430"
}
.fa-ellipsis-h:before{
    content:"\f141"
}
.fa-ellipsis-v:before{
    content:"\f142"
}
.fa-ember:before{
    content:"\f423"
}
.fa-empire:before{
    content:"\f1d1"
}
.fa-envelope:before{
    content:"\f0e0"
}
.fa-envelope-open:before{
    content:"\f2b6"
}
.fa-envelope-square:before{
    content:"\f199"
}
.fa-envira:before{
    content:"\f299"
}
.fa-eraser:before{
    content:"\f12d"
}
.fa-erlang:before{
    content:"\f39d"
}
.fa-ethereum:before{
    content:"\f42e"
}
.fa-etsy:before{
    content:"\f2d7"
}
.fa-euro-sign:before{
    content:"\f153"
}
.fa-exchange-alt:before{
    content:"\f362"
}
.fa-exclamation:before{
    content:"\f12a"
}
.fa-exclamation-circle:before{
    content:"\f06a"
}
.fa-exclamation-triangle:before{
    content:"\f071"
}
.fa-expand:before{
    content:"\f065"
}
.fa-expand-arrows-alt:before{
    content:"\f31e"
}
.fa-expeditedssl:before{
    content:"\f23e"
}
.fa-external-link-alt:before{
    content:"\f35d"
}
.fa-external-link-square-alt:before{
    content:"\f360"
}
.fa-eye:before{
    content:"\f06e"
}
.fa-eye-dropper:before{
    content:"\f1fb"
}
.fa-eye-slash:before{
    content:"\f070"
}
.fa-facebook:before{
    content:"\f09a"
}
.fa-facebook-f:before{
    content:"\f39e"
}
.fa-facebook-messenger:before{
    content:"\f39f"
}
.fa-facebook-square:before{
    content:"\f082"
}
.fa-fast-backward:before{
    content:"\f049"
}
.fa-fast-forward:before{
    content:"\f050"
}
.fa-fax:before{
    content:"\f1ac"
}
.fa-female:before{
    content:"\f182"
}
.fa-fighter-jet:before{
    content:"\f0fb"
}
.fa-file:before{
    content:"\f15b"
}
.fa-file-alt:before{
    content:"\f15c"
}
.fa-file-archive:before{
    content:"\f1c6"
}
.fa-file-audio:before{
    content:"\f1c7"
}
.fa-file-code:before{
    content:"\f1c9"
}
.fa-file-excel:before{
    content:"\f1c3"
}
.fa-file-image:before{
    content:"\f1c5"
}
.fa-file-pdf:before{
    content:"\f1c1"
}
.fa-file-powerpoint:before{
    content:"\f1c4"
}
.fa-file-video:before{
    content:"\f1c8"
}
.fa-file-word:before{
    content:"\f1c2"
}
.fa-film:before{
    content:"\f008"
}
.fa-filter:before{
    content:"\f0b0"
}
.fa-fire:before{
    content:"\f06d"
}
.fa-fire-extinguisher:before{
    content:"\f134"
}
.fa-firefox:before{
    content:"\f269"
}
.fa-first-order:before{
    content:"\f2b0"
}
.fa-firstdraft:before{
    content:"\f3a1"
}
.fa-flag:before{
    content:"\f024"
}
.fa-flag-checkered:before{
    content:"\f11e"
}
.fa-flask:before{
    content:"\f0c3"
}
.fa-flickr:before{
    content:"\f16e"
}
.fa-flipboard:before{
    content:"\f44d"
}
.fa-fly:before{
    content:"\f417"
}
.fa-folder:before{
    content:"\f07b"
}
.fa-folder-open:before{
    content:"\f07c"
}
.fa-font:before{
    content:"\f031"
}
.fa-font-awesome:before{
    content:"\f2b4"
}
.fa-font-awesome-alt:before{
    content:"\f35c"
}
.fa-font-awesome-flag:before{
    content:"\f425"
}
.fa-fonticons:before{
    content:"\f280"
}
.fa-fonticons-fi:before{
    content:"\f3a2"
}
.fa-football-ball:before{
    content:"\f44e"
}
.fa-fort-awesome:before{
    content:"\f286"
}
.fa-fort-awesome-alt:before{
    content:"\f3a3"
}
.fa-forumbee:before{
    content:"\f211"
}
.fa-forward:before{
    content:"\f04e"
}
.fa-foursquare:before{
    content:"\f180"
}
.fa-free-code-camp:before{
    content:"\f2c5"
}
.fa-freebsd:before{
    content:"\f3a4"
}
.fa-frown:before{
    content:"\f119"
}
.fa-futbol:before{
    content:"\f1e3"
}
.fa-gamepad:before{
    content:"\f11b"
}
.fa-gavel:before{
    content:"\f0e3"
}
.fa-gem:before{
    content:"\f3a5"
}
.fa-genderless:before{
    content:"\f22d"
}
.fa-get-pocket:before{
    content:"\f265"
}
.fa-gg:before{
    content:"\f260"
}
.fa-gg-circle:before{
    content:"\f261"
}
.fa-gift:before{
    content:"\f06b"
}
.fa-git:before{
    content:"\f1d3"
}
.fa-git-square:before{
    content:"\f1d2"
}
.fa-github:before{
    content:"\f09b"
}
.fa-github-alt:before{
    content:"\f113"
}
.fa-github-square:before{
    content:"\f092"
}
.fa-gitkraken:before{
    content:"\f3a6"
}
.fa-gitlab:before{
    content:"\f296"
}
.fa-gitter:before{
    content:"\f426"
}
.fa-glass-martini:before{
    content:"\f000"
}
.fa-glide:before{
    content:"\f2a5"
}
.fa-glide-g:before{
    content:"\f2a6"
}
.fa-globe:before{
    content:"\f0ac"
}
.fa-gofore:before{
    content:"\f3a7"
}
.fa-golf-ball:before{
    content:"\f450"
}
.fa-goodreads:before{
    content:"\f3a8"
}
.fa-goodreads-g:before{
    content:"\f3a9"
}
.fa-google:before{
    content:"\f1a0"
}
.fa-google-drive:before{
    content:"\f3aa"
}
.fa-google-play:before{
    content:"\f3ab"
}
.fa-google-plus:before{
    content:"\f2b3"
}
.fa-google-plus-g:before{
    content:"\f0d5"
}
.fa-google-plus-square:before{
    content:"\f0d4"
}
.fa-google-wallet:before{
    content:"\f1ee"
}
.fa-graduation-cap:before{
    content:"\f19d"
}
.fa-gratipay:before{
    content:"\f184"
}
.fa-grav:before{
    content:"\f2d6"
}
.fa-gripfire:before{
    content:"\f3ac"
}
.fa-grunt:before{
    content:"\f3ad"
}
.fa-gulp:before{
    content:"\f3ae"
}
.fa-h-square:before{
    content:"\f0fd"
}
.fa-hacker-news:before{
    content:"\f1d4"
}
.fa-hacker-news-square:before{
    content:"\f3af"
}
.fa-hand-lizard:before{
    content:"\f258"
}
.fa-hand-paper:before{
    content:"\f256"
}
.fa-hand-peace:before{
    content:"\f25b"
}
.fa-hand-point-down:before{
    content:"\f0a7"
}
.fa-hand-point-left:before{
    content:"\f0a5"
}
.fa-hand-point-right:before{
    content:"\f0a4"
}
.fa-hand-point-up:before{
    content:"\f0a6"
}
.fa-hand-pointer:before{
    content:"\f25a"
}
.fa-hand-rock:before{
    content:"\f255"
}
.fa-hand-scissors:before{
    content:"\f257"
}
.fa-hand-spock:before{
    content:"\f259"
}
.fa-handshake:before{
    content:"\f2b5"
}
.fa-hashtag:before{
    content:"\f292"
}
.fa-hdd:before{
    content:"\f0a0"
}
.fa-heading:before{
    content:"\f1dc"
}
.fa-headphones:before{
    content:"\f025"
}
.fa-heart:before{
    content:"\f004"
}
.fa-heartbeat:before{
    content:"\f21e"
}
.fa-hips:before{
    content:"\f452"
}
.fa-hire-a-helper:before{
    content:"\f3b0"
}
.fa-history:before{
    content:"\f1da"
}
.fa-hockey-puck:before{
    content:"\f453"
}
.fa-home:before{
    content:"\f015"
}
.fa-hooli:before{
    content:"\f427"
}
.fa-hospital:before{
    content:"\f0f8"
}
.fa-hotjar:before{
    content:"\f3b1"
}
.fa-hourglass:before{
    content:"\f254"
}
.fa-hourglass-end:before{
    content:"\f253"
}
.fa-hourglass-half:before{
    content:"\f252"
}
.fa-hourglass-start:before{
    content:"\f251"
}
.fa-houzz:before{
    content:"\f27c"
}
.fa-html5:before{
    content:"\f13b"
}
.fa-hubspot:before{
    content:"\f3b2"
}
.fa-i-cursor:before{
    content:"\f246"
}
.fa-id-badge:before{
    content:"\f2c1"
}
.fa-id-card:before{
    content:"\f2c2"
}
.fa-image:before{
    content:"\f03e"
}
.fa-images:before{
    content:"\f302"
}
.fa-imdb:before{
    content:"\f2d8"
}
.fa-inbox:before{
    content:"\f01c"
}
.fa-indent:before{
    content:"\f03c"
}
.fa-industry:before{
    content:"\f275"
}
.fa-info:before{
    content:"\f129"
}
.fa-info-circle:before{
    content:"\f05a"
}
.fa-instagram:before{
    content:"\f16d"
}
.fa-internet-explorer:before{
    content:"\f26b"
}
.fa-ioxhost:before{
    content:"\f208"
}
.fa-italic:before{
    content:"\f033"
}
.fa-itunes:before{
    content:"\f3b4"
}
.fa-itunes-note:before{
    content:"\f3b5"
}
.fa-jenkins:before{
    content:"\f3b6"
}
.fa-joget:before{
    content:"\f3b7"
}
.fa-joomla:before{
    content:"\f1aa"
}
.fa-js:before{
    content:"\f3b8"
}
.fa-js-square:before{
    content:"\f3b9"
}
.fa-jsfiddle:before{
    content:"\f1cc"
}
.fa-key:before{
    content:"\f084"
}
.fa-keyboard:before{
    content:"\f11c"
}
.fa-keycdn:before{
    content:"\f3ba"
}
.fa-kickstarter:before{
    content:"\f3bb"
}
.fa-kickstarter-k:before{
    content:"\f3bc"
}
.fa-korvue:before{
    content:"\f42f"
}
.fa-language:before{
    content:"\f1ab"
}
.fa-laptop:before{
    content:"\f109"
}
.fa-laravel:before{
    content:"\f3bd"
}
.fa-lastfm:before{
    content:"\f202"
}
.fa-lastfm-square:before{
    content:"\f203"
}
.fa-leaf:before{
    content:"\f06c"
}
.fa-leanpub:before{
    content:"\f212"
}
.fa-lemon:before{
    content:"\f094"
}
.fa-less:before{
    content:"\f41d"
}
.fa-level-down-alt:before{
    content:"\f3be"
}
.fa-level-up-alt:before{
    content:"\f3bf"
}
.fa-life-ring:before{
    content:"\f1cd"
}
.fa-lightbulb:before{
    content:"\f0eb"
}
.fa-line:before{
    content:"\f3c0"
}
.fa-link:before{
    content:"\f0c1"
}
.fa-linkedin:before{
    content:"\f08c"
}
.fa-linkedin-in:before{
    content:"\f0e1"
}
.fa-linode:before{
    content:"\f2b8"
}
.fa-linux:before{
    content:"\f17c"
}
.fa-lira-sign:before{
    content:"\f195"
}
.fa-list:before{
    content:"\f03a"
}
.fa-list-alt:before{
    content:"\f022"
}
.fa-list-ol:before{
    content:"\f0cb"
}
.fa-list-ul:before{
    content:"\f0ca"
}
.fa-location-arrow:before{
    content:"\f124"
}
.fa-lock:before{
    content:"\f023"
}
.fa-lock-open:before{
    content:"\f3c1"
}
.fa-long-arrow-alt-down:before{
    content:"\f309"
}
.fa-long-arrow-alt-left:before{
    content:"\f30a"
}
.fa-long-arrow-alt-right:before{
    content:"\f30b"
}
.fa-long-arrow-alt-up:before{
    content:"\f30c"
}
.fa-low-vision:before{
    content:"\f2a8"
}
.fa-lyft:before{
    content:"\f3c3"
}
.fa-magento:before{
    content:"\f3c4"
}
.fa-magic:before{
    content:"\f0d0"
}
.fa-magnet:before{
    content:"\f076"
}
.fa-male:before{
    content:"\f183"
}
.fa-map:before{
    content:"\f279"
}
.fa-map-marker:before{
    content:"\f041"
}
.fa-map-marker-alt:before{
    content:"\f3c5"
}
.fa-map-pin:before{
    content:"\f276"
}
.fa-map-signs:before{
    content:"\f277"
}
.fa-mars:before{
    content:"\f222"
}
.fa-mars-double:before{
    content:"\f227"
}
.fa-mars-stroke:before{
    content:"\f229"
}
.fa-mars-stroke-h:before{
    content:"\f22b"
}
.fa-mars-stroke-v:before{
    content:"\f22a"
}
.fa-maxcdn:before{
    content:"\f136"
}
.fa-medapps:before{
    content:"\f3c6"
}
.fa-medium:before{
    content:"\f23a"
}
.fa-medium-m:before{
    content:"\f3c7"
}
.fa-medkit:before{
    content:"\f0fa"
}
.fa-medrt:before{
    content:"\f3c8"
}
.fa-meetup:before{
    content:"\f2e0"
}
.fa-meh:before{
    content:"\f11a"
}
.fa-mercury:before{
    content:"\f223"
}
.fa-microchip:before{
    content:"\f2db"
}
.fa-microphone:before{
    content:"\f130"
}
.fa-microphone-slash:before{
    content:"\f131"
}
.fa-microsoft:before{
    content:"\f3ca"
}
.fa-minus:before{
    content:"\f068"
}
.fa-minus-circle:before{
    content:"\f056"
}
.fa-minus-square:before{
    content:"\f146"
}
.fa-mix:before{
    content:"\f3cb"
}
.fa-mixcloud:before{
    content:"\f289"
}
.fa-mizuni:before{
    content:"\f3cc"
}
.fa-mobile:before{
    content:"\f10b"
}
.fa-mobile-alt:before{
    content:"\f3cd"
}
.fa-modx:before{
    content:"\f285"
}
.fa-monero:before{
    content:"\f3d0"
}
.fa-money-bill-alt:before{
    content:"\f3d1"
}
.fa-moon:before{
    content:"\f186"
}
.fa-motorcycle:before{
    content:"\f21c"
}
.fa-mouse-pointer:before{
    content:"\f245"
}
.fa-music:before{
    content:"\f001"
}
.fa-napster:before{
    content:"\f3d2"
}
.fa-neuter:before{
    content:"\f22c"
}
.fa-newspaper:before{
    content:"\f1ea"
}
.fa-nintendo-switch:before{
    content:"\f418"
}
.fa-node:before{
    content:"\f419"
}
.fa-node-js:before{
    content:"\f3d3"
}
.fa-npm:before{
    content:"\f3d4"
}
.fa-ns8:before{
    content:"\f3d5"
}
.fa-nutritionix:before{
    content:"\f3d6"
}
.fa-object-group:before{
    content:"\f247"
}
.fa-object-ungroup:before{
    content:"\f248"
}
.fa-odnoklassniki:before{
    content:"\f263"
}
.fa-odnoklassniki-square:before{
    content:"\f264"
}
.fa-opencart:before{
    content:"\f23d"
}
.fa-openid:before{
    content:"\f19b"
}
.fa-opera:before{
    content:"\f26a"
}
.fa-optin-monster:before{
    content:"\f23c"
}
.fa-osi:before{
    content:"\f41a"
}
.fa-outdent:before{
    content:"\f03b"
}
.fa-page4:before{
    content:"\f3d7"
}
.fa-pagelines:before{
    content:"\f18c"
}
.fa-paint-brush:before{
    content:"\f1fc"
}
.fa-palfed:before{
    content:"\f3d8"
}
.fa-paper-plane:before{
    content:"\f1d8"
}
.fa-paperclip:before{
    content:"\f0c6"
}
.fa-paragraph:before{
    content:"\f1dd"
}
.fa-paste:before{
    content:"\f0ea"
}
.fa-patreon:before{
    content:"\f3d9"
}
.fa-pause:before{
    content:"\f04c"
}
.fa-pause-circle:before{
    content:"\f28b"
}
.fa-paw:before{
    content:"\f1b0"
}
.fa-paypal:before{
    content:"\f1ed"
}
.fa-pen-square:before{
    content:"\f14b"
}
.fa-pencil-alt:before{
    content:"\f303"
}
.fa-percent:before{
    content:"\f295"
}
.fa-periscope:before{
    content:"\f3da"
}
.fa-phabricator:before{
    content:"\f3db"
}
.fa-phoenix-framework:before{
    content:"\f3dc"
}
.fa-phone:before{
    content:"\f095"
}
.fa-phone-square:before{
    content:"\f098"
}
.fa-phone-volume:before{
    content:"\f2a0"
}
.fa-php:before{
    content:"\f457"
}
.fa-pied-piper:before{
    content:"\f2ae"
}
.fa-pied-piper-alt:before{
    content:"\f1a8"
}
.fa-pied-piper-pp:before{
    content:"\f1a7"
}
.fa-pinterest:before{
    content:"\f0d2"
}
.fa-pinterest-p:before{
    content:"\f231"
}
.fa-pinterest-square:before{
    content:"\f0d3"
}
.fa-plane:before{
    content:"\f072"
}
.fa-play:before{
    content:"\f04b"
}
.fa-play-circle:before{
    content:"\f144"
}
.fa-playstation:before{
    content:"\f3df"
}
.fa-plug:before{
    content:"\f1e6"
}
.fa-plus:before{
    content:"\f067"
}
.fa-plus-circle:before{
    content:"\f055"
}
.fa-plus-square:before{
    content:"\f0fe"
}
.fa-podcast:before{
    content:"\f2ce"
}
.fa-pound-sign:before{
    content:"\f154"
}
.fa-power-off:before{
    content:"\f011"
}
.fa-print:before{
    content:"\f02f"
}
.fa-product-hunt:before{
    content:"\f288"
}
.fa-pushed:before{
    content:"\f3e1"
}
.fa-puzzle-piece:before{
    content:"\f12e"
}
.fa-python:before{
    content:"\f3e2"
}
.fa-qq:before{
    content:"\f1d6"
}
.fa-qrcode:before{
    content:"\f029"
}
.fa-question:before{
    content:"\f128"
}
.fa-question-circle:before{
    content:"\f059"
}
.fa-quidditch:before{
    content:"\f458"
}
.fa-quinscape:before{
    content:"\f459"
}
.fa-quora:before{
    content:"\f2c4"
}
.fa-quote-left:before{
    content:"\f10d"
}
.fa-quote-right:before{
    content:"\f10e"
}
.fa-random:before{
    content:"\f074"
}
.fa-ravelry:before{
    content:"\f2d9"
}
.fa-react:before{
    content:"\f41b"
}
.fa-rebel:before{
    content:"\f1d0"
}
.fa-recycle:before{
    content:"\f1b8"
}
.fa-red-river:before{
    content:"\f3e3"
}
.fa-reddit:before{
    content:"\f1a1"
}
.fa-reddit-alien:before{
    content:"\f281"
}
.fa-reddit-square:before{
    content:"\f1a2"
}
.fa-redo:before{
    content:"\f01e"
}
.fa-redo-alt:before{
    content:"\f2f9"
}
.fa-registered:before{
    content:"\f25d"
}
.fa-rendact:before{
    content:"\f3e4"
}
.fa-renren:before{
    content:"\f18b"
}
.fa-reply:before{
    content:"\f3e5"
}
.fa-reply-all:before{
    content:"\f122"
}
.fa-replyd:before{
    content:"\f3e6"
}
.fa-resolving:before{
    content:"\f3e7"
}
.fa-retweet:before{
    content:"\f079"
}
.fa-road:before{
    content:"\f018"
}
.fa-rocket:before{
    content:"\f135"
}
.fa-rocketchat:before{
    content:"\f3e8"
}
.fa-rockrms:before{
    content:"\f3e9"
}
.fa-rss:before{
    content:"\f09e"
}
.fa-rss-square:before{
    content:"\f143"
}
.fa-ruble-sign:before{
    content:"\f158"
}
.fa-rupee-sign:before{
    content:"\f156"
}
.fa-safari:before{
    content:"\f267"
}
.fa-sass:before{
    content:"\f41e"
}
.fa-save:before{
    content:"\f0c7"
}
.fa-schlix:before{
    content:"\f3ea"
}
.fa-scribd:before{
    content:"\f28a"
}
.fa-search:before{
    content:"\f002"
}
.fa-search-minus:before{
    content:"\f010"
}
.fa-search-plus:before{
    content:"\f00e"
}
.fa-searchengin:before{
    content:"\f3eb"
}
.fa-sellcast:before{
    content:"\f2da"
}
.fa-sellsy:before{
    content:"\f213"
}
.fa-server:before{
    content:"\f233"
}
.fa-servicestack:before{
    content:"\f3ec"
}
.fa-share:before{
    content:"\f064"
}
.fa-share-alt:before{
    content:"\f1e0"
}
.fa-share-alt-square:before{
    content:"\f1e1"
}
.fa-share-square:before{
    content:"\f14d"
}
.fa-shekel-sign:before{
    content:"\f20b"
}
.fa-shield-alt:before{
    content:"\f3ed"
}
.fa-ship:before{
    content:"\f21a"
}
.fa-shirtsinbulk:before{
    content:"\f214"
}
.fa-shopping-bag:before{
    content:"\f290"
}
.fa-shopping-basket:before{
    content:"\f291"
}
.fa-shopping-cart:before{
    content:"\f07a"
}
.fa-shower:before{
    content:"\f2cc"
}
.fa-sign-in-alt:before{
    content:"\f2f6"
}
.fa-sign-language:before{
    content:"\f2a7"
}
.fa-sign-out-alt:before{
    content:"\f2f5"
}
.fa-signal:before{
    content:"\f012"
}
.fa-simplybuilt:before{
    content:"\f215"
}
.fa-sistrix:before{
    content:"\f3ee"
}
.fa-sitemap:before{
    content:"\f0e8"
}
.fa-skyatlas:before{
    content:"\f216"
}
.fa-skype:before{
    content:"\f17e"
}
.fa-slack:before{
    content:"\f198"
}
.fa-slack-hash:before{
    content:"\f3ef"
}
.fa-sliders-h:before{
    content:"\f1de"
}
.fa-slideshare:before{
    content:"\f1e7"
}
.fa-smile:before{
    content:"\f118"
}
.fa-snapchat:before{
    content:"\f2ab"
}
.fa-snapchat-ghost:before{
    content:"\f2ac"
}
.fa-snapchat-square:before{
    content:"\f2ad"
}
.fa-snowflake:before{
    content:"\f2dc"
}
.fa-sort:before{
    content:"\f0dc"
}
.fa-sort-alpha-down:before{
    content:"\f15d"
}
.fa-sort-alpha-up:before{
    content:"\f15e"
}
.fa-sort-amount-down:before{
    content:"\f160"
}
.fa-sort-amount-up:before{
    content:"\f161"
}
.fa-sort-down:before{
    content:"\f0dd"
}
.fa-sort-numeric-down:before{
    content:"\f162"
}
.fa-sort-numeric-up:before{
    content:"\f163"
}
.fa-sort-up:before{
    content:"\f0de"
}
.fa-soundcloud:before{
    content:"\f1be"
}
.fa-space-shuttle:before{
    content:"\f197"
}
.fa-speakap:before{
    content:"\f3f3"
}
.fa-spinner:before{
    content:"\f110"
}
.fa-spotify:before{
    content:"\f1bc"
}
.fa-square:before{
    content:"\f0c8"
}
.fa-square-full:before{
    content:"\f45c"
}
.fa-stack-exchange:before{
    content:"\f18d"
}
.fa-stack-overflow:before{
    content:"\f16c"
}
.fa-star:before{
    content:"\f005"
}
.fa-star-half:before{
    content:"\f089"
}
.fa-staylinked:before{
    content:"\f3f5"
}
.fa-steam:before{
    content:"\f1b6"
}
.fa-steam-square:before{
    content:"\f1b7"
}
.fa-steam-symbol:before{
    content:"\f3f6"
}
.fa-step-backward:before{
    content:"\f048"
}
.fa-step-forward:before{
    content:"\f051"
}
.fa-stethoscope:before{
    content:"\f0f1"
}
.fa-sticker-mule:before{
    content:"\f3f7"
}
.fa-sticky-note:before{
    content:"\f249"
}
.fa-stop:before{
    content:"\f04d"
}
.fa-stop-circle:before{
    content:"\f28d"
}
.fa-stopwatch:before{
    content:"\f2f2"
}
.fa-strava:before{
    content:"\f428"
}
.fa-street-view:before{
    content:"\f21d"
}
.fa-strikethrough:before{
    content:"\f0cc"
}
.fa-stripe:before{
    content:"\f429"
}
.fa-stripe-s:before{
    content:"\f42a"
}
.fa-studiovinari:before{
    content:"\f3f8"
}
.fa-stumbleupon:before{
    content:"\f1a4"
}
.fa-stumbleupon-circle:before{
    content:"\f1a3"
}
.fa-subscript:before{
    content:"\f12c"
}
.fa-subway:before{
    content:"\f239"
}
.fa-suitcase:before{
    content:"\f0f2"
}
.fa-sun:before{
    content:"\f185"
}
.fa-superpowers:before{
    content:"\f2dd"
}
.fa-superscript:before{
    content:"\f12b"
}
.fa-supple:before{
    content:"\f3f9"
}
.fa-sync:before{
    content:"\f021"
}
.fa-sync-alt:before{
    content:"\f2f1"
}
.fa-table:before{
    content:"\f0ce"
}
.fa-table-tennis:before{
    content:"\f45d"
}
.fa-tablet:before{
    content:"\f10a"
}
.fa-tablet-alt:before{
    content:"\f3fa"
}
.fa-tachometer-alt:before{
    content:"\f3fd"
}
.fa-tag:before{
    content:"\f02b"
}
.fa-tags:before{
    content:"\f02c"
}
.fa-tasks:before{
    content:"\f0ae"
}
.fa-taxi:before{
    content:"\f1ba"
}
.fa-telegram:before{
    content:"\f2c6"
}
.fa-telegram-plane:before{
    content:"\f3fe"
}
.fa-tencent-weibo:before{
    content:"\f1d5"
}
.fa-terminal:before{
    content:"\f120"
}
.fa-text-height:before{
    content:"\f034"
}
.fa-text-width:before{
    content:"\f035"
}
.fa-th:before{
    content:"\f00a"
}
.fa-th-large:before{
    content:"\f009"
}
.fa-th-list:before{
    content:"\f00b"
}
.fa-themeisle:before{
    content:"\f2b2"
}
.fa-thermometer-empty:before{
    content:"\f2cb"
}
.fa-thermometer-full:before{
    content:"\f2c7"
}
.fa-thermometer-half:before{
    content:"\f2c9"
}
.fa-thermometer-quarter:before{
    content:"\f2ca"
}
.fa-thermometer-three-quarters:before{
    content:"\f2c8"
}
.fa-thumbs-down:before{
    content:"\f165"
}
.fa-thumbs-up:before{
    content:"\f164"
}
.fa-thumbtack:before{
    content:"\f08d"
}
.fa-ticket-alt:before{
    content:"\f3ff"
}
.fa-times:before{
    content:"\f00d"
}
.fa-times-circle:before{
    content:"\f057"
}
.fa-tint:before{
    content:"\f043"
}
.fa-toggle-off:before{
    content:"\f204"
}
.fa-toggle-on:before{
    content:"\f205"
}
.fa-trademark:before{
    content:"\f25c"
}
.fa-train:before{
    content:"\f238"
}
.fa-transgender:before{
    content:"\f224"
}
.fa-transgender-alt:before{
    content:"\f225"
}
.fa-trash:before{
    content:"\f1f8"
}
.fa-trash-alt:before{
    content:"\f2ed"
}
.fa-tree:before{
    content:"\f1bb"
}
.fa-trello:before{
    content:"\f181"
}
.fa-tripadvisor:before{
    content:"\f262"
}
.fa-trophy:before{
    content:"\f091"
}
.fa-truck:before{
    content:"\f0d1"
}
.fa-tty:before{
    content:"\f1e4"
}
.fa-tumblr:before{
    content:"\f173"
}
.fa-tumblr-square:before{
    content:"\f174"
}
.fa-tv:before{
    content:"\f26c"
}
.fa-twitch:before{
    content:"\f1e8"
}
.fa-twitter:before{
    content:"\f099"
}
.fa-twitter-square:before{
    content:"\f081"
}
.fa-typo3:before{
    content:"\f42b"
}
.fa-uber:before{
    content:"\f402"
}
.fa-uikit:before{
    content:"\f403"
}
.fa-umbrella:before{
    content:"\f0e9"
}
.fa-underline:before{
    content:"\f0cd"
}
.fa-undo:before{
    content:"\f0e2"
}
.fa-undo-alt:before{
    content:"\f2ea"
}
.fa-uniregistry:before{
    content:"\f404"
}
.fa-universal-access:before{
    content:"\f29a"
}
.fa-university:before{
    content:"\f19c"
}
.fa-unlink:before{
    content:"\f127"
}
.fa-unlock:before{
    content:"\f09c"
}
.fa-unlock-alt:before{
    content:"\f13e"
}
.fa-untappd:before{
    content:"\f405"
}
.fa-upload:before{
    content:"\f093"
}
.fa-usb:before{
    content:"\f287"
}
.fa-user:before{
    content:"\f007"
}
.fa-user-circle:before{
    content:"\f2bd"
}
.fa-user-md:before{
    content:"\f0f0"
}
.fa-user-plus:before{
    content:"\f234"
}
.fa-user-secret:before{
    content:"\f21b"
}
.fa-user-times:before{
    content:"\f235"
}
.fa-users:before{
    content:"\f0c0"
}
.fa-ussunnah:before{
    content:"\f407"
}
.fa-utensil-spoon:before{
    content:"\f2e5"
}
.fa-utensils:before{
    content:"\f2e7"
}
.fa-vaadin:before{
    content:"\f408"
}
.fa-venus:before{
    content:"\f221"
}
.fa-venus-double:before{
    content:"\f226"
}
.fa-venus-mars:before{
    content:"\f228"
}
.fa-viacoin:before{
    content:"\f237"
}
.fa-viadeo:before{
    content:"\f2a9"
}
.fa-viadeo-square:before{
    content:"\f2aa"
}
.fa-viber:before{
    content:"\f409"
}
.fa-video:before{
    content:"\f03d"
}
.fa-vimeo:before{
    content:"\f40a"
}
.fa-vimeo-square:before{
    content:"\f194"
}
.fa-vimeo-v:before{
    content:"\f27d"
}
.fa-vine:before{
    content:"\f1ca"
}
.fa-vk:before{
    content:"\f189"
}
.fa-vnv:before{
    content:"\f40b"
}
.fa-volleyball-ball:before{
    content:"\f45f"
}
.fa-volume-down:before{
    content:"\f027"
}
.fa-volume-off:before{
    content:"\f026"
}
.fa-volume-up:before{
    content:"\f028"
}
.fa-vuejs:before{
    content:"\f41f"
}
.fa-weibo:before{
    content:"\f18a"
}
.fa-weixin:before{
    content:"\f1d7"
}
.fa-whatsapp:before{
    content:"\f232"
}
.fa-whatsapp-square:before{
    content:"\f40c"
}
.fa-wheelchair:before{
    content:"\f193"
}
.fa-whmcs:before{
    content:"\f40d"
}
.fa-wifi:before{
    content:"\f1eb"
}
.fa-wikipedia-w:before{
    content:"\f266"
}
.fa-window-close:before{
    content:"\f410"
}
.fa-window-maximize:before{
    content:"\f2d0"
}
.fa-window-minimize:before{
    content:"\f2d1"
}
.fa-window-restore:before{
    content:"\f2d2"
}
.fa-windows:before{
    content:"\f17a"
}
.fa-won-sign:before{
    content:"\f159"
}
.fa-wordpress:before{
    content:"\f19a"
}
.fa-wordpress-simple:before{
    content:"\f411"
}
.fa-wpbeginner:before{
    content:"\f297"
}
.fa-wpexplorer:before{
    content:"\f2de"
}
.fa-wpforms:before{
    content:"\f298"
}
.fa-wrench:before{
    content:"\f0ad"
}
.fa-xbox:before{
    content:"\f412"
}
.fa-xing:before{
    content:"\f168"
}
.fa-xing-square:before{
    content:"\f169"
}
.fa-y-combinator:before{
    content:"\f23b"
}
.fa-yahoo:before{
    content:"\f19e"
}
.fa-yandex:before{
    content:"\f413"
}
.fa-yandex-international:before{
    content:"\f414"
}
.fa-yelp:before{
    content:"\f1e9"
}
.fa-yen-sign:before{
    content:"\f157"
}
.fa-yoast:before{
    content:"\f2b1"
}
.fa-youtube:before{
    content:"\f167"
}
.fa-youtube-square:before{
    content:"\f431"
}
.sr-only{
    border:0;
    clip:rect(0, 0, 0, 0);
    height:1px;
    margin:-1px;
    overflow:hidden;
    padding:0;
    position:absolute;
    width:1px
}
.sr-only-focusable:active,.sr-only-focusable:focus{
    clip:auto;
    height:auto;
    margin:0;
    overflow:visible;
    position:static;
    width:auto
}
/*! * Font Awesome Free 5.0.6 by @fontawesome - http://fontawesome.com * License - http://fontawesome.com/license (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) */
@font-face{
    font-family:'Font Awesome 5 Brands';
    font-style:normal;
    font-weight:normal;
    src:url("../fonts/font-awesome/fa-brands-400.eot");
    src:url("../fonts/font-awesome/fa-brands-400.eot?#iefix") format("embedded-opentype"),url("../fonts/font-awesome/fa-brands-400.woff2") format("woff2"),url("../fonts/font-awesome/fa-brands-400.woff") format("woff"),url("../fonts/font-awesome/fa-brands-400.ttf") format("truetype"),url("../fonts/font-awesome/fa-brands-400.svg#fontawesome") format("svg")
}
.fab{
    font-family:'Font Awesome 5 Brands'
}
/*! * Font Awesome Free 5.0.6 by @fontawesome - http://fontawesome.com * License - http://fontawesome.com/license (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) */
@font-face{
    font-family:'Font Awesome 5 Free';
    font-style:normal;
    font-weight:400;
    src:url("../fonts/font-awesome/fa-regular-400.eot");
    src:url("../fonts/font-awesome/fa-regular-400.eot?#iefix") format("embedded-opentype"),url("../fonts/font-awesome/fa-regular-400.woff2") format("woff2"),url("../fonts/font-awesome/fa-regular-400.woff") format("woff"),url("../fonts/font-awesome/fa-regular-400.ttf") format("truetype"),url("../fonts/font-awesome/fa-regular-400.svg#fontawesome") format("svg")
}
.far{
    font-family:'Font Awesome 5 Free';
    font-weight:400
}
/*! * Font Awesome Free 5.0.6 by @fontawesome - http://fontawesome.com * License - http://fontawesome.com/license (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) */
@font-face{
    font-family:'Font Awesome 5 Free';
    font-style:normal;
    font-weight:900;
    src:url("../fonts/font-awesome/fa-solid-900.eot");
    src:url("../fonts/font-awesome/fa-solid-900.eot?#iefix") format("embedded-opentype"),url("../fonts/font-awesome/fa-solid-900.woff2") format("woff2"),url("../fonts/font-awesome/fa-solid-900.woff") format("woff"),url("../fonts/font-awesome/fa-solid-900.ttf") format("truetype"),url("../fonts/font-awesome/fa-solid-900.svg#fontawesome") format("svg")
}
.fa,.catalog-menu__label:before,.fas{
    font-family:'Font Awesome 5 Free';
    font-weight:900
}
/*! * CUSTOM STYLES * Copyright 2018 Panov A.P. * Copyright 2018 magwai.ru * Licensed */
@font-face{
    src:url("../fonts/PFBeauSansPro-Bold.woff2") format("woff2"),url("../fonts/PFBeauSansPro-Bold.woff") format("woff"),url("../fonts/PFBeauSansPro-Bold.ttf") format("ttf");
    font-family:"PFBeauSansPro";
    font-weight:700;
    font-style:normal
}
@font-face{
    src:url("../fonts/PFBeauSansPro-SemiBold.woff2") format("woff2"),url("../fonts/PFBeauSansPro-SemiBold.woff") format("woff"),url("../fonts/PFBeauSansPro-SemiBold.ttf") format("ttf");
    font-family:"PFBeauSansPro";
    font-weight:600;
    font-style:normal
}
@font-face{
    src:url("../fonts/OpenSans-Regular.woff2") format("woff2"),url("../fonts/OpenSans-Regular.woff") format("woff"),url("../fonts/OpenSans-Regular.ttf") format("ttf");
    font-family:"Open Sans";
    font-weight:400;
    font-style:normal
}
@font-face{
    src:url("../fonts/OpenSans-SemiBold.woff2") format("woff2"),url("../fonts/OpenSans-SemiBold.woff") format("woff"),url("../fonts/OpenSans-SemiBold.ttf") format("ttf");
    font-family:"Open Sans";
    font-weight:600;
    font-style:normal
}
@font-face{
    src:url("../fonts/OpenSans-Bold.woff2") format("woff2"),url("../fonts/OpenSans-Bold.woff") format("woff"),url("../fonts/OpenSans-Bold.ttf") format("ttf");
    font-family:"Open Sans";
    font-weight:700;
    font-style:normal
}
html,body{
    height:100%
}
html{
    font-size:13px
}
@media (min-width: 992px){
    html{
        font-size:15px
    }
}
body{
    font-family:"Open Sans";
    color:#656565;
    -webkit-font-smoothing:antialiased
}
body:after{
    display:block;
    padding:10px;
    position:fixed;
    bottom:0;
    right:0;
    background:#000;
    color:#fff;
    visibility:hidden;
    content:'320'
}
@media screen and (min-width: 576px){
    body:after{
        content:"576px"
    }
}
@media screen and (min-width: 768px){
    body:after{
        content:"768px"
    }
}
@media screen and (min-width: 992px){
    body:after{
        content:"992px"
    }
}
@media screen and (min-width: 1024px){
    body:after{
        content:"1024px"
    }
}
input,textarea,button{
    -webkit-box-shadow:none;
    box-shadow:none
}
audio,canvas,iframe,img,svg,video{
    vertical-align:middle
}
fieldset{
    border:0;
    margin:0;
    padding:0
}
textarea{
    resize:vertical
}
a:focus,input:focus,textarea:focus,button:focus{
    outline:none
}
ul,ol,li,dl,dt,dd,p{
    margin:0;
    padding:0
}
time{
    display:block
}
a{
    text-decoration:none;
    color:inherit;
    -webkit-transition:color 0.2s;
    transition:color 0.2s
}
a:hover{
    color:#FAA52C
}
hr,.hr{
    height:1px;
    margin:2rem 0;
    border:0;
    background:#C0C0C0
}
h1,.h1,h2,.h2,h3,.h3,h4,.h4,h5,.h5,h6,.h6{
    margin-top:0;
    margin-bottom:0.5em;
    line-height:1.1;
    font-weight:700;
    color:#39393A
}
h1,.h1{
    font-size:22px
}
@media (min-width: 768px){
    h1,.h1{
        font-size:25px
    }
}
@media (min-width: 992px){
    h1,.h1{
        font-size:32px
    }
}
h2,.h2{
    font-size:18px
}
@media (min-width: 992px){
    h2,.h2{
        font-size:24px
    }
}
.content-style img,.content-style picture{
    display:block;
    max-width:100%;
    height:auto;
    margin:1em auto
}
.content-style p{
    margin-bottom:1rem
}
.content-style p img,.content-style p picture{
    float:right;
    margin:0 0 0.5em 0.5em
}
.content-style blockquote{
    padding:15px 0 15px 30px;
    border-left:4px solid #5AA73B;
    margin:3rem 0
}
@media (min-width: 768px){
    .content-style blockquote{
        padding:15px 35px;
        background:#FBFBFB
    }
}
@media (min-width: 992px){
    .content-style blockquote{
        padding:35px 35px
    }
}
.content-style a{
    color:#5AA73B;
    text-decoration:underline
}
.content-style a:hover{
    color:#FAA52C;
    text-decoration:none
}
.content-style ul{
    margin:2rem 0
}
@media (min-width: 768px){
    .content-style ul{
        padding-left:1rem
    }
}
.content-style ul li{
    list-style:none;
    position:relative;
    padding-left:20px;
    margin-bottom:22px
}
.content-style ul li:before{
    content:'';
    width:6px;
    height:6px;
    position:absolute;
    top:0.6rem;
    left:0;
    background:#FAA52C;
    border-radius:50%
}
.content-style ol{
    counter-reset:myCounter;
    margin:2rem 0
}
@media (min-width: 768px){
    .content-style ol{
        padding-left:1rem
    }
}
.content-style ol li{
    list-style:none;
    position:relative;
    padding-left:20px;
    margin-bottom:22px
}
.content-style ol li:before{
    content:counter(myCounter) ".";
    counter-increment:myCounter;
    position:absolute;
    font-size:12px;
    top:0.27rem;
    font-weight:700;
    left:0;
    color:#FAA52C
}
.content-style table{
    display:inline-block;
    border-spacing:0;
    border-collapse:collapse;
    overflow-x:auto;
    max-width:100%;
    text-align:left;
    vertical-align:top;
    background:-webkit-gradient(linear, left top, left bottom, color-stop(0, rgba(0,0,0,0.15)), to(rgba(0,0,0,0.15))) 0 0,-webkit-gradient(linear, left top, left bottom, color-stop(0, rgba(0,0,0,0.15)), to(rgba(0,0,0,0.15))) 100% 0;
    background:linear-gradient(rgba(0,0,0,0.15) 0, rgba(0,0,0,0.15) 100%) 0 0,linear-gradient(rgba(0,0,0,0.15) 0, rgba(0,0,0,0.15) 100%) 100% 0;
    background-attachment:scroll, scroll;
    background-size:1px 100%, 1px 100%;
    background-repeat:no-repeat, no-repeat
}
@media (min-width: 768px){
    .content-style table{
        display:table;
        width:100%;
        background:none
    }
}
.content-style table caption{
    font-size:.9em;
    background:#fff
}
.content-style table td,.content-style table th{
    padding:1em .75em;
    vertical-align:top
}
.content-style table td:first-child,.content-style table th:first-child{
    padding-left:0;
    background-image:-webkit-gradient(linear, left top, right top, color-stop(50%, #fff), to(rgba(255,255,255,0)));
    background-image:linear-gradient(to right, #fff 50%, rgba(255,255,255,0) 100%);
    background-size:2px 100%;
    background-repeat:no-repeat
}
.content-style table td:last-child,.content-style table th:last-child{
    padding-right:0;
    border-right:0;
    background-image:-webkit-gradient(linear, right top, left top, color-stop(50%, #fff), to(rgba(255,255,255,0)));
    background-image:linear-gradient(to left, #fff 50%, rgba(255,255,255,0) 100%);
    background-position:100% 0;
    background-size:2px 100%;
    background-repeat:no-repeat
}
.content-style table td:only-child,.content-style table th:only-child{
    background-image:-webkit-gradient(linear, left top, right top, color-stop(50%, #fff), to(rgba(255,255,255,0))),-webkit-gradient(linear, right top, left top, color-stop(50%, #fff), to(rgba(255,255,255,0)));
    background-image:linear-gradient(to right, #fff 50%, rgba(255,255,255,0) 100%),linear-gradient(to left, #fff 50%, rgba(255,255,255,0) 100%);
    background-position:0 0, 100% 0;
    background-size:2px 100%, 2px 100%;
    background-repeat:no-repeat, no-repeat
}
.content-style table th{
    line-height:1.2;
    border:solid #DDDDDD;
    border-width:0 0 2px
}
.soc__item,.more-link,.breadcrumbs__item a,.btn,.pagination__item a,.logo{
    cursor:pointer
}
.soc__item:active,.more-link:active,.breadcrumbs__item a:active,.btn:active,.pagination__item a:active,.logo:active{
    -webkit-transform:translateY(1px);
    transform:translateY(1px)
}
.article-layout__wrap{
    *zoom:1
}
.article-layout__wrap:after{
    content:'';
    display:table;
    line-height:0;
    clear:both
}
.browserupgrade{
    margin:0.2em 0;
    background:#ccc;
    color:#000;
    padding:0.2em 0
}
.browserupgrade a{
    text-decoration:underline;
    color:#6b75d7
}
.browserupgrade a:hover{
    text-decoration:none
}
img[data-object-fit="contain"]{
    -o-object-fit:contain;
    object-fit:contain
}
img[data-object-fit="cover"]{
    -o-object-fit:cover;
    object-fit:cover
}
img[data-object-fit="scale-down"]{
    -o-object-fit:scale-down;
    object-fit:scale-down
}
img[data-object-fit="none"]{
    -o-object-fit:none;
    object-fit:none
}
.responsive-img{
    position:relative;
    background:rgba(255,255,255,0) url("../images/css/placeholder.png") center no-repeat;
    background-size:cover
}
.responsive-img:before{
    content:'';
    display:block;
    width:100%;
    height:0;
    padding-bottom:100%
}
.responsive-img>img{
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100%
}
.fit-img{
    background-size:cover;
    background-position:center;
    background-repeat:no-repeat
}
.fit-img>img{
    opacity:0
}
.fit-img--cover{
    background-size:cover
}
.fit-img--contain{
    background-size:contain
}
.verticalize:before{
    content:'';
    display:inline-block;
    vertical-align:middle;
    height:100%;
    width:0
}
.visuallyhidden{
    position:absolute;
    overflow:hidden;
    clip:rect(0 0 0 0);
    height:1px;
    width:1px;
    margin:-1px;
    padding:0;
    border:0
}
.full-width{
    position:relative;
    left:50%;
    margin-left:-50vw;
    width:100vw
}
.row--offset{
    margin-top:-20px
}
.col--offset{
    margin-top:20px
}
.sidebar-col{
    width:275px;
    margin-left:40px
}
.color-1{
    color:#39393A
}
.color-2{
    color:#656565
}
.soc__inner{
    margin:-10px -10px 0;
    display:-webkit-inline-box;
    display:-ms-inline-flexbox;
    display:inline-flex;
    vertical-align:middle;
    -webkit-box-align:center;
    -ms-flex-align:center;
    align-items:center
}
.soc__item{
    margin:10px 10px 0;
    font-size:22px;
    line-height:1
}
.more-link{
    text-transform:uppercase;
    display:inline-block;
    color:#39393A;
    font-size:12px;
    font-weight:700
}
.more-link:after{
    content:'';
    display:inline-block;
    vertical-align:middle;
    margin-top:-0.2em;
    margin-left:1em;
    background:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='-1501.659 8061.011 21.167 14.802'%3E%3Cpath d='M-2.656,47.7l-.028.006,15.271-.024L8.838,43.927a.985.985,0,0,1,0-1.384l.583-.584a.976.976,0,0,1,1.377,0l6.426,6.426a.982.982,0,0,1,0,1.382L10.8,56.192a.977.977,0,0,1-1.377,0l-.583-.584a.965.965,0,0,1-.284-.688.936.936,0,0,1,.284-.676l3.791-3.778-15.3.024a1.01,1.01,0,0,1-.988-1v-.825A.99.99,0,0,1-2.656,47.7Z' transform='translate%28-1498 8019.337%29'/%3E%3C/svg%3E");
    background-size:100% 100%;
    width:1.75em;
    height:1.25em
}
a.more-link{
    color:#39393A;
    text-decoration:none
}
a.more-link:hover{
    color:#FAA52C
}
.page-header__text{
    margin-bottom:45px
}
.section{
    padding:3rem 0
}
.crumbs{
    color:#C0C0C0;
    font-weight:600;
    text-transform:uppercase;
    font-size:13px;
    margin-bottom:10px
}
.play-btn{
    display:inline-block;
    position:relative;
    width:56px;
    height:40px;
    text-align:center;
    line-height:35px;
    border-radius:12px;
    background:#FAA52C;
    -webkit-transition:all 0.3s;
    transition:all 0.3s
}
.play-btn:before{
    content:'';
    display:inline-block;
    vertical-align:middle;
    width:0;
    height:0;
    border-style:solid;
    border-width:8.5px 0 8.5px 17px;
    border-color:transparent transparent transparent #fff
}
.play-btn:hover{
    background:#C72020
}
.product-label{
    display:block;
    height:26px;
    min-width:94px;
    padding:0 5px;
    line-height:24px;
    font-size:11px;
    font-weight:700;
    text-align:center;
    text-transform:uppercase;
    color:#39393A;
    border:2px solid;
    border-radius:4px
}
.product-label--orange{
    background:#FAA52C;
    border-color:#FAA52C;
    color:#fff
}
.product-label--green{
    background:#5AA73B;
    border-color:#5AA73B;
    color:#fff
}
.product-label--pos-left-top{
    position:absolute;
    top:0;
    left:0
}
.b-file__file-link i{
    font-size:1.2em
}
.b-file__file-link:hover{
    text-decoration:none
}
.b-file__iframe-scaler{
    position:relative;
    padding-bottom:141.429%
}
.b-file__iframe-scaler iframe{
    position:absolute;
    display:block;
    top:0;
    left:0;
    width:100%;
    height:100%
}
.scroll-theme .ps__rail-y{
    opacity:1
}
.scroll-theme .ps__rail-y:before{
    content:'';
    display:block;
    position:absolute;
    top:0;
    bottom:0;
    left:0;
    right:0;
    margin:auto;
    width:3px;
    background:#C0C0C0
}
.scroll-theme .ps__rail-y:hover{
    background:none
}
.scroll-theme .ps__rail-y:hover .ps__thumb-y{
    width:100%;
    background:none
}
.scroll-theme .ps__thumb-y{
    width:100%;
    background:none;
    right:0;
    left:0;
    margin:0 auto
}
.scroll-theme .ps__thumb-y:before{
    content:'';
    display:block;
    position:absolute;
    top:0;
    bottom:0;
    left:0;
    right:0;
    margin:auto;
    width:5px;
    border-radius:5px;
    background:#39393A
}
.scroll-theme:hover .ps__rail-y{
    opacity:1
}
.modal{
    position:relative;
    margin:0 auto;
    max-width:1085px
}
.modal__close{
    position:absolute;
    top:10px;
    right:10px;
    width:22px;
    height:22px
}
.modal__close:active{
    top:11px
}
.modal__close::before,.modal__close::after{
    content:"";
    position:absolute;
    top:50%;
    left:50%;
    width:32px;
    height:2px;
    background-color:#fff
}
.modal__close::before{
    -webkit-transform:translate(-50%, -50%) rotate(45deg);
    transform:translate(-50%, -50%) rotate(45deg)
}
.modal__close::after{
    -webkit-transform:translate(-50%, -50%) rotate(-45deg);
    transform:translate(-50%, -50%) rotate(-45deg)
}
@media (min-width: 768px){
    .modal__close{
        top:20px;
        right:20px
    }
    .modal__close:active{
        top:21px
    }
}
@media (min-width: 1024px){
    .modal__close{
        top:30px;
        right:30px
    }
    .modal__close:active{
        top:31px
    }
}
.mfp-fade.mfp-bg{
    opacity:0;
    -webkit-transition:all 0.15s ease-out;
    transition:all 0.15s ease-out
}
.mfp-fade.mfp-bg.mfp-ready{
    opacity:0.8
}
.mfp-fade.mfp-bg.mfp-removing{
    opacity:0
}
.mfp-fade.mfp-wrap .mfp-content{
    opacity:0;
    -webkit-transition:all 0.15s ease-out;
    transition:all 0.15s ease-out
}
.mfp-fade.mfp-wrap.mfp-ready .mfp-content{
    opacity:1
}
.mfp-fade.mfp-wrap.mfp-removing .mfp-content{
    opacity:0
}
.mfp-zoom-in .mfp-with-anim{
    opacity:0;
    -webkit-transition:all 0.2s ease-in-out;
    transition:all 0.2s ease-in-out;
    -webkit-transform:scale(0.8);
    transform:scale(0.8)
}
.mfp-zoom-in.mfp-bg{
    opacity:0;
    -webkit-transition:all 0.3s ease-out;
    transition:all 0.3s ease-out
}
.mfp-zoom-in.mfp-ready .mfp-with-anim{
    opacity:1;
    -webkit-transform:scale(1);
    transform:scale(1)
}
.mfp-zoom-in.mfp-ready.mfp-bg{
    opacity:0.8
}
.mfp-zoom-in.mfp-removing .mfp-with-anim{
    -webkit-transform:scale(0.8);
    transform:scale(0.8);
    opacity:0
}
.mfp-zoom-in.mfp-removing.mfp-bg{
    opacity:0
}
@media print{
    .breadcrumbs{
        display:none
    }
}
.breadcrumbs__list{
    padding:0 0 30px
}
.breadcrumbs__item{
    display:inline-block;
    vertical-align:middle;
    list-style:none;
    color:#C0C0C0;
    font-weight: 400;
    font-size: 15px;
}
.breadcrumbs__item a{
    display:inline-block;
    color:#39393A;
    -webkit-transition:color 0.2s;
    transition:color 0.2s
}
.breadcrumbs__item a:hover{
    color:#FAA52C
}
.breadcrumbs__item span:before,.breadcrumbs__item a:before{
    content:'/';
    margin:0 15px;
    display:inline-block
}
.breadcrumbs__item:first-child span:before,.breadcrumbs__item:first-child a:before{
    display:none
}
input:-webkit-autofill,input:-webkit-autofill:hover,input:-webkit-autofill:focus input:-webkit-autofill,textarea:-webkit-autofill,textarea:-webkit-autofill:hover textarea:-webkit-autofill:focus,select:-webkit-autofill,select:-webkit-autofill:hover,select:-webkit-autofill:focus{
    -webkit-text-fill-color:#39393A;
    -webkit-box-shadow:0 0 0px 1000px transparent inset;
    -webkit-transition:background-color 5000s ease-in-out 0s;
    transition:background-color 5000s ease-in-out 0s;
    background:-webkit-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(0,174,255,0.04) 50%, rgba(255,255,255,0) 51%, rgba(0,174,255,0.03) 100%)
}
.form-dark input:-webkit-autofill,.form-dark input:-webkit-autofill:hover,.form-dark input:-webkit-autofill:focus input:-webkit-autofill,.form-dark textarea:-webkit-autofill,.form-dark textarea:-webkit-autofill:hover textarea:-webkit-autofill:focus,.form-dark select:-webkit-autofill,.form-dark select:-webkit-autofill:hover,.form-dark select:-webkit-autofill:focus{
    -webkit-text-fill-color:#fff
}
.form-group{
    margin-bottom:15px
}
.form-control{
    height:42px;
    background:none;
    padding:0;
    border:solid #C0C0C0;
    border-width:0 0 1px;
    display:block;
    border-radius:none;
    -webkit-box-shadow:none;
    box-shadow:none;
    width:100%;
    -webkit-transition:border-color .15s ease-in-out;
    transition:border-color .15s ease-in-out
}
.form-control:focus{
    outline:0
}
.form-dark .form-control{
    color:#fff
}
.form-dark .form-control::-webkit-input-placeholder{
    color:#fff
}
.form-dark .form-control:-moz-placeholder{
    color:#fff
}
.form-dark .form-control::-moz-placeholder{
    color:#fff
}
.form-dark .form-control:-ms-input-placeholder{
    color:#fff
}
.form-control.error{
    border-color:#E94C3D
}
.form-control+.error{
    color:#E94C3D;
    font-size:0.7rem;
    display:block
}
textarea.form-control{
    resize:vertical;
    min-height:80px;
    max-height:400px;
    padding-top:8px;
    padding-bottom:10px
}
@media (min-width: 992px){
    textarea.form-control{
        min-height:42px
    }
}
.select-style{
    display:block;
    width:100%;
    position:relative;
    margin:0
}
.select-style:after{
    content:'';
    position:absolute;
    right:1px;
    top:1px;
    width:20px;
    height:100%;
    bottom:1px;
    background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 612 612'%3E%3Cpath d='M604.501 134.782c-9.999-10.05-26.222-10.05-36.221 0L306.014 422.558 43.721 134.782c-9.999-10.05-26.223-10.05-36.222 0s-9.999 26.35 0 36.399l279.103 306.241c5.331 5.357 12.422 7.652 19.386 7.296 6.988.356 14.055-1.939 19.386-7.296l279.128-306.268c9.998-10.048 9.998-26.322-.001-36.372z'/%3E%3C/svg%3E");
    background-position:center;
    background-repeat:no-repeat;
    background-size:10px 10px;
    pointer-events:none
}
.IE .select-style:after{
    display:none
}
.select-style>select{
    padding:0 20px 0 15px;
    border:1px solid #A8A8A8;
    border-radius:0px;
    position:relative;
    background:none;
    width:100%;
    height:40px;
    font-weight:700;
    outline:none;
    display:inline-block;
    -webkit-appearance:none;
    -moz-appearance:none;
    appearance:none;
    cursor:pointer
}
.form-error{
    display:none;
    margin-top: 10px;
    color:#E94C3D;
    font-size:13px;
    font-weight:600;
    line-height: 18px;
}
.form-error p{
    display:none !important
}
.form-success{
    display:none;
    font-weight:600;
    font-size:13px;
    color:#5AA73B
}
.btn{
    display:inline-block;
    border:none;
    background:#FBFBFB;
    color:#000;
    height:34px;
    min-width:118px;
    line-height:34px;
    padding:0 20px;
    border-radius:5px;
    font-size:10px;
    font-weight:700;
    white-space: nowrap;
    text-align:center;
    text-transform:uppercase;
    -webkit-user-select:none;
    -moz-user-select:none;
    -ms-user-select:none;
    user-select:none;
    cursor:pointer;
    text-decoration:none;
    -webkit-transition:background 0.1s, color 0.1s;
    transition:background 0.1s, color 0.1s
}
@media (min-width: 992px){
    .btn{
        min-width:152px;
    }
}
.btn:hover{
    text-decoration:none;
    color:#000
}
.btn--big{
    width:100%;
    max-width:275px;
    height:4.2rem;
    line-height:3.93rem
}
.btn--hollow{
    background:none;
    border-color:#39393A
}
.btn--hollow:hover{
    background:#39393A;
    color:#fff
}
.btn--hollow:active{
    background:#000;
    color:#fff;
    border-color:rgba(0,0,0,0)
}
.btn--hollow-white{
    background:none;
    border-color:#fff;
    color:#fff
}
.btn--hollow-white:hover{
    background:#fff;
    color:#39393A
}
.btn--hollow-white:active{
    background:#f2f2f2;
    color:#39393A
}
.btn--hollow-orange{
    background:none;
    border-color:#FAA52C
}
.btn--hollow-orange:hover{
    background:#FAA52C;
    color:#fff
}
.btn--hollow-orange:active{
    background:#f99a13;
    color:#fff
}
.btn--orange{
    background:#FAA52C;
    color:#fff
}
.btn--orange:hover{
    background:#656565;
    color:#fff
}
.btn--orange:active{
    background:#39393A;
    color:#fff
}
.btn[disabled]{
    opacity:0.5;
    cursor:not-allowed
}
.top-banner{
    height:36.563vw;
    position:relative;
    margin-left:-20px;
    margin-right:-20px;
    margin-bottom:40px
}
@media (min-width: 768px){
    .top-banner{
        height:185px;
        margin-bottom:5rem;
        margin-left:-35px;
        margin-right:-35px
    }
}
@media (min-width: 992px){
    .top-banner{
        margin:0 0 5rem
    }
}
.top-banner__img-wrap{
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100%
}
@media (min-width: 992px){
    .top-banner--stick-left .top-banner__img-wrap{
        right:0;
        left:auto;
        width:calc(100% + (100vw - 100%)/2)
    }
}
@media (min-width: 992px){
    .top-banner--stick-right .top-banner__img-wrap{
        left:0;
        right:auto;
        width:calc(1093px + (100vw - 1101px)/2)
    }
}
.top-banner__img-wrap:before{
    display:none
}
.pagination{
    -webkit-user-select:none;
    -moz-user-select:none;
    -ms-user-select:none;
    user-select:none;
    font-size:0;
    margin:60px 0
}
.pagination__item{
    list-style:none;
    display:inline-block;
    vertical-align:middle;
    line-height:30px;
    color:grey;
    font-size:1rem
}
.pagination__item:first-child{
    margin-right:10px
}
.pagination__item:last-child{
    margin-left:10px
}
.pagination__item a,.pagination__item span{
    display:block;
    padding:0 5px
}
.pagination__item span,.pagination__item.active{
    cursor:default
}
.pagination__item.active{
    font-weight:700
}
.pagination__item a:hover{
    color:#FAA52C;
    text-decoration:none
}
.pagination__item a svg{
    fill:#FAA52C
}
.pagination__item svg{
    display:inline-block;
    position:relative;
    top:-0.12em;
    fill:#C0C0C0;
    font-size:1.4em
}
.pagination__item.active{
    color:black
}
.article-slider{
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex
}
.article-slider.slick-slider{
    display:block
}
.article-slider__img-wrap{
    display:block;
    overflow:hidden
}
.article-slider__img-wrap:before{
    padding-bottom:68.548%
}
.article-slider__img-wrap img{
    -webkit-transition:all 0.3s ease-in-out;
    transition:all 0.3s ease-in-out
}
.article-slider__img-wrap:hover img{
    -webkit-transform:scale(1.05);
    transform:scale(1.05)
}
.article-slider__play-btn{
    position:absolute;
    top:50%;
    left:50%;
    margin-top:-20px;
    margin-left:-28px
}
.article-slider__img-wrap:hover .article-slider__play-btn{
    background:#C72020
}
.article-slider .slick-list{
    margin:0 -8px
}
.article-slider .slick-slide{
    padding:0 8px;
    max-width:none
}
.article-slider .slick-arrow{
    position:absolute;
    z-index:1;
    top:50%;
    -webkit-transform:translateY(-50%);
    transform:translateY(-50%);
    width:50px;
    height:50px;
    background:#FBFBFB;
    border:none;
    cursor:pointer;
    padding:0;
    font-size:0
}
@media (min-width: 992px){
    .article-slider .slick-arrow{
        background:none
    }
}
.article-slider .slick-arrow svg{
    font-size:22px;
    -webkit-transition:all 0.1s;
    transition:all 0.1s;
    fill:#C0C0C0
}
.article-slider .slick-arrow:hover svg{
    fill:#5AA73B
}
.article-slider .slick-arrow:active{
    margin-top:1px
}
.article-slider .slick-next{
    right:-25px
}
@media (min-width: 768px){
    .article-slider .slick-next{
        right:-35px
    }
}
@media (min-width: 992px){
    .article-slider .slick-next{
        right:0
    }
}
@media (min-width: 1024px){
    .article-slider .slick-next{
        right:auto;
        left:100%
    }
}
.article-slider .slick-prev{
    left:-25px
}
@media (min-width: 768px){
    .article-slider .slick-prev{
        left:-35px
    }
}
@media (min-width: 992px){
    .article-slider .slick-prev{
        left:0
    }
}
@media (min-width: 1024px){
    .article-slider .slick-prev{
        right:100%;
        left:auto
    }
}
.articles-item{
    display:block
}
@media (min-width: 576px){
    .articles-item{
        display:-webkit-box;
        display:-ms-flexbox;
        display:flex
    }
}
.articles-item:hover{
    color:inherit;
    text-decoration:none
}
.articles-item__img-wrap{
    overflow:hidden
}
@media (min-width: 576px){
    .articles-item__img-wrap{
        width:200px;
        -ms-flex-negative:0;
        flex-shrink:0
    }
}
.articles-item__img-wrap:before{
    padding-bottom:62.5%
}
@media (min-width: 576px){
    .articles-item__img-wrap:before{
        padding-bottom:100%
    }
}
.articles-item__img-wrap img{
    -webkit-transition:0.3s ease-in-out;
    transition:0.3s ease-in-out
}
.articles-item:hover .articles-item__img-wrap img{
    -webkit-transform:scale(1.1);
    transform:scale(1.1)
}
.articles-item__content{
    -webkit-box-flex:1;
    -ms-flex-positive:1;
    flex-grow:1;
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    -webkit-box-pack:center;
    -ms-flex-pack:center;
    justify-content:center;
    -webkit-box-orient:vertical;
    -webkit-box-direction:normal;
    -ms-flex-direction:column;
    flex-direction:column;
    padding:20px 15px;
    background-color:#FBFBFB;
    text-align:center;
    -webkit-transition:background 0.3s, color 0.3s;
    transition:background 0.3s, color 0.3s
}
@media (min-width: 576px){
    .articles-item__content{
        text-align:left
    }
}
@media (min-width: 768px){
    .articles-item__content{
        padding:20px 70px
    }
}
@media (min-width: 992px){
    .articles-item__content{
        padding:20px 25px
    }
}
.articles-item:hover .articles-item__content{
    background-color:#39393A;
    color:#fff
}
.articles-item__date{
    font-size:12px;
    font-weight:500;
    text-transform:uppercase;
    margin-bottom:10px
}
.articles-item:hover .articles-item__date{
    color:#FAA52C
}
.articles-item__title{
    font-size:18px;
    font-weight:700;
    color:#39393A;
    -webkit-transition:color 0.3s;
    transition:color 0.3s;
    line-height:1.2;
    max-height:2.4em;
    overflow:hidden;
    margin-bottom:20px
}
.articles-item:hover .articles-item__title{
    color:#fff
}
.articles-item__descr{
    line-height:1.2;
    max-height:3.6em;
    overflow:hidden
}
.top-block{
    position:relative
}
@media (min-width: 768px){
    .top-block__info{
        position:absolute;
        z-index:1;
        top:0;
        left:0;
        right:0;
        background-color:#fff;
        background:none
    }
}
.top-block__info-inner{
    position:relative;
    padding:0 0 12px;
    margin-left:-20px;
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex
}
@media (min-width: 768px){
    .top-block__info-inner{
        background-color:#fff;
        display:-webkit-inline-box;
        display:-ms-inline-flexbox;
        display:inline-flex;
        padding:15px 20px 15px 0
    }
}
@media (min-width: 768px){
    .top-block__info-inner:before{
        content:'';
        position:absolute;
        top:0;
        bottom:0;
        right:100%;
        width:50vw;
        background-color:#fff
    }
}
.top-block__info-item{
    margin-left:20px;
    font-weight:600;
    font-size:12px
}
@media (min-width: 768px){
    .top-block__info-item{
        font-size:1rem
    }
}
.top-block__info-item i{
    color:#C0C0C0
}
.top-block__info-item a{
    color:#5AA73B
}
.top-block__slider .slick-dots{
    position:absolute;
    bottom:15px;
    left:0;
    right:0;
    line-height:1;
    text-align:center;
    max-width:1101px;
    margin:0 auto
}
@media (min-width: 768px){
    .top-block__slider .slick-dots{
        text-align:left
    }
}
.top-block__slider .slick-dots li{
    display:inline-block;
    margin:0 4px
}
@media (min-width: 768px){
    .top-block__slider .slick-dots li{
        margin:0 7px
    }
}
.top-block__slider .slick-dots button{
    background:none;
    border:none;
    padding:0;
    font-size:0;
    cursor:pointer;
    width:28px;
    height:6px;
    background-color:#fff;
    border-radius:13px;
    -webkit-transition:background 0.2s;
    transition:background 0.2s
}
.top-block__slider .slick-dots button:hover{
    background-color:#cccccc
}
@media (min-width: 768px){
    .top-block__slider .slick-dots button{
        width:56px;
        height:13px
    }
}
.top-block__slider .slick-dots .slick-active button{
    background-color:#5AA73B
}
.top-block__slide:nth-of-type(n+2){
    display:none
}
.slick-initialized .top-block__slide{
    display:block
}
.top-block__img-wrap{
    max-height:700px
}
.top-block__img-wrap:before{
    padding-bottom:400px
}
@media (min-width: 768px){
    .top-block__img-wrap:before{
        padding-bottom:535px
    }
}
@media (min-width: 1024px){
    .top-block__img-wrap:before{
        padding-bottom:44.583%
    }
}
.top-block__img-wrap:after{
    content:'';
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
    background:rgba(0,0,0,0.6)
}
@media (min-width: 768px){
    .top-block__img-wrap:after{
        background:-webkit-gradient(linear, left top, right top, from(#000), to(rgba(0,0,0,0)));
        background:linear-gradient(to right, #000 0%, rgba(0,0,0,0) 100%);
        opacity:0.67
    }
}
.top-block__slide-content{
    position:absolute;
    top:0;
    left:0;
    right:0;
    bottom:0;
    color:#fff
}
.top-block__content-inner{
    max-width:440px
}
@media (min-width: 992px){
    .top-block__content-inner{
        max-width:520px
    }
}
.top-block__title{
    color:inherit
}
.top-block__descr{
    line-height:1.2
}
@media (min-width: 992px){
    .top-block__descr{
        line-height:inherit
    }
}
.wrap-site{
    min-height:100%;
    min-width:320px;
    position:relative;
    width:100%;
    overflow:hidden;
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    -webkit-box-orient:vertical;
    -webkit-box-direction:normal;
    -ms-flex-flow:column;
    flex-flow:column
}
.main{
    position:relative;
    -webkit-box-flex:1;
    -ms-flex:1 0 auto;
    flex:1 0 auto
}
.wrap{
    margin-left:auto;
    margin-right:auto;
    max-width:1440px;
    width: 100%;
    padding-left:20px;
    padding-right:20px
}
@media (min-width: 480px){
    .wrap{
        padding-left:35px;
        padding-right:35px
    }
}
@media (min-width: 768px){
    .wrap{
        padding-left:50px;
        padding-right:50px
    }
}
.header{
    position:relative;
    color:#39393A
}
.header__inner{
    position:relative
}
.header__row{
    height:95px
}
.header__nav-col{
    position:static;
    padding:0
}
@media (min-width: 992px){
    .header__nav-col{
        padding-left:8px;
        padding-right:8px
    }
}
.header__search-btn{
    position:relative;
    font-size:14px;
    background:none;
    border:none;
    width:30px;
    height:35px;
    padding:0;
    cursor:pointer;
    margin-right:-7px
}
@media (min-width: 1024px){
    .header__search-btn{
        margin-left:20px
    }
}
.header__search-btn:after{
    content:'';
    display:block;
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100%
}
.header__search-icon{
    -webkit-transition:all 0.1s;
    transition:all 0.1s
}
.header__search-btn:hover .header__search-icon{
    fill:#5AA73B
}
.header__search-btn:active .header__search-icon{
    fill:#509434
}
.search-showed .header__search-icon--search{
    display:none
}
.header__search-icon--cross{
    display:none
}
.search-showed .header__search-icon--cross{
    display:inline-block
}
.header__lang-select{
    padding-left:13px
}
.header__lang-select select{
    border:none;
    height:auto;
    padding-left:5px
}
@media (min-width: 768px){
    .header__bottom{
        position:absolute;
        z-index:1;
        top:100%;
        left:0;
        width:100%
    }
}
.logo{
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    -webkit-box-align:center;
    -ms-flex-align:center;
    align-items:center
}
.logo:hover{
    text-decoration:none;
    color:inherit
}
.logo__img>img{
    max-width:100%
}
.logo__text{
    font-family:"PFBeauSansPro";
    letter-spacing:-0.01em;
    margin-left:10px
}
@media (min-width: 768px){
    .logo__text{
        margin-left:15px
    }
}
.logo__text-big{
    font-weight:700;
    text-transform:uppercase
}
.logo__text-sm{
    font-weight:600
}
.logo--header .logo__img{
    width:35px
}
@media (min-width: 768px){
    .logo--header .logo__img{
        width:auto
    }
}
.logo--header .logo__text-big{
    font-size:14px;
    line-height:1.19em
}
@media (min-width: 768px){
    .logo--header .logo__text-big{
        font-size:21px
    }
}
.logo--header .logo__text-sm{
    font-size:7px
}
@media (min-width: 768px){
    .logo--header .logo__text-sm{
        font-size:10px
    }
}
.logo--footer .logo__text-big{
    font-size:21px;
    line-height:25px
}
.logo--footer .logo__text-sm{
    font-size:10px
}
.menu-trigger__icon,.menu-trigger__icon:before,.menu-trigger__icon:after{
    display:block;
    width:16px;
    height:2px;
    background-color:#39393A
}
.menu-trigger:hover .menu-trigger__icon,.menu-trigger:hover .menu-trigger__icon:before,.menu-trigger:hover .menu-trigger__icon:after{
    background-color:#5AA73B
}
.menu-trigger{
    display:block;
    position:relative;
    z-index:1030;
    width:35px;
    height:35px;
    border:none;
    background:none;
    border:none;
    padding:0;
    text-transform:uppercase;
    cursor:pointer;
    -webkit-transition:background 0.2s;
    transition:background 0.2s
}
.menu-trigger:after{
    content:'';
    display:block;
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100%
}
.menu-trigger__icon{
    display:block;
    position:absolute;
    top:50%;
    margin:-1px auto 0;
    left:0;
    right:0;
    -webkit-transition:background 0.2s, width 0.2s, -webkit-transform 0.2s;
    transition:background 0.2s, width 0.2s, -webkit-transform 0.2s;
    transition:transform 0.2s, background 0.2s, width 0.2s;
    transition:transform 0.2s, background 0.2s, width 0.2s, -webkit-transform 0.2s
}
.menu-trigger__icon:before,.menu-trigger__icon:after{
    position:absolute;
    content:'';
    -webkit-transition:top 0.2s 0.2s, background 0.2s, bottom 0.2s 0.2s, width 0.2s, -webkit-transform 0.2s;
    transition:top 0.2s 0.2s, background 0.2s, bottom 0.2s 0.2s, width 0.2s, -webkit-transform 0.2s;
    transition:top 0.2s 0.2s, background 0.2s, transform 0.2s, bottom 0.2s 0.2s, width 0.2s;
    transition:top 0.2s 0.2s, background 0.2s, transform 0.2s, bottom 0.2s 0.2s, width 0.2s, -webkit-transform 0.2s
}
.menu-trigger__icon:before{
    top:-5px
}
.menu-trigger__icon:after{
    bottom:-5px
}
.nav-showed .menu-trigger__icon{
    -webkit-transform:rotate(45deg);
    transform:rotate(45deg);
    -webkit-transition:background 0.2s, width 0.2s 0.2s, -webkit-transform 0.2s 0.2s;
    transition:background 0.2s, width 0.2s 0.2s, -webkit-transform 0.2s 0.2s;
    transition:transform 0.2s 0.2s, background 0.2s, width 0.2s 0.2s;
    transition:transform 0.2s 0.2s, background 0.2s, width 0.2s 0.2s, -webkit-transform 0.2s 0.2s
}
.nav-showed .menu-trigger__icon:before,.nav-showed .menu-trigger__icon:after{
    -webkit-transition:top 0.2s, background 0.2s, bottom 0.2s, width 0.2s 0.2s, -webkit-transform 0.2s 0.2s;
    transition:top 0.2s, background 0.2s, bottom 0.2s, width 0.2s 0.2s, -webkit-transform 0.2s 0.2s;
    transition:top 0.2s, background 0.2s, bottom 0.2s, transform 0.2s 0.2s, width 0.2s 0.2s;
    transition:top 0.2s, background 0.2s, bottom 0.2s, transform 0.2s 0.2s, width 0.2s 0.2s, -webkit-transform 0.2s 0.2s
}
.nav-showed .menu-trigger__icon:before{
    top:0
}
.nav-showed .menu-trigger__icon:after{
    bottom:0;
    -webkit-transform:rotate(90deg);
    transform:rotate(90deg)
}
.top-search{
    opacity:0;
    visibility:hidden;
    -webkit-transition:all 0.3s;
    transition:all 0.3s
}
.search-showed .top-search{
    opacity:1;
    visibility:visible
}
.top-search--pos{
    position:absolute;
    z-index:1060;
    top:100%;
    left:0;
    right:0
}
@media (min-width: 992px){
    .top-search--pos{
        left:8px;
        right:8px
    }
}
.top-search__input{
    background:#fff;
    width:100%;
    font-size:22px;
    height:68px;
    padding:0 15px;
    border:solid #D5D5D5;
    border-width:2px 0 0
}
.top-search__input::-webkit-input-placeholder{
    color:#DDDDDD
}
.top-search__input:-moz-placeholder{
    color:#DDDDDD
}
.top-search__input::-moz-placeholder{
    color:#DDDDDD
}
.top-search__input:-ms-input-placeholder{
    color:#DDDDDD
}
.info__inner{
    position:relative;
    padding:0 0 12px;
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex
}
@media (min-width: 768px){
    .info__inner{
        background-color:#fff;
        display:-webkit-inline-box;
        display:-ms-inline-flexbox;
        display:inline-flex;
        padding:15px 20px 15px 0
    }
}
@media (min-width: 768px){
    .info__inner:before{
        content:'';
        position:absolute;
        top:0;
        bottom:0;
        right:100%;
        width:50vw;
        background-color:#fff
    }
}
.info__item{
    font-weight:600;
    font-size:12px
}
@media (min-width: 768px){
    .info__item{
        font-size:1rem
    }
}
.info__item i{
    color:#C0C0C0
}
.info__item a{
    color:#5AA73B
}
.nav{
    position:absolute;
    z-index:1000;
    top:100%;
    left:0;
    width:100%;
    height:0;
    background:#fff;
    font-size:15px;
    opacity:0;
    visibility:hidden;
    -webkit-transition:all 0.2s;
    transition:all 0.2s;
    -webkit-box-shadow:0 5px 5px rgba(147,147,147,0.3);
    box-shadow:0 5px 5px rgba(147,147,147,0.3)
}
@media (min-width: 1024px){
    .nav{
        display:block;
        position:static;
        opacity:1;
        visibility:visible;
        height:auto;
        -webkit-box-shadow:none;
        box-shadow:none;
        max-width:677px
    }
}
.nav-showed .nav{
    visibility:visible;
    height:auto;
    opacity:1
}
@media (min-width: 1024px){
    .nav__list-1{
        display:-webkit-box;
        display:-ms-flexbox;
        display:flex;
        -webkit-box-align:center;
        -ms-flex-align:center;
        align-items:center;
        justify-content: end;
    }
}
.nav__list-2{
    display:none;
    width:100%;
    background:#f0f0f0;
    clear:both;
    list-style:none;
    -webkit-animation:fadeEffect 0.3s ease-in-out;
    animation:fadeEffect 0.3s ease-in-out
}
@media (min-width: 1024px){
    .nav__list-2{
        display:block;
        position:absolute;
        top:100%;
        left:0;
        background-color:#fff;
        width:236px;
        line-height:1.25;
        visibility:hidden;
        opacity:0;
        -webkit-transition:all 0.2s 0.2s;
        transition:all 0.2s 0.2s;
        -webkit-box-shadow:0px 3px 6px rgba(0,0,0,0.16);
        box-shadow:0px 3px 6px rgba(0,0,0,0.16)
    }
}
@media (min-width: 1024px){
    .nav__item-1.hover .nav__list-2,.nav__item-1:hover .nav__list-2{
        visibility:visible;
        opacity:1
    }
}
.nav__item-1.is-active .nav__list-2{
    display:block
}
.nav__list-3{
    display:none;
    clear:both;
    list-style:none;
    -webkit-animation:fadeEffect 0.3s ease-in-out;
    animation:fadeEffect 0.3s ease-in-out;
    background-color:#ebebeb
}
.nav__list-3::after{
    display:block;
    clear:both;
    content:""
}
@media (min-width: 1024px){
    .nav__list-3{
        display:block;
        position:absolute;
        background-color:#fff;
        top:0;
        left:100%;
        padding:0;
        visibility:hidden;
        opacity:0;
        -webkit-transition:all 0.2s 0.2s;
        transition:all 0.2s 0.2s;
        width:236px;
        -webkit-box-shadow:0px 3px 6px rgba(0,0,0,0.16);
        box-shadow:0px 3px 6px rgba(0,0,0,0.16)
    }
}
@media (min-width: 1024px){
    .nav__list-3:before{
        content:'';
        display:block;
        position:absolute;
        top:100%;
        left:0;
        width:100%;
        height:500px
    }
}
.nav__item-2.is-active .nav__list-3{
    display:block
}
@media (min-width: 1024px){
    .nav__item-2.hover .nav__list-3,.nav__item-2:hover .nav__list-3{
        visibility:visible;
        opacity:1
    }
}
.nav__item-1,.nav__item-2,.nav__item-3{
    list-style:none
}
.nav__item-1::after,.nav__item-2::after,.nav__item-3::after{
    display:block;
    clear:both;
    content:""
}
.nav__item-1{
    position:relative;
    border-top:1px solid #e6e6e6
}
@media (min-width: 1024px){
    .nav__item-1{
        border:none;
    }
}
.nav__item-2{
    position:relative;
    border-top:1px solid #e6e6e6
}
@media (min-width: 1024px){
    .nav__item-2{
        border:none;
        position:static
    }
}
.nav__item-3{
    border-top:1px solid #e6e6e6
}
@media (min-width: 1024px){
    .nav__item-3{
        border:none
    }
}
.nav__link-1:hover,.nav__link-2:hover,.nav__link-3:hover{
    text-decoration:none;
    color:#39393A;
    background:#5AA73B;
    color:#fff
}
@media (min-width: 1024px){
    .nav__link-1:hover,.nav__link-2:hover,.nav__link-3:hover{
        background-color:#FAA52C
    }
}
.nav__link-1{
    position:relative;
    font-weight:700;
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    -webkit-box-align:center;
    -ms-flex-align:center;
    align-items:center;
    float:left;
    width:100%;
    height:55px;
    padding:0 50px 0 20px;
    -webkit-transition:background 0.2s, color 0.2s;
    transition:background 0.2s, color 0.2s
}
@media (min-width: 1024px){
    .nav__link-1{
        -webkit-box-pack:center;
        -ms-flex-pack:center;
        justify-content:center;
        padding:10px 12px;
        height:95px
    }
}
.nav__link-1:hover{
    text-decoration:none;
    background:#5AA73B;
    color:#fff
}
@media (min-width: 1024px){
    .nav__link-1:hover{
        background:none;
        color:#FAA52C
    }
}
@media (min-width: 1024px){
    .nav__link-1:active{
        -webkit-transform:translateY(1px);
        transform:translateY(1px)
    }
}
@media (min-width: 1024px){
    .nav__item-1:hover .nav__link-1{
        -webkit-box-shadow:0px 3px 6px rgba(0,0,0,0.16);
        box-shadow:0px 3px 6px rgba(0,0,0,0.16);
        -webkit-transition:color 0.2s, -webkit-box-shadow 0.2s;
        transition:color 0.2s, -webkit-box-shadow 0.2s;
        transition:color 0.2s, box-shadow 0.2s;
        transition:color 0.2s, box-shadow 0.2s, -webkit-box-shadow 0.2s
    }
}
.nav__link-2{
    position:relative;
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    -webkit-box-align:center;
    -ms-flex-align:center;
    align-items:center;
    font-weight:600;
    float:left;
    width:100%;
    height:45px;
    padding:0 50px 0 27px;
    -webkit-transition:background 0.2s, color 0.2s;
    transition:background 0.2s, color 0.2s
}
@media (min-width: 1024px){
    .nav__link-2{
        display:block;
        height:auto;
        padding:8px 35px 10px 15px;
        position:relative;
        left:0;
        font-size:13px
    }
}
@media (min-width: 1024px){
    .nav__item-2:hover .nav__link-2{
        background-color:#FAA52C;
        color:#fff;
        text-decoration:none
    }
}
.nav__link-3{
    position:relative;
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    -webkit-box-align:center;
    -ms-flex-align:center;
    align-items:center;
    height:45px;
    padding:0 20px 0 34px;
    -webkit-transition:background 0.2s, color 0.2s;
    transition:background 0.2s, color 0.2s
}
@media (min-width: 1024px){
    .nav__link-3{
        display:block;
        height:auto;
        padding:8px 35px 10px 15px;
        position:relative;
        left:0;
        font-size:13px;
        font-weight:600
    }
}
@media (min-width: 1024px){
    .nav__sub-item:hover .nav__link-3{
        background-color:#FAA52C;
        color:#fff;
        text-decoration:none
    }
}
.nav__item-icon-1,.nav__item-icon-2,.nav__item-icon-3{
    position:relative;
    z-index:1;
    float:left;
    margin-left:-50px;
    width:50px;
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    -webkit-box-align:center;
    -ms-flex-align:center;
    align-items:center;
    -webkit-box-pack:center;
    -ms-flex-pack:center;
    justify-content:center;
    cursor:pointer;
    -webkit-user-select:none;
    -moz-user-select:none;
    -ms-user-select:none;
    user-select:none
}
@media (min-width: 1024px){
    .nav__item-icon-1,.nav__item-icon-2,.nav__item-icon-3{
        width:40px;
        margin-left:-40px;
        font-size:12px
    }
}
.nav__item-icon-1:before,.nav__item-icon-2:before,.nav__item-icon-3:before{
    content:'';
    position:absolute;
    top:0;
    bottom:0;
    right:100%;
    width:100vw
}
@media (min-width: 1024px){
    .nav__item-icon-1:before,.nav__item-icon-2:before,.nav__item-icon-3:before{
        display:none
    }
}
.nav__item-icon-1 svg,.nav__item-icon-2 svg,.nav__item-icon-3 svg{
    stroke:#39393A;
    -webkit-transition:-webkit-transform 0.3s;
    transition:-webkit-transform 0.3s;
    transition:transform 0.3s;
    transition:transform 0.3s, -webkit-transform 0.3s
}
.nav__item-icon-1{
    height:55px
}
@media (min-width: 1024px){
    .nav__item-icon-1{
        display:none
    }
}
.nav__item-1.is-active .nav__item-icon-1 svg{
    -webkit-transform:rotate(90deg);
    transform:rotate(90deg)
}
@media (min-width: 1024px){
    .nav__item-1.is-active .nav__item-icon-1 svg{
        -webkit-transform:none;
        transform:none
    }
}
.nav__item-1.is-active .nav__item-icon-1:before{
    display:none
}
.nav__item-icon-2{
    height:45px
}
@media (min-width: 1024px){
    .nav__item-icon-2{
        height:34px
    }
}
.nav__item-2.is-active .nav__item-icon-2 svg{
    -webkit-transform:rotate(90deg);
    transform:rotate(90deg)
}
.nav__item-2.is-active .nav__item-icon-2:before{
    display:none
}
.footer{
    background:#39393A;
    color:#fff;
    padding:35px 0 20px;
    font-size:12px
}
@media (min-width: 992px){
    .footer{
        font-size:14px
    }
}
@media (min-width: 768px){
    .footer__top{
        margin-bottom:60px
    }
}
@media (min-width: 1024px){
    .footer__top{
        margin-bottom:95px
    }
}
.footer__left{
    margin-bottom:30px
}
@media (min-width: 768px){
    .footer__left{
        margin-bottom:60px
    }
}
@media (min-width: 1024px){
    .footer__left{
        margin-bottom:0
    }
}
.footer__bottom{
    position:relative
}
.footer__bottom::before{
    content:"";
    position:absolute;
    top:0;
    left:50%;
    width:100vw;
    height:1px;
    background-color:#656565;
    -webkit-transform:translateX(-50%);
    transform:translateX(-50%)
}
@media (min-width: 768px){
    .footer__bottom::before{
        display:none
    }
}
.footer__created a{
    text-decoration:underline
}
.footer__about-company{
    margin-top:30px;
    font-size:13px;
    line-height:22px;
    letter-spacing:0.015em
}
@media (min-width: 768px){
    .footer__about-company{
        margin-top:0
    }
}
@media (min-width: 1024px){
    .footer__about-company{
        margin-top:35px
    }
}
.footer__navigation-item{
    margin-bottom:30px
}
@media (min-width: 768px){
    .footer__navigation-item{
        margin-bottom:0
    }
}
.b-footer-navigation__section-name{
    display:inline-block;
    vertical-align:top;
    margin-bottom:20px;
    font-size:15px;
    line-height:20px;
    letter-spacing:0.015em;
    font-weight:700
}
.b-footer-navigation__list{
    list-style:none;
    color:#656565
}
.b-footer-navigation__item{
    margin-bottom:15px
}
.b-footer-navigation__item:last-child{
    margin-bottom:0
}
.b-footer-navigation__link{
    font-size:15px;
    line-height:22px;
    letter-spacing:0.015em
}
.b-footer-navigation__social{
    margin-bottom:15px
}
.b-footer-navigation__contact-link{
    margin-bottom:15px
}
.b-footer-navigation__contact-link i{
    display:none;
    color:#C0C0C0
}
@media (min-width: 768px){
    .b-footer-navigation__contact-link i{
        display:inline
    }
}
.b-footer-navigation__contact-link a{
    font-weight:600
}
@media (min-width: 768px){
    .b-footer-navigation__contact-link a{
        margin-left:15px
    }
}
.bot-nav{
    color:#39393A;
    font-size:15px
}
.bot-nav__list{
    margin:0 -20px
}
@media (min-width: 768px){
    .bot-nav__list{
        margin:0 -35px
    }
}
@media (min-width: 992px){
    .bot-nav__list{
        display:-webkit-box;
        display:-ms-flexbox;
        display:flex;
        -webkit-box-align:center;
        -ms-flex-align:center;
        align-items:center;
        -webkit-box-pack:center;
        -ms-flex-pack:center;
        justify-content:center;
        height:95px;
        margin:0 -15px
    }
}
.bot-nav__item{
    list-style:none;
    font-weight:700;
    border-top:1px solid #D5D5D5
}
@media (min-width: 992px){
    .bot-nav__item{
        margin:0 15px;
        border:none
    }
}
.bot-nav__link{
    position:relative;
    display:block;
    height:55px;
    line-height:55px;
    padding:0 20px;
    -webkit-transition:background 0.2s, color 0.2s;
    transition:background 0.2s, color 0.2s
}
@media (min-width: 992px){
    .bot-nav__link{
        padding:10px 0;
        height:auto;
        line-height:inherit
    }
}
.bot-nav__link:hover{
    text-decoration:none;
    background:#5AA73B;
    color:#fff
}
@media (min-width: 992px){
    .bot-nav__link:hover{
        background:none;
        color:#FAA52C
    }
}
@media (min-width: 992px){
    .bot-nav__link:active{
        -webkit-transform:translateY(1px);
        transform:translateY(1px)
    }
}
.bot-nav__icon{
    display:block;
    position:absolute;
    top:0;
    bottom:0;
    right:20px;
    margin:auto;
    height:1em;
    stroke:#39393A;
    -webkit-transition:all 0.2s;
    transition:all 0.2s
}
.bot-nav__link:hover .bot-nav__icon{
    stroke:#fff
}
@media (min-width: 992px){
    .bot-nav__icon{
        display:none
    }
}
.b-advantages__title{
    margin-bottom:35px
}
.b-advantages__list{
    margin-top:-20px
}
.b-advantages__item{
    list-style:none;
    margin-top:20px
}
.b-advantages__item-icon{
    font-size:34px
}
.b-advantages__item-text{
    margin-top:10px;
    font-weight:700;
    text-transform:uppercase;
    color:#39393A;
    font-size:11px
}
@media (min-width: 992px){
    .b-advantages__item-text{
        font-size:14px;
        margin-top:0
    }
}
.b-catalog__previews{
    margin:0 -20px
}
@media (min-width: 768px){
    .b-catalog__previews{
        margin:0
    }
}
.catalog-preview{
    display:block;
    min-height:210px
}
.catalog-preview:before{
    padding-bottom:44.828%
}
.catalog-preview__btn-wrap{
    position:absolute;
    top:50%;
    left:50%;
    -webkit-transform:translate(-50%, -50%);
    transform:translate(-50%, -50%)
}
.b-articles__list{
    margin:0 -20px
}
@media (min-width: 768px){
    .b-articles__list{
        margin:0 -35px
    }
}
@media (min-width: 992px){
    .b-articles__list{
        margin:0
    }
}
.b-news__slider{
    padding:0.1px 0 0;
    margin:-30px -20px 0
}
@media (min-width: 768px){
    .b-news__slider{
        margin:0
    }
}
.b-news__slide{
    margin-top:30px;
    padding:0
}
@media (min-width: 768px){
    .b-news__slide{
        padding:0 8px;
        margin-top:0
    }
}
.b-news__slide:nth-child(n+3){
    display:none
}
@media (min-width: 768px){
    .b-news__slide:nth-child(n+3){
        display:block
    }
}
.b-news .slick-list{
    margin:0 -8px
}
.b-news .slick-slide{
    max-width:none
}
.b-news .slick-arrow{
    position:absolute;
    z-index:1;
    top:50%;
    -webkit-transform:translateY(-50%);
    transform:translateY(-50%);
    width:50px;
    height:50px;
    background:#FBFBFB;
    border:none;
    cursor:pointer;
    padding:0;
    font-size:0
}
@media (min-width: 1024px){
    .b-news .slick-arrow{
        background:none
    }
}
.b-news .slick-arrow svg{
    font-size:22px;
    -webkit-transition:all 0.1s;
    transition:all 0.1s;
    fill:#C0C0C0
}
.b-news .slick-arrow:hover svg{
    fill:#5AA73B
}
.b-news .slick-arrow:active{
    margin-top:1px
}
.b-news .slick-next{
    left:100%;
    margin-left:-20px
}
@media (min-width: 992px){
    .b-news .slick-next{
        margin-left:-40px
    }
}
@media (min-width: 1024px){
    .b-news .slick-next{
        margin-left:30px
    }
}
.b-news .slick-prev{
    right:100%;
    margin-right:-20px
}
@media (min-width: 992px){
    .b-news .slick-prev{
        margin-right:-40px
    }
}
@media (min-width: 1024px){
    .b-news .slick-prev{
        margin-right:30px
    }
}
.b-about{
    padding-bottom:0
}
.b-about__img-wrap:before{
    padding-bottom:63.043%
}
@media (min-width: 768px){
    .b-about__content-col{
        background:#FBFBFB
    }
}
.b-about__content{
    padding:55px 63px;
    height:100%;
    padding:30px 20px 40px
}
@media (min-width: 768px){
    .b-about__content{
        padding:38px 53px
    }
}
@media (min-width: 992px){
    .b-about__content{
        padding:55px 63px;
        max-width:542.5px
    }
}
.b-about__map{
    background:#E1E1E1;
    height:320px
}
@media (min-width: 992px){
    .b-about__map{
        height:400px
    }
}
.contacts__list{
    padding:0.1px 0 0;
    width:350px;
    margin-top:-35px
}
.contacts__item{
    list-style:none;
    margin-top:35px
}
.contacts__item-icon{
    font-size:34px
}
.contacts__item-icon svg{
    display:block
}
.contacts__item-text{
    margin-top:5px
}
.contacts__item-text a{
    color:#5AA73B
}
.contacts__item-text a:hover{
    color:#FAA52C
}
.contacts__map-layout{
    margin:0 -20px 0;
    height:290px
}
@media (min-width: 768px){
    .contacts__map-layout{
        position:absolute;
        top:-5rem;
        bottom:-6rem;
        right:-35px;
        left:0;
        margin:0;
        height:auto
    }
}
@media (min-width: 992px){
    .contacts__map-layout{
        position:relative;
        top:auto;
        left:auto;
        bottom:auto;
        right:auto;
        height:400px
    }
}
@media (min-width: 1024px){
    .contacts__map-layout{
        width:calc(100% - 8px + (100vw - 1085px)/2)
    }
}
.contacts__map{
    height:100%;
    background:#E1E1E1
}
.contact-from{
    background:#39393A;
    color:#fff;
    padding:40px 20px 48px;
    margin:0 -20px
}
@media (min-width: 768px){
    .contact-from{
        padding:40px 50px 48px;
        margin:0 -35px
    }
}
@media (min-width: 992px){
    .contact-from{
        margin:0
    }
}
.contact-from__title{
    color:inherit;
    margin-bottom:30px
}
.contact-from__agreement{
    font-size:12px
}
.contact-from__agreement a{
    text-decoration:underline
}
.news__list{
    margin:-20px -20px 40px
}
@media (min-width: 768px){
    .news__list{
        margin-top:-27px;
        margin-left:-8px;
        margin-right:-8px
    }
}
@media (min-width: 992px){
    .news__list{
        margin-bottom:60px
    }
}
.news__item{
    list-style:none;
    padding:0;
    margin-top:20px
}
@media (min-width: 768px){
    .news__item{
        padding:0 8px;
        margin-top:27px
    }
}
.news-item {
    border: 1px solid #D9D9D9;
    border-radius: 16px;
}
.news-item__img-wrap{
    overflow:hidden;
    border-radius: 16px;
}
.news-item__img-wrap:before{
    padding-bottom:71.25%
}
@media (min-width: 576px){
    .news-item__img-wrap:before{
        padding-bottom:60.748%
    }
}
.news-item__img-wrap img{
    -webkit-transition:all 0.3s ease-in-out;
    transition:all 0.3s ease-in-out
}
.news-item__img-wrap:hover img{
    -webkit-transform:scale(1.05);
    transform:scale(1.05)
}
.news-item__content{
    position:relative;
    padding: 20px;
}
@media (min-width: 992px){
    .b-news__main .news-item__content{
        padding: 20px 30px;
    }
    .news-item__content{
        padding: 20px;
    }
}
.news-item__title{
    max-height:2.2em;
    overflow:hidden
}
.news-item__title:hover{
    text-decoration:none
}
.news-item__info{
    width:100%;
    font-size:11px
}
@media (min-width: 768px){
    .news-item__info{
        max-width:245px
    }
}
@media (min-width: 992px){
    .news-item__info{
        font-size:14px
    }
}
.news-item__info-items{
    margin-left:-12px
}
.news-item__info-item{
    margin-left:12px
}
.news-item__info-item span{
    margin-left:5px;
    vertical-align:middle
}
.news-item__info-item i{
    font-size:1.29em;
    vertical-align:middle;
    color:#C0C0C0
}
.news-item__info-item:hover{
    text-decoration:none
}
.news-item__date{
    font-weight: 400;
    font-size: 13px;
    margin-bottom: 12px;
}
.news-date{
    color:#FAA52C;
    font-weight:600;
    font-size:0.93rem
}
.news-item__text {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    font-weight: 400;
    font-size: 15px;
    color: #39393A;
    line-height: 24px;
    max-height: calc(24px * 2);
}
.news-item__more {
    position: absolute;
    top: 20px;
    right: 20px;
    font-weight: 400;
    font-size: 13px;
    line-height: 18px;
    color: #39393A;
    text-decoration: none !important;
    border-bottom: 1px solid;
}
@media (min-width: 992px){
    .related-posts{
        background:#FBFBFB;
        padding:35px 20px
    }
}
.related-posts__list{
    padding:0.1px 0 0;
    margin-top:-20px;
    line-height:1.33em;
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    -webkit-box-orient:horizontal;
    -webkit-box-direction:normal;
    -ms-flex-flow:row wrap;
    flex-flow:row wrap
}
@media (min-width: 768px){
    .related-posts__list{
        margin-left:-2%
    }
}
.related-posts__item{
    position:relative;
    list-style:none;
    margin-top:20px;
    padding-left:15px
}
@media (min-width: 768px){
    .related-posts__item{
        width:48%;
        margin-left:2%
    }
}
@media (min-width: 992px){
    .related-posts__item{
        width:100%
    }
}
.related-posts__item:before{
    content:'';
    display:block;
    position:absolute;
    top:5px;
    left:0;
    width:6px;
    height:6px;
    border-radius:50%;
    background:#FAA52C
}
@media (min-width: 992px){
    .related-posts__item:before{
        top:7px
    }
}
.related-posts__item-link{
    font-weight:700;
    color:#39393A
}
.related-posts__item-link:hover{
    text-decoration:none;
    color:#FAA52C
}
.related-products__list{
    margin-top:-20px;
    padding:0.1px 0 0
}
.related-products__item{
    margin-top:20px;
    list-style:none
}
.related-products__item-link{
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    -webkit-box-align:center;
    -ms-flex-align:center;
    align-items:center
}
.related-products__item-link:hover{
    text-decoration:none
}
.related-products__img-wrap{
    -ms-flex-negative:0;
    flex-shrink:0;
    width:53px;
    margin-right:15px
}
.related-products__text{
    max-height:3.99em;
    line-height:1.33;
    font-weight:700;
    color:#39393A
}
.related-products__item-link:hover .related-products__text{
    color:#FAA52C
}
.article-layout__content,.article-layout__sidebar{
    float:left;
    min-height:1px
}
.article-layout__content{
    width:100%
}
.article-layout__content--top{
    margin-bottom:15px
}
@media (min-width: 768px){
    .article-layout__content--top{
        margin-bottom:0
    }
}
@media (min-width: 992px){
    .article-layout__content{
        padding-right:310px
    }
}
.article-layout__content iframe{
    width:100%
}
.article-layout__sidebar{
    width:100%
}
@media (min-width: 992px){
    .article-layout__sidebar{
        width:275px;
        margin-left:-275px
    }
    .article-layout__sidebar--top{
        padding-top:10px
    }
}
.article-layout__calc-button{
    z-index:1
}
.article-layout__calc-button svg{
    margin-right:15px;
    width:19px;
    height:19px
}
.articles__list{
    margin:-20px -20px 40px
}
@media (min-width: 768px){
    .articles__list{
        margin-top:-27px;
        margin-left:-8px;
        margin-right:-8px
    }
}
@media (min-width: 992px){
    .articles__list{
        margin-bottom:60px
    }
}
.articles__item{
    margin-top:20px;
    list-style:none;
    padding:0
}
@media (min-width: 768px){
    .articles__item{
        margin-top:27px;
        padding:0 8px
    }
}
.entry-item{
    display:block
}
.entry-item:hover{
    text-decoration:none
}
.entry-item__img-wrap{
    overflow:hidden
}
.entry-item__img-wrap:before{
    padding-bottom:43.364%
}
.entry-item__img-wrap img{
    -webkit-transition:all 0.3s ease-in-out;
    transition:all 0.3s ease-in-out
}
.entry-item:hover .entry-item__img-wrap img{
    -webkit-transform:scale(1.05);
    transform:scale(1.05)
}
.entry-item__content{
    position:relative;
    padding:0 45px 0 30px;
    background:#FBFBFB;
    height:60px
}
@media (min-width: 992px){
    .entry-item__content{
        height:90px;
        padding-right:70px
    }
}
.entry-item__title{
    max-height:3em;
    overflow:hidden;
    -webkit-transition:all 0.2s;
    transition:all 0.2s;
    font-size:15px;
    font-weight:700;
    line-height:1.47em
}
@media (min-width: 992px){
    .entry-item__title{
        font-size:24px;
        line-height:1.25em
    }
}
.entry-item:hover .entry-item__title{
    color:#FAA52C
}
.entry-item__btn{
    width:45px;
    height:100%;
    position:absolute;
    top:0;
    right:0;
    font-size:15px;
    background:#39393A
}
@media (min-width: 992px){
    .entry-item__btn{
        font-size:25px;
        width:70px
    }
}
.entry-item__btn svg{
    position:absolute;
    top:50%;
    left:50%;
    -webkit-transform:translate(-50%, -50%);
    transform:translate(-50%, -50%);
    fill:#FAA52C
}
.events__list{
    margin-top:-16px;
    list-style:none
}
.events__item{
    margin-top:16px
}
.information__grid{
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    -webkit-box-align:start;
    -ms-flex-align:start;
    align-items:flex-start;
    -webkit-box-orient:horizontal;
    -webkit-box-direction:normal;
    -ms-flex-flow:row wrap;
    flex-flow:row wrap;
    margin:0 -8px
}
.information__grid>li{
    list-style:none
}
.information__grid-sizer{
    width:100%
}
@media (min-width: 768px){
    .information__grid-sizer{
        width:33.333%
    }
}
@media (min-width: 992px){
    .information__grid-sizer{
        width:25%
    }
}
.information__item{
    position:relative;
    width:100%;
    height:57.5vw
}
@media (min-width: 768px){
    .information__item--1x1{
        height:20.313vw;
        width:33.333%
    }
}
@media (min-width: 992px){
    .information__item--1x1{
        width:25%;
        height:196px
    }
}
@media (min-width: 768px){
    .information__item--1x2{
        height:40.625vw;
        width:33.333%
    }
}
@media (min-width: 992px){
    .information__item--1x2{
        width:25%;
        height:392px
    }
}
.information__item--header{
    height:auto;
    padding-bottom:15px
}
@media (min-width: 768px){
    .information__item--header{
        padding-bottom:0
    }
}
@media (min-width: 768px){
    .information__item--header,.information__item--2x1{
        height:20.313vw;
        width:66.667%
    }
}
@media (min-width: 992px){
    .information__item--header,.information__item--2x1{
        width:50%;
        height:196px
    }
}
@media (min-width: 768px){
    .information__item--2x2{
        height:40.625vw;
        width:66.667%
    }
}
@media (min-width: 992px){
    .information__item--2x2{
        width:50%;
        height:392px
    }
}
.information__item-inner{
    position:relative;
    padding:8px;
    height:100%
}
.video-item{
    position:relative;
    display:block
}
.information__item .video-item{
    height:100%
}
.video-item>img{
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100%
}
.video-item__info{
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    -webkit-box-orient:vertical;
    -webkit-box-direction:normal;
    -ms-flex-direction:column;
    flex-direction:column;
    -webkit-box-pack:end;
    -ms-flex-pack:end;
    justify-content:flex-end;
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
    background:#39393A;
    color:#fff;
    padding:0 20px 30px;
    opacity:0;
    visibility:hidden;
    -webkit-transition:all 0.3s;
    transition:all 0.3s
}
.video-item:hover .video-item__info{
    opacity:1;
    visibility:visible
}
.video-item__subtitle{
    color:#FAA52C;
    max-height:1.5em;
    overflow:hidden
}
.video-item__title{
    font-size:18px;
    margin-top:5px;
    font-weight:700;
    line-height:1.1;
    max-height:2.2em;
    overflow:hidden
}
.video-item__text{
    display:none
}
@media (min-width: 768px){
    .video-item__text{
        margin-top:14px;
        font-size:13px;
        max-height:4.5em;
        overflow:hidden
    }
}
.video-item__play-btn{
    position:absolute;
    top:50%;
    left:50%;
    -webkit-transform:translate(-50%, -50%);
    transform:translate(-50%, -50%)
}
.video-item:hover .video-item__play-btn{
    top:25%;
    background:#C72020
}
.vacancies__list{
    padding:0.1px 0 0;
    margin:0 -20px 0
}
@media (min-width: 768px){
    .vacancies__list{
        margin:-20px 0 0
    }
}
.vacancies__item{
    list-style:none;
    margin-top:1px
}
@media (min-width: 768px){
    .vacancies__item{
        margin-top:20px
    }
}
.vacancies__more-btn{
    margin-top:30px
}
@media (min-width: 768px){
    .vacancies__more-btn{
        margin-top:60px
    }
}
.vacancie__header{
    position:relative;
    padding:13px 60px 13px 20px;
    cursor:pointer;
    background:#FBFBFB;
    -webkit-transition:background 0.2s;
    transition:background 0.2s;
    font-size:12px;
    min-height:80px
}
@media (min-width: 768px){
    .vacancie__header{
        padding:0 30px 0 30px
    }
}
@media (min-width: 992px){
    .vacancie__header{
        font-size:1rem
    }
}
.vacancie__header:hover{
    background:#eeeeee
}
.vacancie.active .vacancie__header{
    background:#39393A;
    color:#fff
}
.vacancie__title{
    display:inline-block;
    font-size:18px;
    line-height:1;
    font-weight:700;
    color:#39393A;
    margin-bottom:15px
}
@media (min-width: 768px){
    .vacancie__title{
        margin-bottom:0
    }
}
@media (min-width: 992px){
    .vacancie__title{
        font-size:24px
    }
}
.vacancie.active .vacancie__title{
    color:#fff
}
.vacancie__status{
    display:inline-block;
    color:#FAA52C;
    margin-top:3px
}
@media (min-width: 768px){
    .vacancie__status{
        margin-top:0
    }
}
.vacancie__location i{
    color:#5AA73B;
    font-size:1.4em
}
@media (min-width: 768px){
    .vacancie__date{
        margin:0 20px 0 10px
    }
}
@media (min-width: 992px){
    .vacancie__date{
        margin-right:70px
    }
}
.vacancie__trigger{
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    -webkit-box-align:center;
    -ms-flex-align:center;
    align-items:center;
    -webkit-box-pack:center;
    -ms-flex-pack:center;
    justify-content:center;
    width:40px;
    height:100%;
    min-height:80px;
    position:absolute;
    top:0;
    right:0;
    background:#FAA52C;
    text-align:center
}
@media (min-width: 768px){
    .vacancie__trigger{
        position:static;
        width:60px;
        margin-right:-30px
    }
}
.vacancie__icon-arrow,.vacancie__icon-cross{
    fill:#fff;
    display:block
}
.vacancie__icon-arrow{
    font-size:21px
}
.vacancie.active .vacancie__icon-arrow{
    display:none
}
.vacancie__icon-cross{
    display:none;
    font-size:15px
}
.vacancie.active .vacancie__icon-cross{
    display:inline-block
}
.vacancie__price{
    font-size:24px;
    font-weight:700;
    color:#39393A
}
.vacancie__body{
    display:none;
    padding:25px 20px
}
@media (min-width: 768px){
    .vacancie__body{
        padding:25px 30px
    }
}
.vacancie__body h1,.vacancie__body h2,.vacancie__body h3,.vacancie__body h4,.vacancie__body h5{
    margin:25px 0 5px
}
.vacancie__body ul{
    padding-left:0;
    margin:0
}
.vacancie__body ul li{
    margin-bottom:5px
}
.catalog__list{
    display: flex;
    align-items: stretch;
    flex-wrap: wrap;
    gap: 10px;
}
.catalog__list--small-offset{
    margin-top:-20px
}
.catalog__item{
    list-style:none;
    width: calc(100%/3 - 20px/3);
}
.catalog__item--small-offset{
    margin-top:20px
}
.catalog-item{
    position: relative;
    border: 1px solid #D9D9D9;
    border-radius: 16px;
    padding: 20px;
    display: flex;
    flex-direction: column;
    height: 100%;
}
.catalog-item__img {
    display: block;
    width: calc(100% - 60px);
    height: 220px;
    margin: 30px auto;
}
.catalog-item__name {
    margin: 0 0 8px;
    font-weight: 700;
    font-size: 20px;
    color: #39393A;
    line-height: 27px;
}
.catalog-item__label {
    margin: 0 0 8px;
    display: block;
    font-weight: 400;
    font-size: 12px;
    text-transform: uppercase;
    color: #FAA52C;
    line-height: 16px;
}
.catalog-item__desc {
    min-height: 54px;
    margin: 0 0 30px;
    font-weight: 400;
    font-size: 13px;
    color: #656565;
    line-height: 18px;
}
.catalog-item__btn {
    margin-top: auto;
    width: 100%;
    display: block;
    border: 1px solid #39393A;
    border-radius: 5px;
    padding: 10px 40px;
    font-weight: 700;
    font-size: 10px;
    text-transform: uppercase;
    text-align: center;
    color: #39393A;
}
.catalog-item__btn:hover {
    background: #FAA52C;
    border-color: #FAA52C;
    color: #fff;
    text-decoration: none;
}

.catalog-item:hover{
    text-decoration:none;
    color:inherit
}
.catalog-item__labels{
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    -webkit-box-orient:horizontal;
    -webkit-box-direction:normal;
    -ms-flex-flow:row wrap;
    flex-flow:row wrap;
    margin:-5px 0 0 -5px;
    position:absolute;
    z-index:1;
    top:20px;
    left:15px
}
@media (min-width: 768px){
    .catalog-item__labels{
        left:165px;
        top:10px
    }
}
@media (min-width: 992px){
    .catalog-item__labels{
        left:250px;
        top:20px
    }
}
@media (min-width: 1024px){
    .catalog-item__labels{
        left:270px
    }
}
.catalog-item__inner{
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    padding:25px 15px;
    background-color:#FBFBFB;
    -webkit-transition:background 0.2s;
    transition:background 0.2s
}
@media (min-width: 992px){
    .catalog-item__inner{
        padding:30px 24px
    }
}
.catalog-item__inner:hover{
    background-color:#39393A;
    color:#fff
}
.catalog-item__img-wrap{
    background-image:none;
    width:150px
}
@media (min-width: 768px){
    .catalog-item__img-wrap{
        width:130px
    }
}
@media (min-width: 992px){
    .catalog-item__img-wrap{
        width:200px
    }
}
.catalog-item__content{
    width:100%
}
.catalog-item__title{
    font-weight:700;
    color:#39393A;
    font-size:14px
}
@media (min-width: 992px){
    .catalog-item__title{
        font-size:23px
    }
}
.catalog-item__inner:hover .catalog-item__title{
    color:#FAA52C
}
.catalog-item__inner:hover .catalog-item__btn{
    color:#FAA52C;
    border-color:#FAA52C
}
.catalog-elem:hover{
    text-decoration:none;
    color:inherit
}
.catalog-elem__img-wrap{
    background:#FBFBFB;
    overflow:hidden
}
.catalog-elem__img-wrap:before{
    padding-bottom:117.308%
}
.catalog-elem__img-wrap>img{
    -webkit-transition:all 0.2s;
    transition:all 0.2s
}
.catalog-item:hover .catalog-elem__img-wrap>img{
    -webkit-transform:scale(1.05);
    transform:scale(1.05)
}
.catalog-elem__info{
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
    padding:25px 20px;
    background:#39393A;
    color:#fff;
    opacity:0;
    -webkit-transition:all 0.3s ease;
    transition:all 0.3s ease
}
.catalog-elem:hover .catalog-elem__info{
    opacity:1
}
.catalog-elem__info-img{
    position:absolute;
    top:50%;
    left:50%;
    -webkit-transform:translate(-50%, -50%);
    transform:translate(-50%, -50%)
}
.catalog-elem__descr{
    max-height:3em;
    margin-top:auto
}
.catalog-elem__title{
    font-size:15px;
    font-weight:700
}
@media (min-width: 992px){
    .catalog-elem__title{
        font-size:24px
    }
}
.catalog-menu{
    position:relative;
    margin:0 -20px
}
@media (min-width: 768px){
    .catalog-menu{
        margin:0
    }
}
@media (min-width: 1024px){
    .catalog-menu{
        width:260px
    }
}
.catalog-menu__label{
    height:55px;
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    -webkit-box-align:center;
    -ms-flex-align:center;
    align-items:center;
    font-size:15px;
    padding:0 30px;
    background:#F2F2F2;
    font-weight:700;
    cursor:pointer;
    -webkit-transition:all 0.2s;
    transition:all 0.2s
}
.catalog-menu__label:hover{
    background:#e5e5e5
}
.catalog-menu__label:before{
    content:"\f107";
    position:absolute;
    display:block;
    top:0;
    bottom:0;
    margin:auto;
    right:20px;
    height:1em;
    font-size:20px;
    -webkit-transition:all 0.2s;
    transition:all 0.2s
}
.catalog-menu.active .catalog-menu__label{
    background:#39393A;
    color:#fff
}
.catalog-menu.active .catalog-menu__label:before{
    -webkit-transform:rotate(180deg);
    transform:rotate(180deg)
}
.catalog-menu__inner{
    position:absolute;
    display: none;
    z-index:90;
    top:100%;
    left:0;
    width:100%;
    overflow:hidden;
    background:#fff;
    height:0;
    -webkit-box-shadow:0 5px 5px rgba(147,147,147,0.3);
    box-shadow:0 5px 5px rgba(147,147,147,0.3)
}
@media (min-width: 1024px){
    .catalog-menu__inner{
        display: block;
        overflow-y:auto;
        position:relative;
        height:340px;
        top:auto;
        -webkit-box-shadow:none;
        box-shadow:none
    }
}
.catalog-menu.active .catalog-menu__inner{
    overflow-y:auto
}
.catalog-menu__list{
    padding:30px 30px 10px
}
@media (min-width: 1024px){
    .catalog-menu__list{
        padding:0
    }
}
.catalog-menu__item{
    list-style:none;
    margin-bottom:15px;
    position:relative;
    -webkit-transition:all 0.2s;
    transition:all 0.2s;
    cursor:pointer
}
@media (min-width: 768px){
    .catalog-menu__item{
        margin-bottom:30px
    }
}
@media (min-width: 768px){
    .catalog-menu__item--size-big{
        font-size:18px
    }
}
@media (min-width: 992px){
    .catalog-menu__item--size-big{
        font-size:24px
    }
}
.catalog-menu__item:before{
    content:'';
    display:block;
    position:absolute;
    top:0.6em;
    left:7px;
    width:0.4em;
    height:0.4em;
    border-radius:50%;
    background:#FAA52C;
    -webkit-transform:scale(0);
    transform:scale(0);
    -webkit-transition:all 0.2s;
    transition:all 0.2s
}
.catalog-menu__item.active{
    padding-left:1.33em;
    font-weight:700
}
.catalog-menu__item.active:before{
    -webkit-transform:scale(1);
    transform:scale(1)
}
.catalog-menu__item-link:hover{
    text-decoration:none
}
.search__form .form-control{
    padding:0 10px;
    height:2.67rem
}
.search__form .btn{
    margin-bottom:15px
}
@media (min-width: 768px){
    .search__form .form-group{
        display:inline-block;
        vertical-align:top;
        margin-bottom:25px;
        margin-right:35px;
        width:536px
    }
    .search__form .btn{
        margin-bottom:0
    }
}
.search__list{
    list-style:none
}
.production__list{
    list-style:none
}
.production__item{
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex
}
.production__link{
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    -webkit-box-orient:vertical;
    -webkit-box-direction:normal;
    -ms-flex-direction:column;
    flex-direction:column;
    -webkit-box-align:center;
    -ms-flex-align:center;
    align-items:center;
    -webkit-box-flex:1;
    -ms-flex-positive:1;
    flex-grow:1;
    padding:17px 8px;
    font-size:12px;
    line-height:17px;
    font-weight:600;
    color:#A9A9AA;
    text-align:center;
    background-color:#EBEBEB;
    -webkit-transition:color 0.2s, background-color 0.2s;
    transition:color 0.2s, background-color 0.2s
}
.production__link:hover{
    color:#fff;
    text-decoration:none;
    background-color:#FAA52C
}
@media (min-width: 768px){
    .production__link{
        padding:22px 20px
    }
}
@media (min-width: 1024px){
    .production__link{
        padding:32px 61px;
        font-size:14px;
        line-height:19px
    }
}
.production__icon{
    margin-bottom:10px
}
.production__icon svg{
    fill:currentColor
}
@media (min-width: 768px){
    .production__icon{
        margin-bottom:17px
    }
    .production__icon--cow svg{
        width:63px;
        height:42px
    }
    .production__icon--pig svg{
        width:79px;
        height:42px
    }
    .production__icon--chicken svg{
        width:36px;
        height:42px
    }
    .production__icon--preserv svg{
        width:28px;
        height:42px
    }
}
@media (min-width: 1024px){
    .production__icon--cow svg{
        width:93px;
        height:62px
    }
    .production__icon--pig svg{
        width:117px;
        height:62px
    }
    .production__icon--chicken svg{
        width:54px;
        height:62px
    }
    .production__icon--preserv svg{
        width:41px;
        height:62px
    }
}
.calculator-page__title{
    margin-bottom:25px
}
@media (min-width: 768px){
    .calculator-page__title{
        margin-bottom:35px
    }
}
@media (min-width: 1024px){
    .calculator-page__title{
        margin-bottom:45px
    }
}
.calculator{
    margin-bottom:30px;
    padding:40px 25px;
    text-align:left;
    background-color:#FBFBFB
}
@media (min-width: 768px){
    .calculator{
        margin-bottom:40px;
        padding:60px 50px
    }
}
@media (min-width: 1024px){
    .calculator{
        margin-bottom:50px;
        padding:70px 50px
    }
}
.calculator__section{
    margin-bottom:40px;
    padding-bottom:20px;
    border-bottom:1px solid rgba(57,57,58,0.2)
}
.calculator__section:last-child{
    margin-bottom:0;
    border-bottom:none
}
.calculator__name{
    margin-bottom:30px;
    font-size:18px;
    line-height:24px;
    font-weight:700;
    text-align:center;
    color:#FAA52C
}
@media (min-width: 1024px){
    .calculator__wrapper{
        display:-webkit-box;
        display:-ms-flexbox;
        display:flex;
        -ms-flex-wrap:wrap;
        flex-wrap:wrap;
        -webkit-box-pack:justify;
        -ms-flex-pack:justify;
        justify-content:space-between
    }
}
@media (min-width: 1024px){
    .calculator__col{
        width:45%
    }
}
.calculator__values{
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    -ms-flex-pack:distribute;
    justify-content:space-around;
    -ms-flex-wrap:wrap;
    flex-wrap:wrap
}
.calculator__values--result{
    display:none
}
.calc-ready .calculator__values--result{
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex
}
.calculator__value-item{
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    -webkit-box-orient:vertical;
    -webkit-box-direction:normal;
    -ms-flex-direction:column;
    flex-direction:column;
    -webkit-box-align:center;
    -ms-flex-align:center;
    align-items:center;
    margin-bottom:30px;
    font-size:24px;
    line-height:33px;
    font-weight:700;
    color:#FAA52C
}
@media (min-width: 992px){
    .calculator__value-item{
        -webkit-box-orient:horizontal;
        -webkit-box-direction:normal;
        -ms-flex-direction:row;
        flex-direction:row
    }
}
.calculator__value-name{
    margin-bottom:10px;
    font-size:16px;
    line-height:22px;
    color:#39393A;
    text-align:center
}
@media (min-width: 992px){
    .calculator__value-name{
        margin-bottom:0;
        margin-right:40px;
        text-align:left
    }
}
.calc-error{
    display:none;
    margin-top:10px;
    width:100%;
    font-size:12px;
    line-height:16px;
    color:#E94C3D
}
.error .calc-error{
    display:block
}
.calculator-control{
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    -webkit-box-orient:vertical;
    -webkit-box-direction:normal;
    -ms-flex-direction:column;
    flex-direction:column;
    margin-bottom:30px
}
@media (min-width: 768px){
    .calculator-control{
        -webkit-box-orient:horizontal;
        -webkit-box-direction:normal;
        -ms-flex-direction:row;
        flex-direction:row;
        -webkit-box-pack:justify;
        -ms-flex-pack:justify;
        justify-content:space-between;
        -webkit-box-align:center;
        -ms-flex-align:center;
        align-items:center;
        -ms-flex-wrap:wrap;
        flex-wrap:wrap
    }
}
.calculator-control label{
    font-size:16px;
    line-height:22px;
    text-align:left
}
@media (min-width: 768px){
    .calculator-control label{
        margin:0
    }
}
@media (min-width: 1024px){
    .calculator-control label{
        max-width:215px
    }
}
.calculator-control input,.calculator-control select{
    -ms-flex-negative:0;
    flex-shrink:0;
    padding:8px 10px;
    width:100%;
    font-size:16px;
    line-height:22px;
    text-align:center;
    -moz-text-align-last:center;
    text-align-last:center;
    background-color:transparent;
    border:1px solid rgba(0,0,0,0.3);
    border-radius:0;
    outline:none
}
@media (min-width: 768px){
    .calculator-control input,.calculator-control select{
        margin-left:20px;
        width:142px
    }
}
.calculator-control select{
    background-image:url("../images/svg/select-arrow.svg");
    background-repeat:no-repeat;
    background-position:right 10px center;
    -webkit-appearance:none;
    -moz-appearance:none;
    appearance:none;
    cursor:pointer
}
.calculator-control input:-moz-read-only{
    font-weight:700;
    border:none
}
.calculator-control input:read-only{
    font-weight:700;
    border:none
}
.calculator-control--info{
    position:relative
}
.calculator-control--info select{
    width:calc(100% - 36px)
}
@media (min-width: 768px){
    .calculator-control--info select{
        width:142px
    }
}
.calculator-control.error input,.calculator-control.error select{
    border-color:#E94C3D
}
@media (min-width: 768px){
    .calculator__col label{
        max-width:230px
    }
}
.calc-info{
    position:absolute;
    bottom:7px;
    right:0;
    width:26px;
    height:26px;
    border-radius:50%;
    background-color:rgba(196,196,196,0.4)
}
@media (min-width: 768px){
    .calc-info{
        bottom:auto;
        top:50%;
        right:-36px;
        -webkit-transform:translateY(-50%);
        transform:translateY(-50%)
    }
}
.calc-info svg{
    position:absolute;
    top:50%;
    left:50%;
    width:9px;
    height:12px;
    -webkit-transform:translate(-50%, -50%);
    transform:translate(-50%, -50%)
}
.calc-info__content{
    position:absolute;
    bottom:calc(100% + 15px);
    right:0;
    padding:30px 15px;
    width:70vw;
    max-width:380px;
    font-size:12px;
    line-height:16px;
    text-align:left;
    background-color:#e5e5e5;
    -webkit-transform:translateY(-5px);
    transform:translateY(-5px);
    opacity:0;
    visibility:hidden;
    -webkit-transition:0.3s ease;
    transition:0.3s ease
}
.calc-info__content::after{
    content:"";
    position:absolute;
    top:100%;
    right:6px;
    border-color:#e5e5e5 transparent transparent transparent;
    border-width:7px;
    border-style:solid
}
@media (min-width: 1024px){
    .calc-info__content--center{
        right:auto;
        left:50%;
        -webkit-transform:translate(-50%, -5px);
        transform:translate(-50%, -5px)
    }
    .calc-info__content--center::after{
        right:auto;
        left:50%;
        -webkit-transform:translateX(-50%);
        transform:translateX(-50%)
    }
}
.calc-info__content ul{
    list-style-type:none
}
.calc-info:hover .calc-info__content{
    -webkit-transform:translateY(0);
    transform:translateY(0);
    opacity:1;
    visibility:visible
}
@media (min-width: 1024px){
    .calc-info:hover .calc-info__content--center{
        -webkit-transform:translate(-50%, 0);
        transform:translate(-50%, 0)
    }
}
.tabs__nav{
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    -webkit-box-pack:center;
    -ms-flex-pack:center;
    justify-content:center;
    margin-bottom:50px;
    list-style:none
}
.tabs__nav.r-tabs-nav{
    margin-bottom:50px
}
.tabs__nav-item{
    position:relative;
    margin:0 40px;
    -webkit-transition:0.15s ease;
    transition:0.15s ease
}
.tabs__nav-item::before{
    content:"";
    position:absolute;
    top:50%;
    left:-11px;
    width:6px;
    height:6px;
    border-radius:50%;
    background-color:#FAA52C;
    opacity:0;
    -webkit-transform:translateY(-50%);
    transform:translateY(-50%);
    -webkit-transition:opacity 0.15s ease;
    transition:opacity 0.15s ease
}
.tabs__nav-item.r-tabs-tab{
    margin:0 40px
}
.tabs__nav-item.r-tabs-tab.r-tabs-state-active::before{
    opacity:1
}
.tabs__nav-link{
    position:relative;
    font-size:16px;
    line-height:22px;
    color:#696969
}
.tabs__nav-link span{
    opacity:0;
    font-weight:700;
    color:#656565;
    -webkit-transition:opacity 0.15s ease;
    transition:opacity 0.15s ease
}
.tabs__nav-link::before{
    content:attr(data-text);
    position:absolute;
    top:0;
    left:50%;
    -webkit-transform:translateX(-50%);
    transform:translateX(-50%);
    -webkit-transition:opacity 0.15s ease;
    transition:opacity 0.15s ease
}
.r-tabs-state-active .tabs__nav-link span{
    opacity:1
}
.r-tabs-state-active .tabs__nav-link::before{
    opacity:0
}
.tabs__nav-link:hover{
    color:currentColor;
    text-decoration:none
}
.tabs__content.r-tabs-panel{
    padding:0
}
@-webkit-keyframes fadeEffect{
    from{
        opacity:0
    }
    to{
        opacity:1
    }
}
@keyframes fadeEffect{
    from{
        opacity:0
    }
    to{
        opacity:1
    }
}
.nav__link.selected{
    color:#FAA52C;
    background:none
}
.hidden{
    display:none
}
.img-responsive.with-logo-gmp{
    max-width:170px
}
@media (max-width: 768px){
    .img-responsive.with-logo-gmp{
        max-width:130px;
        margin:15px 0
    }
}
.license-slider{
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex
}
.license-slider.slick-slider{
    display:block
}
.license-slider__img-wrap{
    display:block;
    overflow:hidden
}
.license-slider__img-wrap:before{
    padding-bottom:68.548%
}
.license-slider__img-wrap img{
    -webkit-transition:all 0.3s ease-in-out;
    transition:all 0.3s ease-in-out
}
.license-slider__img-wrap:hover img{
    -webkit-transform:scale(1.05);
    transform:scale(1.05)
}
.license-slider__play-btn{
    position:absolute;
    top:50%;
    left:50%;
    margin-top:-20px;
    margin-left:-28px
}
.license-slider__img-wrap:hover .license-slider__play-btn{
    background:#C72020
}
.license-slider .slick-list{
    margin:0 -8px
}
.license-slider .slick-slide{
    padding:0 8px;
    max-width:none
}
.license-slider .slick-arrow{
    position:absolute;
    z-index:1;
    top:50%;
    -webkit-transform:translateY(-50%);
    transform:translateY(-50%);
    width:50px;
    height:50px;
    background:#FBFBFB;
    border:none;
    cursor:pointer;
    padding:0;
    font-size:0
}
@media (min-width: 992px){
    .license-slider .slick-arrow{
        background:none
    }
}
.license-slider .slick-arrow svg{
    font-size:22px;
    -webkit-transition:all 0.1s;
    transition:all 0.1s;
    fill:#C0C0C0
}
.license-slider .slick-arrow:hover svg{
    fill:#5AA73B
}
.license-slider .slick-arrow:active{
    margin-top:1px
}
.license-slider .slick-next{
    right:-25px
}
@media (min-width: 768px){
    .license-slider .slick-next{
        right:-35px
    }
}
@media (min-width: 992px){
    .license-slider .slick-next{
        right:0
    }
}
@media (min-width: 1024px){
    .license-slider .slick-next{
        right:auto;
        left:100%
    }
}
.license-slider .slick-prev{
    left:-25px
}
@media (min-width: 768px){
    .license-slider .slick-prev{
        left:-35px
    }
}
@media (min-width: 992px){
    .license-slider .slick-prev{
        left:0
    }
}
@media (min-width: 1024px){
    .license-slider .slick-prev{
        right:100%;
        left:auto
    }
}
.license-slider .slick-dots{
    position:absolute;
    right:0;
    left:0;
    bottom:-55px;
    text-align:center
}
.license-slider .slick-dots li{
    display:inline-block;
    list-style:none;
    line-height:1;
    position:relative;
    right:8px
}
.license-slider .slick-dots button{
    background:none;
    border:none;
    cursor:pointer;
    font-size:0;
    padding:10px 8px
}
.license-slider .slick-dots button:before{
    content:'';
    display:block;
    height:5px;
    width:20px;
    border-radius:5px;
    background:#C0C0C0;
    -webkit-transition:all 0.2s;
    transition:all 0.2s
}
.license-slider .slick-dots button:hover:before{
    background:#818181
}
.license-slider .slick-dots .slick-active button:before{
    background:#5AA73B
}
.license-box{
    margin-bottom:50px
}
.license-slider .article-slider__img-wrap:before{
    padding-bottom:0
}
.license-slider .responsive-img>img{
    position:initial;
    top:initial;
    left:initial;
    width:initial;
    height:initial;
    display:inline-block;
    max-width:100%
}
.license-slider .article-slider__img-wrap{
    text-align:center;
    padding:30px 40px;
    background:#FBFBFB
}

/*# sourceMappingURL=style.css.map */