.container {
    width: 1200px;
    min-width: 320px;
    margin: 0 auto;
    padding: 0 15px;
    position: relative;
}

a {
    text-decoration: none;
}


        img.wp-smiley,
        img.emoji {
            display: inline !important;
            border: none !important;
            box-shadow: none !important;
            height: 1em !important;
            width: 1em !important;
            margin: 0 0.07em !important;
            vertical-align: -0.1em !important;
            background: none !important;
            padding: 0 !important;
        }

    
        .wp-block-button__link {
            color: #fff;
            background-color: #32373c;
            border-radius: 9999px;
            box-shadow: none;
            text-decoration: none;
            padding: calc(.667em + 2px) calc(1.333em + 2px);
            font-size: 1.125em
        }

        .wp-block-file__button {
            background: #32373c;
            color: #fff;
            text-decoration: none
        }

        :root {
            --wp--preset--aspect-ratio--square: 1;
            --wp--preset--aspect-ratio--4-3: 4/3;
            --wp--preset--aspect-ratio--3-4: 3/4;
            --wp--preset--aspect-ratio--3-2: 3/2;
            --wp--preset--aspect-ratio--2-3: 2/3;
            --wp--preset--aspect-ratio--16-9: 16/9;
            --wp--preset--aspect-ratio--9-16: 9/16;
            --wp--preset--color--black: #000000;
            --wp--preset--color--cyan-bluish-gray: #abb8c3;
            --wp--preset--color--white: #ffffff;
            --wp--preset--color--pale-pink: #f78da7;
            --wp--preset--color--vivid-red: #cf2e2e;
            --wp--preset--color--luminous-vivid-orange: #ff6900;
            --wp--preset--color--luminous-vivid-amber: #fcb900;
            --wp--preset--color--light-green-cyan: #7bdcb5;
            --wp--preset--color--vivid-green-cyan: #00d084;
            --wp--preset--color--pale-cyan-blue: #8ed1fc;
            --wp--preset--color--vivid-cyan-blue: #0693e3;
            --wp--preset--color--vivid-purple: #9b51e0;
            --wp--preset--gradient--vivid-cyan-blue-to-vivid-purple: linear-gradient(135deg, rgba(6, 147, 227, 1) 0%, rgb(155, 81, 224) 100%);
            --wp--preset--gradient--light-green-cyan-to-vivid-green-cyan: linear-gradient(135deg, rgb(122, 220, 180) 0%, rgb(0, 208, 130) 100%);
            --wp--preset--gradient--luminous-vivid-amber-to-luminous-vivid-orange: linear-gradient(135deg, rgba(252, 185, 0, 1) 0%, rgba(255, 105, 0, 1) 100%);
            --wp--preset--gradient--luminous-vivid-orange-to-vivid-red: linear-gradient(135deg, rgba(255, 105, 0, 1) 0%, rgb(207, 46, 46) 100%);
            --wp--preset--gradient--very-light-gray-to-cyan-bluish-gray: linear-gradient(135deg, rgb(238, 238, 238) 0%, rgb(169, 184, 195) 100%);
            --wp--preset--gradient--cool-to-warm-spectrum: linear-gradient(135deg, rgb(74, 234, 220) 0%, rgb(151, 120, 209) 20%, rgb(207, 42, 186) 40%, rgb(238, 44, 130) 60%, rgb(251, 105, 98) 80%, rgb(254, 248, 76) 100%);
            --wp--preset--gradient--blush-light-purple: linear-gradient(135deg, rgb(255, 206, 236) 0%, rgb(152, 150, 240) 100%);
            --wp--preset--gradient--blush-bordeaux: linear-gradient(135deg, rgb(254, 205, 165) 0%, rgb(254, 45, 45) 50%, rgb(107, 0, 62) 100%);
            --wp--preset--gradient--luminous-dusk: linear-gradient(135deg, rgb(255, 203, 112) 0%, rgb(199, 81, 192) 50%, rgb(65, 88, 208) 100%);
            --wp--preset--gradient--pale-ocean: linear-gradient(135deg, rgb(255, 245, 203) 0%, rgb(182, 227, 212) 50%, rgb(51, 167, 181) 100%);
            --wp--preset--gradient--electric-grass: linear-gradient(135deg, rgb(202, 248, 128) 0%, rgb(113, 206, 126) 100%);
            --wp--preset--gradient--midnight: linear-gradient(135deg, rgb(2, 3, 129) 0%, rgb(40, 116, 252) 100%);
            --wp--preset--font-size--small: 13px;
            --wp--preset--font-size--medium: 20px;
            --wp--preset--font-size--large: 36px;
            --wp--preset--font-size--x-large: 42px;
            --wp--preset--spacing--20: 0.44rem;
            --wp--preset--spacing--30: 0.67rem;
            --wp--preset--spacing--40: 1rem;
            --wp--preset--spacing--50: 1.5rem;
            --wp--preset--spacing--60: 2.25rem;
            --wp--preset--spacing--70: 3.38rem;
            --wp--preset--spacing--80: 5.06rem;
            --wp--preset--shadow--natural: 6px 6px 9px rgba(0, 0, 0, 0.2);
            --wp--preset--shadow--deep: 12px 12px 50px rgba(0, 0, 0, 0.4);
            --wp--preset--shadow--sharp: 6px 6px 0px rgba(0, 0, 0, 0.2);
            --wp--preset--shadow--outlined: 6px 6px 0px -3px rgba(255, 255, 255, 1), 6px 6px rgba(0, 0, 0, 1);
            --wp--preset--shadow--crisp: 6px 6px 0px rgba(0, 0, 0, 1);
        }

        :where(.is-layout-flex) {
            gap: 0.5em;
        }

        :where(.is-layout-grid) {
            gap: 0.5em;
        }

        body .is-layout-flex {
            display: flex;
        }

        .is-layout-flex {
            flex-wrap: wrap;
            align-items: center;
        }

        .is-layout-flex> :is(*, div) {
            margin: 0;
        }

        body .is-layout-grid {
            display: grid;
        }

        .is-layout-grid> :is(*, div) {
            margin: 0;
        }

        :where(.wp-block-columns.is-layout-flex) {
            gap: 2em;
        }

        :where(.wp-block-columns.is-layout-grid) {
            gap: 2em;
        }

        :where(.wp-block-post-template.is-layout-flex) {
            gap: 1.25em;
        }

        :where(.wp-block-post-template.is-layout-grid) {
            gap: 1.25em;
        }

        .has-black-color {
            color: var(--wp--preset--color--black) !important;
        }

        .has-cyan-bluish-gray-color {
            color: var(--wp--preset--color--cyan-bluish-gray) !important;
        }

        .has-white-color {
            color: var(--wp--preset--color--white) !important;
        }

        .has-pale-pink-color {
            color: var(--wp--preset--color--pale-pink) !important;
        }

        .has-vivid-red-color {
            color: var(--wp--preset--color--vivid-red) !important;
        }

        .has-luminous-vivid-orange-color {
            color: var(--wp--preset--color--luminous-vivid-orange) !important;
        }

        .has-luminous-vivid-amber-color {
            color: var(--wp--preset--color--luminous-vivid-amber) !important;
        }

        .has-light-green-cyan-color {
            color: var(--wp--preset--color--light-green-cyan) !important;
        }

        .has-vivid-green-cyan-color {
            color: var(--wp--preset--color--vivid-green-cyan) !important;
        }

        .has-pale-cyan-blue-color {
            color: var(--wp--preset--color--pale-cyan-blue) !important;
        }

        .has-vivid-cyan-blue-color {
            color: var(--wp--preset--color--vivid-cyan-blue) !important;
        }

        .has-vivid-purple-color {
            color: var(--wp--preset--color--vivid-purple) !important;
        }

        .has-black-background-color {
            background-color: var(--wp--preset--color--black) !important;
        }

        .has-cyan-bluish-gray-background-color {
            background-color: var(--wp--preset--color--cyan-bluish-gray) !important;
        }

        .has-white-background-color {
            background-color: var(--wp--preset--color--white) !important;
        }

        .has-pale-pink-background-color {
            background-color: var(--wp--preset--color--pale-pink) !important;
        }

        .has-vivid-red-background-color {
            background-color: var(--wp--preset--color--vivid-red) !important;
        }

        .has-luminous-vivid-orange-background-color {
            background-color: var(--wp--preset--color--luminous-vivid-orange) !important;
        }

        .has-luminous-vivid-amber-background-color {
            background-color: var(--wp--preset--color--luminous-vivid-amber) !important;
        }

        .has-light-green-cyan-background-color {
            background-color: var(--wp--preset--color--light-green-cyan) !important;
        }

        .has-vivid-green-cyan-background-color {
            background-color: var(--wp--preset--color--vivid-green-cyan) !important;
        }

        .has-pale-cyan-blue-background-color {
            background-color: var(--wp--preset--color--pale-cyan-blue) !important;
        }

        .has-vivid-cyan-blue-background-color {
            background-color: var(--wp--preset--color--vivid-cyan-blue) !important;
        }

        .has-vivid-purple-background-color {
            background-color: var(--wp--preset--color--vivid-purple) !important;
        }

        .has-black-border-color {
            border-color: var(--wp--preset--color--black) !important;
        }

        .has-cyan-bluish-gray-border-color {
            border-color: var(--wp--preset--color--cyan-bluish-gray) !important;
        }

        .has-white-border-color {
            border-color: var(--wp--preset--color--white) !important;
        }

        .has-pale-pink-border-color {
            border-color: var(--wp--preset--color--pale-pink) !important;
        }

        .has-vivid-red-border-color {
            border-color: var(--wp--preset--color--vivid-red) !important;
        }

        .has-luminous-vivid-orange-border-color {
            border-color: var(--wp--preset--color--luminous-vivid-orange) !important;
        }

        .has-luminous-vivid-amber-border-color {
            border-color: var(--wp--preset--color--luminous-vivid-amber) !important;
        }

        .has-light-green-cyan-border-color {
            border-color: var(--wp--preset--color--light-green-cyan) !important;
        }

        .has-vivid-green-cyan-border-color {
            border-color: var(--wp--preset--color--vivid-green-cyan) !important;
        }

        .has-pale-cyan-blue-border-color {
            border-color: var(--wp--preset--color--pale-cyan-blue) !important;
        }

        .has-vivid-cyan-blue-border-color {
            border-color: var(--wp--preset--color--vivid-cyan-blue) !important;
        }

        .has-vivid-purple-border-color {
            border-color: var(--wp--preset--color--vivid-purple) !important;
        }

        .has-vivid-cyan-blue-to-vivid-purple-gradient-background {
            background: var(--wp--preset--gradient--vivid-cyan-blue-to-vivid-purple) !important;
        }

        .has-light-green-cyan-to-vivid-green-cyan-gradient-background {
            background: var(--wp--preset--gradient--light-green-cyan-to-vivid-green-cyan) !important;
        }

        .has-luminous-vivid-amber-to-luminous-vivid-orange-gradient-background {
            background: var(--wp--preset--gradient--luminous-vivid-amber-to-luminous-vivid-orange) !important;
        }

        .has-luminous-vivid-orange-to-vivid-red-gradient-background {
            background: var(--wp--preset--gradient--luminous-vivid-orange-to-vivid-red) !important;
        }

        .has-very-light-gray-to-cyan-bluish-gray-gradient-background {
            background: var(--wp--preset--gradient--very-light-gray-to-cyan-bluish-gray) !important;
        }

        .has-cool-to-warm-spectrum-gradient-background {
            background: var(--wp--preset--gradient--cool-to-warm-spectrum) !important;
        }

        .has-blush-light-purple-gradient-background {
            background: var(--wp--preset--gradient--blush-light-purple) !important;
        }

        .has-blush-bordeaux-gradient-background {
            background: var(--wp--preset--gradient--blush-bordeaux) !important;
        }

        .has-luminous-dusk-gradient-background {
            background: var(--wp--preset--gradient--luminous-dusk) !important;
        }

        .has-pale-ocean-gradient-background {
            background: var(--wp--preset--gradient--pale-ocean) !important;
        }

        .has-electric-grass-gradient-background {
            background: var(--wp--preset--gradient--electric-grass) !important;
        }

        .has-midnight-gradient-background {
            background: var(--wp--preset--gradient--midnight) !important;
        }

        .has-small-font-size {
            font-size: var(--wp--preset--font-size--small) !important;
        }

        .has-medium-font-size {
            font-size: var(--wp--preset--font-size--medium) !important;
        }

        .has-large-font-size {
            font-size: var(--wp--preset--font-size--large) !important;
        }

        .has-x-large-font-size {
            font-size: var(--wp--preset--font-size--x-large) !important;
        }

        :where(.wp-block-post-template.is-layout-flex) {
            gap: 1.25em;
        }

        :where(.wp-block-post-template.is-layout-grid) {
            gap: 1.25em;
        }

        :where(.wp-block-columns.is-layout-flex) {
            gap: 2em;
        }

        :where(.wp-block-columns.is-layout-grid) {
            gap: 2em;
        }

        :root :where(.wp-block-pullquote) {
            font-size: 1.5em;
            line-height: 1.6;
        }

        .g_position {
            color: #fff;
            padding: .5rem;
            position: absolute;
            top: -7px;
            left: -43px;
            width: 12px;
            height: 12px;
            border-radius: 50%;
            text-align: center;
            line-height: 13px;
            font-weight: 600;
            font-size: 11px;
            background: #20adff
        }

        a.broken_link {
            box-shadow: 0 0 20px 4px red !important;
            background: red !important;
            color: #fff !important;
            padding: .3em !important;
            border-radius: .25em;
        }

        a.outer_link {
            box-shadow: 0 0 20px 4px #ffeb00 !important;
            background: #ffeb00 !important;
            color: #222 !important;
            padding: .3em !important;
            border-radius: .25em;
        }

        a.inner_link {
            box-shadow: 0 0 20px 4px #a2d626 !important;
            background: #a2d626 !important;
            color: #222 !important;
            padding: .3em !important;
            border-radius: .25em;
        }

        a.outer_link.broken_link {
            box-shadow: 0 0 20px 4px #ffeb00 !important;
            background: #ffeb00 !important;
            color: #222 !important;
            padding: .3em !important;
            border-radius: .25em !important;
            border: solid 2px red !important;
        }

        a.inner_link.broken_link {
            box-shadow: 0 0 20px 4px #a2d626 !important;
            background: #a2d626 !important;
            color: #222 !important;
            padding: .3em !important;
            border-radius: .25em !important;
            border-radius: .25em !important;
            border: solid 2px red !important;
        }

        .SEbear-header-target {
            border-bottom: dashed 3px #c90000 !important;
        }


