body, html {
    width: 100%;
}

body.roboscope {
    width: 100%;
    min-height: 100%;
    padding: 0 !important;
    margin: 0 auto !important;
    font-family: 'HelveticaRegular';
    font-weight: 300;
    font-size: 20px;
    color: #434343;
}

.main {
    max-width: 1920px;
    margin: 0 auto;
    position: relative;
    overflow: hidden;
}

.main a {
    transition: .3s;
}

.main .header {
    padding: 15px 0 15px;
    position: fixed;
    width: 100%;
    background-color: #ffffff;
    left: 0;
    top: 0;
    z-index: 20;
    border-bottom: solid 1px #E5E5E5;
}

.main ul.mainmenu {
    list-style: none;
    padding: 0;
    margin: 0;
    text-align: right;
}

.main ul.mainmenu li {
    list-style: none;
    padding: 0;
    margin: 0 30px;
    display: inline-block;
}

.main ul.mainmenu li a {
    font-size: 16px;
    font-style: normal;
    line-height: 18px;
    letter-spacing: -0.015em;
    text-align: left;
    color: #5F5F5F;
}

.main ul.mainmenu li a:hover {
    color: #C580D7;
    text-decoration: none;
}

.lang {
    font-size: 14px;
    font-style: normal;
    line-height: 15px;
    letter-spacing: -0.015em;
    text-align: left;
    color: #5F5F5F;
}

.lang.active {
    color: #C580D7;
}

.langs a.lang:hover {
    color: #C580D7;
    text-decoration: none;
}

.button-callback {
    display: inline-block;
    padding: 0 25px;
    border: 1px solid #5F5F5F;
    border-radius: 7px;
    font-size: 16px;
    font-style: normal;
    line-height: 40px;
    height: 40px;
    letter-spacing: -0.015em;
    text-align: left;
    color: #5F5F5F;
    user-select: none;
    transition: .3s;
}

.button-callback:hover {
    color: #FFFFFF;
    background-color: #C580D7;
    text-decoration: none;
    border-color: #C580D7;
}

.himg {
    width: 100%;
    height: 100vh;
    background-image: url("../img/headerbg.jpg");
    background-repeat: no-repeat;
    background-position: 0 0;
    background-size: 100% auto;
    position: relative;
}

.himg-block {
    position: absolute;
    width: 860px;
    height: 300px;
    left: 0px;
    top: 50%;
    background: #FFFFFF;
    box-shadow: 0px 0px 21px rgba(148, 148, 148, 0.5), 10px 1px 21px -3px rgba(148, 148, 148, 0.5);
    border-radius: 0px 27px 27px 0px;
    padding: 40px 40px 40px 0;
    margin-top: -150px;
}

.himg-title {
    font-size: 39px;
    font-style: normal;
    line-height: 43px;
    letter-spacing: -0.015em;
    text-align: left;
    color: #626262;
    margin: 25px 0;
}

.button-download {
    user-select: none;
    display: inline-block;
    padding: 0 25px;
    border: 1px solid #5F5F5F;
    border-radius: 7px;
    font-size: 16px;
    font-style: normal;
    line-height: 50px;
    height: 50px;
    letter-spacing: -0.015em;
    text-align: left;
    color: #5F5F5F;
    transition: .3s;
}

.main .button {
    margin-right: 0;
    margin-left: 0;
}

.button-download:hover {
    color: #FFFFFF;
    background-color: #C580D7;
    text-decoration: none;
    border-color: #C580D7;
}

.text a {
    color: #C580D7 !important;
}

.text a:hover {
    color: #C580D7;
    text-decoration: none !important;
}

.text a:active {
    color: #C580D7 !important;
}

.text a:focus {
    color: #C580D7 !important;
    text-decoration: none !important;
}

.rs-block {
    padding: 50px 0;
    position: relative;
}

.rs-block h3 {
    font-style: normal;
    font-weight: 400;
    font-size: 40px;
    line-height: 1.2;
    color: #434343;
    margin-bottom: 30px;
}

.block-5.rs-block h3 {
    margin-top: 50px;
}

.row .item {
    margin-bottom: 30px;
}

.block-1 .row .item {
    margin-bottom: 90px;
}

.row img {
    max-width: 100%;
    height: auto;
}

.block-1 {
    height: 100vh;
    padding-top: calc(100vh - 755px);
}

.block-1 .bg-1 {
    background-image: url("../img/farrow.svg");
    background-repeat: no-repeat;
    background-position: 66px 50%;
    background-size: auto 288px;
}

.block-1 .img-hover-1 {
    width: 600px;
    max-width: 100%;
    text-align: center;
    margin: -50px auto 0;
    position: relative;
}

.block-1:before {
    content: "";
    position: absolute;
    width: 1px;
    height: 100%;
    background-color: #E5E5E5;
    top: 0;
    left: 50%;
    z-index: 10;
}

.rs-block.block-2 {
    padding: 0;
}

