
/*
Design by TEMPLATED
http://templated.co
Released for free under the Creative Commons Attribution License
*/

* {
    margin: 0;
    padding: 0;
}

/*:root {
    --red-color: #e64946;
}*/

body {
    margin: 0;
    background: #FFFFFF url(images/img01.gif) repeat-x;
    font-family: Georgia, "Times New Roman", Times, serif;
    font-size: 13px;
    color: #666666;
    text-shadow: 2px 2px 4px #b8b8;  Параметры тени 
}

title, h2, h3 {
    margin: 0;
    font-weight: normal;
    color: #3F586B;
}

#block-header2{
    width: 100%;
    height: 50px;
    text-align: center!important;
    font-size: 15px;
    /*    font: bold  Arial, Helvetica, sans-serif;*/
    text-shadow: 2px 2px 4px #b8b8b8;
    text-transform: uppercase;
}


h1 {
    color: #f56540;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 30px;
    font-weight: 500;
    letter-spacing: 1px;
    line-height: 22px;
    text-shadow: 2px 2px 4px #b8b8b8;
}

h2 {
    color: #f56540;
    font-family: Verdana;
    font-size: 18pt;
    text-shadow: 2px 2px 4px #b8b8b8;
}

h3 {
    color: #ff0000;
    font-family: Neucha,sans-serif;
    font-size: 16px;
    font-weight: 700;
    letter-spacing: 1px;
    line-height: 22px;
    text-shadow: 2px 2px 4px #b8b8b8;
}
h4{
    font : bold 16px sans-serif;
}

h5{
    font-family: Roboto, sans-serif;
    text-shadow: 2px 2px 4px #b8b8b8;
    color: #FF3C00;
    font-size: 16px;
    line-height: 18px;
    margin-left: 2%;
    font-weight: 700;
    /*    font : bold 12px sans-serif;
        text-shadow: 2px 2px 4px #b8b8b8;
        color: #ff3333;*/
}
h6{
    font : bold 11px sans-serif;
    text-shadow: 2px 2px 4px #b8b8b8;
    color: #f56540;

}
p, blockquote, ul, ol {
    margin-bottom: 1.5em;
    line-height: 1.8em;
    text-align: justify;
}

p {
}

blockquote {
    margin-left: 2em;
    margin-right: 2em;
    font-style: italic;
}

ul {
    margin-left: 3em;
}

ul li {
}

ol {
    margin-left: 3em;
}

ol li {
}

a {
    text-decoration: none;
    color: #243238;
}

a:hover {
    text-decoration: underline;
    color: #FF3C00;
}

/*a {
    text-decoration: none;
    color: #972296;
}

a:hover {
    text-decoration: underline;
    color: #000000;
}*/

img.left {
    float: left;
    margin: 0 20px 0 0;
}

img.right {
    float: right;
    margin: 0 0 0 20px;
}

/* Boxed Style */

.boxed {
}

.boxed .title {
    padding: 20px 20px;
    text-transform: uppercase;
    font-size: 1em;
    text-align: center;

}

.boxed .content {
    padding: 20px;

}

/* Post */

.post {
}

.post .title {
    padding: 10px 20px;
    text-transform: uppercase;
    font-size: 1em;
}

.post .date {
    margin-top: -25px;
    padding-bottom: 10px;
    padding-right: 20px;
    text-align: right;
    font-size: x-small;
}


.post .meta {
    clear: both;
    float: right;
    margin-right: -330px;
    border-top: 3px solid darksalmon;
    width: 280px;
    margin-top: -160px;
    font-style: italic;
    text-shadow: none;
    font-weight: 600;
}

.post .meta p {
    margin: 0;
    padding: 10px 20px 40px 20px;
    border-top: 1px dotted #CCCCCC;
    line-height: normal;
    font-size: x-small;
}

.post .story {
    padding: 1px 1px 0 1px;
    /*    background: url(images/img05.gif) repeat-x;*/
    font-family: 'Segoe UI', Arial, sans-serif;
}

.meta .list {
    margin-left: -20px;
    margin-right: 30px;
}

.meta .list li {
    list-style-type: none;
    /*    list-style-image: url('../images/chevron-bulletpoint1.png');*/
    margin-top: 10px;
    font-family: 'Segoe UI', Arial, sans-serif;
    font-size: 13px;
    color: #000;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    text-align: left;
}

.meta .list li img {
    width: 20px;
    height: 20px;
    margin-right: 10px;
}

.meta .list li a {
    color: #000;
}

.story {
    margin-top: 15px;
    margin-left: 15px;
}

.story .links {
    /*    display: flex;*/
    justify-content: space-between;
    border-top: 1px solid transparent;
    padding-top: 20px;
    margin-top: 15px;
}

.story .links .management, .story .links .exam {
    width: 27%;
    margin-left: 1200px;
}

.story .links img {
    width: 80px;
    height: auto;
}

.exam, .management {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    border-top: 3px solid #e64946;
}

.story .links p {
    margin-left: 10px;
    text-align: left;
}

.story .links p a {
    color: #000;
    text-shadow: none;
    font-size: 13px;
    font-weight: 600;
}

.story h4 {
    border-left: 3px solid #e64946;
    padding-left: 20px;
    font-size: 14px;
    font-style: italic;
    color: rgba(0, 0, 0, .8);
    font-family: 'Segoe UI', Arial, sans-serif;
    text-shadow: none;
}
/* Header */

#header {
    width: 1050px;
    height: 140px;
    margin: 0 auto;
}

/* Header > Logo */

#logo {
    float: left;
    width: 1000px;
    height: 20px;
}

#logo h1 {
    margin: 0;
    padding: 60px 0 0 0;
    font-size: 2.6em;
}

#logo h2 {
    margin-top: -5px;
    font-size: 1em;
}

#logo a {
    text-decoration: none;
    color: #000000;
}

/* Header > Menu */

#menu {
    padding-top: 0;
}

#menu ul {
    margin: 0;
    padding:  0 0 0 0;
    list-style: none;
    line-height: normal;
    text-align: center;
}

#menu li {
    display: inline;
    margin: 0;
    padding: 0;
}

#menu a {
    padding: 0 5px;
    text-decoration: none;
    font-size: 136%;
    font-weight: bold;
    color: #610720;
}

#menu a:hover {
    text-decoration: underline;
}

#menu .active a {
    color: #FFFFFF;
}
/* Content */