@media(max-width:1220px) {
    .container {
        width: 992px;
    }
}

.row {
    margin-left: -10px;
    margin-right: -10px
}

.col1,
.col2,
.col3,
.col4,
.col5,
.col6,
.col7,
.col8,
.col9,
.col10,
.col11,
.col12 {
    float: left;
    padding-left: 10px;
    padding-right: 10px;
    min-height: 1px;
}

.col1 {
    width: 8.33%
}

.col2 {
    width: 16.66%
}

.col3 {
    width: 25%
}

.col4 {
    width: 33.33%
}

.col5 {
    width: 41.66%
}

.col6 {
    width: 50%
}

.col7 {
    width: 58.33%
}

.col8 {
    width: 66.66%
}

.col9 {
    width: 75%
}

.col10 {
    width: 83.33%
}

.col11 {
    width: 91.66%
}

.col12 {
    width: 100%;
    padding-right: 0;
    padding-left: 0
}

@media(max-width:992px) {
    .container {
        width: 768px;
    }

    .colx1 {
        width: 8.33%
    }

    .colx2 {
        width: 16.66%
    }

    .colx3 {
        width: 25%
    }

    .colx4 {
        width: 33.33%
    }

    .colx5 {
        width: 41.66%
    }

    .colx6 {
        width: 50%
    }

    .colx7 {
        width: 58.33%
    }

    .colx8 {
        width: 66.66%
    }

    .colx9 {
        width: 75%
    }

    .colx10 {
        width: 83.33%
    }

    .colx11 {
        width: 91.66%
    }

    .colx12 {
        width: 100%;
        padding-right: 0;
        padding-left: 0
    }
}