.form-callback input[type="text"].error {
    border-bottom: 2px solid red;
}

.messages-error {
    padding: 30px;
    border: solid 1px red;
    border-radius: 22px;
    display: block;
    width: 600px;
    max-width: 100%;
}

.messages-good {
    padding: 30px;
    border: solid 1px #32C36C;
    border-radius: 22px;
    display: block;
    width: 600px;
    max-width: 100%;
}

@media (min-width: 1620px) {
    .rs-block.block-2 {
        height: 100vh;
        overflow: hidden;
    }
}

.rs-block.block-2 .img img {
    width: 100%;
    height: auto;
}

.block-3 {
    border-bottom: solid 1px #E5E5E5;
}

.block-3:before {
    content: "";
    position: absolute;
    width: 1px;
    height: 100%;
    background-color: #E5E5E5;
    top: 0;
    left: 50%;
    z-index: 10;
}

.block-3.rs-block .text {
    padding-left: 40px;
}

.rs-block.block-4 {
    padding: 70px 0 180px 0;
}

.block-4 .wrapper {
    width: 360px;
    max-width: 100%;
    margin: auto;
}

.block-4 .img {
    border-radius: 20px 20px 0 0;
    overflow: hidden;
}

.block-4 .desc {
    background-color: #ffffff;
    border-radius: 20px;
    margin-top: -60px;
    position: relative;
    overflow: hidden;
    text-align: center;
    min-height: 50px;
    box-shadow: 1px 2px 14px rgba(148, 148, 148, 0.5);
}

.block-4 .desc .title {
    font-style: normal;
    font-weight: 400;
    font-size: 34px;
    line-height: 1;
    color: #C580D7;
    padding: 20px 0;
}

.block-4 .desc .small {
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 15px;
    text-align: center;
    color: #626262;
    padding-bottom: 50px;
    height: 45px;
    margin-bottom: 15px;
}

.rs-block.block-5 {
    padding: 55px 0 0;
    background-image: url("../img/b-img-2.svg");
    background-repeat: no-repeat;
    background-position: 0 50%;
    background-size: auto 103%;
    margin-bottom: 115px;
}

.rs-block.block-5 .col-lg {
    margin-left: -40px;
}

.block-5 .wrapper {
    background: #F9F9F9;
    box-shadow: 0px 1px 9px #E5E5E5;
    border-radius: 0px 22px 22px 0px;
    height: 532px;
    margin-top: -52px;
    padding: 40px 120px;
}

.block-5 .img-r {
    margin-top: 20px;
    width: 291px;
}

.rs-block.block-5 .col-lg-auto:first-child {
    margin-right: 50px;
}

.row.rs .col-md-4:after {
    content: "";
    position: absolute;
    top: 50%;
    width: 30px;
    height: 1px;
    background-color: #C5C5C5;
    right: -15px;
    z-index: 2;
}

.row.rs .col-md-4:last-child:after {
    display: none;
}

.rs-block.block-5 .col-lg-3 {
    height: 530px;
    margin-top: -55px;
    position: relative;
    z-index: 5;
    box-shadow: 5px 2px 9px #e5e5e5;
    background-color: #F1F1F1;
}

.rs-block.block-5 .col-lg-auto:first-child {
    margin-right: 50px;
}

.rs-block.block-5 img {
    width: 100%;
    height: auto;
}

.block-6 {
    border-top: solid 1px #E5E5E5;
    border-bottom: solid 1px #E5E5E5;
}

.block-6:before {
    content: "";
    position: absolute;
    width: 1px;
    height: 100%;
    background-color: #E5E5E5;
    top: 0;
    left: 50%;
    z-index: 10;
}

.block-6.rs-block .text {
    padding-left: 40px;
}

.rs-block.block-7 {
    padding: 0;
    position: relative;
}

.rs-block.block-7 .img img {
    width: 100%;
    height: auto;
}

.rs-block.block-8 {
    padding: 0;
    position: relative;
    border-left: solid 1px #E5E5E5;
    border-top: solid 1px #E5E5E5;
}

.rs-block.block-8 .i-wrapper {
    border-bottom: solid 1px #E5E5E5;
}

.rs-block.block-8 .wrapper {
    padding: 50px;
    height: 280px;
    border-right: solid 1px #E5E5E5;
}

.rs-block.block-8 .i-wrapper .col-lg-3:last-child .wrapper {
    border-right: none;
}

.rs-block.block-8 .wrapper .img {
    margin: 0 0 77px 0;
}

.rs-block.block-8 .wrapper .title {
    font-style: normal;
    font-weight: 400;
    font-size: 24px;
    line-height: 29px;
    letter-spacing: -0.005em;
    color: #434343;
}

.rs-block.block-9 {
    border-bottom: solid 1px #E5E5E5;
}

.rs-block.block-10 {
    border-bottom: solid 1px #E5E5E5;
}