/*#content {
        width: 100%;
    margin: -460px auto 0 auto;
    padding-top: 5px;
    background-color: white;
    height:  1280px;
    box-shadow: 0 0 3px rgba(0,0,0,0.5);
    text-shadow: 2px 2px 4px #b8b8;
}*/
#content1 {
    float: left;
    width: 35%;
    padding-top: 8px;
    text-align: left;

}
#content2 {
    float: left;
    width: 60%;
    padding-top: 8px;
    text-align: left;

}
#content3 {
    float: left;
    width: 50%;
    padding-top: 8px;
    text-align: left;
    margin-top: 20px;
}
#content4 {
    float: left;
    width: 100%;
    padding-top: 115px;
    text-align: left;

}
#content5 {
    float: left;
    width: 45%;
    padding-top: 8px;
    text-align: left;

}
/* Content > Main */

#main {
    float: left;
    width: 90%;
}

/* Content > Main > Welcome */

#welcome {
}

/* Content > Main > Example */

#example {
}

/* Content > Sidebar */

#sidebar {
    float: right;
    width: 280px;
    margin-top: 90px;
    margin-right: 46px;
}

#sidebar2 {
    float: right;
    width: 35%;
    margin-right: -15px;
    margin-top: 15px;
}
#sidebar3 {
    float: right;
    width: 400px;
    margin-top: 10px;
    background-color: #eaeaea;
    border-radius: .5rem;
    padding: 10px;
    margin-right: 30px;
    margin-top: 30px;
}
#sidebar5 {
    float: right;
    width: 55%;

}
/* Content > Sidebar > Login */

#login {
    margin: 20px 0 0 785px;
}

#login form {
}

#login fieldset {
    border: none;
    margin-top: 20px;
}

#login legend {
    display: none;
}

#login label {
    display: block;
    padding-top: 5px;
}

#login input {
    margin-top: 10px;
    /*    margin-bottom: 10px;*/
    padding: 2px 5px;
    border: 1.75px solid #e64946;
    font-family: 'Segoe UI', Arial, sans-serif;
    color: #1c1919;
    width: 85%;
}

#login.boxed h2 {
    text-align: center;
    font-family: 'Segoe UI', Arial, sans-serif;
    font-weight: 700;
    padding: 0;
    font-size: 16px;
    text-shadow: none;
    color: #000 !important;
    border-bottom: 3px solid #FF3C00;
    padding-bottom: 7px;
    letter-spacing: 1px;
    /*    background-image: url('images/1000_F_540726046_ZTWfJjy44PQOVOOlunJ0VtD5ePHpwp9j.jpg');*/
}

#inputtext1, #inputtext2 {
    width: 98%;
}

#inputsubmit1 {
    margin: 0;
    padding: 0;
    /*    background: url(images/img05.gif) repeat-x;*/
}

/* Content > Sidebar > Updates*/

#updates {
}

#updates ul {
    margin: 0;
    list-style: none;
    margin-top: 15px;
    width: 100%;
}

#updates ul li a img {
    width: 70%;
}

#updates h3 {
    font-size: .8em;
    font-family: 'Segoe UI', Arial, sans-serif;
    font-size: 15px;
    letter-spacing: 1px;
    text-shadow: none;
    color: #000;
    border-bottom: 3px solid #e64946;
    /*    margin-left: 75px;*/
    text-align: center;
}

#updates p {
    line-height: normal;
    font-size: .8em;
}

#updates a {
    text-decoration: none;
}


#footer p {
    margin: 0;
    text-align: center;
    line-height: normal;
    font-size: x-small;
}

#footer a {
    text-decoration: underline;
    color: #666666;
}

#footer a:hover {
    text-decoration: none;
}

#legal {
}

#links {
}

#block_news{
    padding-top: 5px;
    padding-left: 5px;
    width: 700px;
    height: auto;
}
#newsticker{
    width: 1000px;
    /*    border-top: 1px solid #DDDDDD;*/
    height: 100%;
    overflow: hidden;
    margin-top: 15px;
    margin-left: 40px;
}
#newsticker p{
    margin-left: 2%;
    line-height: 1.3em;
    font-size: 14px;
    font-family: Roboto, sans-serif !important;
    font-weight: 500;
    color: #243238;
    /*    font: 12px sans-serif;
        margin-top: 5px;
        margin-bottom: 5px;
        padding-left: 5px;*/
}
#newsticker li{
    border-bottom: 3px solid #DDDDDD;
    padding-top: -5px;
    padding-bottom:5px;
    padding-left: 5px;
    height: auto;
}

#newsticker li span {
    color: black;
    /*    color: #e64946;*/
    font-family: 'Segoe UI', Arial, sans-serif;
    font-size: 13px;
    font-weight: 700;
    text-shadow: none;
}
#newsticker a{
    color:  #EF662B;
    font: bold 12px sans-serif ;
    text-decoration: none;

}
#newsticker a:hover{
    text-decoration: underline;
}
#newsticker span{
    color:  brown;
    font: bold 10px sans-serif ;
    padding-bottom: 5px;
    padding-left: 5px;
    display: block;
}
#news-prev{
    margin-top: 5px;
    padding-left: 5px;
    cursor: pointer;
}
#news-next{
    margin-bottom: 5px;
    padding-left: 5px;
    cursor: pointer;
}
#block_body{
    width: 100%;
    height: auto;
    margin: 3px auto;
}
#block-header{
    width: 100%;
    height: 100px;
    margin: 0 auto;
    box-shadow: 0 0 3px rgba(0,0,0,0.5);
    text-shadow: 2px 2px 4px #b8b8;
}
#block-header_top{
    width: 100%;
    height: 140px;
    box-shadow: 0 0 3px rgba(0,0,0,0.5);
    text-shadow: 2px 2px 4px #b8b8;
    background-color: #fff;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.logo2 {
    display: inline-block;

}
#block-footer{
    width: 1000px;   
    height: 300px;
    margin-top: 10px;
    background-color: white;
    box-shadow: 0 0 3px rgba(0,0,0,0.5);
}
#footer-phone{
    width: 200px;   
    float: left;
    margin-left: 10px;
}
#footer-phone p{
    font : bold 13px sans-serif;
}

#footer-phone h4{
    font : bold 14px sans-serif;
}