@media(max-width:768px) {
    .container {
        width: 480px;
    }

    .coly1 {
        width: 8.33%
    }

    .coly2 {
        width: 16.66%
    }

    .coly3 {
        width: 25%
    }

    .coly4 {
        width: 33.33%
    }

    .coly5 {
        width: 41.66%
    }

    .coly6 {
        width: 50%
    }

    .coly7 {
        width: 58.33%
    }

    .coly8 {
        width: 66.66%
    }

    .coly9 {
        width: 75%
    }

    .coly10 {
        width: 83.33%
    }

    .coly11 {
        width: 91.66%
    }

    .coly12 {
        width: 100%;
        padding-right: 0;
        padding-left: 0
    }

    .container {
        padding: 0 10px
    }

    .row {
        margin-left: -5px;
        margin-right: -5px
    }

    .col1,
    .col2,
    .col3,
    .col4,
    .col5,
    .col6,
    .col7,
    .col8,
    .col9,
    .col10,
    .col11,
    .col12 {
        padding-left: 5px;
        padding-right: 5px
    }
}

@media(max-width:480px) {
    .container {
        width: 100%;
    }

    .colz1 {
        width: 8.33%
    }

    .colz2 {
        width: 16.66%
    }

    .colz3 {
        width: 25%
    }

    .colz4 {
        width: 33.33%
    }

    .colz5 {
        width: 41.66%
    }

    .colz6 {
        width: 50%
    }

    .colz7 {
        width: 58.33%
    }

    .colz8 {
        width: 66.66%
    }

    .colz9 {
        width: 75%
    }

    .colz10 {
        width: 83.33%
    }

    .colz11 {
        width: 91.66%
    }

    .colz12 {
        width: 100%;
        padding-right: 0;
        padding-left: 0
    }
}

