@charset "UTF-8";/*! normalize.css v4.1.1 | MIT License | github.com/necolas/normalize.css */
@import url('https://fonts.googleapis.com/css?family=Montserrat:400,700&subset=cyrillic&display=swap');
html{
    font-family:Montserrat,"Helvetica Neue",Helvetica,Arial,sans-serif;
    -ms-text-size-adjust:100%;
    -webkit-text-size-adjust:100%
}
body{
    margin:0;
    font-family:Montserrat,"Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size:15px;
    line-height:1.4;
    color:#333;
    background:#fff
}
article,figcaption,figure,footer,header,main,nav{
    display:block
}

progress{
    display:inline-block
}
progress{
    vertical-align:baseline
}
[hidden],template{
    display:none
}
a{
    color:#06f;
	text-decoration: none;
	background:transparent;
    -webkit-text-decoration-skip:objects
}
a:active,a:hover{
    outline-width:0
}
b,strong{
    font-weight:inherit
}
b,strong{
    font-weight:bolder
}
h1{
    font-size:2em;
    margin:.67em 0
}
small{
    font-size:80%
}
img{
    border-style:none
}
figure{
    margin:1em 40px
}
button,input,optgroup,select,textarea{
    font:inherit;
    margin:0
}
optgroup{
    font-weight:700
}
button,input{
    overflow:visible
}
button,select{
    text-transform:none
}
[type=submit],button,html [type=button]{
    -webkit-appearance:button
}
[type=button]::-moz-focus-inner,[type=submit]::-moz-focus-inner,button::-moz-focus-inner{
    border-style:none;
    padding:0
}
[type=button]:-moz-focusring,[type=submit]:-moz-focusring,button:-moz-focusring{
    outline:ButtonText dotted 1px
}
fieldset{
    border:1px solid silver;
    margin:0 2px;
    padding:.35em .625em .75em
}
legend{
    -webkit-box-sizing:border-box;
    box-sizing:border-box;
    color:inherit;
    display:table;
    max-width:100%;
    padding:0;
    white-space:normal
}
textarea{
    overflow:auto
}
[type=checkbox],[type=radio]{
    -webkit-box-sizing:border-box;
    box-sizing:border-box;
    padding:0
}
[type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button{
    height:auto
}
::-webkit-input-placeholder{
    color:inherit;
    opacity:.54
}
::-webkit-file-upload-button{
    -webkit-appearance:button;
    font:inherit
}
*{
    -webkit-box-sizing:border-box;
    box-sizing:border-box
}
:after,:before{
    -webkit-box-sizing:border-box;
    box-sizing:border-box
}
button,input,select,textarea{
    font-family:inherit;
    font-size:inherit;
    line-height:inherit
}
img{
    height:auto;
    max-width:100%
}
@media (min-width:576px){
    body{
        font-size:16px;
        line-height:1.5
    }
	body.sidebar-none .entry-content{
        padding-right:30px
    }
}
body.sidebar-none .entry-content{
    padding-right:0;
    margin-left:auto;
    margin-right:auto
}
body.sidebar-none .entry-title{
    margin-left:auto;
    margin-right:auto
}

.container{
    margin:0 auto
}
.site-header {
    width: 100%;
    height: 74px;
    background: rgb(29, 32, 42);
    color: #fff;
    border-bottom: 2px solid #010101;
	position: relative;
}

.header-container {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 10px 40px;
    height: 100%; 
}

.site-logo-wrapper {
    margin: 0; 
}

.site-logo {
    display: block;
    max-width: 100%; 
    max-height: 55px;
}

@media (min-width:992px){
    h3{
        font-size:1.3em
    }
    .container{
        width:975px
    }

}
.site-content{
    position:relative;
    display:block;
    padding:30px 20px;
    background:#fff
}
@media (min-width:1200px){
    .container{
        width:1170px
    }
    .site-content{
        padding-left:0;
        padding-right:0
    }
}
.site-content:after{
    content:"";
    display:block;
    clear:both
}
.site-logotype{
    max-width:1000px;
	margin-left:auto;
    margin-right:auto;
    padding-top:10px
}
.site-logotype img{
    width:auto;
    max-height:55px
}
.mob-hamburger{
    position:absolute;
    top:22px;
    right:20px;
    width:38px;
    height:28px;
    padding-top:8px;
    border-top:4px solid #ffc42c;
    border-bottom:4px solid #ffc42c;
    -webkit-transition:.3s;
    -o-transition:.3s;
    transition:all .3s ease;
	cursor: pointer;
}
.mob-hamburger.active{
    height:20px;
    padding-top:4px;
    opacity:.5;
    filter:"alpha(opacity=50)"
}
@media (min-width:992px){
    .site-content{
        padding-left:0;
        padding-right:0
    }
    .site-content{
        margin-top:0
    }
    .site-logotype{
        float:left;
        margin-left:0;
        margin-right:20px
    }
    .mob-hamburger{
        display:none
    }
}
.mob-hamburger span{
    display:block;
    height:4px;
    background:#ffc42c
}

.spanlink, .comment-reply-link, .pseudo-link, .root-pseudo-link {
    color:#06f;
    cursor:pointer;
    text-decoration:none
}
.comment-reply-link:hover,a:active,a:focus,a:hover{
    color:#e66212;
    text-decoration:none;
    outline:0
}
#cancel-comment-reply-link {
	margin: 0 20px;
    padding: 8px 15px;
    border: 1px solid #ccc;
    border-radius: 10px;
}
a:active,a:hover{
    outline:0
}
.ps-link{
    cursor:pointer
}
a:hover, a:focus, a:active, .spanlink:hover, .comment-reply-link:hover, .pseudo-link:hover {
    color:#e66212
}
.comment-respond {
	margin-bottom:20px;
}
.comment-respond .form-submit input{
    display:inline-block;
    padding:15px 30px;
    margin-bottom:0;
    line-height:1.42857143;
    text-align:center;
    white-space:nowrap;
    vertical-align:middle;
    cursor:pointer;
    background-image:none;
    border:1px solid transparent;
    border-radius:30px;
    box-shadow:0 4px 4px rgba(4,4,16,.05);
    text-shadow:1px 1px 0 rgba(255,255,255,.45);
    color:#11101e;
    font-weight:700;
    background:linear-gradient(180deg,#ffc42e 36.87%,#ff5b29 96.56%,#ffe600 108.75%);
    text-decoration:none;
    -ms-touch-action:manipulation;
    touch-action:manipulation;
    -webkit-user-select:none;
    -moz-user-select:none;
    -ms-user-select:none;
    user-select:none;
    -webkit-transition:.3s;
    -o-transition:.3s;
    transition:all .3s ease
}
.comment-respond .form-submit input:hover{
    -webkit-box-shadow:inset 0 2px 10px rgba(0,0,0,.3);
    box-shadow:inset 0 2px 10px rgba(0,0,0,.3);
    color:#11101e
}
.screen-reader-text{
    clip:rect(1px,1px,1px,1px);
    position:absolute!important;
    height:1px;
    width:1px;
    overflow:hidden
}
.screen-reader-text:focus{
    background:#f1f1f1;
    border-radius:3px;
    -webkit-box-shadow:0 0 2px 2px rgba(0,0,0,.6);
    box-shadow:0 0 2px 2px rgba(0,0,0,.6);
    clip:auto!important;
    color:#21759b;
    display:block;
    font-size:14px;
    font-size:.875rem;
    font-weight:700;
    height:auto;
    left:5px;
    line-height:normal;
    padding:15px 23px 14px;
    text-decoration:none;
    top:5px;
    width:auto;
    z-index:100000
}
.aligncenter{
    display:block;
    margin:0 auto
}
.wp-smiley{
    vertical-align:middle;
    max-height:20px;
    width:auto
}
.wp-caption{
    margin-bottom:1.5em;
    max-width:100%
}
.wp-caption img[class*=wp-image-]{
    display:block;
    margin-left:auto;
    margin-right:auto
}
.wp-caption .wp-caption-text{
    font-size:.9em;
    margin:.6em 0 .8em
}
.wp-caption-text{
    text-align:center
}
h1,h2,h3{
    font-family:inherit;
    font-weight:700;
    line-height:1.1;
    color:inherit
}
h1{
    margin:0 0 10px;
    font-size:1.4em
}
@media (min-width:768px){
    h1{
        font-size:1.6em
    }
}
@media (min-width:992px){
    h1{
        font-size:2em
    }
}
h2{
    font-size:1.3em
}
@media (min-width:768px){
    h2{
        font-size:1.4em
    }
}
@media (min-width:992px){
    h2{
        font-size:1.5em
    }
}
h3{
    font-size:1.2em
}
h2,h3{
    margin-top:25px;
    margin-bottom:10px
}
.h4, h4, .h5, h5, .h6, h6 {
    font-weight: 700;
}
p{
    margin:0 0 10px
}
.card-slider__category, .card-slider-container .swiper-pagination-bullet-active, .page-separator, .pagination .current, .pagination a.page-numbers:hover, .entry-content ul > li:before, .entry-content ul:not([class])>li:before, .taxonomy-description ul:not([class])>li:before, .btn, .contact-form .contact_submit, .page-links__item {
    background:#ffc42c
}
.spoiler-box, .entry-content ol li:before, .entry-content ol:not([class]) li:before, .taxonomy-description ol:not([class]) li:before, .mob-hamburger, .inp:focus, .search-form__text:focus, .entry-content blockquote, .comment-respond .comment-form-author input:focus, .comment-respond .comment-form-author textarea:focus, .comment-respond .comment-form-comment input:focus, .comment-respond .comment-form-comment textarea:focus, .comment-respond .comment-form-email input:focus, .comment-respond .comment-form-email textarea:focus, .comment-respond .comment-form-url input:focus, .comment-respond .comment-form-url textarea:focus {
    border-color:#ffc42c
}
.entry-content blockquote:before, .spoiler-box__title:after, .sidebar-navigation .menu-item-has-children:after, .star-rating--score-1:not(.hover) .star-rating-item:nth-child(1), .star-rating--score-2:not(.hover) .star-rating-item:nth-child(1), .star-rating--score-2:not(.hover) .star-rating-item:nth-child(2), .star-rating--score-3:not(.hover) .star-rating-item:nth-child(1), .star-rating--score-3:not(.hover) .star-rating-item:nth-child(2), .star-rating--score-3:not(.hover) .star-rating-item:nth-child(3), .star-rating--score-4:not(.hover) .star-rating-item:nth-child(1), .star-rating--score-4:not(.hover) .star-rating-item:nth-child(2), .star-rating--score-4:not(.hover) .star-rating-item:nth-child(3), .star-rating--score-4:not(.hover) .star-rating-item:nth-child(4), .star-rating--score-5:not(.hover) .star-rating-item:nth-child(1), .star-rating--score-5:not(.hover) .star-rating-item:nth-child(2), .star-rating--score-5:not(.hover) .star-rating-item:nth-child(3), .star-rating--score-5:not(.hover) .star-rating-item:nth-child(4), .star-rating--score-5:not(.hover) .star-rating-item:nth-child(5), .star-rating-item.hover {
    color:#ffc42c
}
.site-footer{
    position:relative;
    padding-top:50px;
    padding-bottom:50px;
	background:#1b1b37;
    color:#d9d9d9
}
.site-footer:after,.site-footer:before{
    content:" ";
    display:table;
    line-height:0
}
.site-footer:after{
    clear:both
}
.site-footer-inner{
    padding-left:20px;
    padding-right:20px
}
.footer-bottom{
    position:relative;
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    -webkit-box-pack:justify;
    -ms-flex-pack:justify;
    justify-content:space-between;
    -ms-flex-wrap:wrap;
    flex-wrap:wrap;
    -webkit-box-orient:vertical;
    -webkit-box-direction:normal;
    -ms-flex-direction:column;
    flex-direction:column
}
.footer-bottom:after,.footer-bottom:before{
    content:" ";
    display:table;
    line-height:0
}
.footer-bottom:after{
    clear:both
}
.footer-info{
    float:left;
    padding-right:40px
}
@media (min-width:992px){
    .site-footer-inner{
        padding-left:40px;
        padding-right:40px
    }
    .footer-bottom{
        -webkit-box-orient:horizontal;
        -webkit-box-direction:normal;
        -ms-flex-direction:row;
        flex-direction:row;
        -webkit-box-align:center;
        -ms-flex-align:center;
        align-items:center;
        -ms-flex-wrap:nowrap;
        flex-wrap:nowrap
    }
    .footer-info{
        -webkit-box-flex:1;
        -ms-flex:1 0 60%;
        flex:1 0 60%
    }
}
.top-menu{
    display:none;
    float:right;
    -webkit-box-flex:1;
    -ms-flex-positive:1;
    flex-grow:1;
    text-align:right
}
.top-menu ul{
    list-style:none;
    padding:0;
    margin:0
}
.top-menu ul li{
    display:inline-block;
    margin:0 15px;
}
.top-menu ul li.current-menu-item{
    color:#fff
}
/*.top-menu ul li a,.top-menu ul li span{
    font-size:.95em
}*/
.top-menu ul li a{
    color:#fff;
    text-decoration:none;
    border-bottom:1px solid transparent;
    -webkit-transition:.3s;
    -o-transition:.3s;
    transition:all .3s ease;
    white-space:nowrap
}
.top-menu ul li a:focus,.top-menu ul li a:hover{
    border-bottom:1px solid rgba(0,0,0,.2);
	color: #ffc42c;
}
.top-menu ul li.menu-item-has-children{
    position:relative
}
.top-menu ul li.menu-item-has-children>a:after,.top-menu ul li.menu-item-has-children>span:after{
    content:"\f107";
    position:absolute;
    top:15%;
    margin-left:.5em;
    font:14px/1 FontAwesome;
    opacity:.7
}
.top-menu ul li .sub-menu{
    display:none;
    background:#fff;
    text-align:left;
    padding:5px 10px
}
.top-menu ul li .sub-menu li .removed-link,.top-menu ul li .sub-menu li a{
    display:block
}
.top-menu ul li .sub-menu li ul{
    z-index:500
}
@media (min-width:992px){
    .top-menu{
        display:block
    }
    .top-menu ul li .sub-menu{
        position:absolute;
        top:25px;
        left:0;
        z-index:500;
        margin-right:0;
        -webkit-box-shadow:0 0 15px rgba(34,52,67,.3);
        box-shadow:0 0 15px rgba(34,52,67,.3)
    }
    .top-menu ul li .sub-menu li .removed-link,.top-menu ul li .sub-menu li a{
        white-space:nowrap
    }
    .top-menu ul li .sub-menu li ul{
        position:absolute;
        top:0;
        left:100%;
        font-size:85%;
        margin-top:-.5em;
        margin-left:1.5em
    }
    .footer-navigation .main-navigation-inner,.main-navigation .main-navigation-inner{
        padding:0 40px
    }
}
.top-menu ul li .sub-menu li.menu-item-has-children>a:after,.top-menu ul li .sub-menu li.menu-item-has-children>span:after{
    content:"\f105"
}
.footer-navigation,.main-navigation{
    position:relative;
    display:none;
    background:#5a80b1
}
.footer-navigation ul,.main-navigation ul{
    list-style:none;
    padding:0;
    margin:0
}
.footer-navigation ul:after,.main-navigation ul:after{
    content:"";
    display:block;
    clear:both
}
.footer-navigation ul li,.main-navigation ul li{
    position:relative;
    display:block;
    border-bottom:1px solid rgba(255,255,255,.2)
}
.footer-navigation ul li.menu-item-has-children,.main-navigation ul li.menu-item-has-children{
    padding-right:50px
}
.footer-navigation ul li.menu-item-has-children:after,.main-navigation ul li.menu-item-has-children:after{
    content:"\f196";
    position:absolute;
    top:14px;
    right:15px;
    color:rgba(255,255,255,.8);
    font:23px/1 FontAwesome
}
.footer-navigation ul li.menu-item-has-children.open:after,.main-navigation ul li.menu-item-has-children.open:after{
    content:"\f147"
}
.footer-navigation ul li.menu-item-has-children a,.main-navigation ul li.menu-item-has-children a{
    border-right:1px solid rgba(255,255,255,.2)
}
@media (min-width:992px){
    .footer-navigation,.main-navigation{
        display:block
    }
    .footer-navigation ul li,.main-navigation ul li{
        float:left
    }
    .footer-navigation ul li.menu-item-has-children,.main-navigation ul li.menu-item-has-children{
        padding-right:0
    }
    .footer-navigation ul li.menu-item-has-children a,.main-navigation ul li.menu-item-has-children a{
        border-right:none
    }
    .footer-navigation ul li.menu-item-has-children:after,.main-navigation ul li.menu-item-has-children:after{
        content:"";
        bottom:4px;
        left:50%;
        right:auto;
        top:auto;
        margin:0 0 0 -2px;
        width:0;
        height:0;
        border-style:solid;
        border-width:4px 3px 0;
        border-color:rgba(255,255,255,.7) transparent transparent
    }
}
.footer-navigation ul li .removed-link,.footer-navigation ul li a,.main-navigation ul li .removed-link,.main-navigation ul li a{
    display:block;
    padding:15px 20px;
    color:#fff;
    text-decoration:none;
    -webkit-transition:.3s;
    -o-transition:.3s;
    transition:all .3s ease
}
@media (min-width:992px){
    .footer-navigation ul li .removed-link,.footer-navigation ul li a,.main-navigation ul li .removed-link,.main-navigation ul li a{
        display:inline-block;
        text-align:left;
        padding:18px 20px
    }
}
.footer-navigation ul li .removed-link:focus,.footer-navigation ul li .removed-link:hover,.footer-navigation ul li a:focus,.footer-navigation ul li a:hover,.main-navigation ul li .removed-link:focus,.main-navigation ul li .removed-link:hover,.main-navigation ul li a:focus,.main-navigation ul li a:hover{
    background:rgba(255,255,255,.1);
    -webkit-box-shadow:none;
    box-shadow:none
}
.footer-navigation ul li.current-menu-item,.main-navigation ul li.current-menu-item{
    background:rgba(255,255,255,.2);
    -webkit-box-shadow:none;
    box-shadow:none
}
.footer-navigation ul li .sub-menu,.main-navigation ul li .sub-menu{
    background:#5a80b1
}
.footer-navigation ul li>.sub-menu,.main-navigation ul li>.sub-menu{
    display:none;
    margin-right:-50px;
    border-top:1px solid rgba(255,255,255,.2)
}
.footer-navigation ul li>.sub-menu li,.main-navigation ul li>.sub-menu li{
    float:none
}
.footer-navigation ul li>.sub-menu li:last-child,.main-navigation ul li>.sub-menu li:last-child{
    border-bottom:none
}
.footer-navigation ul li>.sub-menu li .removed-link,.footer-navigation ul li>.sub-menu li a,.main-navigation ul li>.sub-menu li .removed-link,.main-navigation ul li>.sub-menu li a{
    display:block;
    padding-left:40px
}
.footer-navigation ul li>.sub-menu li ul,.main-navigation ul li>.sub-menu li ul{
    z-index:500
}
.footer-navigation ul li>.sub-menu li ul .removed-link,.footer-navigation ul li>.sub-menu li ul a,.main-navigation ul li>.sub-menu li ul .removed-link,.main-navigation ul li>.sub-menu li ul a{
    padding-left:60px
}
.footer-navigation ul li>.sub-menu li ul ul .removed-link,.footer-navigation ul li>.sub-menu li ul ul a,.main-navigation ul li>.sub-menu li ul ul .removed-link,.main-navigation ul li>.sub-menu li ul ul a{
    padding-left:80px
}
.footer-navigation ul .only-hamburger,.main-navigation ul .only-hamburger{
    display:block
}
.sidebar-navigation .menu-item-has-children:after{
    content:"\f196";
    position:absolute;
    top:8px;
    right:15px;
    color:#ffc42c;
    font:21px/1 FontAwesome
}
.sidebar-navigation .menu-item-has-children.open:after{
    content:"\f147"
}
.sidebar-navigation ul li>.sub-menu{
    display:none
}
@media (min-width:992px){
    .footer-navigation ul li>.sub-menu,.main-navigation ul li>.sub-menu{
        position:absolute;
        top:60px;
        left:0;
        z-index:500;
        margin-right:0;
        -webkit-box-shadow:0 0 15px rgba(34,52,67,.3);
        box-shadow:0 0 15px rgba(34,52,67,.3)
    }
    .footer-navigation ul li>.sub-menu li .removed-link,.footer-navigation ul li>.sub-menu li a,.main-navigation ul li>.sub-menu li .removed-link,.main-navigation ul li>.sub-menu li a{
        white-space:nowrap;
        padding-left:20px
    }
    .footer-navigation ul li>.sub-menu li ul,.main-navigation ul li>.sub-menu li ul{
        position:absolute;
        top:0;
        left:100%;
        font-size:85%
    }
    .footer-navigation ul li>.sub-menu li ul .removed-link,.footer-navigation ul li>.sub-menu li ul a,.main-navigation ul li>.sub-menu li ul .removed-link,.main-navigation ul li>.sub-menu li ul a{
        padding:12px 20px
    }
    .footer-navigation ul li>.sub-menu li ul ul .removed-link,.footer-navigation ul li>.sub-menu li ul ul a,.main-navigation ul li>.sub-menu li ul ul .removed-link,.main-navigation ul li>.sub-menu li ul ul a{
        padding-left:20px
    }
    .footer-navigation ul li>.sub-menu li.menu-item-has-children:after,.main-navigation ul li>.sub-menu li.menu-item-has-children:after{
        top:50%;
        right:4px;
        margin:-2px 0 0;
        left:auto;
        border-width:3px 0 3px 5px;
        border-color:transparent transparent transparent rgba(255,255,255,.7)
    }
    .footer-navigation ul .only-hamburger,.main-navigation ul .only-hamburger{
        display:none
    }
    .footer-navigation ul li.menu-item-has-children:after{
        display:none
    }
}
.entry-title{
    font-size:18px;
    margin:0 0 15px;
    font-weight:700;
    line-height:1.1
}
@media (min-width:576px){
    .entry-title{
        font-size:26px
    }
}
@media (min-width:768px){
    .entry-title{
        font-size:30px;
        margin-bottom:20px
    }
}
.entry-title a{
    color:#333;
    text-decoration:none;
    border-bottom:1px solid rgba(0,0,0,.1);
    -webkit-transition:.3s;
    -o-transition:.3s;
    transition:all .3s ease
}
.entry-title a:hover{
    border-bottom:1px solid rgba(0,0,0,.3)
}
.page-separator{
    margin:0 0 30px;
    height:2px;
    background:#ffc42c
}
@media (min-width:1200px){
    .page-separator{
        margin-left:-40px
    }
}
.entry-content h2,.entry-content h3{
    margin:1.5em 0 1.5em;
    word-wrap:break-word
}
.entry-content p{
    margin-bottom:25px
}
.entry-content ol,.entry-content ul{
    margin:1.7em 0 1.8em 1em;
    padding:0;
    list-style:none
}
.entry-content ol li,.entry-content ul li{
    padding-left:40px;
    margin:.7em 0
}
.entry-content ol ol,.entry-content ol ul,.entry-content ul ol,.entry-content ul ul{
    margin-top:0;
    margin-bottom:0
}
.entry-content ol:not([class]){
    counter-reset:point
}
.entry-content ol:not([class]) li:before{
    content:counter(point);
    counter-increment:point 1;
    display:inline-block;
    width:27px;
    height:27px;
    margin:0 13px 0 -40px;
    text-align:center;
    border:2px solid #425d9d;
    border-radius:50%;
    -webkit-border-radius:50%;
    -moz-border-radius:50%
}
.entry-content ol:not([class]) ol>li{
    padding-left:44px
}
.entry-content ol:not([class]) ol>li:before{
    counter-increment:point 1;
    content:counters(point, ".") ".";
    border:none;
    width:auto;
    height:auto;
    font-weight:700
}
.entry-content ol:not([class]) ol ol>li{
    padding-left:57px
}
.entry-content ol:not([class]) ol ol ol>li{
    padding-left:72px
}
.entry-content ol:not([class]) ul ul>li:before,.entry-content ol:not([class]) ul>li:before{
    counter-increment:none
}
.entry-content ul:not([class])>li:before{
    content:"";
    display:inline-block;
    width:8px;
    height:8px;
    background:#ffc42c;
    margin:0 22px 0 -30px
}
.entry-content ol li[value="1"]{
    counter-reset:point 0
}
.entry-content ol li[value="2"]{
    counter-reset:point 1
}
.entry-content ol li[value="3"]{
    counter-reset:point 2
}
.entry-content ol li[value="4"]{
    counter-reset:point 3
}
.entry-content ol li[value="5"]{
    counter-reset:point 4
}
.entry-content ol li[value="6"]{
    counter-reset:point 5
}
.entry-content ol li[value="7"]{
    counter-reset:point 6
}
.entry-content ol li[value="8"]{
    counter-reset:point 7
}
.entry-content ol li[value="9"]{
    counter-reset:point 8
}
.entry-content ol li[value="10"]{
    counter-reset:point 9
}
.entry-content ol li[value="11"]{
    counter-reset:point 10
}
.entry-content ol li[value="12"]{
    counter-reset:point 11
}
.entry-content ol li[value="13"]{
    counter-reset:point 12
}
.entry-content ol li[value="14"]{
    counter-reset:point 13
}
.entry-content ol li[value="15"]{
    counter-reset:point 14
}
.entry-content ol li[value="16"]{
    counter-reset:point 15
}
.entry-content ol li[value="17"]{
    counter-reset:point 16
}
.entry-content ol li[value="18"]{
    counter-reset:point 17
}
.entry-content ol li[value="19"]{
    counter-reset:point 18
}
.entry-content ol li[value="20"]{
    counter-reset:point 19
}
.entry-content ol li[value="21"]{
    counter-reset:point 20
}
.entry-content ol li[value="22"]{
    counter-reset:point 21
}
.entry-content ol li[value="23"]{
    counter-reset:point 22
}
.entry-content ol li[value="24"]{
    counter-reset:point 23
}
.entry-content ol li[value="25"]{
    counter-reset:point 24
}
.entry-content ol li[value="26"]{
    counter-reset:point 25
}
.entry-content ol li[value="27"]{
    counter-reset:point 26
}
.entry-content ol li[value="28"]{
    counter-reset:point 27
}
.entry-content ol li[value="29"]{
    counter-reset:point 28
}
.entry-content ol li[value="30"]{
    counter-reset:point 29
}
.entry-content ol li[value="31"]{
    counter-reset:point 30
}
.entry-content ol li[value="32"]{
    counter-reset:point 31
}
.entry-content ol li[value="33"]{
    counter-reset:point 32
}
.entry-content ol li[value="34"]{
    counter-reset:point 33
}
.entry-content ol li[value="35"]{
    counter-reset:point 34
}
.entry-content ol li[value="36"]{
    counter-reset:point 35
}
.entry-content ol li[value="37"]{
    counter-reset:point 36
}
.entry-content ol li[value="38"]{
    counter-reset:point 37
}
.entry-content ol li[value="39"]{
    counter-reset:point 38
}
.entry-content ol li[value="40"]{
    counter-reset:point 39
}
.entry-content ol li[value="41"]{
    counter-reset:point 40
}
.entry-content ol li[value="42"]{
    counter-reset:point 41
}
.entry-content ol li[value="43"]{
    counter-reset:point 42
}
.entry-content ol li[value="44"]{
    counter-reset:point 43
}
.entry-content ol li[value="45"]{
    counter-reset:point 44
}
.entry-content ol li[value="46"]{
    counter-reset:point 45
}
.entry-content ol li[value="47"]{
    counter-reset:point 46
}
.entry-content ol li[value="48"]{
    counter-reset:point 47
}
.entry-content ol li[value="49"]{
    counter-reset:point 48
}
.entry-content ol li[value="50"]{
    counter-reset:point 49
}
.entry-content table{
    width:100%;
    margin:20px 0;
    border:2px solid #ccc;
    border-spacing:0;
    border-collapse:collapse
}
@media (max-width:767px){
    .entry-content table{
        display:block;
        max-width:-webkit-max-content;
        max-width:-moz-max-content;
        max-width:max-content;
        overflow-x:auto;
        -webkit-overflow-scrolling:touch
    }
}
.entry-content table td,.entry-content table th{
    border:1px solid #ccc;
    padding:7px 12px
}
.entry-content table th{
    text-align:left;
    background:#eee
}
.entry-content blockquote{
    position:relative;
    margin:20px 0;
    padding:10px 30px;
    background:#f5f4f1;
    clear:both;
    border:2px solid #ffc42c;
    border-radius:10px;
    font-weight:700
}
.entry-content blockquote p{
    margin:12px 0
}
.entry-content .wp-caption{
    max-width:100%!important;
    width:auto!important;
    margin:2rem 0
}
.entry-content .wp-caption-text,.entry-content figcaption{
    max-width:100%!important;
    font-size:.75em;
    color:#333;
    text-align:center
}
.entry-content{
    padding-left:0;
    word-wrap:break-word
}
.entry-image:not(.entry-image--big) {
    margin-left:-20px
}
@media (min-width:768px){
    .entry-content blockquote{
        margin:35px 0
    }
    .entry-content{
        padding-left:0
    }
}
@media (min-width: 1200px) {
    .entry-image:not(.entry-image--big) {
        margin-left:-40px
    }
}
.entry-content:after{
    content:"";
    display:block;
    clear:both
}
.table-responsive{
    display:block;
    width:100%;
    overflow-x:auto;
    -webkit-overflow-scrolling:touch;
    -ms-overflow-style:-ms-autohiding-scrollbar
}

.table-of-contents{
    background:#f3f4f4;
    border:2px solid #ccc;
    border-radius:10px;
    margin-bottom:30px;
	user-select: none;
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
}
.table-of-contents__header{
    padding:15px 30px;
    font-weight:700
}
.table-of-contents__hide{
    cursor:pointer
}
.table-of-contents__hide{
    display:flex;
    align-items:center;
	place-content: stretch space-between;
}
.table-of-contents__hide:after{
    display:block;
    width:15px;
    height:15px;
    margin:2px 0 0 8px;
    content:"";
    flex-shrink:0;
    background-repeat:no-repeat;
    background-position:center;
    background-image:url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" height="1em" viewBox="0 0 448 512"><path d="M201.4 342.6c12.5 12.5 32.8 12.5 45.3 0l160-160c12.5-12.5 12.5-32.8 0-45.3s-32.8-12.5-45.3 0L224 274.7 86.6 137.4c-12.5-12.5-32.8-12.5-45.3 0s-12.5 32.8 0 45.3l160 160z"/></svg>');
    background-size:contain;
    transition:transform .25s ease-in-out
}
.table-of-contents.open .table-of-contents__hide:after{
    transform:rotate(180deg);
    margin-top:0
}
.table-of-contents__hide:hover{
    opacity:.9;
    -webkit-transition:.3s;
    -o-transition:.3s;
    transition:all .3s ease
}
.table-of-contents.open .table-of-contents__list{
    display:block
}
.table-of-contents ol{
    counter-reset:point;
    margin:0 30px;
    padding-bottom:15px
}
.table-of-contents ol li{
    padding-left:0
}
.table-of-contents ol li:before{
    content:counter(point) ". ";
    counter-increment:point 1;
    position:relative;
    top:auto;
    left:auto;
    width:auto;
    height:auto;
    border:none;
    opacity:.5;
    margin-right:5px;
    margin-left:0
}
.table-of-contents ol .level-1{
    counter-reset:sublist
}
.table-of-contents ol .level-2{
    counter-reset:sublist3;
    font-size:.92em;
    margin-top:.3em;
    margin-bottom:.7em;
    margin-left:30px
}
.table-of-contents ol .level-2:before{
    content:counter(point) "." counter(sublist) ". ";
    counter-increment:sublist;
    width:2.5em
}
.star-rating-text{
    font-size:.8em
}
.comments-area {
    margin-bottom:40px
}
.comments-title{
    font-size: 30px;
    font-weight:700;
    margin:40px 0 20px
}
.comment-list{
    list-style:none;
    margin:0 -10px;
    padding:0
}
.comment-list .comment-box{
    -webkit-transition:.3s;
    -o-transition:.3s;
    transition:all .3s ease;
    padding:10px
}
.comment-list .children{
    list-style:none;
    margin:5px 0 0;
    padding:0 0 0 15px
}
.comment-list .comment-header{
    position:relative;
    padding-left:65px
}
.comment-list .comment-avatar{
    position:absolute;
    top:0;
    left:0
}
.comment-list .comment-meta{
    margin-bottom:10px
}
.comment-list .comment-author{
    font-style:normal;
    font-weight:700;
    color:#333
}
.comment-list .comment-author.comment-reply-link{
    border-bottom:1px solid #ccc
}
.comment-list .comment-time{
    margin-left:20px;
    font-size:.8em;
    opacity:.6;
    -webkit-transition:.3s;
    -o-transition:.3s;
    transition:all .3s ease
}
.comment-list .comment-body{
    padding-left:65px
}
.comment-list .comment-text{
    word-wrap:break-word;
    font-size:.95em;
    line-height:1.35
}
.comment-list .comment-footer{
    line-height:1;
    -webkit-transition:.3s;
    -o-transition:.3s;
    transition:all .3s ease
}
@media (min-width:992px){
    .comment-list .comment-footer{
        opacity:0;
        filter:"alpha(opacity=0)"
    }
}
.comment-reply-link{
    -webkit-transition:.3s;
    -o-transition:.3s;
    transition:all .3s ease;
    font-size:.85em
}
.comment-reply-link:before{
    display: inline-block;
    width: 16px;
    height: 15px;
    content: "";
    flex-shrink: 0;
    background-repeat: no-repeat;
    background-position: center;
    background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" height="1em" viewBox="0 0 512 512"><path d="M205 34.8c11.5 5.1 19 16.6 19 29.2v64H336c97.2 0 176 78.8 176 176c0 113.3-81.5 163.9-100.2 174.1c-2.5 1.4-5.3 1.9-8.1 1.9c-10.9 0-19.7-8.9-19.7-19.7c0-7.5 4.3-14.4 9.8-19.5c9.4-8.8 22.2-26.4 22.2-56.7c0-53-43-96-96-96H224v64c0 12.6-7.4 24.1-19 29.2s-25 3-34.4-5.4l-160-144C3.9 225.7 0 217.1 0 208s3.9-17.7 10.6-23.8l160-144c9.4-8.5 22.9-10.6 34.4-5.4z"/></svg>');
	background-size: contain;
    transition: transform .25s ease-in-out;
    margin-right:5px;
	opacity:0.5;
}
.comment-reply-link:hover:before {
	opacity:0.35;
}
.comment-box:hover .comment-time{
    opacity:1;
    filter:"alpha(opacity=100)"
}
.comment-box:hover .comment-footer{
    opacity:1;
    filter:"alpha(opacity=100)"
}
@media (min-width:768px){
    .comment-list .children{
        padding-left:65px
    }
    .comment-respond .comment-form-author,.comment-respond .comment-form-email,.comment-respond .comment-form-url{
        width:49%;
        float:left;
        margin-left:2%
    }
}
.comment-respond .comment-form-author{
    margin-left:0
}
.comment-respond .comment-form-comment:before{
    content:"";
    display:block;
    clear:both
}
.comment-respond .comment-form-author label,.comment-respond .comment-form-comment label,.comment-respond .comment-form-email label,.comment-respond .comment-form-url label{
    display:block;
	margin: 10px 0 20px;
}
.comment-respond .comment-form-author input,.comment-respond .comment-form-author textarea,.comment-respond .comment-form-comment input,.comment-respond .comment-form-comment textarea,.comment-respond .comment-form-email input,.comment-respond .comment-form-email textarea,.comment-respond .comment-form-url input,.comment-respond .comment-form-url textarea{
    display:block;
    width:100%;
    border:1px solid #ccc;
    padding:6px 12px;
    line-height:1.42857143;
    outline:0
}
.comment-respond .comment-form-author input:focus,.comment-respond .comment-form-author textarea:focus,.comment-respond .comment-form-comment input:focus,.comment-respond .comment-form-comment textarea:focus,.comment-respond .comment-form-email input:focus,.comment-respond .comment-form-email textarea:focus,.comment-respond .comment-form-url input:focus,.comment-respond .comment-form-url textarea:focus{
    border-color:#008acf
}
.comment-respond .comment-form-author textarea,.comment-respond .comment-form-comment textarea,.comment-respond .comment-form-email textarea,.comment-respond .comment-form-url textarea{
    resize:vertical
}
.comment-respond .form-submit:before{
    content:"";
    clear:both;
    display:block
}
.comment-respond .comment-reply-title{
    font-size:1.2em;
    line-height:2.4em;
    font-weight:700;
    margin-top:25px;
    margin-bottom:10px
}
.comment-respond .comment-smiles{
    margin-top:20px;
    margin-bottom:15px;
}
.comment-respond .comment-smiles img{
    max-height:1.5em;
    cursor:pointer;
    -webkit-transition:.3s;
    -o-transition:.3s;
    transition:all .3s ease
}
.comment-respond .comment-smiles img:hover{
    opacity:.9;
    filter:"alpha(opacity=90)";
    -webkit-transform:scale(1.2);
    -ms-transform:scale(1.2);
    transform:scale(1.2)
}
.comment-respond .comment-form-cookies-consent{
    font-size:.9em
}
.comment-respond .comment-form-cookies-consent input[type=checkbox]{
    margin-right:5px
}
.scrolltop{
    opacity:.7;
    filter:"alpha(opacity=70)";
    position:relative;
    display:none;
    width:50px;
    height:50px;
    position:fixed;
    bottom:40px;
    right:20px;
    border:none;
    background:#ccc;
    outline:0;
    cursor:pointer;
    z-index:500;
    border-radius:4px
}
.scrolltop:after{
    display:block;
    width:30px;
    height:30px;
    margin:0 auto;
    content:"";
    flex-shrink:0;
    background-repeat:no-repeat;
    background-position:center;
    background-image:url('data:image/svg+xml,<svg height="1792" viewBox="0 0 1792 1792" width="1792" xmlns="http://www.w3.org/2000/svg"><path d="M1395 1312q0 13-10 23l-50 50q-10 10-23 10t-23-10l-393-393-393 393q-10 10-23 10t-23-10l-50-50q-10-10-10-23t10-23l466-466q10-10 23-10t23 10l466 466q10 10 10 23zm0-384q0 13-10 23l-50 50q-10 10-23 10t-23-10l-393-393-393 393q-10 10-23 10t-23-10l-50-50q-10-10-10-23t10-23l466-466q10-10 23-10t23 10l466 466q10 10 10 23z"/></svg>');
    background-size:contain;
    transition:transform .25s ease-in-out;
}
.scrolltop:hover{
    opacity:1;
    filter:"alpha(opacity=100)"
}
@media (min-width:1600px){
    .scrolltop{
        right:100px
    }
}
@media (min-width:1900px){
    .scrolltop{
        right:200px
    }
}
.top-menu ul li.login {
    margin:0 5px 0 15px;
}
.top-menu ul li.registration {
    margin:0 0 0 5px;
}
.top-menu ul .login a{
    padding:15px 30px;
    color: #f90;
    box-shadow:0 4px 4px rgba(4,4,16,.6);
    transition:all .3s ease;
    border:1px solid #f90;
    border-radius:30px;
    position:relative;
    font-weight:700
}
.top-menu ul .login a:hover{
    background:linear-gradient(180deg,#ffc42e 36.87%,#ff5b29 96.56%,#ffe600 108.75%);
	color:#11101e;
	border:1px solid #f90;
}
.top-menu ul .registration a{
    padding:15px 30px;
    background:linear-gradient(180deg,#ffc42e 36.87%,#ff5b29 96.56%,#ffe600 108.75%);
    box-shadow:0 4px 4px rgba(4,4,16,.6);
    color:#11101e;
    transition:all .3s ease;
    border:1px solid #f90;
    border-radius:30px;
    position:relative;
    font-weight:700
}
.top-menu ul .registration a:hover{
    background:linear-gradient(180deg,#ff5b27 .64%,#ffc42c 70.82%,#ffe600 108.75%);
	color:#11101e;
}
.site-hero{
    position:relative;
    background:#100f1f;
}
.site-heading{
    width:100%;
    max-width:1320px;
    margin:0 auto;
    padding:100px 20px 30px;
    box-sizing:border-box;
    font-size:34px;
    line-height:40px;
    text-align:center;
    color:#ffc42c
}
.site-heading span{
    white-space:nowrap;
    font-weight:700
}
.site-info{
    color:#fff;
    padding:0 20px 30px;
    line-height:1.75;
    text-align:center
}
.site-button{
    padding:30px 20px 100px;
    text-align:center
}
@media (min-width:992px){
    .site-button,.site-heading,.site-info{
        padding-left:0;
        padding-right:0;
        text-align:initial
    }
}
@media (min-width:1200px){
    .site-button,.site-heading,.site-info{
        padding-left:0;
        padding-right:0;
        text-align:initial
    }
}
.buttons-wrapper, .tg-wrapper{
    text-align:center;
    margin:40px 0
}
.promocode-wrapper{
    text-align:center;
    margin:30px 0
}
.tg-wrapper, .promocode-wrapper {
	display: flex;
	flex-wrap: nowrap;
	align-items: center;
    justify-content: space-between;
	place-content: stretch center;
}
.buttons-wrapper a,.site-button a{
    display:inline-block;
    text-decoration:none;
    text-align:center;
    text-transform:uppercase;
    line-height:20px;
    font-weight:700;
    min-width:300px;
    background:linear-gradient(180deg,#ffc42e 36.87%,#ff5b29 96.56%,#ffe600 108.75%);
    box-shadow:0 4px 4px rgba(4,4,16,.05);
    text-shadow:1px 1px 0 rgba(255,255,255,.45);
    color:#11101e;
    transition:all .3s ease;
    border:1px solid #f90;
    border-radius:35px;
    position:relative;
    overflow:hidden
}
.promocode-wrapper a{
	display: flex;
    align-items: center;
    justify-content: center;
    padding:20px;
    text-decoration:none;
    text-align:center;
    text-transform:uppercase;
	font-size:14px;
    line-height:20px;
    font-weight:700;
    min-width:300px;
	background-image: linear-gradient(0deg, rgba(184,7,7,1) 0%, rgba(253,29,29,1) 100%);
    background-repeat:no-repeat;
	box-shadow:0 4px 4px rgba(4,4,16,.05);
    color:#fff;
    transition:all .3s ease;
    border:1px solid #830000;
    border-radius:35px;
    position:relative;
    overflow:hidden
}
.buttons-wrapper a, .promocode-wrapper a {
    padding:20px 30px;
}
.site-button a {
    padding:20px 40px;
}
.site-button a span{
    display:inline-block
}
.site-button a span:after{
    left:-30%;
    background:hsla(0,0%,100%,.5);
    width:15%;
    animation:3s highlight;
    animation-iteration-count:infinite;
    animation-delay:1s;
    -webkit-animation:3s highlight;
    -webkit-animation-iteration-count:infinite;
    -webkit-animation-delay:1s;
    z-index:6
}
.site-button a span:after,.site-button a span:before, a.highlight span:after,a.highlight span:before{
    content:"";
    position:absolute;
    top:0;
    height:100%;
    transform:skew(-20deg,0deg);
    -webkit-transform:skew(-20deg,0deg)
}
.site-button a span:before, a.highlight span:before{
    transition:all .3s ease-in-out;
    left:5%;
    width:20%;
    background:#fff;
    opacity:0;
    box-shadow:0 0 0 hsla(0,0%,100%,.4)
}
.site-button a:hover, a.highlight:hover, .promocode-wrapper a:hover {
    -webkit-animation:.2s flash;
    animation:.2s flash
}
.site-button a:hover span:before, a.highlight:hover span:before{
    opacity:.4;
    left:88%;
    box-shadow:-15px 0 0 hsla(0,0%,100%,.4)
}
.buttons-wrapper a:hover,.site-button a:hover, a.highlight:hover{
    background:linear-gradient(180deg,#ff5b27 .64%,#ffc42c 70.82%,#ffe600 108.75%);
    color:#11101e
}

.promocode-wrapper a:hover {
	background:linear-gradient(0deg, rgba(253,29,29,1) 0%, rgba(184,7,7,1) 100%);
    color:#fff
}

a.highlight span{
    display:inline-block
}

a.highlight span:after{
    left:-30%;
    background:hsla(0,0%,100%,.5);
    width:15%;
    animation:3s highlight;
    animation-iteration-count:infinite;
    animation-delay:1s;
    -webkit-animation:3s highlight;
    -webkit-animation-iteration-count:infinite;
    -webkit-animation-delay:1s;
    z-index:6
}

.tg-wrapper a{
    display: flex;
    align-items: center;
    justify-content: center;
    padding:20px;
    text-decoration:none;
    text-align:center;
    text-transform:uppercase;
	font-size:14px;
    line-height:20px;
    font-weight:700;
    min-width:300px;
	background-image:linear-gradient(270deg, rgba(100, 181, 239, 0) 48.44%, #64b5ef 75.52%, rgba(100, 181, 239, 0) 100%);
    background-repeat:no-repeat;
    animation:bg-move linear 5s infinite;
    background-color:#008bd2;
	box-shadow:0 4px 4px rgba(4,4,16,.05);
    color:#fff;
    transition:all .3s ease;
    border:1px solid #0073ad;
    border-radius:35px;
    position:relative;
    overflow:hidden
}

.tg-wrapper a:before {
    content: "";
    display: block;
    flex-shrink: 0;
    width: 27px;
    height: 24px;
	margin: 0 10px 0 0;
	background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    box-sizing: border-box;
    background-image: url("data:image/svg+xml,%3Csvg fill='%23FFFFFF' viewBox='0 0 20 17' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M18.6498 0.110967L0.93367 6.94342C-0.275071 7.42841 -0.268821 8.10341 0.713672 8.4034L5.13114 9.78339L6.82238 14.9659C7.02737 15.5333 6.92612 15.7583 7.52237 15.7583C7.98237 15.7583 8.18486 15.5484 8.44236 15.2984C8.60486 15.1396 9.57111 14.1984 10.6511 13.1496L15.2473 16.5458C16.0923 17.0121 16.7036 16.7708 16.9135 15.7608L19.931 1.54346C20.2398 0.305965 19.4585 -0.25653 18.6498 0.110967ZM5.82488 9.4659L15.7836 3.18344C16.2811 2.88095 16.7373 3.04344 16.3623 3.37594L7.83487 11.0696L7.50362 14.6109L5.82488 9.4659Z'/%3E%3C/svg%3E");
}

.tg-wrapper a:hover{
	background-color: #0073ad;
    -webkit-animation:.2s flash;
    animation:.2s flash
}

.promocode-wrapper a:before {
    content: "";
    display: block;
    flex-shrink: 0;
    width: 27px;
    height: 24px;
	margin: 0 10px 0 0;
	background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    box-sizing: border-box;
    background-image: url('data:image/svg+xml,<svg fill="%23FFFFFF" xmlns="http://www.w3.org/2000/svg" height="1em" viewBox="0 0 512 512"><path d="M190.5 68.8L225.3 128H224 152c-22.1 0-40-17.9-40-40s17.9-40 40-40h2.2c14.9 0 28.8 7.9 36.3 20.8zM64 88c0 14.4 3.5 28 9.6 40H32c-17.7 0-32 14.3-32 32v64c0 17.7 14.3 32 32 32H480c17.7 0 32-14.3 32-32V160c0-17.7-14.3-32-32-32H438.4c6.1-12 9.6-25.6 9.6-40c0-48.6-39.4-88-88-88h-2.2c-31.9 0-61.5 16.9-77.7 44.4L256 85.5l-24.1-41C215.7 16.9 186.1 0 154.2 0H152C103.4 0 64 39.4 64 88zm336 0c0 22.1-17.9 40-40 40H288h-1.3l34.8-59.2C329.1 55.9 342.9 48 357.8 48H360c22.1 0 40 17.9 40 40zM32 288V464c0 26.5 21.5 48 48 48H224V288H32zM288 512H432c26.5 0 48-21.5 48-48V288H288V512z"/></svg>');
}

#personal.active {
    border: 2px solid #34bc58;
	background: #def9e5;
    padding: 20px;
    text-align: center;
	position: relative;
    margin: 20px 0;
    background: #f5f4f1;
    clear: both;
    border-radius: 10px;
    font-weight: 700;
	line-height: 28px;
}
#timer {
	color: #34bc58;
	font-size: 24px;
	margin-bottom: 10px;
}
.code-ready {
	margin-top: 10px;
}
.code-ready span {
	color: #34bc58;
	padding: 5px 10px;
	margin: 0 5px;
	background: #ffffbf;
}

@media (min-width:576px){
	.buttons-wrapper a {
		padding:20px 40px;
	}
	.tg-wrapper a{
		padding:20px 36px 20px 36px;
	}
	.promocode-wrapper a{
		min-width:370px;
	}
}

@-webkit-keyframes bg-move {
  0%   { background-position: -500px 0; }
  100% { background-position: 1000px 0; }
}
@keyframes bg-move {
  0%   { background-position: -500px 0; }
  100% { background-position: 1000px 0; }
}

@-webkit-keyframes highlight{
    0%{
        left:-30%
    }
    50%{
        left:130%
    }
    to{
        left:130%
    }
}
@keyframes highlight{
    0%{
        left:-30%
    }
    50%{
        left:130%
    }
    to{
        left:130%
    }
}
@-webkit-keyframes flash{
    0%{
        transform:scale(1)
    }
    50%{
        transform:scale(.97)
    }
    to{
        transform:scale(1)
    }
}
@keyframes flash{
    0%{
        transform:scale(1)
    }
    50%{
        transform:scale(.97)
    }
    to{
        transform:scale(1)
    }
}
.size-full{
    border-radius:10px;
    overflow:hidden
}
@media screen and (min-width:992px){
    .site-button,.site-heading,.site-info{
        padding-right:320px
    }
    .site-hero .container{
        min-height:426px
    }
    .site-hero .site-background{
        background-image:url(/wp-content/themes/default/images/online-background.png);
        background-size:cover
    }
    .site-hero .container:before{
        position:absolute;
        content:"";
        top:0;
        right:0;
        bottom:0;
        margin:auto;
        width:450px;
        height:450px;
        background:url(/wp-content/themes/default/images/phones.png) no-repeat;
        background-size:contain
    }
}

@media (min-width:576px){
    .footer-navigation ul li .removed-link,.footer-navigation ul li a,.main-navigation ul li .removed-link,.main-navigation ul li a{
        font-size:16px
    }
    .footer-navigation ul li .removed-link,.footer-navigation ul li a,.main-navigation ul li .removed-link,.main-navigation ul li a{
        line-height:1.5
    }
}
/*.comment-respond .form-submit input,.entry-content ul:not([class])>li:before,.entry-content ul>li:before,.mob-hamburger span,.page-separator{
    background:#ffc42c
}*/
.comment-respond .comment-form-author input:focus,.comment-respond .comment-form-author textarea:focus,.comment-respond .comment-form-comment input:focus,.comment-respond .comment-form-comment textarea:focus,.comment-respond .comment-form-email input:focus,.comment-respond .comment-form-email textarea:focus,.comment-respond .comment-form-url input:focus,.comment-respond .comment-form-url textarea:focus,.entry-content blockquote,.entry-content ol li:before,.entry-content ol:not([class]) li:before,.mob-hamburger{
    border-color:#ffc42c
}
.entry-content blockquote:before,.sidebar-navigation .menu-item-has-children:after{
    color:#ffc42c
}
.comment-reply-link{
    color:#0000ff
}
.comment-reply-link:hover{
    color:#e66212
}
.footer-navigation,.footer-navigation ul li .sub-menu,.main-navigation,.main-navigation ul li .sub-menu{
    background:#1b1b37
}
.footer-navigation ul li .removed-link,.footer-navigation ul li a,.main-navigation ul li .removed-link,.main-navigation ul li a{
    color:#fff
}