#footer-list{
    width: 200px;   
    float: left;
    margin-left: 10px;
}
#footer-list li{
    margin-top: 5px;
}
#footer-list p{
    font: bold 14px sans-serif;
    margin-bottom: 10px;
    color: blue;
}
#footer-list a{
    font: 13px sans-serif;
    text-decoration: none;

}
#footer-list a:hover{
    text-decoration: underline;
}
.wrapper {
    width: 100%;
    /*    min-height: 100%;*/
    position: relative;
    z-index: 1;
    height: 330px;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
}
/*Слайдер*/
.slider {
    height: 329px;
    background-color: black;
    margin-top: 25px;
}

.carousel {
    /*    width: 65%;
        margin: 0 30px 0 30px;
        position: relative;*/
    line-height: 1;
}

.carousel-inner {
    position: relative;
    width: 100%;
    overflow: hidden;
}

.carousel .item {
    position: relative;
    display: none;
    -webkit-transition: 0.6s ease-in-out left;
    -moz-transition: 0.6s ease-in-out left;
    -ms-transition: 0.6s ease-in-out left;
    -o-transition: 0.6s ease-in-out left;
    transition: 0.6s ease-in-out left;
}

.carousel .item > img {
    display: block;
    line-height: 1;
}

.carousel .active,
.carousel .next,
.carousel .prev {
    display: block;
}

.carousel .active {
    left: 0;
}

.carousel .next,
.carousel .prev {
    position: absolute;
    top: 0;
    width: 100%;
}

.carousel .next {
    left: 100%;
}

.carousel .prev {
    left: -100%;
}

.carousel .next.left,
.carousel .prev.right {
    left: 0;
}

.carousel .active.left {
    left: -100%;
}

.carousel .active.right {
    left: 100%;
}

.carousel-control {
    position: absolute;
    top: 40%;
    left: 15px;
    width: 40px;
    height: 40px;
    margin-top: -20px;
    font-size: 60px;
    font-weight: 100;
    line-height: 30px;
    color: #ffffff;
    text-align: center;
    background: #222222;
    border: 3px solid #ffffff;
    -webkit-border-radius: 23px;
    /*    -moz-border-radius: 23px;*/
    border-radius: 23px;
    opacity: 0.5;
    filter: alpha(opacity=50);
    text-decoration: none;
}

.carousel-control.right {
    right: 15px;
    left: auto;
}

.carousel-control.left {
    left: 15px;
    right: auto;
}

.carousel-control:hover {
    color: #ffffff;
    text-decoration: none;
    opacity: 0.9;
    filter: alpha(opacity=90);
}

.carousel-caption {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    padding: 5px 5px 5px;
    background: #333333;
    background: rgba(0, 0, 0, 0.75);
    border-top: 3px solid #e64946;
}

.carousel-caption h4,
.carousel-caption p {
    color: #ffffff;
}
.twocols {

}

.twocols .title {
    padding-bottom: 10px;
    border-bottom: 1px solid #edcebe;
}

.twocols .col1  {
    width: 40%;
}

.twocols .col1{
    float: left;
}
.centeredMenuBar.ui-menubar {
    text-align: center!important;
    font: bold 15px Arial,Helvetica,sans-serif;
}

.centeredMenuBar .ui-menu-list  {
    display: inline-block;
}

.active
{
    color: red!important;
}
.noactive
{
    color: black!important;
}

.logo {
    display: flex;
    flex-direction: column;
    text-align: center;
}

.logo img {
    width: 245px;
    height: auto;
    margin: 0 30px;
}

.logo p {
    color: #000;
    text-shadow: none;
    font-family: 'Segoe UI', Arial, sans-serif;
    font-weight: 600;
    font-size: 14px;
    letter-spacing: 1px;
    margin-left: 30px;
}

/* .logo p.pk  {
    color: #000;
    text-shadow: none;
    font-family: 'Segoe UI', Arial, sans-serif;
    font-weight: 600;
    font-size: 14px;
    letter-spacing: 1px;
    margin-left: 30px;
}*/



.choose-lang {
    margin-right: 15px;
    display: flex;
}

div.ui-menu.ui-menubar.ui-widget-ui-widget-content.ui-corner-all.ui-helper-clearfix.centeredMenuBar {
    background-color: #090f13 !important;
    height: 50px;
}

ul.ui-menu-list.ui-helper-reset {
    margin-top: 7px;
    display: flex;
    width: 80%;
    justify-content: space-between;
    margin-left: 30px;
}

.ui-menu-list.ui-helper-reset .ui-menuitem.ui-widget.ui-corner-all .ui-menuitem-link.ui-corner-all .ui-menuitem-text {
    text-shadow: none;
    color: #fff;
    font-family: 'Segoe UI', Arial, sans-serif;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 14px;
}

.ui-menu-list.ui-helper-reset .ui-menuitem.ui-widget.ui-corner-all .ui-menuitem-link.ui-corner-all.active .ui-menuitem-text {
    color: #FF3C00;
}