.row:after,
.container:after,
.cl:after {
    content: "";
    display: block;
    width: 100%;
    height: 0;
    overflow: hidden;
    visibility: hidden;
    clear: both;
}

/* 
Серый - #bebbb4
Желтый - #fef700
Синий - #05346a
Темно синий - #09182f

*/

* {
    font-family: 'Sofia Sans', sans-serif;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0;
    margin: 0;
    font-size: 16px;
    line-height: 1.4;
    outline: none;
}

body {
    background: #fff;
}

body.hid {
    overflow: hidden;
}

a,
a:visited {
    color: #e40539;
}

a:hover {
    color: #277302;
}

header {
    background: #000;
    padding: 10px 0;
    color: #fff;
}

header .logo {
    font-size: 24px;
    font-weight: 700;
    color: #fff;
    line-height: 65px;
}

header .logo span {
    font-size: 24px;
    font-weight: 700;
    color: #fff;
}

header .logo img {
    max-height: 68px;
    max-width: 100%;
    float: left;
    margin-right: 10px;
}

header .rght {
    text-align: right;
}

header .navs {
    text-align: right;
}

#lang {
    width: 50px;
    padding: 10px;
    position: relative;
    display: inline-block;
    vertical-align: top;
    box-shadow: 0 0 25px 0 rgb(0 0 0 / 10%);
    margin-left: 20px;
    line-height: 48px;
}