.rs-block.block-9 .text.big {
    float: left;
    height: 100px;
    margin-right: 100px;
    font-family: 'Helvetica';
    font-style: normal;
    font-weight: 400;
    font-size: 30px;
    line-height: 1;
    color: #434343;
    margin-top: 0;
    margin-left: 50px;
}

.rs-block.block-10 {
    text-align: center;
}

.block-11.rs-block {
    border-bottom: solid 1px #E5E5E5;
    padding-bottom: 0;
}

.block-11.rs-block .item {
    margin-bottom: 64px;
}

.block-11.rs-block .wrapper {
    background-color: #F1F1F1;
    padding: 60px 114px;
    height: 100%;
    margin-left: -60px;
    width: calc(100% + 60px);
    border-radius: 22px;
}

.block-11.rs-block .date {
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 24px;
    letter-spacing: -0.005em;
    color: #C580D7;
}

.block-11.rs-block .title {
    font-style: normal;
    font-weight: 400;
    font-size: 24px;
    line-height: 30px;
    letter-spacing: -0.005em;
    color: #434343;
    margin: 60px 0 30px;
    height: 150px;
}

.block-11.rs-block .button a {
    border: 2px solid #434343;
    box-sizing: border-box;
    border-radius: 10px;
    padding: 20px 40px;
    color: #434343;
    font-style: normal;
    font-weight: 400;
    font-size: 24px;
    line-height: 1;
    letter-spacing: -0.005em;
    transition: .3s;
}

.block-11.rs-block .button a:hover {
    background-color: #C580D7;
    border-color: #C580D7;
    color: #ffffff;
    text-decoration: none;
}

.block-11.rs-block .more {
    text-align: right;
}

.block-11.rs-block .a-more {
    font-style: normal;
    font-weight: 400;
    font-size: 24px;
    line-height: 55px;
    letter-spacing: -0.005em;
    color: #434343;
    display: inline-block;
    padding-right: 77px;
    background-image: url("../img/more.png");
    background-repeat: no-repeat;
    background-position: 100% 50%;
    background-size: 55px auto;
}

.block-11.rs-block .a-more:hover {
    text-decoration: none;
    color: #C580D7;
}

.block-11.rs-block .i-wrapper .img {
    position: relative;
    overflow: hidden;
    border-radius: 22px 0 0 22px;
}

.block-11.rs-block .i-wrapper img {
    transition: .5s;
    transform: scale(1);
}

.block-11.rs-block .i-wrapper:hover img {
    transform: scale(1.2);
}

.v-play {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background-image: url("../img/play.svg");
    background-repeat: no-repeat;
    background-position: 50% 50%;
}

.block-12.rs-block {
    border-bottom: solid 1px #E5E5E5;
}

.block-12.rs-block .img {
    position: relative;
    border-radius: 22px 22px 0 0;
    overflow: hidden;
}

.block-12.rs-block .img img {
    width: 100%;
    height: auto;
}

.block-12.rs-block .title {
    background: #FFFFFF;
    box-shadow: 0px 1px 9px #D6D6D6;
    border-radius: 22px;
    height: 115px;
    padding: 20px;
    margin-top: -30px;
    position: relative;
}

.block-12.rs-block .title span {
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 25px;
    letter-spacing: -0.005em;
    color: #434343;
    height: 75px;
    display: block;
    overflow: hidden;
}

.block-12.rs-block .more {
    text-align: right;
    margin-top: 20px;
}

.block-12.rs-block .a-more {
    font-style: normal;
    font-weight: 400;
    font-size: 24px;
    line-height: 55px;
    letter-spacing: -0.005em;
    color: #434343;
    display: inline-block;
    padding-right: 77px;
    background-image: url("../img/more.png");
    background-repeat: no-repeat;
    background-position: 100% 50%;
    background-size: 55px auto;
}

.block-12.rs-block .a-more:hover {
    text-decoration: none;
    color: #C580D7;
}

.block-12.rs-block a.na img {
    transition: .5s;
    transform: scale(1);
}

.block-12.rs-block a.na:hover {
    text-decoration: none;
}

.block-12.rs-block a.na:hover img {
    transform: scale(1.2);
}

.block-12.rs-block a.na span {
    transition: .3s;
}

.block-12.rs-block a.na:hover span {
    color: #C580D7;
}

.block-13.rs-block {
    border-bottom: solid 1px #E5E5E5;
}

.block-13.rs-block .i-wrapper {
    text-align: center;
}

.block-13.rs-block .item .wrapper {
    max-width: 80%;
    margin: 30px auto 0;
}

.block-13.rs-block .item .wrapper img {
    filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.25));
    border-radius: 22px;
    overflow: hidden;
    display: block;
}

.block-14.rs-block {
    border-bottom: solid 1px #E5E5E5;
    padding-bottom: 0;
}

.block-14.rs-block .fio {
    font-style: normal;
    font-weight: 400;
    font-size: 24px;
    line-height: 29px;
    letter-spacing: -0.005em;
    color: #434343;
    padding: 10px 0;
    border-bottom: 1px solid #D6D6D6;
    margin-bottom: 10px;
}