.ui-menu-list.ui-helper-reset .ui-menuitem.ui-widget.ui-corner-all.ui-menuitem-active {
    background-image: linear-gradient(rgb(40%, 14%, 10%), #243238);
    outline-style: double;
    outline-color: whitesmoke;
}

.ui-menu-list.ui-helper-reset .ui-menuitem.ui-widget.ui-corner-all.ui-menuitem-active .ui-menuitem-link.ui-corner-all.ui-state-hover {
    background-image: linear-gradient(rgb(40%, 14%, 10%), #243238);
    box-shadow: none;
    border: none;
}

.user-name {
    background-color: #eaeaea;
    height: 63px;
    text-align: center;
    border-radius: .3rem;
    color: #000;
    text-shadow: none;
    font-size: 15px;
    padding-bottom: 3px;
    padding-top: 7px;
    border-top-right-radius: .3rem;
    border-top-left-radius: .3rem;
}

.user-password {
    background-color: #eaeaea;
    height: 63px;
    text-align: center;
    color: #000;
    text-shadow: none;
    font-size: 15px;
    padding-bottom: 10px;
    border-bottom-right-radius: .3rem;
    border-bottom-left-radius: .3rem;
}

.ui-button.ui-widget.ui-state-default.ui-corner-all.ui-button-text-only {
    width: 80%;
    margin-bottom: 10px;
    margin-left: 42px;
    font-family: 'Segoue UI', Arial, sans-serif;
    font-weight: 400;
    font-size: 13px;
    font-weight: 600;
    background-color: darksalmon;
    color: #000;
    transition: .25s;
}

.ui-button.ui-widget.ui-state-default.ui-corner-all.ui-button-text-only.ui-state-hover {
    background-color: #FF3C00;
    box-shadow: none;
    border: 1px solid #FF3C00;
    font-weight: 600;
    font-size: 13px;
    color: #000;
}

.btn.btn-default {
    color: #000;
    text-shadow: none;
    font-family: 'Segoe UI', Arial, sans-serif;
    display: block;
    border-top: 2px solid #e64946;
}

.carousel-caption h4 {
    font-family: 'Segoe UI', Arial, sans-serif;
    font-weight: 600;
    font-size: 15px;
}

.block-footer .ui-widget-content.ui-panelgrid-even .ui-panelgrid-cell {
    background: none !important;
    /*    box-shadow: none !important;*/
    background-color: #FF3C00 !important;
    font-family: 'Segoe UI', Arial, sans-serif;
}

.block-footer .ui-widget-content.ui-panelgrid-odd {
    background-color: #091014;
    border: 2px solid #091014 !important;
    font-family: 'Segoe UI', Arial, sans-serif;
}

.block-footer .ui-widget-content.ui-panelgrid-odd .ui-panelgrid-cell:first-child {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    font-family: 'Segoe UI', Arial, sans-serif;
}

.block-footer .ui-widget-content.ui-panelgrid-odd .ui-panelgrid-cell:first-child > h4:first-child {
    color: #fff;
    text-shadow: none;
    letter-spacing: 1px;
    border-bottom: 3px solid #e64946;
    padding-bottom: 10px;
    font-size: 15px;
    font-weight: 700;
    margin: 5px 5px 22px 5px;
    font-family: 'Segoe UI', Arial, sans-serif;
}

.block-footer .ui-widget-content.ui-panelgrid-odd .ui-panelgrid-cell:first-child > h4 {
    color: #eaeaea;
    text-shadow: none;
    font-size: 13px;
    margin: 10px 0;
    font-weight: 500;
    font-family: 'Segoe UI', Arial, sans-serif;
}

.block-footer .ui-widget-content.ui-panelgrid-odd .ui-panelgrid-cell:first-child > h3 {
    display: none;
    font-family: 'Segoe UI', Arial, sans-serif;
}

.block-footer .ui-widget-content.ui-panelgrid-odd .ui-panelgrid-cell > p {
    text-align: center;
    text-shadow: none;
    color: #fff !important;
    letter-spacing: 1px;
    font-size: 15px;
    font-weight: 700;
    border-bottom: 3px solid #e64946;
    padding-bottom: 7px;
    font-family: 'Segoe UI', Arial, sans-serif;
}

.block-footer .ui-widget-content.ui-panelgrid-odd .ui-panelgrid-cell > ul li {
    color: #fff !important;
    text-shadow: none;
    list-style-type: none;
    font-size: 14px;
    margin-bottom: 5px;
    font-family: 'Segoe UI', Arial, sans-serif;
}

.block-footer .ui-widget-content.ui-panelgrid-odd .ui-panelgrid-cell > ul li a {
    color: #eaeaea;
    font-family: 'Segoe UI', Arial, sans-serif;
}

#content4 blockquote {
    display: flex;
    flex-direction: row;
    width: 95%;
    margin: 15px auto 25px auto;
    justify-content: space-between;
}

#content4 blockquote li {
    list-style-type: none;
    width: 350px;
    text-align: center;
    height: 50px;
    border-radius: .5rem;
}

#content4 blockquote li a {
    display: flex;
    width: 100%;
    text-align: center;
    height: 100%;
    background-color: #091014;
    border: 2px solid #e64946;
    border-radius: .5rem;
    justify-content: center;
    align-items: center;
    color: #fff;
    text-shadow: none;
    letter-spacing: 1px;
    font-weight: 600;
    font-family: 'Segoe UI', Arial, sans-serif;
    transition: .25s;
}

#content4 blockquote li a:hover {
    text-decoration: none;
    background-color: #e64946;
    border: 1.5px solid #091014;
    color: white;
    -webkit-box-shadow: 0px 0px 15px -5px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 0px 15px -5px rgba(0,0,0,0.75);
    box-shadow: 0px 0px 15px -5px rgba(0,0,0,0.75);
}

#content4 #listP_content h3 {
    margin: 10px;
    text-align: center;
    text-shadow: none;
    font-size: 16px;
    text-transform: uppercase;
    font-family: 'Segoe UI', Arial, sans-serif;
    font-weight: 700;
    letter-spacing: 1px;
    margin-bottom: 20px;
}

#dep1 {
    text-shadow: none;
    font-family: 'Segoe UI', Arial, sans-serif;
}

#list_data {
    text-shadow: none;
    font-family: 'Segoe UI', Arial, sans-serif;
}

.ui-panelgrid-cell, .ui-state-default, .ui-widget-content.ui-datatable-even.ui-datatable-selectable.tdReestr, .ui-widget-content.ui-datatable-odd.ui-datatable-selectable.tdReestr {
    text-shadow: none;
    font-family: 'Segoe UI', Arial, sans-serif;
}

#content h3 {
    color: #000;
    text-shadow: none;
    font-size: 16px;
    letter-spacing: 1px;
    text-align: left;
    font-weight: 800;
    padding-bottom: 15px;
    margin-bottom: 0px;
    margin-left: 15px;
}

#content3 blockquote p {
    margin-left: -10px;
}

#content3 blockquote p {
    margin-left: -10px;
    text-shadow: none;
    font-family: 'Segoe UI', Arial, sans-serif;
    border-left: 3px solid #FF3C00;
    padding-left: 15px;
    margin-bottom: 40px;
}

.twocols ul li {
    list-style-type: none;
    padding-left: 0;
    margin-left: 0;
}

.twocols ul {
    margin-left: 15px;
    text-shadow: none;
    font-family: 'Segoe UI', Arial, sans-serif;
    border-left: 3px solid #edcebe;
    padding-left: 15px;
    margin-bottom: 40px;
}

#search h2 {
    letter-spacing: 1px;
    font-family: 'Segoe UI', Arial, sans-serif;
    color: #000;
    font-weight: 800;
    font-size: 16px;
    text-shadow: none;
    border-bottom: 3px solid #e64946;
    padding-bottom: 15px;
    width: 80%;
    margin: 0 auto;
}

.content {
    /*    font-size: 14px;*/
    text-shadow: none;
    font-family: 'Segoe UI', Arial, sans-serif;
}

.about-content {
    height: 670px !important;
}

#sidebar2 #search {
    margin-top: 10px;
    width: 350px;
    background-color: #eaeaea;
    border-radius: .10rem;
}