#lang>img {
    width: 100%;
    cursor: pointer;
}

.langs {
    width: 100%;
    padding: 10px;
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    background: #fff;
    z-index: 999;
    box-shadow: 0 0px 10px 5px #eaeaea;
}

#lang:hover .langs {
    display: block;
}

.langs li {
    display: block;
    list-style: none;
    margin-bottom: 10px;

}

.langs li:last-child {
    margin-bottom: 0;
}

.langs li a {
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: top 0 left 0;
}

.langs li.lang-item-pt a {
    background-image: url(/wp-content/themes/work/img/flags/pt.svg);
}

.langs li.lang-item-ru a {
    background-image: url(/wp-content/themes/work/img/flags/ru.svg);
}

.langs li.lang-item-en a {
    background-image: url(/wp-content/themes/work/img/flags/en.svg);
}

.langs li.lang-item-kk a {
    background-image: url(/wp-content/themes/work/img/flags/kk.svg);
}

.langs li.lang-item-tr a {
    background-image: url(/wp-content/themes/work/img/flags/tr.svg);
}

.langs li.lang-item-uk a {
    background-image: url(/wp-content/themes/work/img/flags/uk.svg);
}

.langs li a {
    display: block;
    width: 100%;
    height: 20px;
}

.langs li a img {
    display: none;
}