.block-14.rs-block .work {
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 24px;
    letter-spacing: -0.005em;
    color: #C580D7;
}

.block-14.rs-block .text {
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 24px;
    letter-spacing: -0.005em;
    color: #434343;
    margin-top: 10px;
}

.block-14.rs-block .row .item {
    margin-bottom: 60px;
}

.block-14.rs-block .sfio {
    font-style: normal;
    font-weight: 400;
    font-size: 24px;
    line-height: 29px;
    letter-spacing: -0.005em;
    color: #434343;
    margin: 15px 0 5px;
}

.block-14.rs-block .swork {
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 24px;
    letter-spacing: -0.005em;
    color: #C580D7;
}

.block-15.rs-block .img img {
    width: 100%;
    height: auto;
    border: 1px solid #FFFFFF;
    box-sizing: border-box;
    filter: drop-shadow(0px 1px 9px #D6D6D6);
    border-radius: 9px;
}

.block-15.rs-block {
    border-bottom: solid 1px #E5E5E5;
}

.footer {
    border-top: solid 1px #E5E5E5;
}

.isPage .footer {
    margin-top: 30px;
}

.form-callback {
    display: block;
    width: 600px;
    max-width: 100%;
}

.form-callback .form-item {
    margin: 45px 0;
}

.form-callback input[type="text"] {
    background-color: #ffffff;
    border: none;
    border-bottom: solid 1px #D6D6D6;
    height: 40px;
    font-style: normal;
    font-weight: 300;
    font-size: 20px;
    line-height: 24px;
    letter-spacing: -0.005em;
    display: block;
    width: 100%;
    padding: 0 5px;
}

.form-callback input[type="text"]::placeholder {
    color: #A4A4A4;
}

.form-callback input[type="submit"] {
    background-color: #ffffff;
    border: solid 1px #434343;
    border-radius: 16px;
    color: #434343;
    display: block;
    width: 100%;
    height: 96px;
    font-style: normal;
    font-weight: 400;
    font-size: 24px;
    line-height: 29px;
    text-align: center;
    letter-spacing: -0.005em;
    cursor: pointer;
    transition: .3s;
}

.form-callback input[type="submit"]:hover {
    background-color: #C580D7;
    border-color: #C580D7;
    color: #ffffff;
}

.block-16:before {
    content: "";
    position: absolute;
    width: 1px;
    height: 100%;
    background-color: #E5E5E5;
    top: 0;
    left: 50%;
    z-index: 10;
}

.block-16.rs-block .img {
    padding: 20px 70px;
    max-width: 700px;
}

.footer span {
    color: #434343;
    line-height: 55px;
    height: 55px;
    display: inline-block;
}

.footer a {
    color: #434343;
    line-height: 55px;
    height: 55px;
    display: inline-block;
}

.footer .email {
    text-align: left;
}

.footer .press {
    text-align: center;
}

.footer .email a span {
    color: #C580D7;
}

.footer .press a {
    background-image: url("../img/arrowb.svg");
    background-repeat: no-repeat;
    background-position: 0 50%;
    line-height: 55px;
    height: 55px;
    padding-left: 70px;
    display: inline-block;
}

.footer .page-up {
    text-align: right;
}

.footer .page-up a {
    background-image: url("../img/arrowup.svg");
    background-repeat: no-repeat;
    background-position: 100% 50%;
    line-height: 55px;
    height: 55px;
    padding-right: 70px;
    display: inline-block;
}

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

.rs-block.block-8 .wrapper * {
    transform: scale(1);
    transition: .3s;
}

.rs-block.block-8 .wrapper:hover * {
    transform: scale(1.1);
}

.rs-block.block-8 .col-lg-6 .wrapper:hover * {
    transform: scale(1);
}

.rs-point {
    position: absolute;
    left: 0;
    top: 0;
    width: 4.5%;
    /*background-color: red;*/
    border-radius: 100%;
    z-index: 2;
    background-color: #ffffff;
}

.rs-point img {
    width: 100%;
    height: auto;
    animation: fadeinphoto 1s 1s 1;
    animation-iteration-count: infinite;
}

@keyframes fadeinphoto {
    0% {
        opacity: .7;
    }
    50% {
        opacity: 1;
    }
    100% {
        opacity: .7;
    }
}

.rs-point .hint {
    position: absolute;
    margin-left: 10px;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 1.3;
    letter-spacing: -0.005em;
    color: #434343;
    width: 100px;
    height: 50px;
    text-align: left;
    opacity: 0;
    transition: 1s;
}

.rs-point:hover img {
    animation: none;
    opacity: 1;
}

.rs-point:hover .hint {
    opacity: 1;
}

.rs-point.rs-1 {
    left: 27.5%;
    top: 7.5%;
}

.rs-point.rs-1 .hint {
    top: -12%;
    margin-left: 140%;
}

.rs-point.rs-2 {
    left: 33.6%;
    top: 29%;
}

.rs-point.rs-2 .hint {
    top: -20%;
    margin-left: 140%;
}

.rs-point.rs-3 {
    left: 78.5%;
    top: -0.5%;
}

.rs-point.rs-3 .hint {
    top: 15%;
    margin-left: 140%;
}

.rs-point.rs-4 {
    left: 95.5%;
    top: 42%;
}

.rs-point.rs-4 .hint {
    top: 120%;
    margin-left: 0;
}

.rs-block.block-8 .wrapper .img img {
    width: auto;
    height: 60px;
}

textarea:focus, input:focus {
    outline: none;
}

.page-node-news .wrapper {
    padding: 50px 50px 50px 115px;
}

.page-node-news-body {
    padding: 0 50px 30px 115px;
}

.main iframe {
    width: 100%;
    max-width: 100%;
}

.mt30 {
    margin-top: 30px;
}

.block-16.rs-block .img img {
    display: block;
    border-radius: 22px;
    overflow: hidden;
}

.main .container .container {
    max-width: none;
    width: auto;
    margin: 0 -15px;
}

.region.region-content {
    min-height: 60vh;
}

.isAdmin .main .header {
    padding-top: 100px;
}

a.rs-point {
    display: none !important;
}

@media (max-width: 1900px) {
    .main ul.mainmenu li {
        margin: 0 10px;
    }

    .block-11.rs-block .wrapper {
        padding: 30px;
    }

    .block-11.rs-block .title {
        margin: 15px 0;
        height: 90px;
        overflow: hidden;
    }

    .block-11.rs-block .button a {
        margin-top: 10px;
        display: inline-block;
    }
}

@media (min-width: 1400px) {
    .main .container {
        max-width: 1750px;
        width: calc(100% - 200px);
    }

    .main .himg-block .container {
        margin-right: 0;
        width: calc(100% - 100px);
    }

    .page-node-news .wrapper {
        padding-left: 115px;
    }

    .page-node-news-body {
        padding-left: 115px;
    }
}

@media (max-width: 1400px) {
    .main .container {
        max-width: 1750px;
        width: calc(100% - 160px);
    }

    .main .himg-block .container {
        margin-right: 0;
        width: calc(100% - 80px);
    }

    .page-node-news .wrapper {
        padding-left: 95px;
    }

    .page-node-news-body {
        padding-left: 95px;
    }
}

@media (max-width: 1900px) {
    .main .container {
        max-width: 1750px;
        width: calc(100% - 100px);
    }

    .page-node-news .wrapper {
        padding-left: 65px;
    }

    .page-node-news-body {
        padding-left: 65px;
    }

    .main .himg-block .container {
        margin-right: 0;
        width: calc(100% - 50px);
    }

    .block-1.rs-block {
        height: auto;
        padding-top: 50px;
    }

    .block-1.rs-block .text {
        font-size: 16px;
        line-height: 1.2;
    }

    .block-5 .wrapper {
        height: auto;
        margin-top: -53px;
        box-shadow: none;
        padding: 50px 30px;
        min-height: 500px;
        margin-left: -15px;
    }

    .rs-block.block-5 .col-lg-3 {
        height: auto;
        overflow: inherit;
    }

    .rs-block.block-5 .text {
        font-size: 20px;
    }

    .rs-block.block-8 .wrapper .title {
        font-style: normal;
        font-weight: 400;
        font-size: 16px;
        line-height: 1.2;
        letter-spacing: -0.005em;
        color: #434343;
    }

    .block-14.rs-block .img {
        width: 200px;
    }

    .block-14.rs-block .text {
        font-size: 16px;
        line-height: 1.2;
    }

    .block-11.rs-block .a-more {
        font-size: 18px;
        background-size: 35px auto;
        line-height: 35px;
        height: 35px;
        padding-right: 50px;
    }

    .block-12.rs-block .a-more {
        font-size: 18px;
        background-size: 35px auto;
        line-height: 35px;
        height: 35px;
        padding-right: 50px;
    }

    .footer .press a {
        font-size: 18px;
        background-image: url("../img/arrowb.svg");
        background-repeat: no-repeat;
        background-position: 0 50%;
        background-size: 35px auto;
        line-height: 35px;
        height: 35px;
        padding-left: 50px;
        display: inline-block;
    }

    .footer .page-up a {
        font-size: 18px;
        background-image: url("../img/arrowup.svg");
        background-repeat: no-repeat;
        background-position: 100% 50%;
        background-size: 35px auto;
        line-height: 35px;
        height: 35px;
        padding-right: 50px;
        display: inline-block;
    }

    .footer * {
        font-size: 18px !important;
        line-height: 35px;
    }

    .rs-block.block-9 .text.big {
        margin: 0 15px 0 0;
    }
}

.header .mobile {
    display: none;
}

.mobile {
    display: none;
}

.header-mobile {
    display: none;
    position: fixed;
    width: 100%;
    height: 100vh;
    background-color: #ffffff;
    z-index: 50;
    left: 0;
    top: 15px;
    overflow-y: auto;
}

.header-mobile.open {
    display: block;
    top: 5px;
}

.header.header-mobile.open .langs {
    margin: 50px 0;
}


.main .header.header-mobile.open ul.mainmenu {
    list-style: none;
    padding: 0;
    margin: 0;
    text-align: left;
    margin-bottom: 50px;
}

.main .header.header-mobile.open ul.mainmenu li {
    display: block;
    margin-bottom: 15px;
    margin-left: 0;
}

.page-node-news h2 {
    font-weight: 400;
    font-size: 23px;
    color: #C580D7;
    display: block;
    margin: 0 0 50px 0;
    line-height: 1.25;
    padding-top: 50px;
}

.page-node-news h2 a {
    font-weight: 400;
    font-size: 23px;
    color: #C580D7;
    line-height: 1.25;
}

.page-node-news h1 {
    font-weight: 400;
    font-size: 25px;
    color: #626262;
    display: block;
    line-height: 1.25;
}

.page-node-news .date {
    font-weight: 400;
    font-size: 15px;
    color: #C580D7;
    display: block;
    margin: 50px 0;
    line-height: 1.25;
}

.container.page, .top {
    padding-top: 71px;
}

.page-node-news {
    border-bottom: solid 1px #E5E5E5;
}

.page-node-news-body {
    margin-top: 50px;
}

.page-node-news-body .body {
    font-weight: 400;
    font-size: 15px;
    color: #626262;
    line-height: 1.25;
}

.page-node-news .img img {
    filter: drop-shadow(-3px 0px 9px rgba(0, 0, 0, 0.25));
    border-radius: 16px 0px 0px 16px;
    display: block;
    overflow: hidden;
}

.page-node-news .buttons {
    margin-bottom: 50px;
}

.page-node-news .buttons a {
    display: inline-block;
    margin-right: 15px;
}

.himg-title span {
    display: block;
    margin-top: 5px;
    font-size: 24px;
}

@media (max-width: 1200px) {
    .desktop {
        display: none !important;
    }

    .header .mobile {
        display: inherit;
    }

    .block-14.rs-block .img {
        width: 100px;
    }

    .rs-point .hint {
        font-size: 13px;
        line-height: 1.2;
        background-color: #ffffff;
    }
}

@media (max-width: 1024px) {
    .main .container {
        max-width: 1750px;
        width: calc(100% - 100px);
    }

    .main .himg-block .container {
        margin-right: 0;
        width: calc(100% - 50px);
    }

    .page-node-news .wrapper {
        padding-left: 50px;
    }

    .page-node-news-body {
        padding-left: 50px;
    }
}

@media (max-width: 1023px) {
    .main .container {
        max-width: 1750px;
        width: calc(100% - 30px);
    }

    .main .himg-block .container {
        margin-right: 0;
        width: calc(100% - 15px);
    }

    .page-node-news .wrapper {
        padding-left: 15px;
    }

    .page-node-news-body {
        padding-left: 15px;
    }
}

@media (max-width: 991px) {
    .block-5.rs-block .col-lg-3:nth-child(2) {
        display: none;
    }

    .rs-block.block-5 .col-lg-3 {
        height: auto;
        overflow: inherit;
        margin: 0 0 30px;
        box-shadow: none;
    }


    .container.page, .top {
        padding-top: 61px;
    }

    .page-node-news .img img {
        border-radius: inherit;
    }

    .page-node-news .buttons {
        margin-bottom: 0px;
    }

    .page-node-news .img {
        border-radius: inherit;
        overflow: hidden;
    }

    .page-node-news img {
        border-radius: inherit;
        filter: none;
    }

    .page-node-news .wrapper {
        padding: 30px;
        border-radius: 22px;
        overflow: hidden;
        margin-top: -30px;
        background: #F9F9F9;
        box-shadow: 0px 1px 9px #E5E5E5;
        border-bottom: none;
    }

    .page-node-news {
        border-bottom: none;
    }

    .page-node-news-body {
        padding: 30px;
        margin-top: 0;
    }

    .page-node-news .wrapper h2 {
        padding-top: 0;
        margin-bottom: 15px;
        font-size: 20px;
    }

    .page-node-news .wrapper h1 {
        font-size: 18px;
    }

    .page-node-news .wrapper .date {
        margin: 20px 0 30px;
        font-size: 14px;
    }

    .mobile {
        display: inherit;
    }

    .header-mobile.open {
        display: block;
        top: 0;
    }

    .block-1 {
        height: auto;
    }

    .himg {
        width: 100%;
    }

    .himg-block {
        width: 95%;
        padding: 0;
    }

    .himg-title {
        font-size: 29px;
        line-height: 1.2;
    }

    .himg {
        width: 100%;
        background-size: auto 100%;
        background-position: 50% 50%;
    }

    .main .header .col-auto {
        display: none;
    }

    .main .header .col-auto.mobile {
        display: inherit;
    }

    .block-1.rs-block .col-auto {
        padding-right: 0;
    }

    .block-1.rs-block .text br {
        display: none;
    }

    .block-1.rs-block .text {
        font-size: 14px;
        line-height: 1.2;
        height: 60px;
    }

    .block-1 .bg-1 {
        background-image: url("../img/farrow.svg");
        background-repeat: no-repeat;
        background-position: 42px 50%;
        background-size: auto 148px;
    }

    .block-1 .row .item {
        margin-bottom: 43px;
    }

    .block-1.rs-block .img img {
        width: 60px;
        height: auto;
    }

    .block-1 .img-hover-1 {
        width: 100%;
        margin: 30px 0;
    }

    .block-1:before {
        display: none;
    }

    .rs-block h3 {
        font-size: 28px;
        line-height: 1.2;
        margin-bottom: 15px;
    }

    .block-3:before {
        display: none;
    }

    .block-3.rs-block .text {
        padding-left: 0;
        font-size: 14px;
        line-height: 1.5;
    }

    .block-4 .desc .small {
        font-size: 14px;
        line-height: 1.2;
    }

    .block-4.rs-block {
        padding: 30px 0 0;
    }

    .block-4.rs-block .col-md-4 {
        margin-bottom: 30px;
    }

    .rs-block.block-5 {
        padding-top: 30px;
        padding-bottom: 0;
        margin-bottom: 30px;
    }

    .rs-block.block-5 .text {
        font-size: 14px;
        line-height: 1.5;
    }

    .rs-block.block-5 .text br {
        display: none;
    }

    .rs-block.block-5 img {
        width: 150px;
    }

    .rs-block.block-5 .col-md-4 {
        margin-bottom: 30px;
    }

    .row.rs .col-md-4:after {
        display: none;
    }

    .rs-block.block-5 .col-lg-auto:first-child {
        margin-right: 0
    }

    .rs-block.block-5 .col-lg {
        margin-left: 0;
    }

    .block-5 .wrapper {
        margin: 0 0 30px 0;
        padding: 30px;
        border-radius: 30px;
        min-height: auto;
    }

    .block-6.rs-block {
        padding: 30px 0 15px;
    }

    .block-6:before {
        display: none;
    }

    .block-6.rs-block .text {
        padding: 0;
        font-size: 14px;
        line-height: 1.5;
        margin-bottom: 15px;
    }

    .block-6.rs-block br {
        display: none;
    }

    .rs-block.block-8 .wrapper {
        padding: 30px 0;
        border-right: none;
        height: auto;
    }

    .block-8.rs-block .col-6 {
        border-right: solid 1px #E5E5E5;
    }

    .block-8.rs-block .col-6 {
        border-right: solid 1px #E5E5E5;
        border-bottom: solid 1px #E5E5E5;
    }

    .block-8.rs-block .i-wrapper:first-child .col-6:nth-child(2n+1) {
        border-right: none;
    }

    .block-8.rs-block .i-wrapper:nth-child(n+2) .col-6:nth-child(2n) {
        border-right: none;
    }

    .rs-block.block-8 .i-wrapper {
        border-bottom: none;
    }

    .rs-block.block-8 .wrapper .title {
        font-size: 14px;
    }

    .rs-block.block-8 .wrapper .img {
        margin: 0 0 35px 0;
    }

    .rs-block.block-8 .col-lg-6 .wrapper {
        border-bottom: solid 1px #E5E5E5;
        padding: 15px 0 0 15px;
        margin: 0 -15px;
    }

    .rs-block.block-9 {
        border-bottom: solid 1px #E5E5E5;
        padding: 30px 0;
    }

    .rs-block.block-9 .text {
        font-size: 14px;
        line-height: 1.5;
    }

    .rs-block.block-9 .text.big {
        height: auto;
        font-size: 18px;
        margin: 0 0 20px 0;
        float: none;
    }

    .rs-block.block-9 .text img {
        margin-bottom: 30px !important;
    }

    .rs-block.block-10 {
        padding: 0;
    }

    .rs-block {
        padding: 30px 0;
        position: relative;
    }

    .block-11.rs-block .i-wrapper .img {
        border-radius: 22px;
    }

    .block-11.rs-block .wrapper {
        padding: 20px;
        margin: -30px 0 0;
        width: auto;
    }

    .block-11.rs-block .date {
        font-size: 15px;
        line-height: 1.5;
    }

    .block-11.rs-block .title {
        font-size: 15px;
        line-height: 15px;
        height: 45px;
    }

    .block-11.rs-block .button a {
        font-size: 12px;
        padding: 10px 15px;
        margin-bottom: 30px;
    }

    .block-11.rs-block .item {
        margin-bottom: 0;
    }

    .block-11.rs-block {
        border-bottom: solid 1px #E5E5E5;
        padding-bottom: 30px;
    }

    .block-12.rs-block .title {
        height: auto;
    }

    .block-12.rs-block .title span {
        height: auto;
        font-size: 15px;
    }

    .row.align-items-center > .col-12.item {
        margin-bottom: 0;
    }

    .block-12.rs-block .more {
        text-align: right;
        margin-top: 0;
    }

    .block-14.rs-block .fio, .block-14.rs-block .sfio {
        font-size: 13px;
        line-height: 1.2;
        padding: 5px 0;
        border-bottom: 0;
        margin-bottom: 0;
        margin-top: 0;
    }

    .block-14.rs-block .work, .block-14.rs-block .swork {
        font-size: 11px;
        line-height: 1.5;
        padding: 0;
    }

    .block-14.rs-block .text {
        font-size: 11px;
    }

    .block-14.rs-block .text {
        font-size: 11px;
        margin: 5px 0 0;
    }

    .block-14.rs-block .row .item {
        margin-bottom: 30px;
    }

    .block-15.rs-block {
        padding-bottom: 0;
    }

    .block-16:before {
        display: none;
    }

    .block-16.rs-block {
        border-bottom: none;
        padding-bottom: 0;
    }

    .footer {
        margin-top: 30px;
        background: #FFFFFF;
        box-shadow: 0px 0px 21px rgba(148, 148, 148, 0.5);
        border-radius: 20px 20px 0px 0px;
        padding: 15px 0 30px;
    }

    .footer * {
        font-size: 10px !important;
        line-height: 35px;
    }

    .footer .press a {
        background-size: 25px auto;
        padding-left: 30px;
    }

    .footer .page-up a {
        background-size: 25px auto;
        padding-right: 30px;
    }

    .footer .email {
        text-align: right;
    }

    .form-callback input {
        font-size: 15px !important;
    }

    .form-callback input[type="submit"] {
        font-size: 15px;
        padding: 0;
        height: 40px;
    }

    .form-callback .form-item {
        margin: 25px 0;
    }

    .button-callback {
        font-size: 15px;
        font-style: normal;
        line-height: 40px;
        height: 40px;
    }

    .button-callback:hover {
        color: #FFFFFF;
        background-color: #C580D7;
        text-decoration: none;
        border-color: #C580D7;
    }

    a.cmap.mobile {
        float: right;
    }

    .block-1.rs-block .img-hover-1 {
        display: block;
        max-width: 100%;
        width: 400px;
        margin: 30px auto 0;
    }

    .block-9.rs-block {
        display: none;
    }

    .block-10.rs-block {
        display: none;
    }

    .block-9.rs-block.open {
        display: block;
    }

    .block-10.rs-block.open {
        display: block;
    }

    .rs-point .hint {
        font-size: 12px;
    }
}

@media (max-width: 576px) {
    .rs-block.block-5 .col-md-4 .img {
        width: 105px;
        position: relative;
    }

    .rs-block.block-5 .col-md-4 .img:after {
        content: " ";
        position: absolute;
        width: 1px;
        height: 30px;
        background-color: #C5C5C5;
        left: 50%;
        top: 100%;
        display: block;
        z-index: 10;
    }

    .rs-block.block-5 .col-md-4:last-child .img:after {
        display: none;
    }

    .rs-block.block-5 .row.rs {
        background-image: url("../img/r-img-r.png");
        background-repeat: no-repeat;
        background-position: 100% 100%;
        background-size: 50% auto;
    }

    .rs-point .hint {
        font-size: 11px;
        line-height: 1.2;
        padding: 5px;
        background-color: #fff;
    }

    .rs-point.rs-4 .hint {
        top: 120%;
        margin-left: -60px;
        height: 65px;
    }

    .rs-point.rs-2 .hint {
        top: -20%;
        margin-left: 140%;
        width: 110px;
    }
}

.block-14.rs-block .img {
    position: relative;
    border-radius: 10px;
    overflow: hidden;
}

.n-command .img img {
    border-radius: 100%;
}

.n-end-bottom a {
    font-family: 'HelveticaRegular', serif;
    font-style: normal;
    font-weight: 500;
    font-size: 20px;
    line-height: 104.49%;
    letter-spacing: -0.03em;
    color: #727585;
    display: block;
    margin: 15px 0;
}

.n-end-bottom a:hover {
    color: #C073D4;
    text-decoration: none;
}

@media (max-width: 1600px) {
    .n-end-bottom a {
        font-size: 16px;
    }
}

.cookie-ok {
    display: inline-block;
    padding: 10px 20px;
    color: #ffffff;
    background-color: #C073D4;
    text-decoration: none;
}

.cookie-ok:hover {
    color: #ffffff;
    text-decoration: none;
}

.cookie-block {
    padding: 30px;
    position: fixed;
    display: none;
    left: 15px;
    bottom: 30px;
    background-color: #ffffff;
    border-radius: 20px;
    width: calc(100% - 30px);
    max-width: 600px;
    z-index: 200;
    box-shadow: 0px 0px 7px rgba(182,182,182,1);
}