#sidebar2 #search .content ul {
    margin-left: -25px;
    margin-right: 10px;
}

#sidebar2 #search .content ul li {
    list-style-type: none;
}

.contact-content {
    height: 800px !important;
}













#carousels{
    position: relative;
}

.carousel{
    position: absolute;
    left: 30px;
    /*    top: -150px;*/
    opacity: 0;
    transition: opacity 3s; /* Время появления картинки */



    /*    -webkit-transition: 0.6s ease-in-out left;
        -moz-transition: 0.6s ease-in-out left;
        -ms-transition: 0.6s ease-in-out left;
        -o-transition: 0.6s ease-in-out left;
        transition: 0.6s ease-in-out left;*/


    width: 100%;

}

.demonstration{
    opacity: 1;
}

.p menuitem:nth-child(1):hover,
.p menuitemli:nth-child(1):focus,
.p menuitemli:nth-child(1):active {
    & ~ .slider {
        left: 0;
        background-color: #3498db;
    }
}

#block-header42{
    margin: 27px auto 0;
    position: relative;
    width: 590px;
    height: 50px;
    background-color: green;
}







.block-animation {
    width: 130px;
    height: 130px;
    background-color: #2196F3;
    transition: width 1s cubic-bezier(0, 0, 1, 1) 500ms;
}

.block-animation:hover {
    width: 230px;
}

.upbtn {
    z-index: 9999;
    width: 50px;
    height: 50px;
    color: #f0b6b6;
    position: fixed;
    bottom: 20px;
    right: 20px;
    cursor: pointer;
    border: 3px solid darksalmon;
    border-radius: 50%;
    transform: scale(0);
    transition: all .7s ease-in-out;
    background-position: center center;
    background-repeat: no-repeat;
    background-color: #FF3C00;
    background-image: url(data:image/svg+xml;utf8;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iaXNvLTg4NTktMSI/Pgo8IS0tIEdlbmVyYXRvcjogQWRvYmUgSWxsdXN0cmF0b3IgMTkuMS4wLCBTVkcgRXhwb3J0IFBsdWctSW4gLiBTVkcgVmVyc2lvbjogNi4wMCBCdWlsZCAwKSAgLS0+CjxzdmcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgdmVyc2lvbj0iMS4xIiBpZD0iQ2FwYV8xIiB4PSIwcHgiIHk9IjBweCIgdmlld0JveD0iMCAwIDQ5MS44NTggNDkxLjg1OCIgc3R5bGU9ImVuYWJsZS1iYWNrZ3JvdW5kOm5ldyAwIDAgNDkxLjg1OCA0OTEuODU4OyIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSIgd2lkdGg9IjMycHgiIGhlaWdodD0iMzJweCI+CjxnPgoJPGc+CgkJPHBhdGggZD0iTTQ5MS44NTgsNDQyLjQ2MWMwLDEzLjkzMS0xMS4yOTMsMjUuMjI0LTI1LjIyNCwyNS4yMjRMMjQ1LjkzLDM3My4wOTdMMjUuMjI0LDQ2Ny42ODYgICAgQzExLjI5Miw0NjcuNjg2LDAsNDU2LjM5MiwwLDQ0Mi40NjFMMjI3LjAxMSwzMi41OGMwLDAsMTguOTE4LTE4LjkxOCwzNy44MzQsMEMyODMuNzY0LDUxLjQ5OSw0OTEuODU4LDQ0Mi40NjEsNDkxLjg1OCw0NDIuNDYxeiIgZmlsbD0iI0ZGRkZGRiIvPgoJPC9nPgoJPGc+Cgk8L2c+Cgk8Zz4KCTwvZz4KCTxnPgoJPC9nPgoJPGc+Cgk8L2c+Cgk8Zz4KCTwvZz4KCTxnPgoJPC9nPgoJPGc+Cgk8L2c+Cgk8Zz4KCTwvZz4KCTxnPgoJPC9nPgoJPGc+Cgk8L2c+Cgk8Zz4KCTwvZz4KCTxnPgoJPC9nPgoJPGc+Cgk8L2c+Cgk8Zz4KCTwvZz4KCTxnPgoJPC9nPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+Cjwvc3ZnPgo=)
}
.upbtn:hover {
    transform: scale(1.2)!important;
}






.card15-container * {
    box-sizing: border-box;
}
.card15-container {
    background-image: url("images/bg1.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center top;
    height: 540px;
    overflow: hidden;
    position: relative;
    margin: 10px 0;
}
.card15 {
    perspective: 1500px;
    position: absolute;
    left: calc(70% - 175px);
    top: calc(70% - 250px);
    transition-property: transform;
    transition-duration: 1s;
    transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);
    transition-delay: initial;
    transform: rotate(-10deg) translate(0, 0);
    animation: cardIn 1s alternate cubic-bezier(0.87, -0.41, 0.19, 1.44);
}
.card15:before {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    box-shadow: 0 0 50px #000;
    transition: all 0.5s ease-in-out;
}
.card15.is-opened {
    transform: rotate(0deg) translate(175px, 0);
}
.card15.is-opened .cart-page-front {
    transform: rotateY(-180deg);
}
@keyframes cardIn {
    0% {
        opacity: 0;
        transform: rotate(-10deg) translate(0, -100%);
    }
    25% {
        opacity: 1;
    }
    100% {
        opacity: 1;
        transform: rotate(-10deg) translate(0, 0);
    }
}
.card15,
.card15-page {
    width: 350px;
    height: 500px;
}
.card15-page {
    transition: transform 1s ease-in-out;
    cursor: pointer;
    position: absolute;
    outline: 1px solid transparent;
}
.cart15-page-front {
    transform-origin: 0 50% 0;
    transform-style: preserve-3d;
    transform: rotateY(-20deg);
    z-index: 2;
}
.cart15-page-outside,
.cart15-page-inside {
    position: absolute;
    -webkit-backface-visibility: hidden;
}
.cart15-page-outside {
    border: 10px solid #fbfbfb;
    background-color: #c72320;
    background-image: url("images/front-bg.png");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    height: 100%;
}
@media (max-width: 767px) {
    .cart15-page-outside {
        border: 5px solid #fbfbfb;
    }
}
.cart15-page-inside,
.cart15-page-bottom {
    background-color: #d4d1d0;
    background-image: url("images/pattern.png");
    border: 20px solid #d4d1d0;
    display: flex;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    text-align: center;
}
.cart15-page-inside {
    transform: rotateY(-180deg);
    border-right: none !important;
    background-position: 0px 80px;
}
.cart15-page-bottom {
    z-index: 1;
    border-left: none !important;
    background-position: -22px 80px;
    font-size: 18px;
}
.cart15-page-bottom p {
    line-height: 1.4;
}
.merry15-christmas {
    transform: rotate(-10deg);
}
.merry15-christmas img {
    width: 300px;
    height: auto;
}
@media (max-width: 767px) {
    .card15-container {
        height: 500px;
    }
    .card15 {
        left: calc(50% - 115px);
        top: calc(50% - 164.5px);
    }
    .card15.is-opened {
        transform: rotate(0deg) translate(115px, 0);
    }
    .card15,
    .card15-page {
        width: 230px;
        height: 329px;
    } 
    .cart15-page-inside,
    .cart15-page-bottom {
        border: 10px solid #d4d1d0;
    }    
    .cart15-page-inside {
        background-position: 0px 30px;    
    } 
    .cart15-page-bottom {
        background-position: 85px 30px;
        font-size: 11px;
    }  
    .merry15-christmas img {
        width: 180px;
    }
}
@media (max-width: 379px) {
    .card15-container {
        height: 200px;
    }
    .card15 {
        left: calc(50% - 75px);
        top: calc(50% - 107px);
    }
    .card15.is-opened {
        transform: rotate(0deg) translate(75px, 0);
    } 
    .card15,
    .card15-page {
        width: 150px;
        height: 214px;
    } 
    .cart15-page-inside {
        background-position: 0px 30px;
    } 
    .cart15-page-bottom p {
        line-height: 1;
    }    
    .cart15-page-bottom {
        background-position: 0px 30px;
        font-size: 10px;
    }  
    .merry15-christmas img {
        width: 130px;
    }
}





