.langs li.current-lang a {
    color: #666;
    font-weight: bold;
    text-decoration: none;
}

.mob {
    display: none;
    width: 50px;
    padding: 10px;
    cursor: pointer;
}

.mob span {
    display: block;
    width: 100%;
    height: 3px;
    margin-bottom: 5px;
    background: #111;
}

.mob span:last-child {
    margin-bottom: 0;
}


.movr {
    display: none;
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background-color: rgba(0, 0, 0, .3);
    backdrop-filter: blur(2px);
    z-index: 9999;
}

.movr.show {
    display: block;
}

nav.top {
    /*display: inline-block;
    vertical-align: top;*/
}

nav.top ul.menu>li {
    display: inline-block;
    vertical-align: top;
    list-style: none;
    position: relative;
}

nav.top ul.menu>li>a {
    display: block;
    line-height: 50px;
    padding: 0 15px;
    color: #111;
    text-decoration: none;
    font-size: 18px;
}

nav.top ul.menu>li>a:hover {
    color: #e40539;
}

nav.top ul.menu>li.menu-item-has-children>a {
    padding-right: 30px;
    position: relative;
}

nav.top ul.menu>li.menu-item-has-children>a:after {
    content: "▼";
    position: absolute;
    top: 0;
    right: 0;
    width: 30px;
    font-size: 12px;
    text-align: center;
    height: 100%;
    line-height: 50px;
    color: #111;
}

nav.top ul.menu>li>ul {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    min-width: 300px;
    background: #fff;
    box-shadow: 0 10px 15px #ccc;
    z-index: 9999;
}

nav.top ul.menu>li:hover>ul {
    display: block;
}

nav.top ul.menu>li>ul>li {
    list-style: none;
    display: inline-block;
    vertical-align: top;
    width: 100%;
}

nav.top ul.menu>li>ul>li>a {
    display: block;
    padding: 10px 15px;
    color: #333;
    text-decoration: none;
    text-align: left;
}

nav.top ul.menu>li>ul>li>a:hover {
    color: #e40539;
    background: rgba(135, 128, 255, 0.2);
}

nav.top .current-menu-item>a {
    color: #e40539 !important;
    font-weight: 700;
}



.breadcrumbs {
    padding: 0px 0 50px;
    text-align: center;
    opacity: 0.8;
}

.breadcrumbs .it {
    padding: 0 10px;
    color: #777;
}

section.post {
    padding: 50px 0;
    position: relative;
    min-height: 400px;
    background: #f1f1f1;
}

.content table {
    border-collapse: collapse;
    margin-bottom: 20px;
    margin-top: 10px;
    max-width: 100%;
}

.content table td,
.content table th {
    padding: 5px 10px;
    border: 1px solid #999;
    height: auto;
    width: auto;
}

.content table tr:hover {
    background: #ddd;
}

@nedia(max-width:768px) {
    .content table {
        width: 100%;
    }

    .content table td,
    .content table th {
        padding: 5px;
        width: auto;
    }
}

.content .thumb {
    float: right;
    margin: 0 0 15px 15px;
}

.content .thumb img {
    border-radius: 5px;
}

.content h1 {
    text-align: center;
    font-size: 28px;
    font-weight: bold;
    color: #e40539;
    margin-bottom: 30px;
}

