/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
html {
    line-height: 1.15;
    -webkit-text-size-adjust: 100%
}

body {
    margin: 0
}

main {
    display: block
}

.logo:hover .rect1, .logo:hover .rect2,.logo:hover .rect3,.logo:hover .rect4{
    /*fill: #fff;*/
    fill: #fff;
}

h1 {
    font-size: 2em;
    margin: 0.67em 0
}

hr {
    box-sizing: content-box;
    height: 0;
    overflow: visible
}

pre {
    font-family: monospace, monospace;
    font-size: 1em
}

a {
    background-color: transparent
}

abbr[title] {
    border-bottom: none;
    text-decoration: underline;
    text-decoration: underline dotted
}

b, strong {
    font-weight: 600;
}

code, kbd, samp {
    font-family: monospace, monospace;
    font-size: 1em
}

small {
    font-size: 80%
}

sub, sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline
}

sub {
    bottom: -0.25em
}

sup {
    top: -0.5em
}

img {
    border-style: none
}

button, input, optgroup, select, textarea {
    font-family: inherit;
    font-size: 100%;
    line-height: 1.15;
    margin: 0
}

button, input {
    overflow: visible
}

button, select {
    text-transform: none
}

button, [type="button"], [type="reset"], [type="submit"] {
    -webkit-appearance: button
}

button::-moz-focus-inner, [type="button"]::-moz-focus-inner, [type="reset"]::-moz-focus-inner, [type="submit"]::-moz-focus-inner {
    border-style: none;
    padding: 0
}

button:-moz-focusring, [type="button"]:-moz-focusring, [type="reset"]:-moz-focusring, [type="submit"]:-moz-focusring {
    outline: 1px dotted ButtonText
}

fieldset {
    padding: 0.35em 0.75em 0.625em
}

legend {
    box-sizing: border-box;
    color: inherit;
    display: table;
    max-width: 100%;
    padding: 0;
    white-space: normal
}

progress {
    vertical-align: baseline
}

textarea {
    overflow: auto
}

[type="checkbox"], [type="radio"] {
    box-sizing: border-box;
    padding: 0
}

[type="number"]::-webkit-inner-spin-button, [type="number"]::-webkit-outer-spin-button {
    height: auto
}

[type="search"] {
    -webkit-appearance: textfield;
    outline-offset: -2px
}

[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none
}

::-webkit-file-upload-button {
    -webkit-appearance: button;
    font: inherit
}

details {
    display: block
}

summary {
    display: list-item
}

template {
    display: none
}

[hidden] {
    display: none
}

.clearfix {
    *zoom: 1
}

.clearfix:before, .clearfix:after {
    content: " ";
    display: table
}

.clearfix:after {
    clear: both
}

.clear {
    overflow: hidden
}

.left {
    float: left
}

.right {
    float: right
}

.cl {
    clear: left
}

.cr {
    clear: right
}

.cntr {
    text-align: center
}

.tal {
    text-align: left
}

.tar {
    text-align: right !important
}

.no-mar {
    margin: 0 !important
}

.mar-5 {
    margin-bottom: 5px !important
}

.mar-10 {
    margin-bottom: 10px !important
}

.mar-20 {
    margin-bottom: 20px !important
}

.mar-30 {
    margin-bottom: 30px !important
}

.mar-40 {
    margin-bottom: 40px !important
}

.mar-50 {
    margin-bottom: 50px !important
}

.no-pad {
    padding: 0 !important
}

.pad-5 {
    padding: 5px !important
}

.pad-10 {
    padding: 10px !important
}

.pad-20 {
    padding: 20px !important
}

.pad-30 {
    padding: 30px !important
}

.pad-40 {
    padding: 40px !important
}

.hidden {
    display: none
}

.fade-out {
    opacity: 0
}

.fade-in {
    opacity: 1
}

input:focus, select:focus {
    outline: none
}

input::-webkit-input-placeholder, select::-webkit-input-placeholder {
    color: #c0c0c0;
    text-align: center;
    font-weight: 300
}

input:-ms-input-placeholder, select:-ms-input-placeholder {
    color: #c0c0c0;
    text-align: center;
    font-weight: 300
}

input::placeholder, select::placeholder {
    color: #c0c0c0;
    text-align: center;
    font-weight: 300
}

select {
    font-size: 1.2rem;
    color: #a8a8a8;
    padding-top: 21px;
    position: relative;
    background-image: url(/assets-my/front/img/arrow-down.svg);
    background-size: 12px;
    background-repeat: no-repeat;
    background-position: 90% 50%;
    letter-spacing: 0.5px;
    background-color: #ffffff
}

select option[selected] {
    display: none
}

header, nav, section, article, aside, footer {
    display: block
}

.write-kind{
    /*margin-left: 75px;*/
    margin-bottom: 0;
    margin: 35px 0px 0px 75px;
}

.btn-large{
    width: 394px;
    height: 80px;
    font-size: 18px;
    letter-spacing: -1px;
}