.card-grid *,
.card-grid *:after {
    box-sizing: border-box;
}
.card-grid {
    box-sizing: border-box;
    display: grid;
    grid-gap: 20px;
    margin: 20px auto;
    /*    margin-left: 1380px;*/
    margin-right: 120px;
    margin-top: 35px;
    max-width: 250px;
    padding: 0;
    font-family: Verdana, sans-serif;   
}
/*@media (min-width: 768px) {
    .card-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}
@media (min-width: 992px) {
    .card-grid {
        grid-template-columns: repeat(3, 1fr);
    }
}*/
.card {
    background-color: #fff;
    border-radius: 15px;
    position: relative;
}
.card span {
    display: block;
}
.card-radio {
    font-size: inherit;
    margin: 0;
    position: absolute;
    right: 12px;
    top: 16px;
}
@supports (-webkit-appearance: none) or (-moz-appearance: none) {
    .card-radio {
        -webkit-appearance: none;
        -moz-appearance: none;
        /*        background: #fff;*/
        border: 3px solid darksalmon;
        border-radius: 30%;
        cursor: pointer;
        height: 20px;
        width: 18px;    
        outline: none;
        transition: background 0.2s ease-out, border-color 0.2s ease-out;
    }
    .card-radio::after {
        border: 3px solid #fff;
        border-top: 0;
        border-left: 0;
        content: '';
        display: block;
        height: 16px;
        left: 26%;
        position: absolute;
        top: 50%;
        transform: rotate(45deg) translate(-50%, -50%);
        width: 8px;
    }
    .card-radio:checked {
        background: green;
        border-color: green;
    }

    .card:hover .card-radio {
        border-color: #FF3C00;
    }
    .card:hover .card-radio:checked {
        border-color: green;
    }
}

.plan-details {
    border: 3px solid darksalmon;
    border-radius: 15px;
    cursor: pointer;
    padding: 0px 16px;
    /*    height: 100%;*/
    transition: border-color 0.2s ease-out, box-shadow 0.3s ease-out;
}
.card:hover .plan-details {
    border-color: #FF3C00;
    box-shadow: 0 4px 14px rgba(0,0,0,0.2); 
}
.card-radio:checked ~ .plan-details {
    border-color: green;
}
.plan-type {
    color: #243238;
    font-family: 'Roboto', Verdana, sans-serif;  
    font-size: 12px;
    /*    text-transform: uppercase;*/
    /*    padding-right: 42px;*/
    line-height: 18px;
    font-weight: bold;
}
.plan-image {
    overflow: hidden;
    position: relative;
    left: -16px;
    margin: 14px 0;
    width: calc(100% + 32px);
    box-shadow: 0 6px 10px rgba(0, 0, 0, 0.2);
}
.plan-image img {
    width: 100%;
    transition: transform 0.5s ease-out;
}
.card:hover .plan-details .plan-image img,
.card-radio:checked + .plan-details .plan-image img {
    transform: scale(1.2);
}
.plan-details ul {
    padding:0;
    list-style: none;    
    margin-bottom: 30px;
}
.plan-details ul li { 
    position: relative;
    left: 16px;
    padding: 4px;    
    line-height:20px;
}
.plan-details ul li:before {
    font-size:15px;
    font-weight: bold;
    color: #337AB7;
    content: "\2714";
    position: absolute;
    left:-16px;
    top: 4px;
}
.plan-cost {
    position: absolute;
    bottom: 12px;
    right: 20px;
}
.plan-cost span {
    display: inline-block;
}
.plan-cost span span {
    font-size: 85%;
}
.plan-cost .oldprice {
    position: relative;
    font-size: 18px;
    padding:0 6px;
}
.plan-cost .oldprice:before {
    content: "";
    width: 100%;
    height: 0.12em;
    background: #db7d76;
    position: absolute;
    top: 50%;
    left: 0;
    transform: rotate(-1deg);
}
.plan-cost .newprice {
    font-size: 28px;
    color: #337AB7;
    padding-left: 6px;
}


#watertext  {
    font-family: Tahoma, sans-serif;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 11px;
    text-anchor: middle;
}
.water-fill {
    animation: wave 0.7s infinite linear, fill-up 14s infinite ease-out alternate;
}
@keyframes wave {
    0% {
        x: -400px;
    }
    100% {
        x: 0;
    }
}
@keyframes fill-up {
    0% {
        height: 0;
        y: 130px;
    }
    100% {
        height: 160px;
        y: -30px;
    }
}






.block-animation1 {
    width: 360px;
    height: 180px;
    background-color: #72a8d7;
    transition: background-color 1s linear;

    background-image: url('images/778__.jpg');                                                     

}