.content h2 {
    font-size: 24px;
    font-weight: bold;
    color: #e40539;
    margin-bottom: 15px;
}

.content h3 {
    font-size: 22px;
    font-weight: bold;
    color: #e40539;
    margin-bottom: 15px;
}

.content h4 {
    font-size: 20px;
    font-weight: bold;
    color: #e40539;
    margin-bottom: 15px;
}

.content h5 {
    font-size: 18px;
    font-weight: bold;
    color: #e40539;
    margin-bottom: 15px;
}

.content p {
    font-size: 18px;
    font-weight: 400;
    margin-bottom: 10px;
}

.content p span {
    font-size: 18px;
}

.content strong,
.content b {
    font-weight: bold;
    font-size: 18px;
}

.content i,
.content em {
    font-style: italic;
    font-size: 18px;
}

.content a {
    color: #e40539;
    font-size: 18px;
    text-decoration: underline;
}

.content a:hover {
    color: #277302;
}

.content img {
    margin-bottom: 15px;
    max-width: 100%;
    height: auto;
}

.content .alignleft {
    float: left;
    margin-right: 15px;
}

.content .alignright {
    float: right;
    margin-left: 15px;
}

.content .aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.content blockquote {
    padding: 15px 15px 15px 30px;
    border-left: 3px solid #ccc;
    margin: 15px 0 15px 0;
    font-style: italic !important;
    color: #555;
}

.content ul,
.content ol {
    padding: 15px 0 0 30px;
    margin-bottom: 20px;
}

.content ul li,
.content ol li {
    margin-bottom: 15px;
    font-size: 20px;
    color: #333;
}

.reviews {
    padding: 0 0 30px;
}

.reviews .item {
    margin-bottom: 15px;
    padding-bottom: 15px;
    border-bottom: 1px solid #bebbb4;
}

.reviews .item:last-child {
    border-bottom: none;
}

.reviews .item .img {
    position: relative;
    width: 300px;
    float: left;
}

.reviews .item .img img {
    display: block;
    width: 100%;
    height: auto;
    border-radius: 7px;
}

.reviews .item .rate {
    position: absolute;
    top: 15px;
    left: 15px;
    background: #05346a;
    display: inline-block;
    vertical-align: top;
    margin-right: 10px;
    padding: 5px;
    border-radius: 3px;
}

.star_ring {
    display: block;
    width: 65px;
    height: 13px;
    background: url(../img/stars.png) 0 0 no-repeat;
    float: left;
}

.star_ring span {
    display: block;
    height: 13px;
    width: 65px;
    background: url(../img/stars.png) 0 -15px no-repeat;
    overflow: hidden;
    text-indent: -9999px;
}

.reviews .item .cont {
    float: left;
    width: calc(100% - 300px);
    padding: 15px 15px 0 30px;
}

.reviews .item .cont h3 {
    font-size: 18px;
    font-weight: bold;
    color: #05346a;
    margin-bottom: 5px;
}

.reviews .item .cont .inf {
    margin-bottom: 5px;
}

.reviews .item .cont .inf .avtor {
    font-size: 14px;
    font-weight: bold;
    padding-right: 15px;
}

.reviews .item .cont .inf .date {
    font-size: 14px;
}

.archive {
    padding: 0 0 30px;
}

.archive h1 {
    margin-bottom: 20px;
    font-size: 24px;
}

footer {
    padding: 50px 0 30px;
    background: #111;
    color: #fff;
}

footer .logo h3 {
    font-size: 28px;
    color: #fff;
    margin-bottom: 20px;
}

footer .logo h3 span {
    font-size: 28px;
    color: #e40539;
}

footer .logo img {
    max-width: 100%;
    width: 150px;
    height: auto;
}

footer .copy {
    padding-bottom: 15px;
}

footer .text h3 {
    margin-bottom: 10px;
    font-size: 22px;
}

footer .text p {
    margin-bottom: 10px;
}

footer .cnt {
    text-align: right;
}

footer .cnt a {
    color: #fff;
}

footer nav {
    padding-bottom: 20px;
}