.btn {

    border: none;
    color: #ffffff;
    cursor: pointer;
    border-radius: 4px;
    text-transform: uppercase;
    background: #f87989;
    background-image: -o-linear-gradient(bottom, #fa4d8f 0%, #f87989 100%);
    background-image: linear-gradient(0deg, #fa4d8f 0%, #f87989 100%);
    box-shadow: 0px 2px 2px 0px rgba(156, 39, 176, 0.3);
    font-weight:600;
    display: -ms-flex;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.btn:hover {
    transition: 0.3s ease-out;
    transition-delay: 0.2s;
    /*background-image: linear-gradient(0deg, #0084ff 0%, #cfe8ff 100%);*/
    box-shadow: 0px 2px 2px 0px rgba(156, 39, 176, 0.3);
    background: #fff;
    color: #000;
    cursor: pointer;
    border: 2px solid #fa4d8f;
}

.btn-small {
    margin-top: 20px;
    width: 155px;
    height: 45px;
    font-size: 13px;
    letter-spacing: 0px;
    text-transform: none;
}


.centers .btn{
    z-index: 1;
    margin-top: auto;
}




button:focus {
    outline: none
}

li {
    list-style: none
}

a {
    text-decoration: none
}

body {
    overflow-x: hidden
}

.pseudo-scroller {
    pointer-events: none
}

.isolayer {
    position: absolute;
    top: 0;
    left: 0;
    -ms-transform-origin: 50% 100%;
    -o-transform-origin: 50% 100%;
    transform-origin: 50% 100%
}

.js .grid, .js .grid__item, .js .grid__link {
    transform-style: preserve-3d
}

.grid {
    position: relative;
    margin: 0 auto;
    padding: 0;
    list-style: none
}

.grid__item {
    width: 100px;
}

.js .grid__item {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

.grid__link {
    position: relative;
    z-index: 1;
    display: block
}

.grid__img {
    display: block;
    max-width: 100%;
    border: 3px solid #fff;
}

.grid__title {
    font-size: 0.65em;
    font-weight: 600;
    position: absolute;
    z-index: -1;
    bottom: 0;
    width: 100%;
    text-align: center;
    letter-spacing: 2px;
    text-transform: uppercase;
    opacity: 0;
    color: #ffffff;
    transform: translate3d(0, -20px, 0);
    -o-transition: opacity 0.3s, -o-transform 0.3s;
    transition: transform 0.3s, opacity 0.3s;
    transition: transform 0.3s, opacity 0.3s, -o-transform 0.3s
}

.grid__item:hover .grid__title {
    opacity: 1;
    transform: translate3d(0, 0, 0)
}

.layer {
    position: relative;
    display: block
}

.layer:not(:first-child) {
    position: absolute;
    top: 0;
    left: 0
}

.isolayer--shadow .grid__link::before {
    content: '';
    position: absolute;
    z-index: -1;
    top: 5px;
    right: 5px;
    bottom: 5px;
    left: 5px;
    opacity: 0.6;
    background: rgba(0, 0, 0, 0.8);
    box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.8);
    transform: translateZ(-1px) scale(0.95);
    -o-transition: opacity 0.3s, box-shadow 0.3s, -o-transform 0.3s;
    transition: transform 0.3s, opacity 0.3s, box-shadow 0.3s;
    transition: transform 0.3s, opacity 0.3s, box-shadow 0.3s, -o-transform 0.3s;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

.isolayer--shadow .grid__item:hover .grid__link::before {
    opacity: 0.2;
    box-shadow: 0 0 20px 10px rgba(0, 0, 0, 0.8);
    transform: translateZ(-1px) scale(1)
}

.isolayer--scroll1 {
    width: 90vw;
    max-width: 1500px;
    height: calc(100vh - 280px)
}

.isolayer--scroll1 .grid__item {
    width: 200px;
    padding: 15px
}

.isolayer--deco11 {
    width: 1000px;
    height: 900px
}

.isolayer--deco11 .grid__link .layer:first-child:not(img) {
    background: #ac5cf5
}

.isolayer--deco11 .grid__link .layer:nth-child(2):not(img) {
    background: #5db4eb
}

.isolayer--deco11 .grid__link .layer:nth-child(3):not(img) {
    background: #5debb4
}

.isolayer--deco11 .grid__link div.layer {
    width: 500px;
    height: 180px;
    opacity: 0.4
}

.isolayer--deco11 .grid__item {
    width: 200px;
    height: 100px;
    padding: 15px
}

.isolayer--deco11 .grid__item:nth-child(2) {
    margin-top: 150px
}

.isolayer--deco1 {
    width: 700px;
    height: 870px;
    padding-top:5px;
}

.isolayer--deco1 .grid__item {
    padding: 15px
}

.isolayer--deco1 .grid__link .layer:first-child:not(img) {
    background: #ac5cf5
}

.isolayer--deco1 .grid__link .layer:nth-child(2):not(img) {
    background: #5db4eb
}

.isolayer--deco1 .grid__link .layer:nth-child(3):not(img) {
    background: #5debb4
}

.isolayer--deco1 .grid__link .layer {
    -ms-transform-origin: 50% 100%;
    -o-transform-origin: 50% 100%;
    transform-origin: 50% 100%
}

.isolayer--deco1 .grid__link div.layer {
    width: 200px;
    height: 150px;
    opacity: 0.4
}

.isolayer--deco1 .grid__item {
    width: 230px;
    height: 170px;
    padding: 15px
}

.js .grid--effect-flip .grid__item {
    opacity: 0
}

.js .grid--effect-flip .grid__item.shown {
    opacity: 1
}

.grid--effect-flip .grid__item.animate {
    -ms-transform: translateY(800px);
    -o-transform: translateY(800px);
    transform: translateY(800px);
    -o-animation: moveUp 1s cubic-bezier(0.2, 1, 0.3, 1) forwards;
    animation: moveUp 1s cubic-bezier(0.2, 1, 0.3, 1) forwards
}

@-o-keyframes moveUp {
    100% {
        opacity: 1;
        -o-transform: translateY(0px);
        transform: translateY(0px)
    }
}

@keyframes moveUp {
    100% {
        opacity: 1;
        -o-transform: translateY(0px);
        transform: translateY(0px)
    }
}

.js .grid {
    opacity: 0;
    -o-transition: opacity 0.3s;
    transition: opacity 0.3s
}

.js .grid.grid--loaded {
    opacity: 1
}

.js body::after {
    content: '';
    position: fixed;
    z-index: 1000;
    top: 50%;
    left: 50%;
    width: 70px;
    height: 70px;
    margin: -35px 0 0 -35px;
    pointer-events: none;
    border: 3px solid #ffffff;
    border-right-color: #323f5c;
    border-radius: 50%;
    -o-transition: opacity 0.3s;
    transition: opacity 0.3s;
    -o-animation: rotateCircle 0.7s linear infinite forwards;
    animation: rotateCircle 0.7s linear infinite forwards
}

@-o-keyframes rotateCircle {
    to {
        -o-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

@keyframes rotateCircle {
    to {
        -o-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

.js body.grid-loaded::after {
    opacity: 0
}

* {
    padding: 0;
    margin: 0;
    box-sizing: border-box
}

body {
    position: relative;
    overflow-y: scroll;
    height: 100%;
    font-family: 'Open Sans', sans-serif;
    font-size: 16px;
    font-weight: 500;
    /*background-color: #f1f1f1*/
}

.main {
    box-sizing: border-box;
    position: relative;
    overflow: hidden;
    min-height: 100%;
    max-width: 1920px;
    margin: 0 auto
}

.main-banner {
    width: 100%;
    height: 100%;
    background-image: url("/assets-my/front/img/banner.jpg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: auto;
    overflow: hidden
}

.main-banner .container {
    display: -ms-flex;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap
}

.main-banner-left {
    display: -ms-flex;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: column nowrap;
    flex-flow: column nowrap;
    -ms-flex-align: start;
    align-items: flex-start
}

.main-banner-right {
    position: absolute;
    left: 530px;
    height: 870px;
    width: 700px;
}

.main-banner-img {
    margin-top: 10px;
    margin-bottom: 25px;
    margin-left: 40px;
    width: 525px;
    height: 246px
}

.main-banner__img {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain
}

.container {
    margin: 0 auto;
    max-width: 1180px;
    width: 100%;
    position: relative;
    display: -ms-flex;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    flex-direction: column;
}

.help {
    width: 100%;
    height: 57px;
    display: -ms-flex;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    background-image: url("/assets-my/front/img/help-overlay.png");
    background-repeat: no-repeat;
    background-position: center;
    background-size: auto
}

.help a {
    font-size: 15px;
    line-height: 21px;
    color: #fffee8;
    position: relative;
    font-weight: 600;
    text-decoration: none;
    text-transform: uppercase;
}

.help a:before {
    position: absolute;
    content: '';
    top: 2px;
    left: -45px;
    width: 32px;
    height: 19px;
    background-image: url("/assets-my/front/icon/bvi.png");
    background-repeat: no-repeat;
    background-position: center;
    background-size: 32px
}

.help a:hover {
    color: #efeef4;
    text-decoration: underline;
}

.contacts {
    margin-left: 94px;
    text-decoration: none;
    font-size: 20px;
    line-height: 24px;
    color: #ffffff;
}
a.contacts:hover {
    text-decoration: underline;

}

.contacts.phone {
    margin-bottom: 28px;
    color: #203e5a;
    font-size: 38px;
    line-height: 48px;
    text-shadow: 1px 1px 2px #ffffff73;
}

.contacts.phone span {
    font-weight: 600
}

.contacts.mail {
    margin-bottom: 32px;
    padding-left: 40px;
    font-size: 20px;
    line-height: 24px;
    background-image: url("/assets-my/front/icon/mail.png");
    background-repeat: no-repeat;
    background-position: left center;
    background-size: auto;
    text-shadow: 0px 1px 0px #ffffff3b;
}

.contacts.address {
    padding-left: 40px;
    max-width: 220px;
    width: 100%;
    background-image: url("/assets-my/front/icon/address.png");
    background-repeat: no-repeat;
    background-position: left 5px;
    background-size: auto;
    text-shadow: 0px 1px 0px #ffffff3b;
}

.social {
    margin: 30px auto;
    /*margin-bottom: 35px;*/
    display: -ms-flex;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -ms-flex-align: center;
    align-items: center
}

.social__link {
    margin-right: 20px
}

.menu {
    width: 100%;
    height: 60px;
    background-image: url("/assets-my/front/img/nav-overlay.png");
    background-repeat: no-repeat;
    background-position: center;
    background-size: auto
}

.menu ul {
    display: -ms-flex;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 100%;
    height: 100%
}

.menu ul li {
    position: relative;
    height: 100%;
    width: inherit;
}
.menu>ul>ul>li:first-child {
    /*flex: 1 0 250px;*/
    /*text-align: center;*/
}

.menu ul li:before {
    position: absolute;
    content: '';
    top: 0;
    left: 50%;
    width: 100%;
    height: 10;
    background: #f47f0e;
    background: -o-linear-gradient(left, #f47f0e 0%, #f56c5b 100%);
    background: linear-gradient(to right, #f47f0e 0%, #f56c5b 100%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    -o-transition: all 3s ease-in-out;
    transition: all 3s ease-in-out
}

/*/html/body/main/nav/ul/ul/li[4]*/
.menu>ul>ul>li:hover {
    background: #0000004d;

}

.menu ul ul ul li.dropdown:after{
    position: absolute;
    content: '>';
    top: 11px;
    right: 10px;
    color: #000;
    font-size: 19px;
    font-weight: 900;
}

.menu ul ul ul li.dropdown:hover:after{
color:#fff;
}

.menu ul li:hover:before {
    height: 10px
}

.menu ul li:hover ul {
    display: -ms-flex;
    display: -ms-flexbox;
    display: flex
}

.menu ul li:hover ul li ul{
    display: none;
}

.menu ul li a {
    display: -ms-flex;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
    -ms-flex-align: center;
    align-items: center;
    font-size: 14px;
    color: #fff;
    line-height: 16px;
    margin: 0 6px;
    justify-content: center;
}

.menu ul li ul li a {
    color: #000;
    padding: 10px 17px 5px 3px;
    /*margin-top: 5px;*/
    justify-content: flex-start;
    text-align: left;
}
.menu ul li ul li:hover a{
    background: #2296c6;
    color:#fff;
    transition: .3s ease-out;
    /*transition-delay: .3s;*/
}

.menu ul li ul li:hover ul li a{
    background: none;
    color:#000;
}

.menu ul li ul li:hover ul li a:hover{
    background: #2296c6;
    color:#fff;
}
.menu ul li ul {
    position: absolute;
    top: 100%;
    left: 0;
    padding: 10px;
    display: none;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -ms-flex-flow: column nowrap;
    flex-flow: column nowrap;
    width: 300px;
    height: auto;
    background-color: #f6fbff;
    z-index: 10;
    box-shadow: 2px 2px 7px #c3c3c3;
}

.menu ul li ul li {
    margin-right: 0;
    /*margin-bottom: 15px;*/
    width: 100%;
    padding: 5px 0 0 0;
}

.menu ul li ul li:before {
    content: none
}

.menu ul li ul li:hover ul{
    display: -ms-flex;
    display: -ms-flexbox;
    display: flex
}

.menu ul li ul li:last-child {
    margin-bottom: 0
}

.menu ul li ul li ul{
    position: absolute;
    top: 0;
    left: 100%;
    padding: 15px;
    display: none;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -ms-flex-flow: column nowrap;
    flex-flow: column nowrap;
    width: 240px;
    height: auto;
    background-color: #fafafa;
    /*border: 1px solid #f47f0e;*/
    z-index: 10
}

.menu ul li ul li ul li{
    /*margin-bottom: 15px*/
}

.menu ul li ul li ul li a {
    background:none;
    color:#fff;
}

.menu ul li ul li ul li:last-child {
    /*margin-bottom: 0*/
}

.block-img {
    margin-right: 54px;
    max-width: 358px;
    width: 100%
}

.block-img img {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
    -o-object-position: top;
    object-position: top
}

.block-content {
    display: -ms-flex;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: column nowrap;
    flex-flow: column nowrap;
    -ms-flex-align: start;
    align-items: flex-start
}

.block-content__title {
    margin-top: 70px;
    margin-bottom: 50px;
    padding-left: 40px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    font-size: 40px;
    line-height: 46px;
    font-weight: 800;
    text-transform: uppercase;
    background: -o-linear-gradient(left, #290a59 0%, #ff7c00 100%);
    background: linear-gradient(to right, #290a59 0%, #ff7c00 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    position: relative
}

.block-content__title:before {
    position: absolute;
    content: '';
    left: -14px;
    top: -41px;
    width: 130px;
    height: 130px;
    background-image: url("/assets-my/front/img/about-overlay-2.png");
    background-repeat: no-repeat;
    background-position: center;
    background-size: 130px;
    z-index: -1;
}

.block-content .text {
    font-size: 20px;
    line-height: 30px;
    color: #5a2059
}

.block-content .text span {
    padding-left: 105px;
    display: inline-block
}

.block-wrap {
    flex-direction: row;
    display: flex;
}
.block-link {
    margin: 0 auto;
    padding: 45px 65px 55px;
    max-width: 555px;
    width: 100%;
    height: 323px;
    display: -ms-flex;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: column nowrap;
    flex-flow: column nowrap;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    border-radius: 6px;
    -moz-transition: background-image 0.2s ease-in-out;
    -webkit-transition: background-image 0.2s ease-in-out;
    -o-transition: background-image 0.2s ease-in-out;
    transition: 0.3s ease-out;
    transition-delay: 0.2s;
}
.block-link-first{

    background-image: url('/assets-my/front/img/block-link-first.jpg');
    -moz-transition: background-image 0.2s ease-in-out;
    -webkit-transition: background-image 0.2s ease-in-out;
    -o-transition: background-image 0.2s ease-in-out;
    transition: 0.3s ease-out;
    transition-delay: 0.2s;
}
.block-link-last{

    /*background: #2465b9;*/
    background-image: url('/assets-my/front/img/block-link-second.jpg');
}

.block-link-first:hover{
    background-image: url('/assets-my/front/img/svedeniya.png');

}

.block-link-last:hover{
    background-image: url('/assets-my/front/img/svedeniya-2.png');
    -moz-transition: background-image 0.2s ease-in-out;
    -webkit-transition: background-image 0.2s ease-in-out;
    -o-transition: background-image 0.2s ease-in-out;
    transition: 0.3s ease-out;
    transition-delay: 0.2s;
}

.block-link img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1
}

.block-link h4 {
    margin-bottom: 37px;
    font-size: 24px;
    line-height: 34px;
    font-weight: 600;
    color: #ffffff;
    text-transform: uppercase
}

.block-link p {
    margin: 0 auto;
    max-width: 370px;
    width: 100%;
    font-size: 14px;
    line-height: 21px;
    font-weight: 300;
    color: #ffffff;
    text-align: center
}

.block-link-list {
    margin-top: auto;
    display: -ms-flex;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    width: 100%;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.block-link-list a {
    padding-left: 18px;
    font-family: 'Roboto', sans-serif;
    font-size: 12px;
    line-height: 12px;
    color: #ffffff;
    text-transform: uppercase;
    position: relative
}

.block-link-list a:before {
    position: absolute;
    content: '';
    left: 0;
    top: 0;
    width: 11px;
    height: 11px;
    background-image: url("/assets-my/front/icon/link.png");
    background-repeat: no-repeat;
    background-position: center;
    background-size: auto
}

.centers {
    margin-left: -10px;
    margin-right: -10px;
    display: -ms-flex;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap
}

.centers-item {
    position: relative;
    /*margin: 85px 10px 15px 10px;*/
    margin:0 auto;
    margin-top: 85px;
    margin-bottom: 15px;
    padding: 22px 25px 26px 40px;
    max-width: 376px;
    width: 100%;
    min-height: 545px;
    display: -ms-flex;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: column nowrap;
    flex-flow: column nowrap;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover
}

.centers-item:before {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    width: 456px;
    height: 600px;
    background-repeat: no-repeat;
    background-position: left center;
    background-size: auto;
    z-index: -1
}

.centers-item_red {
    background-image: url("/assets-my/front/img/red.png")
}

.centers-item_red:before {
    left: -30px;
    background-image: url("/assets-my/front/img/1.png")
}

.centers-item_pink {
    background-image: url("/assets-my/front/img/pink.png")
}

.centers-item_pink:before {
    top: -30px;
    background-image: url("/assets-my/front/img/2.png")
}

.centers-item_ltblue {
    background-image: url("/assets-my/front/img/ltblue.png")
}

.centers-item_ltblue:before {
    left: -25px;
    top: -20px;
    background-image: url("/assets-my/front/img/3.png")
}

.centers-item_blue {
    background-image: url("/assets-my/front/img/blue.png")
}

.centers-item_blue:before {
    left: -30px;
    top: 40px;
    background-image: url("/assets-my/front/img/4.png")
}

.centers-item_green {
    background-image: url("/assets-my/front/img/green.png")
}

.centers-item_green:before {
    top: -30px;
    background-image: url("/assets-my/front/img/5.png")
}

.centers-item_orange {
    background-image: url("/assets-my/front/img/orange.png")
}

.centers-item_orange:before {
    left: -25px;
    top: 25px;
    background-image: url("/assets-my/front/img/6.png")
}

.centers-item__title {
    margin-bottom: 60px;
    font-size: 30px;
    line-height: 34px;
    color: #ffffff;
    font-weight: 600;
    text-transform: uppercase;
    height: 110px;
}

.centers-item__text {
    padding-right: 30px;
    font-size: 16px;
    line-height: 30px;
    color: #ffffff
}

.centers-item__link {
    margin-top: auto;
    width: 153px;
    height: 41px;
    display: -ms-flex;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    line-height: 41px;
    color: #ffffff;
    border-radius: 3px;
    background-image: -o-linear-gradient(bottom, #fa4d8f 0%, #f87989 100%);
    background-image: linear-gradient(0deg, #fa4d8f 0%, #f87989 100%);
    box-shadow: 0px 3px 6px rgba(156, 39, 176, 0.3);
    font-size: 12px;
    line-height: 24px;
    text-align: center
}

.centers-item:first-child .centers-item__link {
    background-image: -o-linear-gradient(bottom, #88a6c2 0%, #7391ad 100%);
    background-image: linear-gradient(0deg, #88a6c2 0%, #7391ad 100%);
    box-shadow: 0px 2px 2px rgba(156, 39, 176, 0.3)
}

.centers-item img {
    position: absolute;
    right: -15px;
    bottom: -30px;
    pointer-events: none
}

.row {
    margin-top: 80px;
    margin-left:5px;
}

.row_grey {
    background-color: #dcd6ff;
}

.academ {
    margin-top: 50px;
    margin-bottom: 140px;
    padding: 45px 0;
    position: relative;
    width: 400px;
    min-height: 310px;
    display: -ms-flex;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -ms-flex-pack: end;
    background-image: url(/assets-my/front/img/academ1.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    /* text-align: center;*/
}

.academ h3 {
    text-align: left;
    font-size: 40px;
    line-height: 49px;
    font-weight: 600;
    text-transform: uppercase;
    background: -o-linear-gradient(left, #ff83ce 0%, #365578 100%);
    background: linear-gradient(to right, #ff83ce 0%, #365578 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    left: 44px;
    position: absolute;
    top: 100px;
    /* padding-left: 90px;*/
}

.academ p {
    margin: 0 30px;
    max-width: 335px;
    width: 100%;
    font-size: 17px;
    line-height: 30px;

    /* text-shadow: 1px 1px 0px #000; */
    background: #ffffffd1;
    padding: 10px;
    color: #203043;
    box-shadow: 4px 3px 7px #0000002b;
    border-radius: 5px;
}

.academ .btn {
    position: absolute;
    left: 50%;
    bottom: -90px;
    margin: 0;
    width: 265px;
    height: 54px;
    font-size: 14px;
    line-height: 20px;
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%)
}

.news {
    margin: 75px 0 87px;
    width: 100%;
}

.news h2 {
    margin-left: 40px;
    font-size: 30px;
    line-height: 34px;
    font-weight: 600;
    color: #365578;
    text-transform: uppercase
}

.news-list {
    margin: 35px 0 40px 0;
    display: -ms-flex;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    justify-content: center;
}

.news-list .news-item {
    position: relative;
    margin-left: 11px;
    margin-right: 11px;
    padding: 15px;
    max-width: 360px;
    width: 100%;
    min-height: 250px;
    display: -ms-flex;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: column nowrap;
    flex-flow: column nowrap;
    border-radius: 6px;
    background-color: #ffffff;
    box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.2);
    overflow: hidden;
}

.news-list .news-item-img {
    margin-top: -30px;
    margin-bottom: 30px;
    width: 100%;
    height: 172px;
    border-radius: 6px;
    overflow: hidden;
    box-shadow: 8px 8px 16px rgba(0, 0, 0, 0.36)
}

.news-list .news-item-img img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

.news-list .news-item span {
    font-size: 14px;
    line-height: 20px;
    text-transform: uppercase;
    font-weight: 600;
}

.news-list .news-item span.red {
    color: #ea6c86
}

.news-list .news-item span.blue {
    color: #365578
}

.news-list .news-item span.pink {
    color: #de63af
}

.news-list .news-item h4 {
    margin: 20px 0;
    font-size: 18px;
    line-height: 25px;
    color: #3c4858;
    font-weight: 500
}

.news-list .news-item__text {
    margin-bottom: 30px;
    font-size: 14px;
    line-height: 21px;
    color: #747474;
    font-weight: 300
}

.news-list .news-item a {
    margin-top: auto;
    padding-left: 40px;
    font-size: 14px;
    line-height: 24px;
    color: #1970ff;
    text-decoration: underline;
    position: relative;
    cursor: pointer;
    margin-bottom: 15px;
}


.news-list .news-item a:hover {
    color:#ff00cf;
}


.news-list .news-item a img {
    position: absolute;
    left: 0;
    top: -5px;
    pointer-events: none
}

.news-list .news-item__date {
    position: absolute;
    bottom: 17px;
    right: 15px;
    font-size: 14px;
    line-height: 24px;
    color: #999999;
    font-weight: 300
}

.news-list .news-item__date:before {
    position: absolute;
    content: '';
    top: 2px;
    left: -20px;
    width: 15px;
    height: 15px;
    background-image: url("/assets-my/front/icon/clock.png");
    background-repeat: no-repeat;
    background-position: center;
    background-size: auto
}


.news_all .arrow img{
    display: none;
}

.news_all h2 {
    margin:0 0 40px 0;
}

.news_all h4 {
    font-weight: 600;
}

.news_all .news-item {
    margin: 0 0 20px 0;
}
.news_all .news-item a {
    /*font-size: 14px;*/
    color: #1970ff;
    text-decoration: underline;
    position: relative;
    cursor: pointer;
    margin-bottom: 15px;
}

.news_all .news-item a:hover {
    color: #ff00cf;
}


.news .btn {
    margin: 0;
    margin-left: auto;
    margin-right: auto;
    width: 266px;
    height: 54px;
    font-size: 14px;
    line-height: 14px
}

.useful {
    margin-top: 93px;
    margin-bottom: 115px;
    padding-top: 48px;
    background-image: url("/assets-my/front/img/useful-overlay.png");
    background-repeat: no-repeat;
    background-position: center top;
    background-size: 1920px
}

.useful h2 {
    margin-left: 42px;
    font-size: 30px;
    line-height: 34px;
    font-weight: 600;
    color: #fff;
    text-transform: uppercase
}

.useful .container {
    -ms-flex-flow: column nowrap;
    flex-flow: column nowrap;
    -ms-flex-align: start;
    align-items: flex-start
}

.useful-container {
    margin-top: 35px;
    display: -ms-flex;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    width: 100%;
    min-height: 569px
}

.useful-1 {
    margin: 0 20px;
    padding: 45px 35px 0;
    display: -ms-flex;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: column nowrap;
    flex-flow: column nowrap;
    -ms-flex-align: center;
    align-items: center;
    max-width: 360px;
    width: 100%;
    background-color: #fff;
    border-radius: 6px;
    box-shadow:0px 0px 6px rgba(0, 0, 0, 0.2)
}

.useful-2 {
    margin-left: auto;
    margin-right: 25px;
    padding-top: 45px;
    padding-left: 30px;
    display: -ms-flex;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: column nowrap;
    flex-flow: column nowrap;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
    background-color: #f5f7ff;
    border-radius: 6px;
    box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.2)
}

.useful-item {
    margin-bottom: 37px;
    display: -ms-flex;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: column nowrap;
    flex-flow: column nowrap;
    -ms-flex-align: center;
    align-items: center
}

.useful-item-img {
    margin-bottom: 25px;
    width: 130px;
    height: 130px;
    border-radius: 50%;
    box-shadow: 8px 8px 16px 0px rgba(0, 0, 0, 0.35)
}

.useful-item-img img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

.useful-item h4 {
    margin-bottom: 20px;
    font-size: 18px;
    line-height: 25px;
    color: #d14e9b;
    font-weight: 500
}

.useful-item p {
    font-size: 14px;
    line-height: 21px;
    font-weight: 300;
    color: #747474
}

.portals {
    display: -ms-flex;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: column nowrap;
    flex-flow: column nowrap
}

.portals-item {
    margin-bottom: 18px;
    display: -ms-flex;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -ms-flex-align: center;
    align-items: center
}

.portals-item img {
    margin-right: 25px;
    width: 42px;
    height: 42px;
    border-radius: 50%;
    box-shadow: 4px 4px 6px rgba(0, 0, 0, 0.2)
}

.portals-item a {
    font-size: 18px;
    line-height: 25px;
    text-decoration: underline;
    color: #76869c
}

.footer {
    padding-top: 55px;
    padding-bottom: 45px;
    width: 100%;
    background: #3a4b76;
    background: -o-linear-gradient(left, #3a4b76 0%, #3a4b76 30%, #895459 100%);
    background: linear-gradient(to right, #3a4b76 0%, #3a4b76 30%, #895459 100%)
}

.footer .container {
    -ms-flex-direction: column;
    flex-direction: column
}

.footer-top {
    margin-left: 20px;
    margin-right: 20px;
    display: -ms-flex;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 100%;
    border-bottom: 1px solid #fff;
    padding-bottom: 40px;
}

.footer-1 {
    display: -ms-flex;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: column nowrap;
    flex-flow: column nowrap
}

.footer-1 a {
    margin-bottom: 25px
}

.footer-1 .btn {
    margin: 0;
    margin-bottom: 35px;
    width: 275px;
    height: 56px
}

.footer-2 {
    display: -ms-flex;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap
}

.footer-menu {
    margin-left: 28px;
    margin-right: 28px;
    display: -ms-flex;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: column nowrap;
    flex-flow: column nowrap
}

.footer-menu a {
    font-size: 14px;
    line-height: 24px;
    color: #efeef4;
    /* text-transform: uppercase; */
}
.footer-menu a:hover {
    color:#fff;
    text-decoration: underline;
}

.footer-3 {
    display: -ms-flex;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: column nowrap;
    flex-flow: column nowrap
}

.footer-3 .social {
    margin: 0;
    margin-bottom: 45px
}

.footer-3 .social__link {
    width: 50px;
    height: 40px
}

.footer-3 .social__link img {
    width: 35px
}

.footer-bottom {
    margin: 35px 20px 0;
    display: -ms-flex;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -ms-flex-align: center;
    align-items: center;
    width: 100%
}

.footer-bottom .contacts {
    font-size: 15px;
    line-height: 16px;
    color: #bfc9dd
}

.footer-bottom .contacts.phone {
    margin: 0;
    margin-left: 25px;
    font-size: 20px;
    line-height: 16px;
    font-weight: 600;
    text-shadow: none;
}

.footer-bottom .contacts.mail {
    margin: 0;
    margin-left: auto;
    padding-left: 35px;
    background-image: url("/assets-my/front/icon/footer-mail.png")
}

.footer-bottom .contacts.address {
    margin-left: 38px;
    margin-right: auto;
    max-width: none;
    width: auto;
    background-image: url("/assets-my/front/icon/footer-address.png");
    background-position: left center;
    line-height: 22px
}
.footer-bottom a:hover{
    color:#fff;
}

.instagram h5 {
    font-size: 16px;
    line-height: 16px;
    color: #d2bfdd;
    opacity: 0.4;
    text-transform: uppercase
}

.instagram-photo {
    margin-top: 20px
}

.instagram-photo img {
    margin-right: 18px;
    width: 72px;
    height: 72px;
    border-radius: 6px;
    box-shadow: 8px 8px 16px rgba(0, 0, 0, 0.56)
}

.copyright {
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    line-height: 14px;
    font-weight: 300;
    color: #ffffff;
    opacity: 0.3
}


.content{
    min-height: 600px;
}



.breadcrumbs {
    padding: 20px 0 5px 5px;
    font-size: 20px;
}
.breadcrumbs a, .breadcrumbs a:visited {
    color: #1970ff;
}
.breadcrumbs .separator {
    margin: 0 7px;
    font-size: 1.2em;
    color: #6e6e6e;
}
.breadcrumbs a:hover {
    color: #ff00cf;
    border-bottom: 1px solid #ff00cf;

}

.block-about{
    flex-direction: row;
}

.page-news{
    margin-bottom:100px;
}
.vote{
    padding: 30px 0 150px 0 !important;
    margin: 0 auto;
}







.wysiwyg a.docx{
    background-attachment: scroll;
    background-color: transparent;
    background-image: url("http://static.web-gr.ru/fugue-icons/icons/document-word-14.png");
    background-position: 0 1px;
    background-repeat: no-repeat;
    line-height:17px;
    padding-left: 18px;
}

.wysiwyg a.doc {
    background-attachment: scroll;
    background-color: transparent;
    background-image: url("http://static.web-gr.ru/fugue-icons/icons/document-word-14.png");
    background-position: 0 1px;
    background-repeat: no-repeat;
    line-height:17px;
    padding-left: 18px;
}
.wysiwyg a.rtf {
    background-attachment: scroll;
    background-color: transparent;
    background-image: url("http://static.web-gr.ru/fugue-icons/icons/document-word.png");
    background-position: 0 1px;
    background-repeat: no-repeat;
    line-height:17px;
    padding-left: 18px;
}
.wysiwyg a.xls {
    background-attachment: scroll;
    background-color: transparent;
    background-image: url("http://static.web-gr.ru/fugue-icons/icons/document-excel.png");
    background-position: 0 1px;
    background-repeat: no-repeat;
    line-height:17px;
    padding-left: 18px;
}
.wysiwyg a.pdf {
    background-attachment: scroll;
    background-color: transparent;
    background-image: url("http://static.web-gr.ru/fugue-icons/icons/document-pdf.png");
    background-position: 0 1px;
    background-repeat: no-repeat;
    line-height:17px;
    padding-left: 18px;
}
.wysiwyg a.zip {
    background-attachment: scroll;
    background-color: transparent;
    background-image: url("http://static.web-gr.ru/fugue-icons/icons/folder-zipper.png");
    background-position: 0 1px;
    background-repeat: no-repeat;
    line-height:17px;
    padding-left: 18px;
}
.wysiwyg a.rar {
    background-attachment: scroll;
    background-color: transparent;
    background-image: url("http://static.web-gr.ru/fugue-icons/icons/box-14.png");
    background-position: 0 1px;
    background-repeat: no-repeat;
    line-height:17px;
    padding-left: 18px;
}






.main-banner-right .grid {
    margin-top: 13px;
}

.main-banner-right .grid li {
    display: block;
    float: left;
}


.main-banner-right .grid__img {
    display: block;
    max-width: 100%;
    border: 3px solid #fff;
    width: 200px;
    margin:9px;
}