a,abbr,acronym,address,applet,article,aside,audio,b,big,blockquote,body,canvas,caption,center,cite,code,dd,del,details,dfn,div,dl,dt,em,embed,fieldset,figcaption,figure,footer,form,h1,h2,h3,h4,h5,h6,header,hgroup,html,i,iframe,img,ins,kbd,label,legend,li,mark,menu,nav,object,ol,output,p,pre,q,ruby,s,samp,section,small,span,strike,strong,sub,summary,sup,table,tbody,td,tfoot,th,thead,time,tr,tt,u,ul,var,video {
    margin: 0;
    padding: 0;
    border: 0;
    vertical-align: baseline
}

:focus {
    outline: 0
}

article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section {
    display: block
}

body {
    font-family: 'Open Sans', sans-serif;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    font-size: 14px;
    line-height: 1.43
}

ol,ul {
    list-style: none
}

blockquote,q {
    quotes: none
}

blockquote:after,blockquote:before,q:after,q:before {
    content: '';
    content: none
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

input[type=search]::-webkit-search-cancel-button,input[type=search]::-webkit-search-decoration,input[type=search]::-webkit-search-results-button,input[type=search]::-webkit-search-results-decoration {
    -webkit-appearance: none;
    -moz-appearance: none
}

input[type=search] {
    -webkit-appearance: none;
    -moz-appearance: none;
    -webkit-box-sizing: content-box;
    box-sizing: content-box
}

textarea {
    overflow: auto;
    vertical-align: top;
    resize: vertical
}

audio,canvas,video {
    display: inline-block;
    *display: inline;
    *zoom:1;max-width: 100%
}

audio:not([controls]) {
    display: none;
    height: 0
}

[hidden] {
    display: none
}

html {
    font-size: 100%;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%
}

a:focus {
    outline: thin dotted
}

a:active,a:hover {
    outline: 0
}

img {
    border: 0;
    -ms-interpolation-mode: bicubic
}

figure {
    margin: 0
}

form {
    margin: 0
}

fieldset {
    border: 1px solid silver;
    margin: 0 2px;
    padding: .35em .625em .75em
}

legend {
    border: 0;
    padding: 0;
    white-space: normal;
    *margin-left: -7px
}

button,input,select,textarea {
    font-size: 100%;
    margin: 0;
    vertical-align: baseline;
    *vertical-align: middle
}

button,input {
    line-height: normal
}

button,select {
    text-transform: none
}

button,html input[type=button],input[type=reset],input[type=submit] {
    -webkit-appearance: button;
    cursor: pointer;
    *overflow: visible
}

button[disabled],html input[disabled] {
    cursor: default
}

input[type=checkbox],input[type=radio] {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0;
    *height: 13px;
    *width: 13px
}

input[type=search] {
    -webkit-appearance: textfield;
    -webkit-box-sizing: content-box;
    box-sizing: content-box
}

input[type=search]::-webkit-search-cancel-button,input[type=search]::-webkit-search-decoration {
    -webkit-appearance: none
}

button::-moz-focus-inner,input::-moz-focus-inner {
    border: 0;
    padding: 0
}

textarea {
    overflow: auto;
    vertical-align: top
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

button,html,input,select,textarea {
    color: #222
}

::-moz-selection {
    background: #b3d4fc;
    text-shadow: none
}

::selection {
    background: #b3d4fc;
    text-shadow: none
}

img {
    vertical-align: middle
}

fieldset {
    border: 0;
    margin: 0;
    padding: 0
}

textarea {
    resize: vertical
}

.chromeframe {
    margin: .2em 0;
    background: #ccc;
    color: #000;
    padding: .2em 0
}

.container {
    margin: 0 auto;
    width: 1170px
}

@media (max-width: 1200px) {
    .container {
        width:970px
    }
}

@media (max-width: 992px) {
    .container {
        max-width:940px;
        width: 100%
    }
}

@media (max-width: 768px) {
    .container {
        padding:0 15px;
        width: 100%
    }
}

.grey {
    -webkit-filter: grayscale(1);
    filter: grayscale(1)
}

header .top__part {
    padding: 18px 0 21px 0;
    position: relative
}

header .top__part .test {
    text-decoration: none;
    position: absolute;
    left: -121px;
    top: -82px;
    z-index: 100
}

header .top__part .test:hover .wrapper .sub__head {
    max-height: 100px;
    -webkit-transition: all ease .4s;
    transition: all ease .4s
}

header .top__part .test:hover .wrapper .head {
    left: 0;
    -webkit-transition: all ease .4s;
    transition: all ease .4s
}

header .top__part .test .wrapper {
    background-color: #ff4e4e;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    position: relative;
    z-index: 100;
    padding-top: 90px;
    width: 300px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

header .top__part .test .wrapper .head {
    color: #fff;
    text-align: center;
    padding-bottom: 10px;
    position: relative;
    left: -34px
}

header .top__part .test .wrapper .sub__head {
    color: #fff;
    width: 100%;
    max-width: 156px;
    text-align: center;
    max-height: 0;
    overflow: hidden;
    -webkit-transition: all ease .4s;
    transition: all ease .4s
}

header .top__part .line {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

header .top__part .line .social {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    max-width: 190px;
    width: 100%
}

header .top__part .line .search__area {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    max-width: 484px;
    width: 100%
}

header .top__part .line .search__area .switch__space {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

header .top__part .line .search__area .switch__space .switch {
    font-weight: 600;
    color: #dde1e6;
    display: block;
    position: relative;
    cursor: pointer;
    padding-bottom: 2px
}

header .top__part .line .search__area .switch__space .switch:first-child {
    margin-bottom: 2px
}

header .top__part .line .search__area .switch__space .switch:first-child:before {
    display: block;
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100px;
    height: 0;
    border-bottom: 1px dashed #dde1e6
}

header .top__part .line .search__area .switch__space .switch:nth-child(2):before {
    display: block;
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 0;
    border-bottom: 1px dashed #dde1e6
}

header .top__part .line .search__area .switch__space .switch.active {
    color: #848e99
}

header .top__part .line .search__area .switch__space .switch.active:before {
    border-bottom: 1px dashed transparent
}

header .top__part .line .search__area .search__space {
    max-width: 319px;
    width: 100%
}

header .top__part .line .search__area .search {
    overflow: hidden;
    max-height: 0;
    -webkit-transition: all ease .4s;
    transition: all ease .4s
}

header .top__part .line .search__area .search.active {
    max-height: 32px;
    -webkit-transition: all ease .4s;
    transition: all ease .4s
}

header .top__part .line .search__area .search form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    position: relative
}

header .top__part .line .search__area .search input {
    border: 0;
    outline: 0;
    font-size: 24px;
    font-weight: 600;
    color: #3b4256;
    padding-left: 2px;
    display: block;
    max-width: 200px;
    position: relative
}

header .top__part .line .search__area .search input::-moz-placeholder {
    color: #f4f7fb
}

header .top__part .line .search__area .search input::-webkit-input-placeholder {
    color: #f4f7fb
}

header .top__part .line .search__area .search input:not(:focus)+label:before {
    -webkit-animation: cursor 1s infinite step-end;
    animation: cursor 1s infinite step-end;
    display: inline-block
}

header .top__part .line .search__area .search label {
    position: absolute;
    left: 0
}

header .top__part .line .search__area .search label:before {
    content: '';
    display: none;
    position: relative;
    width: 1px;
    height: 30px;
    background: #3b4256;
    opacity: 1;
    z-index: 3
}

@-webkit-keyframes cursor {
    50% {
        background: 0 0
    }
}

@keyframes cursor {
    50% {
        background: 0 0
    }
}

header .top__part .line .search__area .search button {
    background: 0 0;
    border: 0;
    color: #3b4256;
    cursor: pointer;
    font-weight: 600;
    padding-left: 41px;
    position: relative
}

header .top__part .line .search__area .search button:before {
    display: block;
    content: '';
    width: 22px;
    height: 21px;
    background-image: url(../images/search.svg);
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 0
}

header .top__part .line .blind__people {
    text-decoration: none;
    color: #848e99;
    font-weight: 600;
    position: relative;
    padding: 16px 28px 13px 56px;
    -webkit-transition: all ease .4s;
    transition: all ease .4s;
    border-radius: 4px
}

header .top__part .line .blind__people:hover {
    -webkit-transition: all ease .4s;
    transition: all ease .4s;
    background-color: rgba(0,0,0,.1)
}

header .top__part .line .blind__people:before {
    content: '';
    display: block;
    width: 30px;
    height: 25px;
    background-image: url(../images/fill_b.svg);
    background-size: cover;
    position: absolute;
    left: 20px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%)
}

header .top__part .line .lenguage {
    text-decoration: none;
    font-weight: 600;
    color: #848e99;
    padding: 16px 28px 13px 58px;
    position: relative;
    -webkit-transition: all ease .4s;
    transition: all ease .4s;
    border-radius: 4px
}

header .top__part .line .lenguage:hover {
    -webkit-transition: all ease .4s;
    transition: all ease .4s;
    background-color: rgba(0,0,0,.1)
}

header .top__part .line .lenguage:before {
    display: block;
    content: '';
    width: 24px;
    height: 22px;
    background-image: url(../images/lang_b.svg);
    position: absolute;
    left: 23px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%)
}

header .bottom__part {
    padding-top: 69px;
    background-image: url(../images/header-image.jpg);
    background-size: cover;
    background-position: center
}

header .bottom__part .container {
    position: relative
}

header .bottom__part .old_site {
    width: 168px;
    position: absolute;
    right: 0;
    top: -69px;
    z-index: 500;
    text-decoration: none;
    overflow: hidden;
    padding-bottom: 40px
}

header .bottom__part .old_site .wrapper {
    background-color: #234161;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-top: 6px;
    position: relative
}

header .bottom__part .old_site:before {
    content: '';
    width: 95px;
    height: 35px;
    position: absolute;
    display: block;
    bottom: 18px;
    left: -14px;
    background-color: #234161;
    -webkit-transform: rotate(-25deg);
    transform: rotate(-25deg)
}

header .bottom__part .old_site:after {
    content: '';
    width: 95px;
    height: 35px;
    position: absolute;
    display: block;
    bottom: 18px;
    right: -14px;
    background-color: #234161;
    -webkit-transform: rotate(25deg);
    transform: rotate(25deg)
}

header .bottom__part .old_site .img {
    width: 72px;
    height: 72px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-radius: 50%;
    background-color: rgba(0,0,0,.1)
}

header .bottom__part .old_site p {
    color: #f4f7fb;
    text-align: center;
    font-size: 14px;
    font-weight: 600;
    position: relative;
    z-index: 100;
    margin-bottom: 10px
}

header .bottom__part .logo {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -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;
    max-width: 467px;
    width: 100%;
    margin-bottom: 52px
}

header .bottom__part .logo img:first-child {
    margin-left: 5px;
    margin-right: 20px; 
}

header .bottom__part .logo img:nth-child(2) {
    margin-right: 10px
}

header .bottom__part .logo .text__part {
    position: relative
}

header .bottom__part .logo .text__part .head {
    font-size: 32px;
    font-weight: 600;
    color: #f4f7fb;
    margin-bottom: 4px;
    line-height: 1.25
}

header .bottom__part .logo .text__part .sub__head {
    font-size: 15px;
    color: #fff
}

header .bottom__part .logo .text__part:after {
    content: '';
    display: block;
    width: 42px;
    height: 16px;
    background-image: url(../images/beta.svg);
    background-size: cover;
    position: absolute;
    top: 0;
    right: -44px
}

header .bottom__part .mob__part {
    display: none
}

header .bottom__part menu {
    width: 100%
}

header .bottom__part menu .menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    background-color: #2d5ca6;
    width: 100%;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px
}

header .bottom__part menu .menu>li {
    padding: 12px 0 15px 0;
    width: 100%;
    max-width: 200px;
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

header .bottom__part menu .menu>li a {
    width: 100%
}

header .bottom__part menu .menu>li:hover {
    background-color: #234161
}

header .bottom__part menu .menu>li:last-child .sub__menu {
    right: 0
}

header .bottom__part menu .menu>li:last-child .sub__sub .sub__sub__menu {
    left: -100%!important;
    right: inherit!important
}

header .bottom__part menu .menu>li:nth-last-child(2) .sub__sub .sub__sub__menu {
    left: -100%!important;
    right: inherit!important
}

header .bottom__part menu .menu>li.sub {
    position: relative;
    -webkit-transition: all ease .4s;
    transition: all ease .4s
}

header .bottom__part menu .menu>li.sub:hover {
    -webkit-transition: all ease .4s;
    transition: all ease .4s;
    background-color: #234161;
}

header .bottom__part menu .menu>li.sub:hover .sub__menu {
    -webkit-transition: all ease .4s;
    transition: all ease .4s;
    background-color: #234161;
    max-height: 80500px;
    z-index: 500;
    opacity: 1
}

header .bottom__part menu .menu>li>a {
    color: #fff;
    text-decoration: none;
    font-size: 18px;
    border-right: 1px solid transparent;
    display: block;
    position: relative
}

header .bottom__part menu .menu>li>a:before {
    display: block;
    content: '';
    width: 1px;
    height: 25px;
    background-color: #fff;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 0
}

header .bottom__part menu .menu>li:last-child a {
    border-right: 0
}

header .bottom__part menu .menu>li:last-child a:before {
    display: none
}

header .bottom__part menu .menu>li .sub__menu {
    max-height: 0;
    z-index: -1;
    opacity: 0;
    -webkit-transition: all ease .4s;
    transition: all ease .4s;
    position: absolute;
    top: 100%;
    width: 200%;
    background-color: #00A1D9;
    overflow: hidden
}

header .bottom__part menu .menu>li .sub__menu:hover {
    overflow: visible
}

header .bottom__part menu .menu>li .sub__menu li {
    -webkit-transition: all ease .4s;
    transition: all ease .4s;
    position: relative
}

header .bottom__part menu .menu>li .sub__menu li>:hover {
    background-color: #5973b5;
    -webkit-transition: all ease .4s;
    transition: all ease .4s
}

header .bottom__part menu .menu>li .sub__menu li a {
    text-decoration: none;
    color: #fff;
    padding: 13px;
    display: block;
    text-align: left
}

header .bottom__part menu .menu>li .sub__menu li.sub__sub {
    position: relative
}

header .bottom__part menu .menu>li .sub__menu li.sub__sub:before {
    display: block;
    content: '';
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%) rotate(-90deg);
    transform: translateY(-50%) rotate(-90deg);
    right: 5px;
    width: 30px;
    height: 30px;
    background-size: cover;
    background-image: url(../images/expand.svg);
    background-position: center
}

header .bottom__part menu .menu>li .sub__menu li.sub__sub:hover .sub__sub__menu {
    -webkit-transition: all ease .4s;
    transition: all ease .4s;
    max-height: 805px;
    background-color: #234161;
}

header .bottom__part menu .menu>li .sub__menu li.sub__sub .sub__sub__menu {
    position: absolute;
    right: -100%;
    width: 100%;
    top: 0;
    background-color: #2d5ca6;
    max-height: 0;
    overflow: hidden;
    -webkit-transition: all ease .4s;
    transition: all ease .4s
}

@media (max-width: 1200px) {
    header .top__part .line .social {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        max-width: 120px;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        margin: 0 -5px;
        overflow: hidden
    }

    header .top__part .line .social a {
        padding: 0 5px;
        margin-bottom: 10px
    }

    header .top__part .line .__left {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }

    header .top__part .line .search__area {
        max-width: 484px
    }
}

@media (max-width: 991px) {
    header {
        overflow-x:hidden
    }

    header .bottom__part .old_site {
        top: -26px;
        width: 90px;
        padding-bottom: 22px
    }

    header .bottom__part .old_site .img {
        width: 36px;
        height: 36px
    }

    header .top__part .line .__left {
        display: none
    }

    header .top__part .line {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }

    header .top__part .line .social {
        max-width: 205px;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        margin-bottom: 5px
    }

    header .top__part .line .search__area {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        max-width: 360px
    }

    header .top__part .line .search__area .switch__space {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        width: 100%;
        margin-bottom: 15px
    }

    header .top__part .line .search__area .search__space {
        max-width: 360px
    }

    header .bottom__part .logo {
        margin: 0 auto;
        margin-bottom: 26px
    }

    header .bottom__part {
        padding-top: 26px
    }

    header .bottom__part menu .menu>li.sub:hover .sub__menu {
        position: static
    }

    header .bottom__part menu .menu>li .sub__menu li a {
        text-align: center
    }

    header .bottom__part menu .menu>li .sub__menu li.sub__sub .sub__sub__menu {
        position: static
    }

    header .bottom__part menu .menu>li.sub:hover {
        background-color: transparent
    }

    header .bottom__part .logo .text__part {
        padding-right: 42px
    }

    header .bottom__part .logo .text__part:after {
        right: 0
    }
}

@media (max-width: 768px) {
    header .bottom__part .menu_mobile {
        margin:0 -15px;
        width: calc(100% + 30px)!important
    }
}

@media (max-width: 991px) {
    .parallax {
        display:none
    }

    .sendwich {
        display: inline-block;
        padding: 15px;
        padding-right: 0;
        position: relative;
        z-index: 999999
    }

    span.sendwich-btn {
        position: relative;
        width: 30px;
        height: 3px;
        background: #fff;
        z-index: 10;
        display: inline-block;
        vertical-align: middle
    }

    span.sendwich-btn:after,span.sendwich-btn:before {
        display: block;
        position: absolute;
        width: 30px;
        height: 3px;
        background: #fff;
        content: '';
        -webkit-transition: all .3s ease;
        transition: all .3s ease
    }

    span.sendwich-btn:after {
        top: -10px
    }

    span.sendwich-btn:before {
        top: 10px
    }

    span.sendwich-btn.active {
        background: 0 0
    }

    span.sendwich-btn.active:before {
        top: 0;
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
        left: 0
    }

    span.sendwich-btn.active:after {
        top: 0;
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg)
    }

    header .bottom__part .menu_mobile {
        position: relative;
        background-color: #2d5ca6;
        width: 100%;
        overflow: hidden
    }

    header .bottom__part .menu_mobile .mob__part {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }

    header .bottom__part .menu_mobile .mob__part .__left {
        padding-right: 15px;
        max-width: 88px;
        width: 100%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between
    }

    header .bottom__part .menu_mobile .mob__part .__left a {
        display: block
    }

    header .bottom__part .menu_mobile menu {
        display: none;
        width: 100%;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }

    header .bottom__part .menu_mobile menu .menu {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        width: 100%
    }

    header .bottom__part .menu_mobile menu .menu li {
        max-width: inherit
    }

    header .bottom__part .menu_mobile menu .menu li a {
        border-right: 0
    }
}

@media (min-width: 767px) {
    header .bottom__part .old_site .mob {
        display:none
    }
}

@media (max-width: 767px) {
    header .bottom__part .logo {
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;    
    }
    header .bottom__part .logo .text__part {
        margin-top: 10px;   
    }
    header .bottom__part .old_site .wrapper {
        display:none
    }

    header .bottom__part .old_site {
        width: 169px
    }

    header .bottom__part .old_site:after {
        display: none
    }

    header .bottom__part .old_site:before {
        display: none
    }
}

footer {
    padding: 32px 0 38px 0;
    background-color: #2d5ca6;
    position: relative;
    overflow: hidden
}

footer:before {
    display: block;
    /*content: "";*/
    position: absolute;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    background-image: url(../images/bg-coat-of-arms.png);
    background-size: cover;
    width: 221px;
    height: 546px
}