footer nav li {
    display: block;
    padding-bottom: 10px;
    text-align: left;
}

footer nav li a,
footer nav li a:visited {
    color: #fff;
    font-size: 16px;
    text-decoration: none;
}

footer nav li a:hover {
    color: #fff;
    text-decoration: underline;
}

footer .copy {
    color: #fff;
}


.btns {
    padding: 10px 0 15px;
    text-align: center;
}

button,
.button,
a.button {
    display: inline-block;
    padding: 15px 30px;
    background: #e40539;
    color: #fff;
    text-decoration: none;
    font-size: 18px;
    font-weight: 700;
    cursor: pointer;
    border-radius: 0;
    transition: 0.3s;
}

button:hover,
.button:hover,
a.button:hover {
    background: #c7002e;
    color: #fff;
    box-shadow: 0 0 20px 0 rgb(0 0 0 / 30%);
}

.shape {
    transform: rotate(180deg);
    overflow: hidden;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 400px;
    line-height: 0;
    direction: ltr;

    background-color: transparent;
    background-image: linear-gradient(180deg, #fff 10%, rgba(48, 144, 2, 0.2) 100%);
}

.shape svg {
    width: calc(200% + 1.3px);
    height: 300px;
    z-index: -1;
    overflow: hidden;
    display: block;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
    fill: #fff;
}

.close_mob {
    position: fixed;
    top: 0;
    right: -300px;
    width: 300px;
    height: 50px;
    line-height: 50px;
    text-align: left;
    padding: 0 15px;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 18px;
    cursor: pointer;
    background: #f1f1f1;
    z-index: 9999999;
    transition: 0.6s;
}

@media(max-width:1220px) {
    .shape svg {
        width: calc(300% + 1.3px);
    }
}

@media(max-width:992px) {
    .close_mob.show {
        display: block;
        right: 0;
    }

    nav.top ul.menu {
        display: block;
        position: fixed;
        top: 0;
        right: -300px;
        width: 300px;
        height: 100vh;
        padding: 70px 0px 20px;
        z-index: 99999;
        transition: 0.6s;
        background: #fff;
        box-shadow: 0 0 25px 0 rgb(0 0 0 / 10%);
        overflow-y: auto;
        overflow-x: hidden;
    }

    nav.top ul.menu li {
        display: block;
        list-style: none;
    }

    nav.top ul.menu li a {
        display: block;
        padding: 0 15px;
        line-height: 35px;
        text-decoration: none;
    }

    nav.top ul.menu>li.menu-item-has-children>a {
        position: relative;
        padding-right: 30px;
    }

    nav.top ul.menu>li.menu-item-has-children>a:after {
        content: "▼";
        position: absolute;
        top: 0;
        right: 0;
        width: 30px;
        font-size: 12px;
        text-align: center;
        height: 100%;
        line-height: 50px;
        color: #e40539;
    }

    nav.top ul.menu .sub-menu {
        display: none;
    }

    nav.top ul.menu .sub-menu a {
        padding-left: 30px;
    }

    nav.top ul.menu .menu-item-has-children:hover .sub-menu {
        display: block;
    }

    nav.top ul.menu.show {
        right: 0;
        transition: 0.6s;
        z-index: 999999;
    }

    nav.top .container {
        position: static;
    }

    nav.top ul.menu {
        position: fixed;
        top: 0;
        height: 100vh;
        background: #fff;
        width: 300px;
        z-index: 999999;
    }

    nav.top ul.menu>li {
        display: block;
        width: 100%;
    }

    nav.top ul.menu>li>ul {

        width: 100%;
    }

    .mob {
        display: block;
    }
}

@media(max-width:768px) {
    header .logo span {
        display: none;
    }

    .shape svg {
        width: calc(400% + 1.3px);
    }

    .reviews .item .img {
        width: 100%;
        float: none;
    }

    .reviews .item .cont {
        float: none;
        width: 100%;
        padding: 15px 15px 0;
    }

    .content .thumb {
        float: none;
        margin: 0 auto 15px;
        text-align: center;
    }
}

@media(max-width:480px) {}