.block-animation1:hover {
    background-color: #1c4587;
}








.home-demo .item {
    background: #ff3f4d;
}
.home-demo h2 {
    color: #FFF;
    text-align: center;
    padding: 5rem 0;
    margin: 0;
    font-style: italic;
    font-weight: 300;
}









/* Задаем сброс обтекания */
.clear {
    margin-top: -1px;
    height: 1px;
    clear:both;
    zoom: 1;
}		
/* Slider */
.slider {
    /* Ширина контейнера */
    width: 900px;
    /* Внешние тступы сверху и снизу */
    margin: 50px auto;
    /* Внутренние отступы для ссылок navy */
    padding: 0 30px;
    /* Позиционирование */
    position: relative;
}
/* Двойной клик по кнопкам вперед/назад вызывает выделение всех элементов слайдера,
поэтому предотвращаем это */
.slider::-moz-selection { background: transparent; color: #fff; text-shadow: none; }
.slider::selection { background: transparent; color: #fff; text-shadow: none; }

.slide-list {
    position: relative;
    margin: 0;
    padding: 0;
    /* Скроем то что выходит за границы */
    overflow: hidden;
}
.slide-wrap {
    position: relative;
    left: 0px;
    top: 0;
    /* максимально возможная ширина обертки слайдера */
    width: 10000000px;
}
.slide-item {
    /* Ширина слайда */
    width: 280px;
    /* Внутренние отступы */
    padding: 10px;
    /* Обтекание */
    float: left;
}
.slide-title {
    /* Шрифт */
    font: bold 16px monospace;
    /* Указываем, что элемент блочный */
    display: block;
}


/* навигация вперед/назад */
.navy {
    /* абсолютное позиционирование */
    position: absolute;
    top: 0;
    z-index: 1;
    height: 100%;
    /* ширина элементов */
    width: 30px;
    cursor: pointer;
}
.prev-slide {
    left: 0;
    background: #dbdbdb url(images/chevron-bulletpoint_1.png) 11px 40% no-repeat;
}
.next-slide {
    right: 0;
    background: #dbdbdb url(images/chevron-bulletpoint_1.png) 13px 40% no-repeat;
}
.navy.disable {
    background: #dbdbdb;
}
/* навигация старт/пауза */
.auto {
    width: 7px;
    height: 11px;
    cursor: pointer;
    margin: 10px auto;
}
.play {
    background: url(bg/play.png) center no-repeat;
}
.pause {
    background: url(bg/pause.png) center no-repeat;
}



.elastislide-list {
    list-style-type: none;
    display: none;
}

.no-js .elastislide-list {
    display: block;
}

.elastislide-carousel ul li {
    height: 174px;
    width: 174px;
}
.elastislide-wrapper {
    position: relative;
    background-color: #f1f1f1;
    margin: 0 auto;
    min-height: 60px;
}

.elastislide-wrapper.elastislide-loading {
    /*    background-image: url(images/loading.gif);*/
    background-repeat: no-repeat;
    background-position: center center;
}

.elastislide-horizontal {
    padding: 10px 40px;
    width: 90%;
    margin:0 auto;

}

.elastislide-vertical {
    padding: 40px 10px;
}

.elastislide-carousel {
    overflow: hidden;
    position: relative;
}

.elastislide-carousel ul {
    position: relative;
    display: block;
    list-style-type: none;
    padding: 0;
    margin: 0;
    -webkit-backface-visibility: hidden;
    -webkit-transform: translateX(0px);
    -moz-transform: translateX(0px);
    -ms-transform: translateX(0px);
    -o-transform: translateX(0px);
    transform: translateX(0px);
}

.elastislide-horizontal ul {
    white-space: nowrap;
}

.elastislide-carousel ul li {
    margin: 0;
    -webkit-backface-visibility: hidden;
}

.elastislide-horizontal ul li {
    height: 100%;
    display: inline-block;
    height: 174px;
    width: 174px;
    margin: 0.5% 5px;
}

.elastislide-vertical ul li {
    height: 174px;
    width: 174px;
    display: block;
    float:left;
    margin:0 5px;
}

/* Настройка навигации */

.elastislide-wrapper nav span {
    position: absolute;
    /*    background: #999 url(images/nav.png) no-repeat 4px 3px;*/
    width: 23px;
    height: 23px;
    border-radius: 50%;
    text-indent: -9000px;
    cursor: pointer;
    opacity: 0.8;
}

.elastislide-wrapper nav span:hover {
    opacity: 1.0
}

.elastislide-horizontal nav span {
    top: 50%;
    left: 10px;
    margin-top: -11px;
    background: gray;
}

.elastislide-vertical nav span {
    top: 10px;
    left: 50%;
    margin-left: -11px;
    background-position: -17px 5px;
}

.elastislide-horizontal nav span.elastislide-next {
    right: 10px;
    left: auto;
    background-position: 4px -17px;
}

.elastislide-vertical nav span.elastislide-next {
    bottom: 10px;
    top: auto;
    background-position: -17px -18px;
}

.liquid text {
    filter: url(#liquidfilter);
    font-family: Tahoma, sans-serif;
    font-weight: bold;
    font-size: 160px;
    text-anchor: middle;
}


.atuin-btn {
    display: inline-flex;
    margin: 10px;
    text-decoration: none;
    position: relative;
    font-size: 14px;
    line-height: 15px;
    padding: 12px 30px;
    color: #FFF;
    font-weight: bold;
    text-transform: uppercase; 
    font-family: 'Roboto', Тahoma, sans-serif;
    background: linear-gradient(rgb(50%, 14%, 10%), #243238);
    cursor: pointer;
    border: 2px solid #FF3C00;
    outline: 2px solid;
    outline-color: #FF3C00;
    outline-offset: 1px;
    text-shadow: none;
    transition: all 1.5s cubic-bezier(0.19, 1, 0.22, 1);  
}
.atuin-btn:hover,
.atuin-btn:active,
.atuin-btn:focus {
    box-shadow: inset 0 0 10px darksalmon;
    outline-color: rgba(255, 255, 255, 0);
    outline-offset: 15px;
    color: darksalmon;
}


.atuin-btn1 {
    display: inline-flex;
    margin: 10px;
    text-decoration: none;
    border: 2px solid #BFE2FF;
    position: relative;
    overflow: hidden;
    font-size: 20px;
    line-height: 20px;
    padding: 12px 30px;
    color: #FFF;
    font-weight: bold;
    text-transform: uppercase; 
    font-family: 'Roboto', Тahoma, sans-serif;
    background: #337AB7;
    transition: box-shadow 0.3s, transform 0.3s;
    cursor: pointer;
}
.atuin-btn1:hover,
.atuin-btn1:active,
.atuin-btn1:focus {
    transform: translateY(-4px);
    box-shadow: 0 4px 12px rgba(0,0,0,0.2), 0 16px 20px rgba(0,0,0,0.2);
    color: #FFF;
}
.atuin-btn1:before {
    content: "";
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(-45deg, transparent, rgba(191, 226, 255, 0.3), transparent);
    transition: left 0.7s;
}
.atuin-btn1:hover:before,
.atuin-btn1:active:before,
.atuin-btn1:focus:before {
    left: 100%;
}


.atuin-btn2 {
    display: inline-flex;
    margin: 10px;
    text-decoration: none;
    position: relative;
    font-size: 20px;
    line-height: 20px;
    padding: 12px 30px;
    color: #FFF;
    font-weight: bold;
    text-transform: uppercase; 
    font-family: 'Roboto', Тahoma, sans-serif;
    background: #337AB7;
    cursor: pointer; 
    border: 2px solid #BFE2FF;
}
.atuin-btn2:hover,
.atuin-btn2:active,
.atuin-btn2:focus {
    color: #FFF;
}
.atuin-btn2:after,
.atuin-btn2:before {
    position: absolute;
    height: 4px;
    left: 50%;
    background: #337AB7;
    bottom: -6px;
    content: "";
    transition: all 280ms ease-in-out;
    width: 0;
}
.atuin-btn2:before {
    top: -6px;
}
.atuin-btn2:hover:after,
.atuin-btn2:hover:before,
.atuin-btn2:active:after,
.atuin-btn2:active:before,
.atuin-btn2:focus:after,
.atuin-btn2:focus:before {
    width: 100%;
    left: 0;
}



.atuin-btn3 {
    display: inline-flex;
    margin: 10px;
    text-decoration: none;
    position: relative;
    font-size: 20px;
    line-height: 20px;
    padding: 12px 30px;
    color: #FFF;
    font-weight: bold;
    text-transform: uppercase; 
    font-family: 'Roboto', Тahoma, sans-serif;
    background: #337AB7;
    cursor: pointer; 
    border: 2px solid #BFE2FF;
}
.atuin-btn3:hover,
.atuin-btn3:active,
.atuin-btn3:focus {
    color: #FFF;
}
.atuin-btn3:before, 
.atuin-btn3:after {
    content: "";
    border: 4px solid transparent;
    position: absolute;
    width: 0;
    height: 0;
    box-sizing: content-box;    
}
.atuin-btn3:before {
    top: -6px;
    left: -6px;
}
.atuin-btn3:after {
    bottom: -6px;
    right: -6px;
}
.atuin-btn3:hover:before,
.atuin-btn3:active:before,
.atuin-btn3:focus:before {
    width: calc(100% + 4px);
    height: calc(100% + 4px);
    border-top-color: #337AB7;
    border-right-color: #337AB7;
    transition: width 0.2s ease-out, height 0.2s ease-out 0.2s;
}
.atuin-btn3:hover:after,
.atuin-btn3:active:after,
.atuin-btn3:focus:after {
    width: calc(100% + 4px);
    height: calc(100% + 4px);
    border-bottom-color: #337AB7;
    border-left-color: #337AB7;
    transition: border-color 0s ease-out 0.4s, width 0.2s ease-out 0.4s, height 0.2s ease-out 0.6s;
}






.fixed-snow span::after {
    position:fixed;
    color:#BFE2FF;
    font-weight:bold;
    pointer-events: none;
    z-index: 1000;
}
.fixed-snow span:nth-child(even)::after {
    content: "\2744";
}
.fixed-snow span:nth-child(odd)::after {
    content: "\2745";
}
.fixed-snow span:nth-child(1)::after {
    font-size:40px;
    bottom:4%;
    left:4%;
    animation: snowzoom 2s linear infinite;
}
.fixed-snow span:nth-child(2)::after {
    font-size:48px;
    bottom:6%;
    right:6%;
    animation: snowzoom 3s ease-in infinite;
}
.fixed-snow span:nth-child(3)::after {
    font-size:32px;
    bottom:10%;
    left:45%;
    animation: snowzoom 4s linear infinite;
}
.fixed-snow span:nth-child(4)::after {
    font-size:44px;
    bottom:40%;
    left:20%;
    animation: snowzoom 3s ease-in-out infinite;
}
.fixed-snow span:nth-child(5)::after {
    font-size:42px;
    top:16%;
    left:8%;
    animation: snowzoom 3.2s ease-out infinite;
}
.fixed-snow span:nth-child(6)::after {
    font-size:30px;
    top:20%;
    right:8%;
    animation: snowzoom 2.2s ease infinite;
}
.fixed-snow span:nth-child(7)::after {
    font-size:50px;
    top:50%;
    left:50%;
    animation: snowzoom 2.4s linear infinite;
}
.fixed-snow span:nth-child(8)::after {
    font-size:32px;
    top:26%;
    right:28%;
    animation: snowzoom 1.8s ease-in-out infinite;
}
.fixed-snow span:nth-child(9)::after {
    font-size:42px;
    top:12%;
    left:58%;
    animation: snowzoom 3.2s linear infinite;
}
.fixed-snow span:nth-child(10)::after {
    font-size:46px;
    bottom:30%;
    right:24%;
    animation: snowzoom 2s ease infinite;
}
.fixed-snow span:nth-child(11)::after {
    font-size:38px;
    bottom:22%;
    left:14%;
    animation: snowzoom 3s ease-in infinite;
}
.fixed-snow span:nth-child(12)::after {
    font-size:28px;
    bottom:28%;
    left:40%;
    animation: snowzoom 2.8s ease-out infinite;
}
.fixed-snow span:nth-child(13)::after {
    font-size:22px;
    top:24%;
    left:20%;
    animation: snowzoom 2.4s ease infinite;
}
.fixed-snow span:nth-child(14)::after {
    font-size:42px;
    top:30%;
    left:38%;
    animation: snowzoom 2.4s ease-in infinite;
}
@keyframes snowzoom {
    0% {
        transform: scale(1);
    }
    50% {
        transform: scale(2);
    }
    100% {
        transform: scale(1);
    }

}