footer .footer .line {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

footer .footer .line:nth-child(1) {
    margin-bottom: 54px
}

footer .footer .line:nth-child(1) .wrapper {
    width: 50%
}

footer .footer .line:nth-child(2) {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

footer .footer .line:nth-child(2) .wrapper {
    width: 33.33%;
    margin-bottom: 40px
}

footer .footer .line:nth-child(2) {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    padding-top: 39px;
    border-top: 1px solid #08183b
}

footer .footer .line:nth-child(3) {
    padding-top: 35px
}

footer .footer .line .logo {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -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;
    position: relative;
    width: 100%
}

footer .footer .line .logo img {
    margin-right: 20px
}

footer .footer .line .logo .text__part .head {
    font-size: 20px;
    font-weight: 700;
    color: #fff;
    line-height: 1.25
}

footer .footer .line .logo .text__part .sub__head {
    font-size: 16px;
    color: #fff;
    line-height: 1.33
}

footer .footer .line .logo:after {
    content: '';
    display: block;
    width: 42px;
    height: 16px;
    background-image: url(../images/beta.svg);
    background-size: cover;
    position: absolute;
    top: 0;
    right: 0
}

footer .footer .line .social {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    max-width: 190px;
    width: 100%
}
.footer-list__wrap {
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
}
.footer-list {
    list-style-type: none;
    padding-left: 0;
    margin-bottom: 0;
}
.footer-list a {
    cursor: pointer;
}

footer .footer .line .link__area {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    max-width: 300px;
    width: 100%
}

footer .footer .line .link__area .blind__people {
    text-decoration: none;
    color: #848e99;
    font-weight: 600;
    position: relative;
    padding: 16px 28px 13px 81px;
    -webkit-transition: all ease .4s;
    transition: all ease .4s;
    border-radius: 4px
}

footer .footer .line .link__area .blind__people:hover {
    -webkit-transition: all ease .4s;
    transition: all ease .4s;
    background-color: rgba(0,0,0,.1)
}

footer .footer .line .link__area .blind__people:before {
    content: '';
    display: block;
    width: 30px;
    height: 25px;
    background-image: url(../images/fill_b.svg);
    background-size: cover;
    position: absolute;
    left: 20px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%)
}

footer .footer .line .link__area .login {
    text-decoration: none;
    color: #848e99;
    font-weight: 600;
    position: relative;
    padding: 16px 28px 13px 81px;
    -webkit-transition: all ease .4s;
    transition: all ease .4s;
    border-radius: 4px
}

footer .footer .line .link__area .login:hover {
    -webkit-transition: all ease .4s;
    transition: all ease .4s;
    background-color: rgba(0,0,0,.1)
}

footer .footer .line .link__area .login:before {
    content: '';
    display: block;
    width: 26px;
    height: 26px;
    background-image: url(../images/user.svg);
    background-size: cover;
    position: absolute;
    left: 22px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%)
}

footer .footer .line ul {
    max-width: 246px;
    width: 100%
}

footer .footer .line ul .had {
    font-size: 16px;
    font-weight: 600;
    color: #3b4256;
    padding-left: 0;
    margin-bottom: 5px
}

footer .footer .line ul li a {
    font-weight: 600;
    color: #fff;
    padding-left: 15px;
    display: block;
    text-decoration: none
}

footer .footer .line .copyright {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -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;
    padding-left: 25px
}

footer .footer .line .copyright a {
    color: rgb(209, 211, 214);
}

footer .footer .line .copyright img {
    margin-right: 16px
}

footer .footer .line .copyright p {
    font-size: 16px;
    color: #fff
}

footer .footer .line .logo__bottom {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -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
}

footer .footer .line .logo__bottom img {
    margin-right: 26px
}

footer .footer .line .logo__bottom .text__part p {
    font-size: 16px;
    color: #fff
}

@media (max-width: 1200px) {
    footer .footer .line:nth-child(2) .wrapper:nth-child(2) ul {
        margin-left:85px
    }

    footer .footer .line:nth-child(2) .wrapper:nth-child(5) ul {
        margin-left: 85px
    }

    footer .footer .line .social {
        margin: 0 auto
    }
}

@media (max-width: 991px) {

    footer .footer .line .logo {
        margin: 0 auto;
        margin-bottom: 45px
    }

    footer .footer .line .link__area {
        margin: 0 auto
    }

    footer .footer .line .social {
        margin-bottom: 70px
    }

    footer .footer .line ul {
        margin-bottom: 30px
    }

    footer .footer .line .copyright p {
        margin-bottom: 15px
    }

    footer .footer .line .wrapper ul {
        margin-left: 0!important
    }

    footer .footer .line .wrapper ul {
        max-width: inherit
    }
}

@media (max-width: 767px) {
    footer .footer .line:nth-child(1) .wrapper {
        width: 100%;
    }
    footer .footer .line {
        display: block;
    }
    footer .footer .line .logo img {
        width: 90px;
    }
    footer .footer .line ul {
        max-width: 100%;
        margin-bottom: 0;
    }
    footer .footer .line .copyright {
        padding-left: 0;
        border-bottom: 1px solid #08183b;
        margin-bottom: 15px;
    }
}

.inform_block {
    padding-top: 30px
}

.inform_block .line {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 30px;
}
.inform_block .line_info {
    -webkit-align-items: flex-start;
            align-items: flex-start;
}

.inform_block .line .slider__part {
    width: 100%;
    max-width: 770px;
    border-radius: 4px
}

.inform_block .line .slider__part .prev {
    background-image: url(../images/arrow-round.svg);
    width: 35px;
    height: 35px;
    background-size: cover;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%) rotate(180deg);
    transform: translateY(-50%) rotate(180deg);
    left: 28px;
    z-index: 100
}

.inform_block .line .slider__part .next {
    background-image: url(../images/arrow-round.svg);
    width: 35px;
    height: 35px;
    background-size: cover;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 28px;
    cursor: pointer
}

.inform_block .line .slider__part .__item {
    height: 480px;
    background-size: cover;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    cursor: pointer;
    border-radius: 4px
}

.inform_block .line .slider__part .__item .text__part {
    margin-bottom: 25px
}

.inform_block .line .slider__part .__item .text__part .head {
    font-size: 32px;
    color: #f4f7fb;
    font-weight: 700;
    line-height: 1.25;
    margin-bottom: 14px;
    max-width: 572px;
    width: 100%
}

.inform_block .line .slider__part .__item .text__part .sub__head {
    font-size: 18px;
    color: #dde1e6;
    max-width: 572px;
    width: 100%
}

.inform_block .line .contact__part {
    padding: 47px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #ffe358;
    max-width: 370px;
    width: 100%;
    border-radius: 4px
}

.inform_block .line .contact__part .head {
    font-size: 24px;
    color: #000;
    margin-bottom: 4px
}

.inform_block .line .contact__part .head:nth-child(2) {
    padding-bottom: 14px;
    margin-bottom: 74px;
    border-bottom: 2px solid #000
}

.inform_block .line .contact__part a:nth-child(3) {
    font-size: 35px;
    font-weight: 700;
    color: #000;
    text-decoration: none;
    margin-bottom: 8px
}

.inform_block .line .contact__part a:nth-child(4) {
    font-size: 17px;
    color: #000;
    text-decoration: underline;
    margin-bottom: 54px
}

.inform_block .line .appeal__part {
    width: 100%;
    padding: 14px 23px 23px 23px;
    border-bottom: 1px solid #f0f2f4;
}
.inform_block .line .appeal__part .b-contacts-data {
    display: -moz-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding-left: 90px;
    padding-top: 30px;
    margin-top: 25px;
}
.b-contacts-data__row {
    margin-bottom: 20px;
}
.inform_block .line .appeal__part .b-contacts-data__item {
    padding-left: 35px;
    margin-bottom: 30px;
    font-size: 16px;
    width: 50%;
}
.inform_block .line .appeal__part .b-contacts-data__link {
    font-size: 16px;
}

.inform_block .line .appeal__part .head {
    font-size: 32px;
    font-weight: 700;
    margin-bottom: 27px;
    color: #3b4256;
}

.inform_block .line .appeal__part .content .line {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}
.inform_block .line .appeal__part .content .line_name {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
                display: block;
}

.inform_block .line .appeal__part .content .line:first-child {
    margin-bottom: 17px
}

.inform_block .line .appeal__part .content .line:last-child {
    margin-bottom: 0
}

.inform_block .line .appeal__part .content .line .img {
    width: 205px;
    height: 205px;
    background-size: cover;
    background-position: 50%;
}

.inform_block .line .appeal__part .content .line .text {
    font-size: 16px;
    max-width: 498px;
    line-height: 1.5
}

.inform_block .line .appeal__part .content .line .name {
    font-size: 18px;
    display: block;
    margin-bottom: 5px;
}

.inform_block .line .appeal__part .content .line a {
    font-size: 16px;
    font-weight: 600;
    display: block;
    padding-right: 33px;
    position: relative;
    text-decoration: none
}


.inform_block .line .appeal__part .content .line a:before {
    content: '';
    display: block;
    width: 25px;
    height: 25px;
    background-image: url(../images/arrow-round_b.svg);
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 0
}
.inform_block .line .appeal__link {
}


.inform_block .line .poll__part {
    max-width: 370px;
    width: 100%;
    background-color: #f5f7fa;
    border-radius: 4px;
    padding: 15px;
    -webkit-transition: all ease .4s;
    transition: all ease .4s
}

.inform_block .line .poll__part .jq-checkbox {
    display: none
}

.inform_block .line .poll__part .line label {
    padding-left: 0!important;
    margin-bottom: 0!important
}

.inform_block .line .poll__part.vote {
    -webkit-transition: all ease .4s;
    transition: all ease .4s
}

.inform_block .line .poll__part.vote .progress {
    display: none
}

.inform_block .line .poll__part.vote .qty {
    display: none
}

.inform_block .line .poll__part.vote .jq-checkbox {
    display: block!important
}

.inform_block .line .poll__part.vote .line label {
    padding-left: 40px!important;
    margin-bottom: 16px!important
}

.inform_block .line .poll__part .head {
    font-size: 32px;
    font-weight: 700;
    text-align: center;
    color: #3b4256;
    margin-bottom: 7px
}

.inform_block .line .poll__part .sub__head {
    font-size: 18px;
    font-weight: 600;
    color: #0a3eb0;
    margin-bottom: 16px
}

.inform_block .line .poll__part .line {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -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;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 16px
}

.inform_block .line .poll__part .line.line:nth-child(1) span {
    background-color: #f5a623
}

.inform_block .line .poll__part .line.line:nth-child(2) span {
    background-color: #7ed321
}

.inform_block .line .poll__part .line.line:nth-child(3) span {
    background-color: #2d5ca6
}

.inform_block .line .poll__part .line .name {
    font-size: 16px;
    font-weight: 600;
    color: #3b4256
}

.inform_block .line .poll__part .line .progress {
    width: 200px;
    height: 8px;
    overflow: hidden;
    position: relative
}

.inform_block .line .poll__part .line .progress span {
    position: absolute;
    top: 0;
    left: 0;
    height: 8px;
    border-radius: 15px
}

.inform_block .line .poll__part .line .qty {
    font-size: 18px;
    font-weight: 600;
    color: #848e99
}

.inform_block .line .poll__part .line .data {
    font-size: 16px;
    color: #848e99
}

.inform_block .line .poll__part .line .link {
    display: block;
    margin-right: 0;
    margin-left: auto;
    text-align: right;
    font-size: 16px;
    color: #0a41b8;
    text-decoration: none;
    padding-right: 32px;
    position: relative
}

.inform_block .line .poll__part .line .link:before {
    content: '';
    width: 25px;
    height: 25px;
    background-image: url(../images/arrow-round_b.svg);
    background-size: cover;
    position: absolute;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%)
}

.inform_block .line .poll__part .line label {
    font-size: 16px;
    font-weight: 600;
    color: #3b4256;
    position: relative;
    padding-left: 40px;
    margin-bottom: 16px;
    -webkit-transition: all ease .4s;
    transition: all ease .4s
}

.inform_block .line .poll__part .line label:hover {
    color: #0a41b8;
    cursor: pointer;
    -webkit-transition: all ease .4s;
    transition: all ease .4s
}

.inform_block .line .poll__part .line label:hover .jq-checkbox,.inform_block .line .poll__part .line label:hover .jq-radio {
    border-color: #0a41b8;
    -webkit-transition: all ease .4s;
    transition: all ease .4s;
    display: none
}

.inform_block .line .poll__part .line label .jq-checkbox,.inform_block .line .poll__part .line label .jq-radio {
    -webkit-transition: all ease .4s;
    transition: all ease .4s;
    background: 0 0;
    width: 24px;
    height: 24px;
    border: 1px solid #dde1e6;
    -webkit-box-shadow: none;
    box-shadow: none;
    margin-right: 11px;
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%)
}

.inform_block .line .poll__part .line label .jq-checkbox.checked,.inform_block .line .poll__part .line label .jq-radio.checked {
    background: #0a41b8;
    border-color: #0a41b8
}

.inform_block .line .poll__part .line label .jq-checkbox.checked .jq-checkbox__div {
    width: 11px;
    height: 6px;
    margin: 6px 0 0 6px;
    border-bottom: 2px solid #fff;
    border-left: 2px solid #fff
}

@media (max-width: 1200px) {
    .inform_block .line .slider__part {
        max-width:629px
    }

    .inform_block .line .contact__part {
        max-width: 307px
    }

    .inform_block .line .poll__part {
        max-width: 307px
    }
}

@media (max-width: 991px) {
    .appeal__part .content {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }
    .inform_block .line .appeal__part .content .line_name {
        padding-left: 30px;
    }
    .inform_block {
        padding-top:0
    }
    .inform_block .line .appeal__part .b-contacts-data {
        padding-left: 0;
        margin-top: 0;
    }

    .inform_block .line {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .inform_block .line .slider__part {
        max-width: inherit;
        margin: 0 -15px;
        width: calc(100% + 30px);
        overflow: hidden;
        margin-bottom: 30px
    }

    .inform_block .line .contact__part {
        margin: 0 auto
    }

    .inform_block .line .appeal__part {
        margin: 0 auto;
        margin-bottom: 30px
    }

    .inform_block .line .poll__part {
        margin: 0 auto
    }

    .inform_block .line .slider__part .__item .text__part {
        padding: 0 15px
    }

    .inform_block .line .slider__part .prev {
        top: 35%
    }

    .inform_block .line .slider__part .next {
        top: 35%
    }

    .inform_block .line .appeal__part .content .line:first-child {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .inform_block .line .appeal__part .content .line:last-child {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .inform_block .line .appeal__part .content .line .name {
        margin-bottom: 15px
    }
}

@media (max-width: 767px) {
    .appeal__part .content {
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    }
    .inform_block .line .appeal__part .content .line_name {
        padding-left: 0;
    }
    .inform_block .line .appeal__part .content .line .img {
        margin-right: 30px;
    }
}

.ui-head {
    font-size: 32px;
    font-weight: 700;
    color: #3b4256;
    padding-bottom: 23px;
    position: relative;
    margin-bottom: 33px;
}
.ui-head:before {
    content: '';
    display: block;
    width: 70px;
    height: 2px;
    background-color: #000;
    position: absolute;
    left: 0;
    bottom: 0;
}
.news_tabs_block {
    max-width: 370px;
}
.news_tabs_block .__tabs .tabs__caption {
    width: 100%;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row
}

.news_tabs_block .__tabs .tabs__caption li {
    font-size: 18px;
    font-weight: 600;
    color: #848e99;
    margin-right: 30px;
    padding-bottom: 24px;
    border-bottom: 3px solid transparent;
    cursor: pointer;
    -webkit-transition: all ease .4s;
    transition: all ease .4s
}

.news_tabs_block .__tabs .tabs__caption li.active {
    color: #3a4257;
    -webkit-transition: all ease .4s;
    transition: all ease .4s
}

.news_tabs_block .__tabs .tabs__caption li:last-child {
    margin-right: 0
}

.news_tabs_block .__tabs .tabs__item {
    max-height: 0;
    overflow: hidden;
    opacity: 0;
    -webkit-transition: all ease .8s;
    transition: all ease .8s
}

.news_tabs_block .__tabs .tabs__item.active {
    opacity: 1;
    max-height: inherit;
    overflow: hidden;
    -webkit-transition: all ease .4s;
    transition: all ease .4s;
    margin-bottom: 30px
}

.news_tabs_block .__tabs .tabs__item .top__line {
    position: relative;
    text-align: right;
    margin-bottom: 30px
}

.news_tabs_block .__tabs .tabs__item .top__line p {
    color: #848e99;
    font-size: 16px;
    font-weight: 600;
    padding-bottom: 11px;
    padding-left: 29px;
    padding-right: 21px;
    display: inline-block
}

.news_tabs_block .__tabs .tabs__item .top__line p.active {
    border-bottom: 3px solid #000
}

.news_tabs_block .__tabs .tabs__item .top__line:before {
    display: block;
    content: '';
    width: 100%;
    height: 2px;
    position: absolute;
    left: 0;
    bottom: 0;
    background-image: -webkit-gradient(linear,right top, left top,from(rgba(0,0,0,0)),to(#08183b));
    background-image: linear-gradient(to left,rgba(0,0,0,0),#08183b)
}

.news_tabs_block .__tabs .tabs__item .news_space {
    overflow: hidden;
    margin-bottom: 26px
}

.news_tabs_block .__tabs .tabs__item .news_space .wrapper {
    width: calc(100% + 30px);
    margin: 0 -15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.news_tabs_block .__tabs .tabs__item .news_space .news__item {
    margin-bottom: 15px;
    padding: 0 15px 15px;
    border-bottom: 1px solid #f0f2f4;
        
}
.news_tabs_block .__tabs .tabs__item .news_space .news__item_mod-a .line {
    margin-bottom: 10px;
}

.news_tabs_block .__tabs .tabs__item .news_space .news__item .img {
    width: 100%;
    height: 204px;
    background-size: cover;
    margin-bottom: 16px
}

.news_tabs_block .__tabs .tabs__item .news_space .news__item .head {
    font-size: 18px;
    font-weight: 600;
    color: #234161;
    height: 50px;
    overflow-y: hidden;
    margin-bottom: 20px
}

.news_tabs_block .__tabs .tabs__item .news_space .news__item .text {
    color: #3b4256;
    margin-bottom: 20px;
    height: 60px;
    overflow-y: hidden
}

.news_tabs_block .__tabs .tabs__item .news_space .news__item .line {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 100%;
    max-width: 320px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 10px;
}

.news_tabs_block .__tabs .tabs__item .news_space .news__item .line .views {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    max-width: 63px;
    width: 100%;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.news_tabs_block .__tabs .tabs__item .news_space .news__item .line .views p {
    color: #c7ccd1
}

.news_tabs_block .__tabs .tabs__item .news_space .news__item .line .news {
    color: #c7ccd1;
    font-weight: 600
}

.news_tabs_block .__tabs .tabs__item .news_space .news__item .line .data {
    color: #c7ccd1
}

.news_tabs_block .__tabs .tabs__item .all__news {
    margin: 0 auto;
    display: block;
    text-decoration: none;
    max-width: 370px;
    width: 100%;
    padding: 10px 0;
    color: #f4f7fb;
    font-size: 16px;
    background-color: #2d5ca6;
    text-align: center
}
.news_tabs_meta {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
}

@media (max-width: 991px) {
    .news_tabs_block .__tabs .tabs__caption {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

    .inform_block .line .appeal__part {
        max-width: inherit;
        padding: 14px 15px 23px 15px
    }

    .news_tabs_block .__tabs .tabs__item .news_space .news__item {
        width: 100%;
        margin-bottom: 45px
    }
}

.describe_block {
    padding: 20px 0;
    background-color: #2d5ca6;
}

.describe_block .describe__space {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.describe_block .describe__space .__left {
    padding-right: 20px;
}

.describe_block .describe__space .__left .head {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    max-width: 536px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    margin-bottom: 10px
}

.describe_block .describe__space .__left .head img {
    margin-right: 30px
}

.describe_block .describe__space .__left .head p {
    font-size: 32px;
    font-weight: 600;
    color: #f4f7fb
}

.describe_block .describe__space .__left .sub__head {
    font-size: 18px;
    color: #dde1e6
}

.describe_block .describe__space .__right {
    max-width: 470px;
    width: 100%
}

.describe_block .describe__space .__right form {
    width: 100%
}

.describe_block .describe__space .__right input {
    width: 100%;
    display: block;
    padding: 16px;
    color: #3b4256;
    font-size: 16px;
    border-radius: 4px;
    background-color: #f4f7fb;
    border: 0;
    margin-bottom: 20px
}

.describe_block .describe__space .__right input::-moz-placeholder {
    color: #3b4256
}

.describe_block .describe__space .__right input::-webkit-input-placeholder {
    color: #3b4256
}

.describe_block .describe__space .__right button {
    display: block;
    width: 100%;
    text-align: center;
    padding: 16px;
    font-size: 16px;
    color: #f4f7fb;
    border-radius: 4px;
    border: 1px solid #fff;
    background-color: #2d5ca6;
            -webkit-transition: all .3s;
            transition: all .3s;
}

.describe_block .describe__space .__right button:hover {
    background-color: #234161;
}

@media (max-width: 1200px) {
    .describe_block .describe__space .__right {
        max-width:295px
    }

    .describe_block .describe__space .__left .head {
        max-width: 603px
    }

    .describe_block .describe__space {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .describe_block .describe__space .__right {
        max-width: inherit
    }

    .describe_block .describe__space .__left {
        margin-bottom: 20px
    }
}

@media (max-width: 991px) {
    .describe_block {
        padding:20px 15px
    }
}

@media (max-width: 767px) {
    .describe_block {
        padding:20px 0
    }
}

.electronic_services_block {
    padding-top: 19px;
    background-image: -webkit-gradient(linear,left top, left bottom,from(#f5f7fa),to(#fff));
    background-image: linear-gradient(to bottom,#f5f7fa,#fff)
}

.electronic_services_block .head {
    font-size: 32px;
    font-weight: 700;
    color: #3b4256;
    padding-bottom: 23px;
    position: relative;
    margin-bottom: 33px
}

.electronic_services_block .head:before {
    content: '';
    display: block;
    width: 70px;
    height: 2px;
    background-color: #000;
    position: absolute;
    left: 0;
    bottom: 0
}

.electronic_services_block .services__space {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.electronic_services_block .services__space .__item {
    width: 20%;
    text-decoration: none;
    display: block;
    border-radius: 4px;
    -webkit-transition: all ease .4s;
    transition: all ease .4s
}

.electronic_services_block .services__space .__item:hover {
    -webkit-box-shadow: 0 12px 40px 0 rgba(95,95,95,.15);
    box-shadow: 0 12px 40px 0 rgba(95,95,95,.15);
    background-color: #fff;
    -webkit-transition: all ease .4s;
    transition: all ease .4s
}

.electronic_services_block .services__space .__item .wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    padding: 25px 37px 21px 25px
}

.electronic_services_block .services__space .__item img,
.electronic_services_block .services__space .__item .ic {
    margin-right: 19px
}
.electronic_services_block .services__space .__item .ic {
    width: 35px;
    height: 35px;
    fill: #2d5ca6;
}

.electronic_services_block .services__space .__item p {
    color: #000;
    font-size: 16px;
    line-height: 1.6
}

@media (max-width: 1200px) {
    .electronic_services_block .services__space .__item {
        width:25%
    }
}

@media (max-width: 991px) {
    .electronic_services_block .services__space .__item {
        width:100%;
        max-width: 320px;
        margin: 0 auto
    }

    .electronic_services_block .services__space .__item .wrapper {
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start
    }
}

.events_calendar_block {
    padding-top: 19px
}

.events_calendar_block .head {
    font-size: 32px;
    font-weight: 700;
    color: #3b4256;
    padding-bottom: 23px;
    position: relative;
    margin-bottom: 33px
}

.events_calendar_block .head:before {
    content: '';
    display: block;
    width: 70px;
    height: 2px;
    background-color: #000;
    position: absolute;
    left: 0;
    bottom: 0
}

.events_calendar_block .calendar__space {
    overflow: hidden
}

.events_calendar_block .calendar__space .wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 auto;
    margin: 0 -15px
}

.events_calendar_block .calendar__space .__item {
    width: 33.33%;
    margin-bottom: 30px;
    display: block;
    padding: 0 15px;
    text-decoration: none
}

.events_calendar_block .calendar__space .__item .wrap {
    padding: 25px 44px 19px 25px;
    background-size: cover;
    background-color: rgba(0,0,0,.4);
    background-position: center;
    height: 170px;
    position: relative
}

.events_calendar_block .calendar__space .__item .wrap:before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    background-color: rgba(0,0,0,.4);
    height: 170px;
    width: 100%
}

.events_calendar_block .calendar__space .__item .wrap .data {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -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;
    margin-bottom: 8px;
    position: relative;
    z-index: 100
}

.events_calendar_block .calendar__space .__item .wrap .data .number {
    font-size: 45px;
    font-weight: 700;
    color: #fff;
    margin-right: 9px
}

.events_calendar_block .calendar__space .__item .wrap .data .content .month {
    font-size: 21px;
    font-weight: 600;
    color: #fff;
    line-height: 1
}

.events_calendar_block .calendar__space .__item .wrap .data .content .year {
    font-size: 21px;
    font-weight: 600;
    color: #fff;
    line-height: 1
}

.events_calendar_block .calendar__space .__item .wrap .text {
    font-size: 21px;
    font-weight: 600;
    color: #fff;
    position: relative;
    z-index: 100
}

@media (max-width: 1200px) {
    .events_calendar_block .calendar__space .__item {
        width:100%
    }
}

.services_block {
    padding-top: 19px;
    background-image: -webkit-gradient(linear,left top, left bottom,from(#f5f7fa),to(#fff));
    background-image: linear-gradient(to bottom,#f5f7fa,#fff)
}

.services_block .head {
    font-size: 32px;
    font-weight: 700;
    color: #3b4256;
    padding-bottom: 23px;
    position: relative;
    margin-bottom: 33px
}

.services_block .head:before {
    content: '';
    display: block;
    width: 70px;
    height: 2px;
    background-color: #000;
    position: absolute;
    left: 0;
    bottom: 0
}

.services_block .services__space {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.services_block .services__space .__item {
    width: 33.33%;
    text-decoration: none;
    display: block;
    border-radius: 4px;
    -webkit-transition: all ease .4s;
    transition: all ease .4s;
    margin-bottom: 30px
}

.services_block .services__space .__item:hover {
    -webkit-box-shadow: 0 12px 40px 0 rgba(95,95,95,.15);
    box-shadow: 0 12px 40px 0 rgba(95,95,95,.15);
    background-color: #fff;
    -webkit-transition: all ease .4s;
    transition: all ease .4s
}

.services_block .services__space .__item .wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -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;
    padding: 25px 37px 21px 25px
}

.services_block .services__space .__item img,
.services_block .services__space .__item .ic {
    margin-right: 44px
}
.services_block .services__space .__item .ic {
    width: 55px;
    height: 55px;
    fill: #2d5ca6;
}

.services_block .services__space .__item p {
    color: #000;
    font-size: 20px;
    line-height: 1.6
}

.services_block .services__space .__item span {
    color: #585858;
    display: block
}

@media (max-width: 1200px) {
    .services_block .services__space .__item {
        width:50%
    }
}

@media (max-width: 991px) {
    .services_block .services__space .__item {
        width:100%;
        max-width: 480px;
        margin: 0 auto
    }
}

.useful_links_block {
    padding-top: 19px;
    margin-bottom: 30px
}

.useful_links_block .head {
    font-size: 32px;
    font-weight: 700;
    color: #3b4256;
    padding-bottom: 23px;
    position: relative;
    margin-bottom: 33px
}

.useful_links_block .head:before {
    content: '';
    display: block;
    width: 70px;
    height: 2px;
    background-color: #000;
    position: absolute;
    left: 0;
    bottom: 0
}

.useful_links_block .services__space {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    max-height: 276px;
    overflow: hidden;
    -webkit-transition: all ease .4s;
    transition: all ease .4s
}

.useful_links_block .services__space.active {
    max-height: 1000px;
    -webkit-transition: all ease .4s;
    transition: all ease .4s
}

.useful_links_block .services__space .__item {
    width: 33.33%;
    text-decoration: none;
    display: block;
    border-radius: 4px;
    -webkit-transition: all ease .4s;
    transition: all ease .4s;
    position: relative;
    margin-bottom: 30px
}

.useful_links_block .services__space .__item:before {
    content: '';
    display: block;
    width: 24px;
    height: 24px;
    background-image: url(../images/out-link.svg);
    background-size: cover;
    position: absolute;
    right: 8px;
    top: 8px
}

.useful_links_block .services__space .__item:hover {
    -webkit-box-shadow: 0 12px 40px 0 rgba(95,95,95,.15);
    box-shadow: 0 12px 40px 0 rgba(95,95,95,.15);
    background-color: #fff;
    -webkit-transition: all ease .4s;
    transition: all ease .4s
}

.useful_links_block .services__space .__item .wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    padding: 25px 37px 21px 25px
}

.useful_links_block .services__space .__item img {
    margin-right: 44px
}

.useful_links_block .services__space .__item p {
    color: #000;
    font-size: 20px;
    line-height: 1.6
}

.useful_links_block .all__news {
    margin: 0 auto;
    display: block;
    text-decoration: none;
    max-width: 370px;
    width: 100%;
    padding: 10px 0;
    color: #f4f7fb;
    font-size: 16px;
    background-color: #2d5ca6;
    text-align: center
}

@media (max-width: 991px) {
    .useful_links_block {
        display:none
    }
}

.pagination_block {
    margin: 0 auto;
    margin-bottom: 30px;
    max-width: 736px;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 4px;
    border: 1px solid #dde1e6
}

.pagination_block a {
    font-size: 16px;
    font-weight: 600;
    color: #848e99;
    text-decoration: none;
    width: 32px;
    height: 48px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.pagination_block .prev {
    width: 48px
}

.pagination_block .next {
    width: 48px;
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg)
}

.pagination_block .numb {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    max-width: 272px;
    width: 100%
}

.pagination_block .numb a.active {
    color: #3b4256;
    border-bottom: 2px solid #0c49cd
}

.news_list_block {
    padding-top: 30px
}

.news_list_block .line {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 30px
}

.news_list_block .line .news__part {
    max-width: 770px;
    width: 100%
}

.news_list_block .line .news__part .head {
    font-size: 32px;
    font-weight: 700;
    color: #3b4256;
    padding-bottom: 23px;
    position: relative;
    margin-bottom: 33px
}

.news_list_block .line .news__part .head:before {
    content: '';
    display: block;
    width: 70px;
    height: 2px;
    background-color: #000;
    position: absolute;
    left: 0;
    bottom: 0
}

.news_list_block .line .news__part .news__list .__item {
    padding: 12px;
    border-radius: 4px;
    background-color: #f4f7fb;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    margin-bottom: 35px
}

.news_list_block .line .news__part .news__list .__item:last-child {
    margin-bottom: 0
}

.news_list_block .line .news__part .news__list .__item .img {
    height: 197px;
    background-size: cover;
    border-radius: 4px;
    width: 100%;
    max-width: 285px
}

.news_list_block .line .news__part .news__list .__item .text__part {
    padding-left: 18px;
    padding-top: 10px;
    padding-bottom: 10px
}

.news_list_block .line .news__part .news__list .__item .text__part .head_n {
    color: #3b4256;
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 25px
}

.news_list_block .line .news__part .news__list .__item .text__part .contact {
    padding-top: 5px;
    border-top: 1px solid rgba(24,31,46,.05)
}

.news_list_block .line .news__part .news__list .__item .text__part .contact .ct__item {
    margin-bottom: 20px;
    padding-left: 4px
}

.news_list_block .line .news__part .news__list .__item .text__part .contact .ct__item:last-child {
    margin-bottom: 0
}

.news_list_block .line .news__part .news__list .__item .text__part .contact .header {
    font-size: 12px;
    font-weight: 600;
    color: #4a4a4a
}

.news_list_block .line .news__part .news__list .__item .text__part .contact .text {
    font-size: 12px;
    color: #848e99
}

.news_list_block .line .__left {
    max-width: 370px;
    width: 100%
}

.news_list_block .line .__left .contact__part {
    padding: 47px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #ffe358;
    margin-bottom: 30px;
    height: 480px;
    width: 100%;
    border-radius: 4px
}

.news_list_block .line .__left .contact__part .head {
    font-size: 24px;
    color: #000;
    margin-bottom: 4px
}

.news_list_block .line .__left .contact__part .head:nth-child(2) {
    padding-bottom: 14px;
    margin-bottom: 74px;
    border-bottom: 2px solid #000
}

.news_list_block .line .__left .contact__part a:nth-child(3) {
    font-size: 35px;
    font-weight: 700;
    color: #000;
    text-decoration: none;
    margin-bottom: 8px
}

.news_list_block .line .__left .contact__part a:nth-child(4) {
    font-size: 17px;
    color: #000;
    text-decoration: underline;
    margin-bottom: 54px
}

.news_list_block .line .__left .poll__part {
    width: 100%;
    background-color: #f5f7fa;
    border-radius: 4px;
    padding: 15px;
    margin-bottom: 30px;
    -webkit-transition: all ease .4s;
    transition: all ease .4s
}

.news_list_block .line .__left .poll__part .jq-checkbox {
    display: none
}

.news_list_block .line .__left .poll__part .line label {
    padding-left: 0!important;
    margin-bottom: 0!important
}

.news_list_block .line .__left .poll__part.vote {
    -webkit-transition: all ease .4s;
    transition: all ease .4s
}

.news_list_block .line .__left .poll__part.vote .progress {
    display: none
}

.news_list_block .line .__left .poll__part.vote .qty {
    display: none
}

.news_list_block .line .__left .poll__part.vote .jq-checkbox {
    display: block!important
}

.news_list_block .line .__left .poll__part.vote .line label {
    padding-left: 40px!important;
    margin-bottom: 16px!important
}

.news_list_block .line .__left .poll__part .head {
    font-size: 32px;
    font-weight: 700;
    text-align: center;
    color: #3b4256;
    margin-bottom: 7px
}

.news_list_block .line .__left .poll__part .sub__head {
    font-size: 18px;
    font-weight: 600;
    color: #0a3eb0;
    margin-bottom: 16px
}

.news_list_block .line .__left .poll__part .line {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -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;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 16px
}

.news_list_block .line .__left .poll__part .line.line:nth-child(1) span {
    background-color: #f5a623
}

.news_list_block .line .__left .poll__part .line.line:nth-child(2) span {
    background-color: #7ed321
}

.news_list_block .line .__left .poll__part .line.line:nth-child(3) span {
    background-color: #2d5ca6
}

.news_list_block .line .__left .poll__part .line .name {
    font-size: 16px;
    font-weight: 600;
    color: #3b4256
}

.news_list_block .line .__left .poll__part .line .progress {
    width: 200px;
    height: 8px;
    overflow: hidden;
    position: relative
}

.news_list_block .line .__left .poll__part .line .progress span {
    position: absolute;
    top: 0;
    left: 0;
    height: 8px;
    border-radius: 15px
}

.news_list_block .line .__left .poll__part .line .qty {
    font-size: 18px;
    font-weight: 600;
    color: #848e99
}

.news_list_block .line .__left .poll__part .line .data {
    font-size: 16px;
    color: #848e99
}

.news_list_block .line .__left .poll__part .line .link {
    display: block;
    margin-right: 0;
    margin-left: auto;
    text-align: right;
    font-size: 16px;
    color: #0a41b8;
    text-decoration: none;
    padding-right: 32px;
    position: relative
}

.news_list_block .line .__left .poll__part .line .link:before {
    content: '';
    width: 25px;
    height: 25px;
    background-image: url(../images/arrow-round_b.svg);
    background-size: cover;
    position: absolute;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%)
}

.news_list_block .line .__left .poll__part .line label {
    font-size: 16px;
    font-weight: 600;
    color: #3b4256;
    position: relative;
    padding-left: 40px;
    margin-bottom: 16px;
    -webkit-transition: all ease .4s;
    transition: all ease .4s
}

.news_list_block .line .__left .poll__part .line label:hover {
    color: #0a41b8;
    cursor: pointer;
    -webkit-transition: all ease .4s;
    transition: all ease .4s
}

.news_list_block .line .__left .poll__part .line label:hover .jq-checkbox,.news_list_block .line .__left .poll__part .line label:hover .jq-radio {
    border-color: #0a41b8;
    -webkit-transition: all ease .4s;
    transition: all ease .4s;
    display: none
}

.news_list_block .line .__left .poll__part .line label .jq-checkbox,.news_list_block .line .__left .poll__part .line label .jq-radio {
    -webkit-transition: all ease .4s;
    transition: all ease .4s;
    background: 0 0;
    width: 24px;
    height: 24px;
    border: 1px solid #dde1e6;
    -webkit-box-shadow: none;
    box-shadow: none;
    margin-right: 11px;
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%)
}

.news_list_block .line .__left .poll__part .line label .jq-checkbox.checked,.news_list_block .line .__left .poll__part .line label .jq-radio.checked {
    background: #0a41b8;
    border-color: #0a41b8
}

.news_list_block .line .__left .poll__part .line label .jq-checkbox.checked .jq-checkbox__div {
    width: 11px;
    height: 6px;
    margin: 6px 0 0 6px;
    border-bottom: 2px solid #fff;
    border-left: 2px solid #fff
}

@media (max-width: 1200px) {
    .news_list_block .line .news__part {
        max-width:629px
    }

    .news_list_block .line .__left {
        max-width: 307px
    }

    .news_list_block .line .news__part .news__list .__item .text__part .head_n {
        margin-bottom: 10px
    }

    .news_list_block .line .__left .poll__part .line .progress {
        width: 150px
    }
}

@media (max-width: 991px) {
    .news_list_block .line .news__part {
        max-width:inherit;
        margin-bottom: 30px
    }

    .news_list_block .line .__left {
        max-width: inherit
    }

    .news_list_block>.container>.line {
        padding: 0 15px;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }
}

@media (max-width: 767px) {
    .news_list_block .line .news__part .news__list .__item {
        -webkit-box-orient:vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .news_list_block .line .news__part .news__list .__item .img {
        margin: 0 auto
    }
}

@media (max-width: 375px) {
    .news_list_block .line .__left .poll__part .line .progress {
        width:100px
    }
}

.bread_crumbs_block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    padding-bottom: 10px
}

.bread_crumbs_block a {
    text-decoration: none;
    font-size: 16px;
    font-weight: 600;
    color: #848e99;
    position: relative;
    padding-right: 15px;
    margin-right: 3px
}

.bread_crumbs_block a:last-child:after {
    display: none
}

.bread_crumbs_block a:after {
    display: block;
    content: "/";
    position: absolute;
    font-size: 16px;
    font-weight: 600;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 0
}

.news_item_block {
    padding-top: 30px
}

.news_item_block .line {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 30px
}

.news_item_block .line .news__part {
    width: 100%
}

.news_item_block .line .news__part .head {
    font-size: 32px;
    font-weight: 700;
    color: #3b4256;
    padding-bottom: 23px;
    position: relative;
    margin-bottom: 33px
}

.news_item_block .line .news__part .head:before {
    content: '';
    display: block;
    width: 70px;
    height: 2px;
    background-color: #000;
    position: absolute;
    left: 0;
    bottom: 0
}

.news_item_block .line .news__part .item__content .img {
    width: 100%;
    height: auto;
    margin-bottom: 30px
}

.news_item_block .line .news__part .item__content .display_product {
    margin-bottom: 15px;
    position: relative
}

.news_item_block .line .news__part .item__content .display_product .img_slider {
    width: 100%;
    height: 384px;
    background-size: cover;
    background-position: center;
    border-radius: 4px
}

.news_item_block .line .news__part .item__content .tabs_product {
    margin-bottom: 15px;
    position: relative;
    width: calc(85.4% + 5px)
}

.news_item_block .line .news__part .item__content .tabs_product .slick-list {
    overflow-x: hidden;
    margin: 0 -5px
}

.news_item_block .line .news__part .item__content .tabs_product .img_slider.slick-current {
    border: solid 8px #2d5ca6
}

.news_item_block .line .news__part .item__content .tabs_product .slick-prev {
    display: none
}

.news_item_block .line .news__part .item__content .tabs_product .slick-next {
    width: 30px;
    height: 30px;
    right: -70px;
    background-image: url(../images/arrow-small.svg);
    background-position: center;
    background-repeat: no-repeat;
    cursor: pointer
}

.news_item_block .line .news__part .item__content .tabs_product .slick-next:before {
    display: none
}

.news_item_block .line .news__part .item__content .tabs_product .img_slider {
    margin: 0 5px;
    width: 16.6%;
    min-height: 76px;
    height: 76px;
    background-size: cover;
    background-position: center;
    border-radius: 4px;
    border: solid 8px #f4f7fb
}

.news_item_block .line .news__part .item__content .text p {
    color: #3b4256;
    margin-bottom: 30px;
    font-size: 14px
}

.news_item_block .line .news__part .item__content .back {
    text-decoration: none;
    color: #c7ccd1
}

.news_item_block .line .news__part .item__content .line {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 100%;
    max-width: 320px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.news_item_block .line .news__part .item__content .line .views {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    max-width: 63px;
    width: 100%;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.news_item_block .line .news__part .item__content .line .views p {
    color: #c7ccd1
}

.news_item_block .line .news__part .item__content .line .news {
    color: #c7ccd1;
    font-weight: 400
}

.news_item_block .line .news__part .item__content .line .data {
    color: #c7ccd1
}

.news_item_block .line .__left {
    max-width: 370px;
    width: 100%
}

.news_item_block .line .__left .contact__part {
    padding: 47px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #ffe358;
    margin-bottom: 30px;
    height: 480px;
    width: 100%;
    border-radius: 4px
}

.news_item_block .line .__left .contact__part .head {
    font-size: 24px;
    color: #000;
    margin-bottom: 4px
}

.news_item_block .line .__left .contact__part .head:nth-child(2) {
    padding-bottom: 14px;
    margin-bottom: 74px;
    border-bottom: 2px solid #000
}

.news_item_block .line .__left .contact__part a:nth-child(3) {
    font-size: 35px;
    font-weight: 700;
    color: #000;
    text-decoration: none;
    margin-bottom: 8px
}

.news_item_block .line .__left .contact__part a:nth-child(4) {
    font-size: 17px;
    color: #000;
    text-decoration: underline;
    margin-bottom: 54px
}

.news_item_block .line .__left .poll__part {
    width: 100%;
    background-color: #f5f7fa;
    border-radius: 4px;
    padding: 15px;
    margin-bottom: 30px;
    -webkit-transition: all ease .4s;
    transition: all ease .4s
}

.news_item_block .line .__left .poll__part .jq-checkbox {
    display: none
}

.news_item_block .line .__left .poll__part .line label {
    padding-left: 0!important;
    margin-bottom: 0!important
}

.news_item_block .line .__left .poll__part.vote {
    -webkit-transition: all ease .4s;
    transition: all ease .4s
}

.news_item_block .line .__left .poll__part.vote .progress {
    display: none
}

.news_item_block .line .__left .poll__part.vote .qty {
    display: none
}

.news_item_block .line .__left .poll__part.vote .jq-checkbox {
    display: block!important
}

.news_item_block .line .__left .poll__part.vote .line label {
    padding-left: 40px!important;
    margin-bottom: 16px!important
}

.news_item_block .line .__left .poll__part .head {
    font-size: 32px;
    font-weight: 700;
    text-align: center;
    color: #3b4256;
    margin-bottom: 7px
}

.news_item_block .line .__left .poll__part .sub__head {
    font-size: 18px;
    font-weight: 600;
    color: #0a3eb0;
    margin-bottom: 16px
}

.news_item_block .line .__left .poll__part .line {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -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;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 16px
}

.news_item_block .line .__left .poll__part .line.line:nth-child(1) span {
    background-color: #f5a623
}

.news_item_block .line .__left .poll__part .line.line:nth-child(2) span {
    background-color: #7ed321
}

.news_item_block .line .__left .poll__part .line.line:nth-child(3) span {
    background-color: #2d5ca6
}

.news_item_block .line .__left .poll__part .line .name {
    font-size: 16px;
    font-weight: 600;
    color: #3b4256
}

.news_item_block .line .__left .poll__part .line .progress {
    width: 200px;
    height: 8px;
    overflow: hidden;
    position: relative
}

.news_item_block .line .__left .poll__part .line .progress span {
    position: absolute;
    top: 0;
    left: 0;
    height: 8px;
    border-radius: 15px
}

.news_item_block .line .__left .poll__part .line .qty {
    font-size: 18px;
    font-weight: 600;
    color: #848e99
}

.news_item_block .line .__left .poll__part .line .data {
    font-size: 16px;
    color: #848e99
}

.news_item_block .line .__left .poll__part .line .link {
    display: block;
    margin-right: 0;
    margin-left: auto;
    text-align: right;
    font-size: 16px;
    color: #0a41b8;
    text-decoration: none;
    padding-right: 32px;
    position: relative
}

.news_item_block .line .__left .poll__part .line .link:before {
    content: '';
    width: 25px;
    height: 25px;
    background-image: url(../images/arrow-round_b.svg);
    background-size: cover;
    position: absolute;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%)
}

.news_item_block .line .__left .poll__part .line label {
    font-size: 16px;
    font-weight: 600;
    color: #3b4256;
    position: relative;
    padding-left: 40px;
    margin-bottom: 16px;
    -webkit-transition: all ease .4s;
    transition: all ease .4s
}

.news_item_block .line .__left .poll__part .line label:hover {
    color: #0a41b8;
    cursor: pointer;
    -webkit-transition: all ease .4s;
    transition: all ease .4s
}

.news_item_block .line .__left .poll__part .line label:hover .jq-checkbox,.news_item_block .line .__left .poll__part .line label:hover .jq-radio {
    border-color: #0a41b8;
    -webkit-transition: all ease .4s;
    transition: all ease .4s;
    display: none
}

.news_item_block .line .__left .poll__part .line label .jq-checkbox,.news_item_block .line .__left .poll__part .line label .jq-radio {
    -webkit-transition: all ease .4s;
    transition: all ease .4s;
    background: 0 0;
    width: 24px;
    height: 24px;
    border: 1px solid #dde1e6;
    -webkit-box-shadow: none;
    box-shadow: none;
    margin-right: 11px;
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%)
}

.news_item_block .line .__left .poll__part .line label .jq-checkbox.checked,.news_item_block .line .__left .poll__part .line label .jq-radio.checked {
    background: #0a41b8;
    border-color: #0a41b8
}

.news_item_block .line .__left .poll__part .line label .jq-checkbox.checked .jq-checkbox__div {
    width: 11px;
    height: 6px;
    margin: 6px 0 0 6px;
    border-bottom: 2px solid #fff;
    border-left: 2px solid #fff
}

@media (max-width: 1200px) {
    .news_item_block .line .__left {
        max-width: 307px
    }

    .news_item_block .line .news__part .news__list .__item .text__part .head_n {
        margin-bottom: 10px
    }

    .news_item_block .line .__left .poll__part .line .progress {
        width: 150px
    }
}

@media (max-width: 991px) {
    .news_item_block .line .news__part {
        margin-bottom: 30px
    }

    .news_item_block .line .__left {
        max-width: inherit
    }

    .news_item_block>.container>.line {
        padding: 0 15px;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }
}

@media (max-width: 767px) {
    .news_item_block .line .news__part .news__list .__item {
        -webkit-box-orient:vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .news_item_block .line .news__part .news__list .__item .img {
        margin: 0 auto
    }

    .news_item_block>.container>.line {
        padding: 0
    }
}

@media (max-width: 375px) {
    .news_item_block .line .__left .poll__part .line .progress {
        width:100px
    }
}

.last_news_block .head {
    color: #3b4256;
    font-size: 24px;
    margin-bottom: 35px;
    font-weight: 400
}

.last_news_block .tabs__item .news_space {
    overflow: hidden;
    margin-bottom: 30px
}

.last_news_block .tabs__item .news_space .wrapper {
    width: calc(100% + 30px);
    margin: 0 -15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.last_news_block .tabs__item .news_space .news__item {
    width: 33.33%;
    padding: 0 15px;
    border-radius: 4px
}

.last_news_block .tabs__item .news_space .news__item .img {
    width: 100%;
    height: 204px;
    background-size: cover;
    margin-bottom: 16px
}

.last_news_block .tabs__item .news_space .news__item .head {
    font-size: 18px;
    font-weight: 600;
    color: #234161;
    height: 50px;
    overflow-y: hidden;
    margin-bottom: 20px
}

.last_news_block .tabs__item .news_space .news__item .text {
    color: #3b4256;
    margin-bottom: 20px;
    height: 60px;
    overflow-y: hidden
}

.last_news_block .tabs__item .news_space .news__item .line {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 100%;
    max-width: 320px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.last_news_block .tabs__item .news_space .news__item .line .views {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    max-width: 63px;
    width: 100%;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.last_news_block .tabs__item .news_space .news__item .line .views p {
    color: #c7ccd1
}

.last_news_block .tabs__item .news_space .news__item .line .news {
    color: #c7ccd1;
    font-weight: 600
}

.last_news_block .tabs__item .news_space .news__item .line .data {
    color: #c7ccd1;
    font-weight: 400
}

.last_news_block .tabs__item .all__news {
    margin: 0 auto;
    display: block;
    text-decoration: none;
    max-width: 370px;
    width: 100%;
    padding: 10px 0;
    color: #f4f7fb;
    font-size: 16px;
    background-color: #2d5ca6;
    text-align: center
}

@media (max-width: 991px) {
    .last_news_block .tabs__item .news_space .news__item {
        width:100%;
        margin-bottom: 45px
    }

    .last_news_block .tabs__item .news_space .news__item:last-child {
        margin-bottom: 0
    }

    .last_news_block {
        padding: 0 15px
    }
}

@media (max-width: 767px) {
    .last_news_block {
        padding:0
    }
}

.news_category_block {
    padding-top: 30px
}

.news_category_block .header {
    font-size: 32px;
    font-weight: 700;
    color: #3b4256;
    padding-bottom: 23px;
    position: relative;
    margin-bottom: 33px
}

.news_category_block .header:before {
    content: '';
    display: block;
    width: 70px;
    height: 2px;
    background-color: #000;
    position: absolute;
    left: 0;
    bottom: 0
}

.news_category_block .tabs__item .news_space {
    overflow: hidden;
    margin-bottom: 30px
}

.news_category_block .tabs__item .news_space .wrapper {
    width: calc(100% + 30px);
    margin: 0 -15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.news_category_block .tabs__item .news_space .news__item {
    width: 33.33%;
    padding: 0 15px;
    border-radius: 4px;
    margin-bottom: 40px
}

.news_category_block .tabs__item .news_space .news__item .img {
    width: 100%;
    height: 204px;
    background-size: cover;
    margin-bottom: 16px
}

.news_category_block .tabs__item .news_space .news__item .head {
    font-size: 18px;
    font-weight: 600;
    color: #234161;
    height: 50px;
    overflow-y: hidden;
    margin-bottom: 20px
}

.news_category_block .tabs__item .news_space .news__item .text {
    color: #3b4256;
    margin-bottom: 20px;
    height: 60px;
    overflow-y: hidden
}

.news_category_block .tabs__item .news_space .news__item .line {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 100%;
    max-width: 320px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.news_category_block .tabs__item .news_space .news__item .line .views {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    max-width: 63px;
    width: 100%;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.news_category_block .tabs__item .news_space .news__item .line .views p {
    color: #c7ccd1
}

.news_category_block .tabs__item .news_space .news__item .line .news {
    color: #c7ccd1;
    font-weight: 600
}

.news_category_block .tabs__item .news_space .news__item .line .data {
    color: #c7ccd1;
    font-weight: 400
}

.news_category_block .tabs__item .all__news {
    margin: 0 auto;
    display: block;
    text-decoration: none;
    max-width: 370px;
    width: 100%;
    padding: 10px 0;
    color: #f4f7fb;
    font-size: 16px;
    background-color: #2d5ca6;
    text-align: center
}

@media (max-width: 991px) {
    .news_category_block .tabs__item .news_space .news__item {
        width:100%;
        margin-bottom: 45px
    }

    .news_category_block .tabs__item .news_space .news__item:last-child {
        margin-bottom: 0
    }

    .news_category_block {
        padding: 30px 15px 0 15px
    }
}

@media (max-width: 767px) {
    .news_category_block {
        padding:30px 0 0 0
    }
}

.error_block {
    padding-top: 187px;
    padding-bottom: 30px;
    background-color: #f2f3f4;
    -webkit-box-flex: 1;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto
}

.error_block .content .header {
    color: #4a4a4a;
    font-size: 68px;
    font-weight: 700;
    margin-bottom: 44px;
    max-width: 873px;
    width: 100%
}

.error_block .content p.sub__header {
    color: #9b9b9b;
    font-size: 18px;
    margin-bottom: 44px;
    max-width: 620px;
    width: 100%
}

.error_block .content .link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    max-width: 570px
}

.error_block .content .link a {
    display: block;
    text-decoration: none;
    padding: 12px 0;
    border-radius: 4px
}

.error_block .content .link a:nth-child(1) {
    color: #3b4256;
    text-align: center;
    font-size: 16px;
    font-weight: 600;
    max-width: 270px;
    width: 100%;
    border: solid 1px rgba(59,66,86,.5)
}

.error_block .content .link a:nth-child(2) {
    color: #0a3eb0;
    font-size: 16px;
    font-weight: 600;
    max-width: 270px;
    width: 100%;
    text-align: center
}

.v_fix {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    min-height: 100vh
}

.fix_f {
    padding: 0;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto
}

@media (max-width: 991px) {
    .error_block {
        padding-top:30px
    }

    .error_block .content .header {
        font-size: 40px
    }

    .error_block .content .link {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }
}

.persona_block {
    padding-top: 30px
}

.persona_block .head_city {
    font-size: 32px;
    font-weight: 700;
    color: #3b4256;
    padding-bottom: 23px;
    position: relative;
    margin-bottom: 33px
}

.persona_block .head_city:before {
    content: '';
    display: block;
    width: 70px;
    height: 2px;
    background-color: #000;
    position: absolute;
    left: 0;
    bottom: 0
}

.persona_block .line {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 30px
}

.persona_block .line .person_inform_tab {
    width: 100%
}

.persona_block .line .person_inform_tab .content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    margin-bottom: -47px
}

.persona_block .line .person_inform_tab .content .img {
    background-size: cover;
    width: 140px;
    height: 140px;
    border-radius: 50%;
    margin-right: 20px
}

.persona_block .line .person_inform_tab .content .header {
    color: #3b4256;
    font-size: 32px;
    font-weight: 700;
    margin-bottom: 12px
}

.persona_block .line .person_inform_tab .content .sub__header {
    color: #848e99;
    font-size: 18px
}

.persona_block .line .person_inform_tab .tabs {
    background-color: #f5f7fa;
    padding: 93px 35px 0 35px;
    border-radius: 4px
}

.persona_block .line .person_inform_tab .tabs .tabs__caption {
    width: 100%;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row
}

.persona_block .line .person_inform_tab .tabs .tabs__caption li {
    font-size: 18px;
    font-weight: 600;
    color: #848e99;
    padding: 0 22px;
    padding-bottom: 24px;
    border-bottom: 3px solid transparent;
    cursor: pointer;
    -webkit-transition: all ease .4s;
    transition: all ease .4s
}

.persona_block .line .person_inform_tab .tabs .tabs__caption li.active {
    color: #3a4257;
    -webkit-transition: all ease .4s;
    transition: all ease .4s;
    border-bottom: 3px solid #08183b
}

.persona_block .line .person_inform_tab .tabs .tabs__caption li:last-child {
    margin-right: 0
}

.persona_block .line .person_inform_tab .tabs .tabs__item {
    max-height: 0;
    overflow: hidden;
    opacity: 0;
    -webkit-transition: all ease .8s;
    transition: all ease .8s;
    background-color: #fff;
    border-radius: 4px
}

.persona_block .line .person_inform_tab .tabs .tabs__item.active {
    opacity: 1;
    max-height: inherit;
    overflow: hidden;
    -webkit-transition: all ease .4s;
    transition: all ease .4s;
    margin-bottom: 30px;
    padding: 35px
}

.persona_block .line .person_inform_tab .tabs .tabs__item:nth-child(2) .line span:first-child {
    color: #848e99;
    display: block;
    max-width: 160px;
    margin-right: 30px
}

.persona_block .line .person_inform_tab .tabs .tabs__item:nth-child(2) .line span:last-child {
    color: #3b4256;
    font-size: 16px;
    display: block;
    max-width: 448px;
    width: 100%
}

.persona_block .line .person_inform_tab .tabs .tabs__item:nth-child(3) .head_small {
    color: #3b4256;
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 46px;
    padding-top: 70px
}

.persona_block .line .person_inform_tab .tabs .tabs__item:nth-child(3) .head_small:first-child {
    padding-top: 0
}

.persona_block .line .person_inform_tab .tabs .tabs__item:nth-child(3) .line span:first-child {
    color: #3b4256;
    display: block;
    font-size: 24px;
    max-width: 259px;
    width: 100%;
    margin-right: 30px
}

.persona_block .line .person_inform_tab .tabs .tabs__item:nth-child(3) .line span:last-child {
    font-size: 16px;
    display: block;
    max-width: 448px;
    width: 100%;
    color: #848e99
}

.persona_block .line .person_inform_tab .tabs .tabs__item:nth-child(4) {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.persona_block .line .person_inform_tab .tabs .tabs__item:nth-child(4).active {
    padding-bottom: 318px
}

.persona_block .line .person_inform_tab .tabs .tabs__item:nth-child(4) .contact__item {
    width: 50%;
    margin-bottom: 60px;
    height: 40px
}

.persona_block .line .person_inform_tab .tabs .tabs__item:nth-child(4) .contact__item .header_contact {
    color: #848e99
}

.persona_block .line .person_inform_tab .tabs .tabs__item:nth-child(4) .contact__item a {
    color: #3b4256;
    font-size: 16px;
    font-weight: 600;
    text-decoration: none
}

.persona_block .line .person_inform_tab .tabs .tabs__item:nth-child(5) {
    background-color: inherit
}

.persona_block .line .person_inform_tab .tabs .tabs__item:nth-child(5).active {
    padding: 35px 0
}

.persona_block .line .person_inform_tab .tabs .tabs__item:nth-child(5) form input {
    background-color: #fff;
    padding: 20px 16px;
    color: #3b4256;
    font-size: 16px;
    border-radius: 4px;
    width: 100%;
    margin-bottom: 30px;
    border: 0;
    outline: 0
}

.persona_block .line .person_inform_tab .tabs .tabs__item:nth-child(5) form .line {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.persona_block .line .person_inform_tab .tabs .tabs__item:nth-child(5) form .line input {
    max-width: 333px
}

.persona_block .line .person_inform_tab .tabs .tabs__item:nth-child(5) form textarea {
    resize: none;
    background-color: #fff;
    padding: 20px 16px;
    color: #3b4256;
    font-size: 16px;
    border-radius: 4px;
    height: 136px;
    width: 100%;
    margin-bottom: 8px;
    border: 0;
    outline: 0
}

.persona_block .line .person_inform_tab .tabs .tabs__item:nth-child(5) form .text {
    color: #848e99;
    margin-bottom: 7px
}

.persona_block .line .person_inform_tab .tabs .tabs__item:nth-child(5) form .last {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end
}

.persona_block .line .person_inform_tab .tabs .tabs__item:nth-child(5) form .last .agree {
    color: #3b4256;
    font-size: 16px;
    margin-right: 7px;
    max-width: 250px
}

.persona_block .line .person_inform_tab .tabs .tabs__item:nth-child(5) form .last button {
    width: 100%;
    max-width: 170px;
    text-align: center;
    border-radius: 4px;
    font-size: 16px;
    font-weight: 600;
    background-color: #2d5ca6;
    color: #f4f7fb;
    padding: 12px 0;
    outline: 0;
    border: 0
}

.persona_block .line .person_inform_tab .tabs .tabs__item .line {
    margin-bottom: 20px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.persona_block .line .person_inform_tab .tabs .tabs__item .link {
    padding-top: 250px
}

.persona_block .line .person_inform_tab .tabs .tabs__item .link .line {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 5px;
    text-decoration: none
}

.persona_block .line .person_inform_tab .tabs .tabs__item .link .line:hover p {
    color: #0a3eb0;
    -webkit-transition: all ease .4s;
    transition: all ease .4s
}

.persona_block .line .person_inform_tab .tabs .tabs__item .link .line:hover p:before {
    -webkit-transition: all ease .4s;
    transition: all ease .4s;
    background-image: url(../images/attach.svg)
}

.persona_block .line .person_inform_tab .tabs .tabs__item .link p {
    color: #234161;
    font-size: 16px;
    font-weight: 600;
    position: relative;
    padding-left: 40px;
    -webkit-transition: all ease .4s;
    transition: all ease .4s
}

.persona_block .line .person_inform_tab .tabs .tabs__item .link p:before {
    display: block;
    content: "";
    width: 24px;
    -webkit-transition: all ease .4s;
    transition: all ease .4s;
    height: 24px;
    background-image: url(../images/attach_bl.svg);
    background-size: cover;
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%)
}

.persona_block .line .__left {
    max-width: 370px;
    width: 100%
}

.persona_block .line .__left .contact__part {
    padding: 47px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #ffe358;
    margin-bottom: 30px;
    height: 480px;
    width: 100%;
    border-radius: 4px
}

.persona_block .line .__left .contact__part .head {
    font-size: 24px;
    color: #000;
    margin-bottom: 4px
}

.persona_block .line .__left .contact__part .head:nth-child(2) {
    padding-bottom: 14px;
    margin-bottom: 74px;
    border-bottom: 2px solid #000
}

.persona_block .line .__left .contact__part a:nth-child(3) {
    font-size: 35px;
    font-weight: 700;
    color: #000;
    text-decoration: none;
    margin-bottom: 8px
}

.persona_block .line .__left .contact__part a:nth-child(4) {
    font-size: 17px;
    color: #000;
    text-decoration: underline;
    margin-bottom: 54px
}

.persona_block .line .__left .poll__part {
    width: 100%;
    background-color: #f5f7fa;
    border-radius: 4px;
    padding: 15px;
    margin-bottom: 30px;
    -webkit-transition: all ease .4s;
    transition: all ease .4s
}

.persona_block .line .__left .poll__part .jq-checkbox {
    display: none
}

.persona_block .line .__left .poll__part .line label {
    padding-left: 0!important;
    margin-bottom: 0!important
}

.persona_block .line .__left .poll__part.vote {
    -webkit-transition: all ease .4s;
    transition: all ease .4s
}

.persona_block .line .__left .poll__part.vote .progress {
    display: none
}

.persona_block .line .__left .poll__part.vote .qty {
    display: none
}

.persona_block .line .__left .poll__part.vote .jq-checkbox {
    display: block!important
}

.persona_block .line .__left .poll__part.vote .line label {
    padding-left: 40px!important;
    margin-bottom: 16px!important
}

.persona_block .line .__left .poll__part .head {
    font-size: 32px;
    font-weight: 700;
    text-align: center;
    color: #3b4256;
    margin-bottom: 7px
}

.persona_block .line .__left .poll__part .sub__head {
    font-size: 18px;
    font-weight: 600;
    color: #0a3eb0;
    margin-bottom: 16px
}

.persona_block .line .__left .poll__part .line {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -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;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 16px
}

.persona_block .line .__left .poll__part .line.line:nth-child(1) span {
    background-color: #f5a623
}

.persona_block .line .__left .poll__part .line.line:nth-child(2) span {
    background-color: #7ed321
}

.persona_block .line .__left .poll__part .line.line:nth-child(3) span {
    background-color: #2d5ca6
}

.persona_block .line .__left .poll__part .line .name {
    font-size: 16px;
    font-weight: 600;
    color: #3b4256
}

.persona_block .line .__left .poll__part .line .progress {
    width: 200px;
    height: 8px;
    overflow: hidden;
    position: relative
}

.persona_block .line .__left .poll__part .line .progress span {
    position: absolute;
    top: 0;
    left: 0;
    height: 8px;
    border-radius: 15px
}

.persona_block .line .__left .poll__part .line .qty {
    font-size: 18px;
    font-weight: 600;
    color: #848e99
}

.persona_block .line .__left .poll__part .line .data {
    font-size: 16px;
    color: #848e99
}

.persona_block .line .__left .poll__part .line .link {
    display: block;
    margin-right: 0;
    margin-left: auto;
    text-align: right;
    font-size: 16px;
    color: #0a41b8;
    text-decoration: none;
    padding-right: 32px;
    position: relative
}

.persona_block .line .__left .poll__part .line .link:before {
    content: '';
    width: 25px;
    height: 25px;
    background-image: url(../images/arrow-round_b.svg);
    background-size: cover;
    position: absolute;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%)
}

.persona_block .line .__left .poll__part .line label {
    font-size: 16px;
    font-weight: 600;
    color: #3b4256;
    position: relative;
    padding-left: 40px;
    margin-bottom: 16px;
    -webkit-transition: all ease .4s;
    transition: all ease .4s
}

.persona_block .line .__left .poll__part .line label:hover {
    color: #0a41b8;
    cursor: pointer;
    -webkit-transition: all ease .4s;
    transition: all ease .4s
}

.persona_block .line .__left .poll__part .line label:hover .jq-checkbox,.persona_block .line .__left .poll__part .line label:hover .jq-radio {
    border-color: #0a41b8;
    -webkit-transition: all ease .4s;
    transition: all ease .4s;
    display: none
}

.persona_block .line .__left .poll__part .line label .jq-checkbox,.persona_block .line .__left .poll__part .line label .jq-radio {
    -webkit-transition: all ease .4s;
    transition: all ease .4s;
    background: 0 0;
    width: 24px;
    height: 24px;
    border: 1px solid #dde1e6;
    -webkit-box-shadow: none;
    box-shadow: none;
    margin-right: 11px;
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%)
}

.persona_block .line .__left .poll__part .line label .jq-checkbox.checked,.persona_block .line .__left .poll__part .line label .jq-radio.checked {
    background: #0a41b8;
    border-color: #0a41b8
}

.persona_block .line .__left .poll__part .line label .jq-checkbox.checked .jq-checkbox__div {
    width: 11px;
    height: 6px;
    margin: 6px 0 0 6px;
    border-bottom: 2px solid #fff;
    border-left: 2px solid #fff
}

@media (max-width: 1200px) {

    .persona_block .line .__left {
        max-width: 307px
    }

    .persona_block .line .person_inform_tab .tabs .tabs__item:nth-child(5) form .line input {
        max-width: 265px
    }

    .persona_block .line .__left .poll__part .line .progress {
        width: 150px
    }
}

@media (max-width: 991px) {
    .persona_block .line .person_inform_tab {
        margin-bottom: 30px
    }

    .persona_block .line .__left {
        max-width: inherit
    }

    .persona_block {
        padding: 0 15px
    }

    .persona_block>.container>.line {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

    .persona_block .line .person_inform_tab .tabs .tabs__item .link {
        padding-top: 30px
    }

    .persona_block .line .person_inform_tab .tabs .tabs__item .line {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .persona_block .line .person_inform_tab .tabs .tabs__item .line span:first-child {
        margin-left: 0;
        margin-right: auto!important
    }

    .persona_block .line .person_inform_tab .tabs .tabs__item .line span:last-child {
        margin-left: 0;
        margin-right: auto!important
    }

    .persona_block .line .person_inform_tab .tabs .tabs__item:nth-child(5) form .line input {
        max-width: inherit
    }

    .persona_block .line .person_inform_tab .tabs .tabs__item:nth-child(5) form .last {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row
    }
}

@media (max-width: 767px) {
    .persona_block .line .person_inform_tab .tabs .tabs__caption {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

    .persona_block .line .person_inform_tab .tabs .tabs__caption li {
        margin-bottom: 20px
    }

    .persona_block .line .person_inform_tab .tabs .tabs__caption {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .persona_block .line .person_inform_tab .content {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        margin-bottom: -35px
    }

    .persona_block .line .person_inform_tab .content .sub__header {
        text-align: center
    }

    .persona_block .line .person_inform_tab .tabs .tabs__item.active {
        padding: 15px
    }

    .persona_block .line .person_inform_tab .tabs {
        padding: 93px 15px 0 15px
    }

    .persona_block {
        padding: 0;
        padding-top: 15px
    }
}

@media (max-width: 375px) {
    .persona_block .line .__left .poll__part .line .progress {
        width:100px
    }
}

.organization_block {
    padding-top: 30px
}

.organization_block .head_city {
    font-size: 32px;
    font-weight: 700;
    color: #3b4256;
    padding-bottom: 23px;
    position: relative;
    margin-bottom: 33px
}

.organization_block .head_city:before {
    content: '';
    display: block;
    width: 70px;
    height: 2px;
    background-color: #000;
    position: absolute;
    left: 0;
    bottom: 0
}

.organization_block .line {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 30px
}

.organization_block .line .person_inform_tab {
    max-width: 770px;
    width: 100%
}

.organization_block .line .person_inform_tab .tabs {
    background-color: #f5f7fa;
    padding: 30px 35px 1px 35px;
    border-radius: 4px;
    margin-bottom: 30px
}

.organization_block .line .person_inform_tab .tabs .tabs__caption {
    width: 100%;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row
}

.organization_block .line .person_inform_tab .tabs .tabs__caption li {
    font-size: 18px;
    font-weight: 600;
    color: #848e99;
    padding: 0 22px;
    padding-bottom: 24px;
    border-bottom: 3px solid transparent;
    cursor: pointer;
    -webkit-transition: all ease .4s;
    transition: all ease .4s
}

.organization_block .line .person_inform_tab .tabs .tabs__caption li.active {
    color: #3a4257;
    -webkit-transition: all ease .4s;
    transition: all ease .4s;
    border-bottom: 3px solid #08183b
}

.organization_block .line .person_inform_tab .tabs .tabs__caption li:last-child {
    margin-right: 0
}

.organization_block .line .person_inform_tab .tabs .tabs__item {
    max-height: 0;
    overflow: hidden;
    opacity: 0;
    -webkit-transition: all ease .8s;
    transition: all ease .8s;
    background-color: #fff;
    border-radius: 4px
}

.organization_block .line .person_inform_tab .tabs .tabs__item.active {
    opacity: 1;
    max-height: inherit;
    overflow: hidden;
    -webkit-transition: all ease .4s;
    transition: all ease .4s;
    margin-bottom: 30px;
    padding: 35px
}

.organization_block .line .person_inform_tab .tabs .tabs__item:nth-child(2) .together {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 30px
}

.organization_block .line .person_inform_tab .tabs .tabs__item:nth-child(2) .together .line {
    max-width: 271px;
    width: 100%;
    margin-bottom: 0
}

.organization_block .line .person_inform_tab .tabs .tabs__item:nth-child(2) .line {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-bottom: 30px
}

.organization_block .line .person_inform_tab .tabs .tabs__item:nth-child(2) .line a {
    color: #3b4256;
    font-size: 16px;
    font-weight: 600;
    display: block;
    max-width: 448px;
    width: 100%;
    margin-right: auto;
    margin-left: 0;
    text-decoration: none
}

.organization_block .line .person_inform_tab .tabs .tabs__item:nth-child(2) .line span:first-child {
    color: #848e99;
    display: block;
    max-width: 240px;
    margin-right: auto;
    margin-left: 0
}

.organization_block .line .person_inform_tab .tabs .tabs__item:nth-child(2) .line span:last-child {
    color: #3b4256;
    font-size: 16px;
    font-weight: 600;
    display: block;
    max-width: 448px;
    width: 100%;
    margin-right: auto;
    margin-left: 0
}

.organization_block .line .person_inform_tab .tabs .tabs__item:nth-child(3) {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.organization_block .line .person_inform_tab .tabs .tabs__item:nth-child(3).active {
    padding-bottom: 318px
}

.organization_block .line .person_inform_tab .tabs .tabs__item:nth-child(3) .contact__item {
    width: 50%;
    margin-bottom: 60px;
    height: 40px
}

.organization_block .line .person_inform_tab .tabs .tabs__item:nth-child(3) .contact__item .header_contact {
    color: #848e99
}

.organization_block .line .person_inform_tab .tabs .tabs__item:nth-child(3) .contact__item a {
    color: #3b4256;
    font-size: 16px;
    font-weight: 600;
    text-decoration: none
}

.organization_block .line .person_inform_tab .tabs .tabs__item:nth-child(4).active {
    padding: 30px 20px 20px 20px;
    margin-bottom: 30px
}

.organization_block .line .person_inform_tab .tabs .tabs__item:nth-child(4) .worker__item {
    border-radius: 4px;
    background-color: #f5f7fa;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 12px;
    margin-bottom: 50px;
    height: 70px;
    -webkit-transition: all ease .4s;
    transition: all ease .4s
}

.organization_block .line .person_inform_tab .tabs .tabs__item:nth-child(4) .worker__item:hover {
    -webkit-transition: all ease .4s;
    transition: all ease .4s;
    background-color: #fff;
    -webkit-box-shadow: 0 12px 40px 0 rgba(95,95,95,.15);
    box-shadow: 0 12px 40px 0 rgba(95,95,95,.15);
    cursor: pointer
}

.organization_block .line .person_inform_tab .tabs .tabs__item:nth-child(4) .worker__item:hover .detal {
    color: #234161;
    -webkit-transition: all ease .4s;
    transition: all ease .4s
}

.organization_block .line .person_inform_tab .tabs .tabs__item:nth-child(4) .worker__item:hover .subscribe {
    background-color: #f4f7fb;
    -webkit-transition: all ease .4s;
    transition: all ease .4s
}

.organization_block .line .person_inform_tab .tabs .tabs__item:nth-child(4) .worker__item:last-child {
    margin-bottom: 0
}

.organization_block .line .person_inform_tab .tabs .tabs__item:nth-child(4) .worker__item .img {
    width: 75px;
    height: 75px;
    background-size: cover;
    margin-right: 15px;
    margin-top: -30px
}

.organization_block .line .person_inform_tab .tabs .tabs__item:nth-child(4) .worker__item .cont .name {
    color: #3b4256;
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 8px
}

.organization_block .line .person_inform_tab .tabs .tabs__item:nth-child(4) .worker__item .cont .pos {
    color: #3b4256;
    font-size: 16px
}

.organization_block .line .person_inform_tab .tabs .tabs__item:nth-child(4) .worker__item .detal {
    font-size: 16px;
    font-weight: 600;
    text-decoration: none;
    display: block;
    color: #0a3eb0
}

.organization_block .line .person_inform_tab .tabs .tabs__item:nth-child(4) .worker__item .subscribe {
    display: block;
    font-size: 16px;
    font-weight: 600;
    text-align: center;
    color: #3b4256;
    padding: 12px 0;
    background-color: #fff;
    border-radius: 4px;
    text-decoration: none;
    max-width: 200px;
    width: 100%
}

.organization_block .line .person_inform_tab .tabs .tabs__item .line {
    margin-bottom: 20px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.organization_block .line .person_inform_tab .tabs .tabs__item .link {
    padding-top: 250px
}

.organization_block .line .person_inform_tab .tabs .tabs__item .link .line {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 5px;
    text-decoration: none
}

.organization_block .line .person_inform_tab .tabs .tabs__item .link p {
    color: #234161;
    font-size: 16px;
    font-weight: 600;
    position: relative;
    padding-left: 40px
}

.organization_block .line .person_inform_tab .tabs .tabs__item .link p:before {
    display: block;
    content: "";
    width: 24px;
    height: 24px;
    background-image: url(../images/attach.svg);
    background-size: cover;
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%)
}

.organization_block .line .person_inform_tab .images {
    width: 100%;
    height: auto;
    border-radius: 4px
}

.organization_block .line .person_inform_tab .useful_links {
    background-color: #f5f7fa;
    padding: 15px 35px 20px 35px;
    border-radius: 4px;
    margin-bottom: 30px
}

.organization_block .line .person_inform_tab .useful_links a {
    color: #3b4256;
    font-size: 18px;
    font-weight: 600;
    display: block;
    padding: 15px 15px 15px 30px;
    border-radius: 4px;
    text-decoration: none;
    position: relative
}

.organization_block .line .person_inform_tab .useful_links a:before {
    content: '';
    width: 25px;
    height: 25px;
    background-size: cover;
    -webkit-transition: all ease .4s;
    transition: all ease .4s;
    display: block;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 15px
}

.organization_block .line .person_inform_tab .useful_links a .head {
    color: #3b4256;
    font-size: 18px;
    font-weight: 600
}

.organization_block .line .person_inform_tab .useful_links a .sub__head {
    color: #234161;
    font-size: 16px;
    font-weight: 600
}

.organization_block .line .person_inform_tab .useful_links a .link {
    color: #234161;
    font-size: 16px;
    font-weight: 600;
    position: relative;
    padding-left: 40px
}

.organization_block .line .person_inform_tab .useful_links a .link:before {
    display: block;
    content: "";
    width: 24px;
    height: 24px;
    background-image: url(../images/attach_bl.svg);
    background-size: cover;
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%)
}

.organization_block .line .person_inform_tab .useful_links a:hover {
    -webkit-transition: all ease .4s;
    transition: all ease .4s;
    color: #0a3eb0;
    background-color: #fff
}

.organization_block .line .person_inform_tab .useful_links a:hover .link {
    color: #0a3eb0;
    -webkit-transition: all ease .4s;
    transition: all ease .4s
}

.organization_block .line .person_inform_tab .useful_links a:hover .link:before {
    background-image: url(../images/attach.svg);
    -webkit-transition: all ease .4s;
    transition: all ease .4s
}

.organization_block .line .person_inform_tab .useful_links a:hover .sub__head {
    color: #0a3eb0;
    -webkit-transition: all ease .4s;
    transition: all ease .4s
}

.organization_block .line .person_inform_tab .useful_links a:hover .head {
    color: #0a3eb0;
    -webkit-transition: all ease .4s;
    transition: all ease .4s
}

.organization_block .line .person_inform_tab .useful_links a:hover:before {
    -webkit-transition: all ease .4s;
    transition: all ease .4s;
    background-image: url(../images/arrow-round_b.svg)
}

.organization_block .line .__left {
    max-width: 370px;
    width: 100%
}

.organization_block .line .__left .contact__part {
    padding: 47px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #ffe358;
    margin-bottom: 30px;
    height: 480px;
    width: 100%;
    border-radius: 4px
}

.organization_block .line .__left .contact__part .head {
    font-size: 24px;
    color: #000;
    margin-bottom: 4px
}

.organization_block .line .__left .contact__part .head:nth-child(2) {
    padding-bottom: 14px;
    margin-bottom: 74px;
    border-bottom: 2px solid #000
}

.organization_block .line .__left .contact__part a:nth-child(3) {
    font-size: 35px;
    font-weight: 700;
    color: #000;
    text-decoration: none;
    margin-bottom: 8px
}

.organization_block .line .__left .contact__part a:nth-child(4) {
    font-size: 17px;
    color: #000;
    text-decoration: underline;
    margin-bottom: 54px
}

.organization_block .line .__left .poll__part {
    width: 100%;
    background-color: #f5f7fa;
    border-radius: 4px;
    padding: 15px;
    margin-bottom: 30px;
    -webkit-transition: all ease .4s;
    transition: all ease .4s
}

.organization_block .line .__left .poll__part .jq-checkbox {
    display: none
}

.organization_block .line .__left .poll__part .line label {
    padding-left: 0!important;
    margin-bottom: 0!important
}

.organization_block .line .__left .poll__part.vote {
    -webkit-transition: all ease .4s;
    transition: all ease .4s
}

.organization_block .line .__left .poll__part.vote .progress {
    display: none
}

.organization_block .line .__left .poll__part.vote .qty {
    display: none
}

.organization_block .line .__left .poll__part.vote .jq-checkbox {
    display: block!important
}

.organization_block .line .__left .poll__part.vote .line label {
    padding-left: 40px!important;
    margin-bottom: 16px!important
}

.organization_block .line .__left .poll__part .head {
    font-size: 32px;
    font-weight: 700;
    text-align: center;
    color: #3b4256;
    margin-bottom: 7px
}

.organization_block .line .__left .poll__part .sub__head {
    font-size: 18px;
    font-weight: 600;
    color: #0a3eb0;
    margin-bottom: 16px
}

.organization_block .line .__left .poll__part .line {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -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;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 16px
}

.organization_block .line .__left .poll__part .line.line:nth-child(1) span {
    background-color: #f5a623
}

.organization_block .line .__left .poll__part .line.line:nth-child(2) span {
    background-color: #7ed321
}

.organization_block .line .__left .poll__part .line.line:nth-child(3) span {
    background-color: #2d5ca6
}

.organization_block .line .__left .poll__part .line .name {
    font-size: 16px;
    font-weight: 600;
    color: #3b4256
}

.organization_block .line .__left .poll__part .line .progress {
    width: 200px;
    height: 8px;
    overflow: hidden;
    position: relative
}

.organization_block .line .__left .poll__part .line .progress span {
    position: absolute;
    top: 0;
    left: 0;
    height: 8px;
    border-radius: 15px
}

.organization_block .line .__left .poll__part .line .qty {
    font-size: 18px;
    font-weight: 600;
    color: #848e99
}

.organization_block .line .__left .poll__part .line .data {
    font-size: 16px;
    color: #848e99
}

.organization_block .line .__left .poll__part .line .link {
    display: block;
    margin-right: 0;
    margin-left: auto;
    text-align: right;
    font-size: 16px;
    color: #0a41b8;
    text-decoration: none;
    padding-right: 32px;
    position: relative
}

.organization_block .line .__left .poll__part .line .link:before {
    content: '';
    width: 25px;
    height: 25px;
    background-image: url(../images/arrow-round_b.svg);
    background-size: cover;
    position: absolute;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%)
}

.organization_block .line .__left .poll__part .line label {
    font-size: 16px;
    font-weight: 600;
    color: #3b4256;
    position: relative;
    padding-left: 40px;
    margin-bottom: 16px;
    -webkit-transition: all ease .4s;
    transition: all ease .4s
}

.organization_block .line .__left .poll__part .line label:hover {
    color: #0a41b8;
    cursor: pointer;
    -webkit-transition: all ease .4s;
    transition: all ease .4s
}

.organization_block .line .__left .poll__part .line label:hover .jq-checkbox,.organization_block .line .__left .poll__part .line label:hover .jq-radio {
    border-color: #0a41b8;
    -webkit-transition: all ease .4s;
    transition: all ease .4s;
    display: none
}

.organization_block .line .__left .poll__part .line label .jq-checkbox,.organization_block .line .__left .poll__part .line label .jq-radio {
    -webkit-transition: all ease .4s;
    transition: all ease .4s;
    background: 0 0;
    width: 24px;
    height: 24px;
    border: 1px solid #dde1e6;
    -webkit-box-shadow: none;
    box-shadow: none;
    margin-right: 11px;
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%)
}

.organization_block .line .__left .poll__part .line label .jq-checkbox.checked,.organization_block .line .__left .poll__part .line label .jq-radio.checked {
    background: #0a41b8;
    border-color: #0a41b8
}

.organization_block .line .__left .poll__part .line label .jq-checkbox.checked .jq-checkbox__div {
    width: 11px;
    height: 6px;
    margin: 6px 0 0 6px;
    border-bottom: 2px solid #fff;
    border-left: 2px solid #fff
}

@media (max-width: 1200px) {
    .organization_block .line .person_inform_tab {
        max-width:629px
    }

    .organization_block .line .__left {
        max-width: 307px
    }

    .organization_block .line .person_inform_tab .tabs .tabs__item:nth-child(5) form .line input {
        max-width: 265px
    }

    .organization_block .line .__left .poll__part .line .progress {
        width: 150px
    }

    .organization_block .line .person_inform_tab .tabs .tabs__item:nth-child(4) .worker__item {
        height: inherit;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

    .organization_block .line .person_inform_tab .tabs .tabs__item:nth-child(4) .worker__item .img {
        margin-top: 0
    }

    .organization_block .line .person_inform_tab .tabs .tabs__item:nth-child(4) .worker__item .cont {
        width: 100%
    }
}

@media (max-width: 991px) {
    .organization_block .line .person_inform_tab .tabs .tabs__item:nth-child(4) .worker__item {
        height:70px;
        -ms-flex-wrap: no-wrap;
        flex-wrap: no-wrap
    }

    .organization_block .line .person_inform_tab .tabs .tabs__item:nth-child(4) .worker__item .img {
        margin-top: -30px
    }

    .organization_block .line .person_inform_tab .tabs .tabs__item:nth-child(4) .worker__item .cont {
        width: inherit
    }

    .organization_block .line .person_inform_tab {
        max-width: inherit;
        margin-bottom: 30px
    }

    .organization_block .line .__left {
        max-width: inherit
    }

    .organization_block {
        padding: 0 15px
    }

    .organization_block>.container>.line {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

    .organization_block .line .person_inform_tab .tabs .tabs__item .link {
        padding-top: 30px
    }

    .organization_block .line .person_inform_tab .tabs .tabs__item .line {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .organization_block .line .person_inform_tab .tabs .tabs__item .line span:first-child {
        margin-left: 0;
        margin-right: auto!important
    }

    .organization_block .line .person_inform_tab .tabs .tabs__item .line span:last-child {
        margin-left: 0;
        margin-right: auto!important
    }

    .organization_block .line .person_inform_tab .tabs .tabs__item:nth-child(5) form .line input {
        max-width: inherit
    }

    .organization_block .line .person_inform_tab .tabs .tabs__item:nth-child(5) form .last {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row
    }
}

@media (max-width: 767px) {
    .organization_block .line .person_inform_tab .tabs .tabs__item:nth-child(4) .worker__item {
        height:inherit;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

    .organization_block .line .person_inform_tab .tabs .tabs__item:nth-child(4) .worker__item .img {
        margin-top: 0
    }

    .organization_block .line .person_inform_tab .tabs .tabs__item:nth-child(4) .worker__item .cont {
        width: 100%
    }

    .organization_block .line .person_inform_tab .tabs .tabs__caption {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

    .organization_block .line .person_inform_tab .tabs .tabs__caption li {
        margin-bottom: 20px
    }

    .organization_block .line .person_inform_tab .tabs .tabs__caption {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .organization_block .line .person_inform_tab .content {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        margin-bottom: -35px
    }

    .organization_block .line .person_inform_tab .content .sub__header {
        text-align: center
    }

    .organization_block .line .person_inform_tab .tabs .tabs__item.active {
        padding: 15px
    }

    .organization_block .line .person_inform_tab .tabs {
        padding: 93px 15px 0 15px
    }

    .organization_block {
        padding: 0;
        padding-top: 15px
    }
}

@media (max-width: 425px) {
    .organization_block .line .person_inform_tab .tabs .tabs__item:nth-child(4) .worker__item .detal {
        width:100%;
        margin-bottom: 15px;
        text-align: center
    }

    .organization_block .line .person_inform_tab .tabs .tabs__item:nth-child(4) .worker__item .img {
        margin: 0 auto
    }

    .organization_block .line .person_inform_tab .tabs .tabs__item:nth-child(4) .worker__item .subscribe {
        margin: 0 auto
    }

    .organization_block .line .person_inform_tab .tabs .tabs__item:nth-child(4) .worker__item .cont {
        text-align: center;
        margin-bottom: 15px
    }
}

@media (max-width: 375px) {
    .organization_block .line .__left .poll__part .line .progress {
        width:100px
    }
}

.feedback_block {
    padding-top: 30px
}

.feedback_block .line {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 30px
}

.feedback_block .line .news__part {
    max-width: 770px;
    width: 100%
}

.feedback_block .line .news__part .head {
    font-size: 32px;
    font-weight: 700;
    color: #3b4256;
    padding-bottom: 23px;
    position: relative;
    margin-bottom: 33px
}

.feedback_block .line .news__part .head:before {
    content: '';
    display: block;
    width: 70px;
    height: 2px;
    background-color: #000;
    position: absolute;
    left: 0;
    bottom: 0
}

.feedback_block .line .news__part .feedback__form {
    border-radius: 4px;
    background-color: #f5f7fa;
    max-width: 770px;
    width: 100%;
    padding: 35px
}

.feedback_block .line .news__part .feedback__form form textarea {
    padding: 20px 16px;
    resize: none;
    width: 100%;
    height: 559px;
    margin-bottom: 24px;
    display: block;
    outline: 0;
    border: 0;
    background-color: #fff;
    border-radius: 4px;
    color: #3b4256;
    font-size: 16px
}

.feedback_block .line .news__part .feedback__form form button {
    width: 100%;
    max-width: 170px;
    text-align: center;
    border-radius: 4px;
    font-size: 16px;
    font-weight: 600;
    background-color: #2d5ca6;
    display: block;
    color: #f4f7fb;
    padding: 12px 0;
    outline: 0;
    border: 0;
    margin-right: 0;
    margin-left: auto
}

.feedback_block .line .__left {
    max-width: 370px;
    width: 100%
}

.feedback_block .line .__left .contact__part {
    padding: 47px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #ffe358;
    margin-bottom: 30px;
    height: 480px;
    width: 100%;
    border-radius: 4px
}

.feedback_block .line .__left .contact__part .head {
    font-size: 24px;
    color: #000;
    margin-bottom: 4px
}

.feedback_block .line .__left .contact__part .head:nth-child(2) {
    padding-bottom: 14px;
    margin-bottom: 74px;
    border-bottom: 2px solid #000
}

.feedback_block .line .__left .contact__part a:nth-child(3) {
    font-size: 35px;
    font-weight: 700;
    color: #000;
    text-decoration: none;
    margin-bottom: 8px
}

.feedback_block .line .__left .contact__part a:nth-child(4) {
    font-size: 17px;
    color: #000;
    text-decoration: underline;
    margin-bottom: 54px
}

.feedback_block .line .__left .poll__part {
    width: 100%;
    background-color: #f5f7fa;
    border-radius: 4px;
    padding: 15px;
    margin-bottom: 30px;
    -webkit-transition: all ease .4s;
    transition: all ease .4s
}

.feedback_block .line .__left .poll__part .jq-checkbox {
    display: none
}

.feedback_block .line .__left .poll__part .line label {
    padding-left: 0!important;
    margin-bottom: 0!important
}

.feedback_block .line .__left .poll__part.vote {
    -webkit-transition: all ease .4s;
    transition: all ease .4s
}

.feedback_block .line .__left .poll__part.vote .progress {
    display: none
}

.feedback_block .line .__left .poll__part.vote .qty {
    display: none
}

.feedback_block .line .__left .poll__part.vote .jq-checkbox {
    display: block!important
}

.feedback_block .line .__left .poll__part.vote .line label {
    padding-left: 40px!important;
    margin-bottom: 16px!important
}

.feedback_block .line .__left .poll__part .head {
    font-size: 32px;
    font-weight: 700;
    text-align: center;
    color: #3b4256;
    margin-bottom: 7px
}

.feedback_block .line .__left .poll__part .sub__head {
    font-size: 18px;
    font-weight: 600;
    color: #0a3eb0;
    margin-bottom: 16px
}

.feedback_block .line .__left .poll__part .line {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -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;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 16px
}

.feedback_block .line .__left .poll__part .line.line:nth-child(1) span {
    background-color: #f5a623
}

.feedback_block .line .__left .poll__part .line.line:nth-child(2) span {
    background-color: #7ed321
}

.feedback_block .line .__left .poll__part .line.line:nth-child(3) span {
    background-color: #2d5ca6
}

.feedback_block .line .__left .poll__part .line .name {
    font-size: 16px;
    font-weight: 600;
    color: #3b4256
}

.feedback_block .line .__left .poll__part .line .progress {
    width: 200px;
    height: 8px;
    overflow: hidden;
    position: relative
}

.feedback_block .line .__left .poll__part .line .progress span {
    position: absolute;
    top: 0;
    left: 0;
    height: 8px;
    border-radius: 15px
}

.feedback_block .line .__left .poll__part .line .qty {
    font-size: 18px;
    font-weight: 600;
    color: #848e99
}

.feedback_block .line .__left .poll__part .line .data {
    font-size: 16px;
    color: #848e99
}

.feedback_block .line .__left .poll__part .line .link {
    display: block;
    margin-right: 0;
    margin-left: auto;
    text-align: right;
    font-size: 16px;
    color: #0a41b8;
    text-decoration: none;
    padding-right: 32px;
    position: relative
}

.feedback_block .line .__left .poll__part .line .link:before {
    content: '';
    width: 25px;
    height: 25px;
    background-image: url(../images/arrow-round_b.svg);
    background-size: cover;
    position: absolute;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%)
}

.feedback_block .line .__left .poll__part .line label {
    font-size: 16px;
    font-weight: 600;
    color: #3b4256;
    position: relative;
    padding-left: 40px;
    margin-bottom: 16px;
    -webkit-transition: all ease .4s;
    transition: all ease .4s
}

.feedback_block .line .__left .poll__part .line label:hover {
    color: #0a41b8;
    cursor: pointer;
    -webkit-transition: all ease .4s;
    transition: all ease .4s
}

.feedback_block .line .__left .poll__part .line label:hover .jq-checkbox,.feedback_block .line .__left .poll__part .line label:hover .jq-radio {
    border-color: #0a41b8;
    -webkit-transition: all ease .4s;
    transition: all ease .4s;
    display: none
}

.feedback_block .line .__left .poll__part .line label .jq-checkbox,.feedback_block .line .__left .poll__part .line label .jq-radio {
    -webkit-transition: all ease .4s;
    transition: all ease .4s;
    background: 0 0;
    width: 24px;
    height: 24px;
    border: 1px solid #dde1e6;
    -webkit-box-shadow: none;
    box-shadow: none;
    margin-right: 11px;
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%)
}

.feedback_block .line .__left .poll__part .line label .jq-checkbox.checked,.feedback_block .line .__left .poll__part .line label .jq-radio.checked {
    background: #0a41b8;
    border-color: #0a41b8
}

.feedback_block .line .__left .poll__part .line label .jq-checkbox.checked .jq-checkbox__div {
    width: 11px;
    height: 6px;
    margin: 6px 0 0 6px;
    border-bottom: 2px solid #fff;
    border-left: 2px solid #fff
}

@media (max-width: 1200px) {
    .feedback_block .line .news__part {
        max-width:629px
    }

    .feedback_block .line .__left {
        max-width: 307px
    }

    .feedback_block .line .__left .poll__part .line .progress {
        width: 150px
    }

    .feedback_block .line .news__part .feedback__form form textarea {
        height: 300px
    }
}

@media (max-width: 991px) {
    .feedback_block .line .news__part {
        max-width:inherit;
        margin-bottom: 30px
    }

    .feedback_block .line .__left {
        max-width: inherit
    }

    .feedback_block>.container>.line {
        padding: 0 15px;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

    .feedback_block .line .news__part .feedback__form {
        max-width: inherit
    }
}

@media (max-width: 767px) {
    .feedback_block>.container>.line {
        padding:0
    }
}

@media (max-width: 375px) {
    .feedback_block .line .__left .poll__part .line .progress {
        width:100px
    }
}

.survey_block {
    padding-top: 30px
}

.survey_block .line {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 30px
}

.survey_block .line .news__part {
    max-width: 770px;
    width: 100%
}

.survey_block .line .news__part .head {
    font-size: 32px;
    font-weight: 700;
    color: #3b4256;
    padding-bottom: 23px;
    position: relative;
    margin-bottom: 33px
}

.survey_block .line .news__part .head:before {
    content: '';
    display: block;
    width: 70px;
    height: 2px;
    background-color: #000;
    position: absolute;
    left: 0;
    bottom: 0
}

.survey_block .line .news__part .line {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 100%;
    max-width: 320px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.survey_block .line .news__part .line .views {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    max-width: 63px;
    width: 100%;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.survey_block .line .news__part .line .views p {
    color: #c7ccd1
}

.survey_block .line .news__part .line .news {
    color: #c7ccd1;
    font-weight: 400
}

.survey_block .line .news__part .line .data {
    color: #c7ccd1
}

.survey_block .line .news__part .survey__form {
    border-radius: 4px;
    background-color: #f5f7fa;
    max-width: 770px;
    width: 100%;
    padding: 30px
}

.survey_block .line .news__part .survey__form .heads {
    color: #848e99;
    margin-bottom: 27px
}

.survey_block .line .news__part .survey__form .content {
    padding-left: 20px
}

.survey_block .line .news__part .survey__form .line {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -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;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 8px;
    max-width: inherit
}

.survey_block .line .news__part .survey__form .line:nth-last-child(2) {
    padding-bottom: 414px
}

.survey_block .line .news__part .survey__form .line.line:nth-child(1) span {
    background-color: #f5a623
}

.survey_block .line .news__part .survey__form .line.line:nth-child(2) span {
    background-color: #7ed321
}

.survey_block .line .news__part .survey__form .line.line:nth-child(3) span {
    background-color: #2d5ca6
}

.survey_block .line .news__part .survey__form .line .name {
    font-size: 16px;
    font-weight: 600;
    color: #3b4256;
    white-space: nowrap;
    padding-right: 15px
}

.survey_block .line .news__part .survey__form .line .progress {
    width: 100%;
    max-width: 500px;
    height: 8px;
    overflow: hidden;
    position: relative
}

.survey_block .line .news__part .survey__form .line .progress span {
    position: absolute;
    top: 0;
    left: 0;
    height: 8px;
    border-radius: 15px
}

.survey_block .line .news__part .survey__form .line .link {
    display: block;
    text-align: right;
    font-size: 16px;
    color: #0a41b8;
    text-decoration: none;
    padding-right: 32px;
    position: relative
}

.survey_block .line .news__part .survey__form .line .link:before {
    content: '';
    width: 25px;
    height: 25px;
    background-image: url(../images/arrow-round_b.svg);
    background-size: cover;
    position: absolute;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%)
}

.survey_block .line .__left {
    max-width: 370px;
    width: 100%
}

.survey_block .line .__left .contact__part {
    padding: 47px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #ffe358;
    margin-bottom: 30px;
    height: 480px;
    width: 100%;
    border-radius: 4px
}

.survey_block .line .__left .contact__part .head {
    font-size: 24px;
    color: #000;
    margin-bottom: 4px
}

.survey_block .line .__left .contact__part .head:nth-child(2) {
    padding-bottom: 14px;
    margin-bottom: 74px;
    border-bottom: 2px solid #000
}

.survey_block .line .__left .contact__part a:nth-child(3) {
    font-size: 35px;
    font-weight: 700;
    color: #000;
    text-decoration: none;
    margin-bottom: 8px
}

.survey_block .line .__left .contact__part a:nth-child(4) {
    font-size: 17px;
    color: #000;
    text-decoration: underline;
    margin-bottom: 54px
}

.survey_block .line .__left .poll__part {
    width: 100%;
    background-color: #f5f7fa;
    border-radius: 4px;
    padding: 15px;
    margin-bottom: 30px
}

.survey_block .line .__left .poll__part .head {
    font-size: 32px;
    font-weight: 700;
    text-align: center;
    color: #3b4256;
    margin-bottom: 7px
}

.survey_block .line .__left .poll__part .sub__head {
    font-size: 18px;
    font-weight: 600;
    color: #0a3eb0;
    margin-bottom: 16px
}

.survey_block .line .__left .poll__part .line {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -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;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 8px
}

.survey_block .line .__left .poll__part .line.line:nth-child(1) span {
    background-color: #f5a623
}

.survey_block .line .__left .poll__part .line.line:nth-child(2) span {
    background-color: #7ed321
}

.survey_block .line .__left .poll__part .line.line:nth-child(3) span {
    background-color: #2d5ca6
}

.survey_block .line .__left .poll__part .line .name {
    font-size: 16px;
    font-weight: 600;
    color: #3b4256
}

.survey_block .line .__left .poll__part .line .progress {
    width: 200px;
    height: 8px;
    overflow: hidden;
    position: relative
}

.survey_block .line .__left .poll__part .line .progress span {
    position: absolute;
    top: 0;
    left: 0;
    height: 8px;
    border-radius: 15px
}

.survey_block .line .__left .poll__part .line .qty {
    font-size: 18px;
    font-weight: 600;
    color: #848e99
}

.survey_block .line .__left .poll__part .line .data {
    font-size: 16px;
    color: #848e99
}

.survey_block .line .__left .poll__part .line .link {
    display: block;
    margin-right: 0;
    margin-left: auto;
    text-align: right;
    font-size: 16px;
    color: #0a41b8;
    text-decoration: none;
    padding-right: 32px;
    position: relative
}

.survey_block .line .__left .poll__part .line .link:before {
    content: '';
    width: 25px;
    height: 25px;
    background-image: url(../images/arrow-round_b.svg);
    background-size: cover;
    position: absolute;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%)
}

.survey_block .line .__left .poll__part .line label {
    font-size: 16px;
    font-weight: 600;
    color: #3b4256;
    position: relative;
    padding-left: 40px;
    margin-bottom: 16px;
    -webkit-transition: all ease .4s;
    transition: all ease .4s
}

.survey_block .line .__left .poll__part .line label:hover {
    color: #0a41b8;
    cursor: pointer;
    -webkit-transition: all ease .4s;
    transition: all ease .4s
}

.survey_block .line .__left .poll__part .line label:hover .jq-checkbox,.survey_block .line .__left .poll__part .line label:hover .jq-radio {
    border-color: #0a41b8;
    -webkit-transition: all ease .4s;
    transition: all ease .4s
}

.survey_block .line .__left .poll__part .line label .jq-checkbox,.survey_block .line .__left .poll__part .line label .jq-radio {
    -webkit-transition: all ease .4s;
    transition: all ease .4s;
    background: 0 0;
    width: 24px;
    height: 24px;
    border: 1px solid #dde1e6;
    -webkit-box-shadow: none;
    box-shadow: none;
    margin-right: 11px;
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%)
}

.survey_block .line .__left .poll__part .line label .jq-checkbox.checked,.survey_block .line .__left .poll__part .line label .jq-radio.checked {
    background: #0a41b8;
    border-color: #0a41b8
}

.survey_block .line .__left .poll__part .line label .jq-checkbox.checked .jq-checkbox__div {
    width: 11px;
    height: 6px;
    margin: 6px 0 0 6px;
    border-bottom: 2px solid #fff;
    border-left: 2px solid #fff
}

@media (max-width: 1200px) {
    .survey_block .line .news__part {
        max-width:629px
    }

    .survey_block .line .__left {
        max-width: 307px
    }

    .survey_block .line .__left .poll__part .line .progress {
        width: 150px
    }

    .survey_block .line .news__part .feedback__form form textarea {
        height: 300px
    }

    .survey_block .line .news__part .survey__form .line:nth-last-child(2) {
        padding-bottom: 40px
    }
}

@media (max-width: 991px) {
    .survey_block .line .news__part {
        max-width:inherit;
        margin-bottom: 30px
    }

    .survey_block .line .__left {
        max-width: inherit
    }

    .survey_block>.container>.line {
        padding: 0 15px;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

    .survey_block .line .news__part .survey__form {
        max-width: inherit
    }
}

@media (max-width: 767px) {
    .survey_block>.container>.line {
        padding:0
    }
}

@media (max-width: 375px) {
    .survey_block .line .__left .poll__part .line .progress {
        width:100px
    }
}

.survey_list_block {
    padding-top: 30px
}

.survey_list_block .line {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 30px
}

.survey_list_block .line .news__part {
    max-width: 770px;
    width: 100%
}

.survey_list_block .line .news__part .head {
    font-size: 32px;
    font-weight: 700;
    color: #3b4256;
    padding-bottom: 23px;
    position: relative;
    margin-bottom: 33px
}

.survey_list_block .line .news__part .head:before {
    content: '';
    display: block;
    width: 70px;
    height: 2px;
    background-color: #000;
    position: absolute;
    left: 0;
    bottom: 0
}

.survey_list_block .line .news__part .line {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 100%;
    max-width: 320px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.survey_list_block .line .news__part .line .views {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    max-width: 63px;
    width: 100%;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.survey_list_block .line .news__part .line .views p {
    color: #c7ccd1
}

.survey_list_block .line .news__part .line .news {
    color: #c7ccd1;
    font-weight: 400
}

.survey_list_block .line .news__part .line .data {
    color: #c7ccd1
}

.survey_list_block .line .news__part .tabs__caption {
    width: 100%;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.survey_list_block .line .news__part .tabs__caption li {
    font-size: 24px;
    font-weight: 700;
    color: #848e99;
    margin-right: 30px;
    padding-bottom: 24px;
    border-bottom: 3px solid transparent;
    cursor: pointer;
    -webkit-transition: all ease .4s;
    transition: all ease .4s
}

.survey_list_block .line .news__part .tabs__caption li.active {
    color: #3a4257;
    -webkit-transition: all ease .4s;
    transition: all ease .4s
}

.survey_list_block .line .news__part .tabs__caption li:last-child {
    margin-right: 0
}

.survey_list_block .line .news__part .tabs__item {
    max-height: 0;
    overflow: hidden;
    opacity: 0;
    -webkit-transition: all ease .8s;
    transition: all ease .8s
}

.survey_list_block .line .news__part .tabs__item.active {
    opacity: 1;
    max-height: inherit;
    overflow: hidden;
    -webkit-transition: all ease .4s;
    transition: all ease .4s;
    margin-bottom: 30px
}

.survey_list_block .line .news__part .tabs__item .survey__list {
    width: 100%;
    max-width: 770px
}

.survey_list_block .line .news__part .tabs__item .survey__list .__item {
    border-radius: 4px;
    font-weight: 600;
    color: #c7ccd1;
    text-decoration: none;
    -webkit-transition: all ease .4s;
    transition: all ease .4s;
    display: block;
    width: 100%
}

.survey_list_block .line .news__part .tabs__item .survey__list .__item:hover {
    -webkit-transition: all ease .4s;
    transition: all ease .4s;
    -webkit-box-shadow: 0 2px 4px 0 rgba(0,7,123,.04),0 8px 20px 0 rgba(0,0,0,.06);
    box-shadow: 0 2px 4px 0 rgba(0,7,123,.04),0 8px 20px 0 rgba(0,0,0,.06);
    background-color: rgba(0,0,0,.06);
    cursor: pointer
}

.survey_list_block .line .news__part .tabs__item .survey__list .__item .visible {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 20px
}

.survey_list_block .line .news__part .tabs__item .survey__list .__item .visible .part {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    max-width: 250px;
    width: 100%
}

.survey_list_block .line .news__part .tabs__item .survey__list .__item .visible .part .views {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.survey_list_block .line .news__part .tabs__item .survey__list .__item .visible .part .views img {
    margin-right: 10px
}

.survey_list_block .line .news__part .tabs__item .survey__list .__item .hide {
    max-height: 0;
    overflow: hidden;
    -webkit-transition: all ease .4s;
    transition: all ease .4s
}

.survey_list_block .line .news__part .tabs__item .survey__list .__item.active {
    background-color: #f5f7fa;
    padding: 20px
}

.survey_list_block .line .news__part .tabs__item .survey__list .__item.active .visible {
    margin-bottom: 45px;
    padding: 0
}

.survey_list_block .line .news__part .tabs__item .survey__list .__item.active .visible>p {
    font-size: 18px;
    font-weight: 700;
    color: #3b4256
}

.survey_list_block .line .news__part .tabs__item .survey__list .__item.active .hide {
    -webkit-transition: all ease .4s;
    transition: all ease .4s;
    max-height: 500px
}

.survey_list_block .line .news__part .tabs__item .survey__list .__item.active .hide .survey__form .poll__part {
    width: 100%;
    background-color: #f5f7fa;
    border-radius: 4px;
    margin-bottom: 30px;
    -webkit-transition: all ease .4s;
    transition: all ease .4s
}

.survey_list_block .line .news__part .tabs__item .survey__list .__item.active .hide .survey__form .poll__part .heads {
    margin-bottom: 25px;
    color: #848e99
}

.survey_list_block .line .news__part .tabs__item .survey__list .__item.active .hide .survey__form .poll__part .jq-checkbox {
    display: none
}

.survey_list_block .line .news__part .tabs__item .survey__list .__item.active .hide .survey__form .poll__part .line {
    max-width: inherit
}

.survey_list_block .line .news__part .tabs__item .survey__list .__item.active .hide .survey__form .poll__part .line label {
    padding-left: 0!important;
    margin-bottom: 0!important
}

.survey_list_block .line .news__part .tabs__item .survey__list .__item.active .hide .survey__form .poll__part.vote {
    -webkit-transition: all ease .4s;
    transition: all ease .4s
}

.survey_list_block .line .news__part .tabs__item .survey__list .__item.active .hide .survey__form .poll__part.vote .progress {
    display: none
}

.survey_list_block .line .news__part .tabs__item .survey__list .__item.active .hide .survey__form .poll__part.vote .qty {
    display: none
}

.survey_list_block .line .news__part .tabs__item .survey__list .__item.active .hide .survey__form .poll__part.vote .jq-checkbox {
    display: block!important
}

.survey_list_block .line .news__part .tabs__item .survey__list .__item.active .hide .survey__form .poll__part.vote .line label {
    padding-left: 40px!important;
    margin-bottom: 16px!important
}

.survey_list_block .line .news__part .tabs__item .survey__list .__item.active .hide .survey__form .poll__part .head {
    font-size: 32px;
    font-weight: 700;
    text-align: center;
    color: #3b4256;
    margin-bottom: 7px
}

.survey_list_block .line .news__part .tabs__item .survey__list .__item.active .hide .survey__form .poll__part .sub__head {
    font-size: 18px;
    font-weight: 600;
    color: #0a3eb0;
    margin-bottom: 16px
}

.survey_list_block .line .news__part .tabs__item .survey__list .__item.active .hide .survey__form .poll__part .line {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -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;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 16px
}

.survey_list_block .line .news__part .tabs__item .survey__list .__item.active .hide .survey__form .poll__part .line.line:nth-child(1) span {
    background-color: #f5a623
}

.survey_list_block .line .news__part .tabs__item .survey__list .__item.active .hide .survey__form .poll__part .line.line:nth-child(2) span {
    background-color: #7ed321
}

.survey_list_block .line .news__part .tabs__item .survey__list .__item.active .hide .survey__form .poll__part .line.line:nth-child(3) span {
    background-color: #2d5ca6
}

.survey_list_block .line .news__part .tabs__item .survey__list .__item.active .hide .survey__form .poll__part .line .name {
    font-size: 16px;
    font-weight: 600;
    color: #3b4256
}

.survey_list_block .line .news__part .tabs__item .survey__list .__item.active .hide .survey__form .poll__part .line .progress {
    width: 100%;
    max-width: 510px;
    height: 8px;
    overflow: hidden;
    position: relative
}

.survey_list_block .line .news__part .tabs__item .survey__list .__item.active .hide .survey__form .poll__part .line .progress span {
    position: absolute;
    top: 0;
    left: 0;
    height: 8px;
    border-radius: 15px
}

.survey_list_block .line .news__part .tabs__item .survey__list .__item.active .hide .survey__form .poll__part .line .qty {
    font-size: 18px;
    font-weight: 600;
    color: #848e99
}

.survey_list_block .line .news__part .tabs__item .survey__list .__item.active .hide .survey__form .poll__part .line .data {
    font-size: 16px;
    color: #848e99
}

.survey_list_block .line .news__part .tabs__item .survey__list .__item.active .hide .survey__form .poll__part .line .link {
    display: block;
    margin-right: 0;
    margin-left: auto;
    text-align: right;
    font-size: 16px;
    color: #0a41b8;
    text-decoration: none;
    padding-left: 32px;
    position: relative
}

.survey_list_block .line .news__part .tabs__item .survey__list .__item.active .hide .survey__form .poll__part .line .link:before {
    content: '';
    width: 25px;
    height: 25px;
    background-image: url(../images/arrow-round_b.svg);
    background-size: cover;
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%) rotate(270deg);
    transform: translateY(-50%) rotate(270deg)
}

.survey_list_block .line .news__part .tabs__item .survey__list .__item.active .hide .survey__form .poll__part .line label {
    font-size: 16px;
    font-weight: 600;
    color: #3b4256;
    position: relative;
    padding-left: 40px;
    margin-bottom: 16px;
    -webkit-transition: all ease .4s;
    transition: all ease .4s
}

.survey_list_block .line .news__part .tabs__item .survey__list .__item.active .hide .survey__form .poll__part .line label:hover {
    color: #0a41b8;
    cursor: pointer;
    -webkit-transition: all ease .4s;
    transition: all ease .4s
}

.survey_list_block .line .news__part .tabs__item .survey__list .__item.active .hide .survey__form .poll__part .line label:hover .jq-checkbox,.survey_list_block .line .news__part .tabs__item .survey__list .__item.active .hide .survey__form .poll__part .line label:hover .jq-radio {
    border-color: #0a41b8;
    -webkit-transition: all ease .4s;
    transition: all ease .4s;
    display: none
}

.survey_list_block .line .news__part .tabs__item .survey__list .__item.active .hide .survey__form .poll__part .line label .jq-checkbox,.survey_list_block .line .news__part .tabs__item .survey__list .__item.active .hide .survey__form .poll__part .line label .jq-radio {
    -webkit-transition: all ease .4s;
    transition: all ease .4s;
    background: 0 0;
    width: 24px;
    height: 24px;
    border: 1px solid #dde1e6;
    -webkit-box-shadow: none;
    box-shadow: none;
    margin-right: 11px;
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%)
}

.survey_list_block .line .news__part .tabs__item .survey__list .__item.active .hide .survey__form .poll__part .line label .jq-checkbox.checked,.survey_list_block .line .news__part .tabs__item .survey__list .__item.active .hide .survey__form .poll__part .line label .jq-radio.checked {
    background: #0a41b8;
    border-color: #0a41b8
}

.survey_list_block .line .news__part .tabs__item .survey__list .__item.active .hide .survey__form .poll__part .line label .jq-checkbox.checked .jq-checkbox__div {
    width: 11px;
    height: 6px;
    margin: 6px 0 0 6px;
    border-bottom: 2px solid #fff;
    border-left: 2px solid #fff
}

.survey_list_block .line .__left {
    max-width: 370px;
    width: 100%
}

.survey_list_block .line .__left .contact__part {
    padding: 47px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #ffe358;
    margin-bottom: 30px;
    height: 480px;
    width: 100%;
    border-radius: 4px
}

.survey_list_block .line .__left .contact__part .head {
    font-size: 24px;
    color: #000;
    margin-bottom: 4px
}

.survey_list_block .line .__left .contact__part .head:nth-child(2) {
    padding-bottom: 14px;
    margin-bottom: 74px;
    border-bottom: 2px solid #000
}

.survey_list_block .line .__left .contact__part a:nth-child(3) {
    font-size: 35px;
    font-weight: 700;
    color: #000;
    text-decoration: none;
    margin-bottom: 8px
}

.survey_list_block .line .__left .contact__part a:nth-child(4) {
    font-size: 17px;
    color: #000;
    text-decoration: underline;
    margin-bottom: 54px
}

.survey_list_block .line .__left .poll__part {
    width: 100%;
    background-color: #f5f7fa;
    border-radius: 4px;
    padding: 15px;
    margin-bottom: 30px;
    -webkit-transition: all ease .4s;
    transition: all ease .4s
}

.survey_list_block .line .__left .poll__part .jq-checkbox {
    display: none
}

.survey_list_block .line .__left .poll__part .line label {
    padding-left: 0!important;
    margin-bottom: 0!important
}

.survey_list_block .line .__left .poll__part.vote {
    -webkit-transition: all ease .4s;
    transition: all ease .4s
}

.survey_list_block .line .__left .poll__part.vote .progress {
    display: none
}

.survey_list_block .line .__left .poll__part.vote .qty {
    display: none
}

.survey_list_block .line .__left .poll__part.vote .jq-checkbox {
    display: block!important
}

.survey_list_block .line .__left .poll__part.vote .line label {
    padding-left: 40px!important;
    margin-bottom: 16px!important
}

.survey_list_block .line .__left .poll__part .head {
    font-size: 32px;
    font-weight: 700;
    text-align: center;
    color: #3b4256;
    margin-bottom: 7px
}

.survey_list_block .line .__left .poll__part .sub__head {
    font-size: 18px;
    font-weight: 600;
    color: #0a3eb0;
    margin-bottom: 16px
}

.survey_list_block .line .__left .poll__part .line {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -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;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 16px
}

.survey_list_block .line .__left .poll__part .line.line:nth-child(1) span {
    background-color: #f5a623
}

.survey_list_block .line .__left .poll__part .line.line:nth-child(2) span {
    background-color: #7ed321
}

.survey_list_block .line .__left .poll__part .line.line:nth-child(3) span {
    background-color: #2d5ca6
}

.survey_list_block .line .__left .poll__part .line .name {
    font-size: 16px;
    font-weight: 600;
    color: #3b4256
}

.survey_list_block .line .__left .poll__part .line .progress {
    width: 200px;
    height: 8px;
    overflow: hidden;
    position: relative
}

.survey_list_block .line .__left .poll__part .line .progress span {
    position: absolute;
    top: 0;
    left: 0;
    height: 8px;
    border-radius: 15px
}

.survey_list_block .line .__left .poll__part .line .qty {
    font-size: 18px;
    font-weight: 600;
    color: #848e99
}

.survey_list_block .line .__left .poll__part .line .data {
    font-size: 16px;
    color: #848e99
}

.survey_list_block .line .__left .poll__part .line .link {
    display: block;
    margin-right: 0;
    margin-left: auto;
    text-align: right;
    font-size: 16px;
    color: #0a41b8;
    text-decoration: none;
    padding-right: 32px;
    position: relative
}

.survey_list_block .line .__left .poll__part .line .link:before {
    content: '';
    width: 25px;
    height: 25px;
    background-image: url(../images/arrow-round_b.svg);
    background-size: cover;
    position: absolute;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%)
}

.survey_list_block .line .__left .poll__part .line label {
    font-size: 16px;
    font-weight: 600;
    color: #3b4256;
    position: relative;
    padding-left: 40px;
    margin-bottom: 16px;
    -webkit-transition: all ease .4s;
    transition: all ease .4s
}

.survey_list_block .line .__left .poll__part .line label:hover {
    color: #0a41b8;
    cursor: pointer;
    -webkit-transition: all ease .4s;
    transition: all ease .4s
}

.survey_list_block .line .__left .poll__part .line label:hover .jq-checkbox,.survey_list_block .line .__left .poll__part .line label:hover .jq-radio {
    border-color: #0a41b8;
    -webkit-transition: all ease .4s;
    transition: all ease .4s;
    display: none
}

.survey_list_block .line .__left .poll__part .line label .jq-checkbox,.survey_list_block .line .__left .poll__part .line label .jq-radio {
    -webkit-transition: all ease .4s;
    transition: all ease .4s;
    background: 0 0;
    width: 24px;
    height: 24px;
    border: 1px solid #dde1e6;
    -webkit-box-shadow: none;
    box-shadow: none;
    margin-right: 11px;
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%)
}

.survey_list_block .line .__left .poll__part .line label .jq-checkbox.checked,.survey_list_block .line .__left .poll__part .line label .jq-radio.checked {
    background: #0a41b8;
    border-color: #0a41b8
}

.survey_list_block .line .__left .poll__part .line label .jq-checkbox.checked .jq-checkbox__div {
    width: 11px;
    height: 6px;
    margin: 6px 0 0 6px;
    border-bottom: 2px solid #fff;
    border-left: 2px solid #fff
}

@media (max-width: 1200px) {
    .survey_list_block .line .news__part {
        max-width:629px
    }

    .survey_list_block .line .__left {
        max-width: 307px
    }

    .survey_list_block .line .__left .poll__part .line .progress {
        width: 150px
    }
}

@media (max-width: 991px) {
    .survey_list_block .line .news__part {
        max-width:inherit;
        margin-bottom: 30px
    }

    .survey_list_block .line .__left {
        max-width: inherit
    }

    .survey_list_block>.container>.line {
        padding: 0 15px;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

    .survey_list_block .line .news__part .survey__list {
        max-width: inherit
    }
}

@media (max-width: 767px) {
    .survey_list_block>.container>.line {
        padding:0
    }

    .survey_list_block .line .news__part .tabs__item .survey__list .__item .visible {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start
    }

    .survey_list_block .line .news__part .tabs__item .survey__list .__item.active .hide .survey__form .poll__part .line .progress {
        max-width: 210px
    }
}

@media (max-width: 375px) {
    .survey_list_block .line .__left .poll__part .line .progress {
        width:100px
    }

    .survey_list_block .line .news__part .tabs__item .survey__list .__item.active .hide .survey__form .poll__part .line .progress {
        max-width: 130px
    }
}

.search_block {
    padding-top: 30px
}

.search_block .line {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 30px
}

.search_block .line .news__part {
    max-width: 770px;
    width: 100%
}

.search_block .line .news__part .head {
    font-size: 32px;
    font-weight: 700;
    color: #3b4256;
    padding-bottom: 23px;
    position: relative;
    margin-bottom: 33px
}

.search_block .line .news__part .head:before {
    content: '';
    display: block;
    width: 70px;
    height: 2px;
    background-color: #000;
    position: absolute;
    left: 0;
    bottom: 0
}

.search_block .line .news__part .search__part {
    width: 100%;
    max-width: 770px
}

.search_block .line .news__part .search__part form input {
    border-radius: 4px;
    background-color: #f4f7fb;
    padding: 20px 16px;
    color: #3b4256;
    font-size: 16px;
    margin-bottom: 30px;
    width: 100%;
    border: 0
}

.search_block .line .news__part .search__part form .line {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    position: relative
}

.search_block .line .news__part .search__part form .line input {
    max-width: 470px;
    margin-bottom: 0;
    position: relative;
    z-index: 10
}

.search_block .line .news__part .search__part form .line .diapasone {
    position: absolute;
    overflow: hidden;
    z-index: 5;
    max-height: 0;
    max-width: 470px;
    width: 100%;
    border-radius: 4px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    background-color: #fff;
    padding-top: 15px;
    -webkit-transition: all ease .4s;
    transition: all ease .4s;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.search_block .line .news__part .search__part form .line .diapasone.active {
    position: relative;
    max-height: 110px;
    -webkit-transition: all ease .4s;
    transition: all ease .4s
}

.search_block .line .news__part .search__part form .line .diapasone input {
    width: calc(50% - 7px)
}

.search_block .line .news__part .search__part form button {
    width: 100%;
    max-width: 170px;
    text-align: center;
    border-radius: 4px;
    font-size: 16px;
    font-weight: 600;
    background-color: #2d5ca6;
    display: block;
    color: #f4f7fb;
    padding: 12px 0;
    outline: 0;
    height: 48px;
    border: 0;
    margin-right: 0;
    margin-left: auto
}

.search_block .line .news__part .search__part .rezult .__item {
    padding: 20px;
    border-radius: 4px;
    font-weight: 600;
    color: #818e9b;
    text-decoration: none;
    -webkit-transition: all ease .4s;
    transition: all ease .4s;
    display: block;
    width: 100%
}

.search_block .line .news__part .search__part .rezult .__item:hover {
    -webkit-transition: all ease .4s;
    transition: all ease .4s;
    -webkit-box-shadow: 0 2px 4px 0 rgba(0,7,123,.04),0 8px 20px 0 rgba(0,0,0,.06);
    box-shadow: 0 2px 4px 0 rgba(0,7,123,.04),0 8px 20px 0 rgba(0,0,0,.06);
    background-color: #f5f7fa
}

.search_block .line .__left {
    max-width: 370px;
    width: 100%
}

.search_block .line .__left .contact__part {
    padding: 47px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #ffe358;
    margin-bottom: 30px;
    height: 480px;
    width: 100%;
    border-radius: 4px
}

.search_block .line .__left .contact__part .head {
    font-size: 24px;
    color: #000;
    margin-bottom: 4px
}

.search_block .line .__left .contact__part .head:nth-child(2) {
    padding-bottom: 14px;
    margin-bottom: 74px;
    border-bottom: 2px solid #000
}

.search_block .line .__left .contact__part a:nth-child(3) {
    font-size: 35px;
    font-weight: 700;
    color: #000;
    text-decoration: none;
    margin-bottom: 8px
}

.search_block .line .__left .contact__part a:nth-child(4) {
    font-size: 17px;
    color: #000;
    text-decoration: underline;
    margin-bottom: 54px
}

.search_block .line .__left .poll__part {
    width: 100%;
    background-color: #f5f7fa;
    border-radius: 4px;
    padding: 15px;
    margin-bottom: 30px;
    -webkit-transition: all ease .4s;
    transition: all ease .4s
}

.search_block .line .__left .poll__part .jq-checkbox {
    display: none
}

.search_block .line .__left .poll__part .line label {
    padding-left: 0!important;
    margin-bottom: 0!important
}

.search_block .line .__left .poll__part.vote {
    -webkit-transition: all ease .4s;
    transition: all ease .4s
}

.search_block .line .__left .poll__part.vote .progress {
    display: none
}

.search_block .line .__left .poll__part.vote .qty {
    display: none
}

.search_block .line .__left .poll__part.vote .jq-checkbox {
    display: block!important
}

.search_block .line .__left .poll__part.vote .line label {
    padding-left: 40px!important;
    margin-bottom: 16px!important
}

.search_block .line .__left .poll__part .head {
    font-size: 32px;
    font-weight: 700;
    text-align: center;
    color: #3b4256;
    margin-bottom: 7px
}

.search_block .line .__left .poll__part .sub__head {
    font-size: 18px;
    font-weight: 600;
    color: #0a3eb0;
    margin-bottom: 16px
}

.search_block .line .__left .poll__part .line {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -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;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 16px
}

.search_block .line .__left .poll__part .line.line:nth-child(1) span {
    background-color: #f5a623
}

.search_block .line .__left .poll__part .line.line:nth-child(2) span {
    background-color: #7ed321
}

.search_block .line .__left .poll__part .line.line:nth-child(3) span {
    background-color: #2d5ca6
}

.search_block .line .__left .poll__part .line .name {
    font-size: 16px;
    font-weight: 600;
    color: #3b4256
}

.search_block .line .__left .poll__part .line .progress {
    width: 200px;
    height: 8px;
    overflow: hidden;
    position: relative
}

.search_block .line .__left .poll__part .line .progress span {
    position: absolute;
    top: 0;
    left: 0;
    height: 8px;
    border-radius: 15px
}

.search_block .line .__left .poll__part .line .qty {
    font-size: 18px;
    font-weight: 600;
    color: #848e99
}

.search_block .line .__left .poll__part .line .data {
    font-size: 16px;
    color: #848e99
}

.search_block .line .__left .poll__part .line .link {
    display: block;
    margin-right: 0;
    margin-left: auto;
    text-align: right;
    font-size: 16px;
    color: #0a41b8;
    text-decoration: none;
    padding-right: 32px;
    position: relative
}

.search_block .line .__left .poll__part .line .link:before {
    content: '';
    width: 25px;
    height: 25px;
    background-image: url(../images/arrow-round_b.svg);
    background-size: cover;
    position: absolute;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%)
}

.search_block .line .__left .poll__part .line label {
    font-size: 16px;
    font-weight: 600;
    color: #3b4256;
    position: relative;
    padding-left: 40px;
    margin-bottom: 16px;
    -webkit-transition: all ease .4s;
    transition: all ease .4s
}

.search_block .line .__left .poll__part .line label:hover {
    color: #0a41b8;
    cursor: pointer;
    -webkit-transition: all ease .4s;
    transition: all ease .4s
}

.search_block .line .__left .poll__part .line label:hover .jq-checkbox,.search_block .line .__left .poll__part .line label:hover .jq-radio {
    border-color: #0a41b8;
    -webkit-transition: all ease .4s;
    transition: all ease .4s;
    display: none
}

.search_block .line .__left .poll__part .line label .jq-checkbox,.search_block .line .__left .poll__part .line label .jq-radio {
    -webkit-transition: all ease .4s;
    transition: all ease .4s;
    background: 0 0;
    width: 24px;
    height: 24px;
    border: 1px solid #dde1e6;
    -webkit-box-shadow: none;
    box-shadow: none;
    margin-right: 11px;
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%)
}

.search_block .line .__left .poll__part .line label .jq-checkbox.checked,.search_block .line .__left .poll__part .line label .jq-radio.checked {
    background: #0a41b8;
    border-color: #0a41b8
}

.search_block .line .__left .poll__part .line label .jq-checkbox.checked .jq-checkbox__div {
    width: 11px;
    height: 6px;
    margin: 6px 0 0 6px;
    border-bottom: 2px solid #fff;
    border-left: 2px solid #fff
}

@media (max-width: 1200px) {
    .search_block .line .news__part {
        max-width:629px
    }

    .search_block .line .__left {
        max-width: 307px
    }

    .search_block .line .__left .poll__part .line .progress {
        width: 150px
    }
}

@media (max-width: 991px) {
    .search_block .line .news__part {
        max-width:inherit;
        margin-bottom: 30px
    }

    .search_block .line .__left {
        max-width: inherit
    }

    .search_block>.container>.line {
        padding: 0 15px;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

    .search_block .line .news__part .search__part {
        max-width: inherit
    }
}

@media (max-width: 767px) {
    .search_block>.container>.line {
        padding:0
    }

    .search_block .line .news__part .search__part form .line {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .search_block .line .news__part .search__part form .line input {
        max-width: inherit;
        margin-bottom: 30px
    }
}

@media (max-width: 375px) {
    .search_block .line .__left .poll__part .line .progress {
        width:100px
    }
}

.category_persona_block {
    padding-top: 30px
}

.category_persona_block .head_city {
    font-size: 32px;
    font-weight: 700;
    color: #3b4256;
    padding-bottom: 23px;
    position: relative;
    margin-bottom: 33px
}

.category_persona_block .head_city:before {
    content: '';
    display: block;
    width: 70px;
    height: 2px;
    background-color: #000;
    position: absolute;
    left: 0;
    bottom: 0
}

.category_persona_block .line {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 30px
}

.category_persona_block .line .person_category_list {
    max-width: 770px;
    width: 100%
}

.category_persona_block .line .person_category_list .content .line {
    width: 100%;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 4px;
    background-color: #f5f7fa;
    padding: 6px 12px;
    margin-top: 35px;
    cursor: pointer;
    -webkit-transition: all ease .4s;
    transition: all ease .4s
}

.category_persona_block .line .person_category_list .content .line:hover {
    -webkit-transition: all ease .4s;
    transition: all ease .4s;
    background-color: #fff;
    -webkit-box-shadow: 0 12px 40px 0 rgba(95,95,95,.15);
    box-shadow: 0 12px 40px 0 rgba(95,95,95,.15)
}

.category_persona_block .line .person_category_list .content .line:hover .order {
    background-color: #f5f7fa
}

.category_persona_block .line .person_category_list .content .line:hover .detal {
    color: #234161
}

.category_persona_block .line .person_category_list .content .line .img {
    background-size: cover;
    background-position: center;
    border-radius: 50%;
    width: 75px;
    height: 75px;
    margin-top: -35px
}

.category_persona_block .line .person_category_list .content .line .cont {
    max-width: 300px;
    width: 100%
}

.category_persona_block .line .person_category_list .content .line .cont .head {
    color: #3b4256;
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 8px
}

.category_persona_block .line .person_category_list .content .line .cont .sub__head {
    color: #3b4256;
    font-size: 16px
}

.category_persona_block .line .person_category_list .content .line .detal {
    color: #0a3eb0;
    text-decoration: none;
    font-size: 16px;
    font-weight: 600;
    display: block
}

.category_persona_block .line .person_category_list .content .line .order {
    max-width: 200px;
    display: block;
    text-decoration: none;
    text-align: center;
    width: 100%;
    padding: 12px 0;
    background-color: #fff;
    border-radius: 4px;
    font-size: 16px;
    font-weight: 600;
    color: #3b4256
}

.category_persona_block .line .__left {
    max-width: 370px;
    width: 100%
}

.category_persona_block .line .__left .contact__part {
    padding: 47px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #ffe358;
    margin-bottom: 30px;
    height: 480px;
    width: 100%;
    border-radius: 4px
}

.category_persona_block .line .__left .contact__part .head {
    font-size: 24px;
    color: #000;
    margin-bottom: 4px
}

.category_persona_block .line .__left .contact__part .head:nth-child(2) {
    padding-bottom: 14px;
    margin-bottom: 74px;
    border-bottom: 2px solid #000
}

.category_persona_block .line .__left .contact__part a:nth-child(3) {
    font-size: 35px;
    font-weight: 700;
    color: #000;
    text-decoration: none;
    margin-bottom: 8px
}

.category_persona_block .line .__left .contact__part a:nth-child(4) {
    font-size: 17px;
    color: #000;
    text-decoration: underline;
    margin-bottom: 54px
}

.category_persona_block .line .__left .poll__part {
    width: 100%;
    background-color: #f5f7fa;
    border-radius: 4px;
    padding: 15px;
    margin-bottom: 30px;
    -webkit-transition: all ease .4s;
    transition: all ease .4s
}

.category_persona_block .line .__left .poll__part .jq-checkbox {
    display: none
}

.category_persona_block .line .__left .poll__part .line label {
    padding-left: 0!important;
    margin-bottom: 0!important
}

.category_persona_block .line .__left .poll__part.vote {
    -webkit-transition: all ease .4s;
    transition: all ease .4s
}

.category_persona_block .line .__left .poll__part.vote .progress {
    display: none
}

.category_persona_block .line .__left .poll__part.vote .qty {
    display: none
}

.category_persona_block .line .__left .poll__part.vote .jq-checkbox {
    display: block!important
}

.category_persona_block .line .__left .poll__part.vote .line label {
    padding-left: 40px!important;
    margin-bottom: 16px!important
}

.category_persona_block .line .__left .poll__part .head {
    font-size: 32px;
    font-weight: 700;
    text-align: center;
    color: #3b4256;
    margin-bottom: 7px
}

.category_persona_block .line .__left .poll__part .sub__head {
    font-size: 18px;
    font-weight: 600;
    color: #0a3eb0;
    margin-bottom: 16px
}

.category_persona_block .line .__left .poll__part .line {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -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;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 16px
}

.category_persona_block .line .__left .poll__part .line.line:nth-child(1) span {
    background-color: #f5a623
}

.category_persona_block .line .__left .poll__part .line.line:nth-child(2) span {
    background-color: #7ed321
}

.category_persona_block .line .__left .poll__part .line.line:nth-child(3) span {
    background-color: #2d5ca6
}

.category_persona_block .line .__left .poll__part .line .name {
    font-size: 16px;
    font-weight: 600;
    color: #3b4256
}

.category_persona_block .line .__left .poll__part .line .progress {
    width: 200px;
    height: 8px;
    overflow: hidden;
    position: relative
}

.category_persona_block .line .__left .poll__part .line .progress span {
    position: absolute;
    top: 0;
    left: 0;
    height: 8px;
    border-radius: 15px
}

.category_persona_block .line .__left .poll__part .line .qty {
    font-size: 18px;
    font-weight: 600;
    color: #848e99
}

.category_persona_block .line .__left .poll__part .line .data {
    font-size: 16px;
    color: #848e99
}

.category_persona_block .line .__left .poll__part .line .link {
    display: block;
    margin-right: 0;
    margin-left: auto;
    text-align: right;
    font-size: 16px;
    color: #0a41b8;
    text-decoration: none;
    padding-right: 32px;
    position: relative
}

.category_persona_block .line .__left .poll__part .line .link:before {
    content: '';
    width: 25px;
    height: 25px;
    background-image: url(../images/arrow-round_b.svg);
    background-size: cover;
    position: absolute;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%)
}

.category_persona_block .line .__left .poll__part .line label {
    font-size: 16px;
    font-weight: 600;
    color: #3b4256;
    position: relative;
    padding-left: 40px;
    margin-bottom: 16px;
    -webkit-transition: all ease .4s;
    transition: all ease .4s
}

.category_persona_block .line .__left .poll__part .line label:hover {
    color: #0a41b8;
    cursor: pointer;
    -webkit-transition: all ease .4s;
    transition: all ease .4s
}

.category_persona_block .line .__left .poll__part .line label:hover .jq-checkbox,.category_persona_block .line .__left .poll__part .line label:hover .jq-radio {
    border-color: #0a41b8;
    -webkit-transition: all ease .4s;
    transition: all ease .4s;
    display: none
}

.category_persona_block .line .__left .poll__part .line label .jq-checkbox,.category_persona_block .line .__left .poll__part .line label .jq-radio {
    -webkit-transition: all ease .4s;
    transition: all ease .4s;
    background: 0 0;
    width: 24px;
    height: 24px;
    border: 1px solid #dde1e6;
    -webkit-box-shadow: none;
    box-shadow: none;
    margin-right: 11px;
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%)
}

.category_persona_block .line .__left .poll__part .line label .jq-checkbox.checked,.category_persona_block .line .__left .poll__part .line label .jq-radio.checked {
    background: #0a41b8;
    border-color: #0a41b8
}

.category_persona_block .line .__left .poll__part .line label .jq-checkbox.checked .jq-checkbox__div {
    width: 11px;
    height: 6px;
    margin: 6px 0 0 6px;
    border-bottom: 2px solid #fff;
    border-left: 2px solid #fff
}

.b-banners {
    max-width: 370px;
    width: 100%;
    padding-top: 30px;
}
.b-banners__item {
    margin-bottom: 10px;
    border-radius: 4px;
    overflow: hidden;
}

.b-banners__item img {
    max-width: 100%;
}

.b-contacts-data {}
.b-contacts-data__title {
    margin-bottom: 22px;
    line-height: 1.25;
    font-size: 24px;
    color: #2d5ca6;
}
.b-contacts-data__item {
    position: relative;
    padding-left: 50px;
    margin-bottom: 20px;
}
.b-contacts-data__item .ic {
    position: absolute;
    left: 0;
    top: 0;
    width: 24px;
    height: 24px;
    display: block; 
}
.b-contacts-data__link {
    display: inline-block;
}

.b-contacts-data__group {
    margin-bottom: 40px;
}

.page-person h3,
.page-person .h3 {
    margin-top: 30px;
}
.page-person.news_item_block .line .news__part .item__content .text p {
    margin-top: 12px;
    margin-bottom: 0;
}
.page-person ul li {
    color: #3b4256;
    margin-top: 12px;
    font-size: 14px;
}

.b-main-slider__item .head {
    font-size: 26px;
    font-weight: 600;
    color: #3b4256;
    min-height: 62px;
    line-height: 1.2;
} 
.b-main-slider__item .head:hover {
    color: #2d5ca6;
}

.img-scale {
    -o-object-fit: cover;
       object-fit: cover;
    width: 100%;
    height: 100%;
}
.ui-btn {
    display: inline-block;
    text-decoration: none;
    padding: 10px;
    color: #f4f7fb;
    font-size: 16px;
    line-height: 1.5;
    background-color: #2d5ca6;
    text-align: center;
}
.w-100  {
    width: 100%;
}

.b-announce {
    padding-bottom: 30px;
}
.billboard-list-item {
    position: relative;
    height: calc(100% - 30px);
    padding: 15px;
    margin-bottom: 30px;
    background: #f5f5f5;
    overflow: hidden;
    display: block;
    position: relative;
    color: #353d42;
    text-decoration: none;
}

.billboard-list-item:visited {
    color: #353d42;
    text-decoration: none;
}

.billboard-list-item:hover {
    color: #2d5ca6;
    text-decoration: none;
}

.billboard-list-item:focus,
.billboard-list-item:active,
.billboard-list-item:focus:active,
.billboard-list-item:hover:active {
    color: #009e7a;
    text-decoration: none;
}

.billboard-list-item .img {
    display: block;
    width: 100%;
    margin-bottom: 15px;
    -o-object-fit: cover;
       object-fit: cover;
}

.billboard-list-item .date {
    display: block;
    float: left;
    width: 50px;
    text-align: center;
    color: #353d42;
    overflow: hidden;
}

.billboard-list-item .date .day {
    display: block;
    font-weight: bold;
    font-size: 36px;
    line-height: 1;
    margin-bottom: 8px;
}

.billboard-list-item .date .month {
    display: block;
    font-weight: bold;
    font-size: 20px;
    line-height: 1;
    margin-bottom: 10px;
    text-transform: uppercase;
}

.billboard-list-item .date .year {
    display: block;
    font-size: 18px;
    line-height: 1;
}

.billboard-list-item .title {
    display: block;
    margin-bottom: 25px;
    margin-left: 70px;
    display: block;
    display: -webkit-box;
    max-height: 84px;
    font-size: 20px;
    line-height: 1.4;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.billboard-list-item .desc {
    display: block;
    margin-bottom: 15px;
    margin-left: 70px;
    color: #666;
    display: block;
    display: -webkit-box;
    max-height: 89.6px;
    font-size: 16px;
    line-height: 1.4;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.ui-date {
    background-color: #F5F5F5;
    padding: 15px;
    display: inline-block;
}
.datepicker-container {
    width: 245px;
}
.datepicker-panel>ul>li {
    width: 35px;
    height: 35px;
    border: 1px solid #F5F5F5;
    line-height: 35px;
}
.datepicker-panel>ul>li[data-view="month current"], .datepicker-panel>ul>li[data-view="year current"], .datepicker-panel>ul>li[data-view="years current"] {
    width: 175px;
}
.datepicker-panel .month {
    line-height: 30px;
}
.datepicker-panel>ul>li.picked, .datepicker-panel>ul>li.picked:hover {
    background-color: #2D5CA6;
    color: #fff;
}
.datepicker-panel>ul:not([data-view="week"])>li:hover {
    background-color: #2D5CA6;
    color: #fff;
}

@media (max-width: 1200px) {
    .category_persona_block .line .person_category_list {
        max-width:629px
    }

    .category_persona_block .line .__left {
        max-width: 307px
    }

    .category_persona_block .line .__left .poll__part .line .progress {
        width: 150px
    }

    .category_persona_block .line .person_category_list .content .line .cont {
        max-width: 200px
    }
    .inform_block .line .appeal__part .b-contacts-data__item {
        padding-right: 20px;
        margin-bottom: 20px;
    }
    .inform_block .line .appeal__part .b-contacts-data__item:last-child {
        margin-bottom: 0;
    }
    .b-banners,
    .news_tabs_block {
        max-width: 307px;
    }
}

@media (max-width: 991px) {
    .category_persona_block .line .person_category_list {
        max-width:inherit;
        margin-bottom: 30px
    }
    .category_persona_block .line .__left {
        max-width: inherit
    }

    .category_persona_block {
        padding: 0 15px
    }

    .category_persona_block>.container>.line {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }
    .b-main-slider__item {
        padding-left: 15px;
        padding-right: 15px;
    }
}


@media (max-width: 991px) and (min-width: 768px) {
    .b-banners {
        max-width: 100%;
        width: 100%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
            -ms-flex-pack: justify;
                justify-content: space-between;
    }
    .b-banners__item {
        width: calc(33.333% - 20px);
    }
    .news_tabs_block {
        max-width: 100%;
    }
    .news_space {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        width: 100%;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    }
    .news_tabs_block .__tabs .tabs__item .news_space .news__item {
        width: 50%;
    }
}

@media (max-width: 767px) {
    .inform_block .line .appeal__part .b-contacts-data__item {
        width: 100%;
    }
    .inform_block .line .appeal__part .b-contacts-data {
        display: block;
    }
    .category_persona_block {
        padding:0;
        padding-top: 15px
    }
    .inform_block .line .slider__part .__item {
        height: 250px;
        background-repeat: no-repeat;
    }
}

@media (max-width: 675px) {
    .category_persona_block .line .person_category_list .content .line {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

    .category_persona_block .line .person_category_list .content .line .detal {
        width: 50%;
        margin-bottom: 15px
    }

    .category_persona_block .line .person_category_list .content .line .order {
        width: 50%;
        margin-bottom: 15px
    }

    .category_persona_block .line .person_category_list .content .line .cont {
        width: 100%;
        max-width: inherit;
        margin-bottom: 15px
    }
}

@media (max-width: 375px) {
    .category_persona_block .line .__left .poll__part .line .progress {
        width:100px
    }
    .inform_block .line .slider__part .__item {
        height: 190px;
    }

    .category_persona_block .line .person_category_list .content .line .order {
        width: 100%;
        margin: 0 auto
    }
}

.b-header {
  position: relative;
  z-index: 100;
}
.form-search-wrap form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
}
.form-search-wrap .form-control {
    margin-bottom: 20px;
    margin-right: 20px;
}
.form-search-wrap .ui-select {
    width: 200px;
    margin-right: 20px;
}
.form-search-wrap .btn {
    margin-bottom: 20px;
}
.page-content img {
    max-width: 100%;
    height: auto;
}
.content-text {
    overflow: auto;
}