/* Ровное выравнивание блока команды about.html */
.content-bg .about-us .row {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: stretch;
    gap: 30px;
}
.content-bg .about-us .team-block {
    display: flex;
    flex-direction: column;
    align-items: center;
    flex: 1 1 300px;
    max-width: 320px;
    min-width: 260px;
}
.content-bg .about-us .team-block .wrap {
    width: 100%;
}
@import url(https://fonts.googleapis.com/css?family=Roboto:300,400,700,900&subset=cyrillic);
@font-face {
    font-family: Bebas;
    src: url(../fonts/BebasNeueBold.ttf), url(../fonts/BebasNeueBold.ttf) format('truetype'), url(../fonts/BebasNeueBold.otf) format('opentype'), url(../fonts/bebasneuebold.eot) format('embedded-opentype'), url(../fonts/bebasneuebold.svg) format('svg'), url(../fonts/bebasneuebold.woff) format('woff');
}

@font-face {
    font-family: Calibri;
    src: url(../fonts/Calibri.ttf), url(../fonts/Calibri.ttf) format('truetype')
}
@font-face {
    font-family: Roboto;
    src: url(../fonts/Roboto-VariableFont_wdth,wght.ttf), url(../fonts/Roboto-VariableFont_wdth,wght.ttf) format('truetype')
}
::-webkit-input-placeholder {
    color: #000;
    opacity: 1;
    text-align: center
}
:-moz-placeholder {
    color: #000;
    opacity: 1;
    text-align: center
}
::-moz-placeholder {
    color: #000;
    opacity: 1;
    text-align: center
}
:-ms-input-placeholder {
    color: #000;
    opacity: 1;
    text-align: center
}
body {
    font-family: Calibri;
    font-size: 14px;
    color: #000;
    width: 100%;
    min-width: 320px;
    position: relative;
    line-height: 1.6;
    overflow: visible !important;
}
body h1,
body h2,
body h3,
body h4,
body p {
    padding: 0;
    margin: 0
}
body ul {
    margin: 0;
    padding: 0;
    list-style: none
}
body a {
    text-decoration: none;
    color: inherit;
    cursor: pointer
}
body a:hover {
    color: inherit;
    text-decoration: none
}
body a:visited {
    color: inherit;
    text-decoration: none
}
body a:visited {
    color: inherit;
    text-decoration: none
}
body a:focus {
    color: inherit;
    text-decoration: none
}
body .transition {
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s
}
body .dflex {
    display: flex;
    justify-content: space-between
}
body .center-block {
    top: 50%;
    transform: translateY(-50%)
}
body header {
    height: 200px;
    position: relative;
    z-index: 5
}
body header .logo-block {
    width: 1200px;
    margin: 0 auto;
    height: 130px;
    display: flex;
    justify-content: space-between;
    padding: 0 10px
}
body header .logo-block .logo {
    width: 173px;
    font-family: Roboto;
    font-weight: 300;
    color: #515151;
    padding-top: 40px
}
body header .logo-block .logo img {
    width: 173px;
    margin-bottom: 5px
}
body header .logo-block ul {
    line-height: 130px
}
body header .logo-block ul li {
    display: inline-block;
    margin-left: 20px
}
body header .logo-block ul li a {
    font-family: Roboto;
    font-weight: 900;
    font-size: 16px
}
body header .logo-block ul li .fa {
    font-size: 16px;
    margin-right: 10px
}
body header .menu-block {
    height: 70px;
    background-color: #7f64b5
}
body header .menu-block .wrap-menu {
    width: 1200px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    padding: 0 10px
}
body header .menu-block .wrap-menu .menu-btn li {
    display: inline-block;
    margin-right: 17px
}
body header .menu-block .wrap-menu .menu-btn li a {
    display: inline-block;
    line-height: 70px;
    font-family: Roboto;
    font-weight: 300;
    font-size: 16px;
    color: #fff;
    position: relative
}
body header .menu-block .wrap-menu .menu-btn li a:after {
    display: block;
    content: '';
    width: 0;
    height: 1px;
    background-color: #fff;
    position: absolute;
    bottom: 25px;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s
}
body header .menu-block .wrap-menu .menu-btn li a:hover:after {
    width: 100%
}
body header .menu-block .wrap-menu .soc-btn li {
    display: inline-block;
    margin-left: 28px
}
body header .menu-block .wrap-menu .soc-btn li a {
    display: inline-block;
    line-height: 70px
}
body header .menu-block .wrap-menu .soc-btn li a .fa {
    font-size: 16px;
    color: #fff
}
body .content h1 {
    font-size: 60px;
    line-height: 100%;
    text-align: center;
    font-weight: 400
}
body .content h2 {
    font-size: 48px;
    line-height: 100%;
    text-align: center;
    font-weight: 400
}
body .content h3 {
    font-size: 36px;
    line-height: 100%;
    font-weight: 400
}
body .content .main-btn {
    display: block;
    width: 260px;
    height: 55px;
    position: relative;
    margin-top: 70px;
    line-height: 55px;
    background-color: #7f64b5;
    color: #fff;
    text-align: center;
    text-transform: uppercase;
    font-family: Roboto;
    font-weight: 900;
    border: 2px solid #7f64b5;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s
}
body .content .main-btn:hover {
    color: #000;
    background-color: #fff
}
body .content .main-slider {
    min-height: 650px;
    background-image: url(../img/main-bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center
}
body .content .main-slider .wrap-slider {
    width: 1300px;
    margin: 0 auto
}
body .content .main-slider .wrap-slider .swiper-container-s1 {
    width: 100%;
    height: 100%
}
body .content .main-slider .wrap-slider .swiper-container-s1 .swiper-slide {
    display: flex;
    justify-content: flex-end;
    position: relative;
    overflow: hidden
}
body .content .main-slider .wrap-slider .swiper-container-s1 .swiper-slide .wrap-slide {
    position: relative;
    width: 100%;
    min-height: 650px
}
body .content .main-slider .wrap-slider .swiper-container-s1 .swiper-slide .wrap-slide .info {
    display: block;
    position: absolute;
    left: -100%;
    top: 130px;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
    transition-delay: 1.2s;
    z-index: 1
}
body .content .main-slider .wrap-slider .swiper-container-s1 .swiper-slide .wrap-slide .sl_w_1{
    max-width: 640px;
}
body .content .main-slider .wrap-slider .swiper-container-s1 .swiper-slide .wrap-slide .sl_w_2{
    max-width: 520px;
}
body .content .main-slider .wrap-slider .swiper-container-s1 .swiper-slide .wrap-slide .sl_w_3{
    max-width: 595px;
}
body .content .main-slider .wrap-slider .swiper-container-s1 .swiper-slide .wrap-slide .sl_w_4{
    max-width: 590px;
}
body .content .main-slider .wrap-slider .swiper-container-s1 .swiper-slide .wrap-slide .info .title {
    display: inline;
    font-family: Bebas;
    font-size: 64px;
    font-weight: 700;
    text-transform: uppercase;
    position: relative;
    left: 0;
    line-height: 100%;
}
body .content .main-slider .wrap-slider .swiper-container-s1 .swiper-slide .wrap-slide .info .title:before {
    content: '';
    display: block;
    width: 160px;
    height: 2px;
    background-color: #7f64b5;
    position: absolute;
    right: -200px;
    bottom: 45px
}
body .content .main-slider .wrap-slider .swiper-container-s1 .swiper-slide .wrap-slide .info .desc {
    min-height: 215px;
    position: relative;
    left: 0
}
body .content .main-slider .wrap-slider .swiper-container-s1 .swiper-slide .wrap-slide .info .desc p {
    font-size: 24px;
    line-height: 26px
}
body .content .main-slider .wrap-slider .swiper-container-s1 .swiper-slide .wrap-slide .info a {
    display: block;
    width: 260px;
    height: 0;
    position: relative;
    top: 30px;
    line-height: 55px;
    border: 2px solid transparent;
    text-align: center;
    text-transform: uppercase;
    font-family: Roboto;
    font-weight: 900;
    overflow: hidden;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s
}
body .content .main-slider .wrap-slider .swiper-container-s1 .swiper-slide .wrap-slide .info a:hover {
    background-color: #7f64b5;
    color: #fff
}
body .content .main-slider .wrap-slider .swiper-container-s1 .swiper-slide .wrap-slide img {
    max-width: 914px;
    width: 100%;
    position: absolute;
    right: -100%;
    top: 30px;
    margin-bottom: 50px;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
    transition-delay: .7s
}
body .content .main-slider .wrap-slider .swiper-container-s1 .swiper-slide.swiper-slide-active .info {
    left: 80px
}
body .content .main-slider .wrap-slider .swiper-container-s1 .swiper-slide.swiper-slide-active .info a {
    height: 55px;
    border: 2px solid #7f64b5
}
body .content .main-slider .wrap-slider .swiper-container-s1 .swiper-slide.swiper-slide-active img {
    right: 50px
}
body .content .main-slider .wrap-slider .swiper-container-s1 .swiper-button-next {
    background-image: url(../img/right-arrow.png);
    opacity: 1
}
body .content .main-slider .wrap-slider .swiper-container-s1 .swiper-button-next:hover {
    background-image: url(../img/h-right-arrow.png)
}
body .content .main-slider .wrap-slider .swiper-container-s1 .swiper-button-prev {
    background-image: url(../img/left-arrow.png);
    opacity: 1
}
body .content .main-slider .wrap-slider .swiper-container-s1 .swiper-button-prev:hover {
    background-image: url(../img/h-left-arrow.png)
}
body .content .main-slider .wrap-slider .swiper-container-s1 .swiper-pagination {
    display: none
}
body .content .main-slider .wrap-slider .swiper-container-s1 .swiper-pagination .swiper-pagination-bullet-active {
    background-color: #7f64b5
}


body .content .about {
    overflow: hidden
}
body .content .about .row {
    margin: 60px 0 60px;
    display: flex;
    justify-content: space-between
}
body .content .about .row .wrap-img {
    max-width: 603px;
    padding: 0 30px;
    margin: 0 auto
}
body .content .about .row .wrap-img img {
    width: 100%;
    display: block
}
body .content .about .row .wrap {
    max-width: 603px;
    padding: 0 30px;
    margin: 0 auto
}
body .content .about .row .wrap .desc {
    margin-top: 30px;
    max-height: 160px;
    overflow: hidden
}
body .content .personal {
    overflow: hidden
}
body .content .personal .row {
    background-color: #eef2f3;
    display: flex;
    justify-content: space-between
}
body .content .personal .row .l-block {
    position: relative
}
body .content .personal .row .l-block .wrap {
    max-width: 603px;
    margin: 0 auto;
    padding: 30px
}
body .content .personal .row .l-block .wrap .desc {
    margin-top: 30px;
    max-height: 160px;
    overflow: hidden
}
body .content .personal .row .r-block {
    text-align: right
}
body .content .personal .row .r-block img {
    max-width: 795px;
    width: 100%;
    display: block
}
body .content .services .row .item {
    padding: 50px 0 0;
    text-align: center;
    min-height: 929px;
    opacity: 0;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
    transform: translateY(100px)
}
body .content .services .row .item .title {
    font-size: 30px;
    line-height: 100%;
    font-weight: 400;
    margin-bottom: 50px;
    font-family: Roboto, Arial, sans-serif;
}
body .content .services .row .item .wrap {
    position: relative;
    min-height: 506px
}
body .content .services .row .item .wrap img {
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    margin: 0 auto;
    max-width: 100%
}
body .content .services .row .item .desc {
    text-align: center;
    position: absolute;
    bottom: 155px;
    padding: 0 10px;
    max-width: 603px;
    margin: 0 auto;
    left: 0;
    right: 0
}
body .content .services .row .item .desc p {
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s
}
body .content .services .row .item a {
    position: absolute;
    margin: 0 auto;
    left: 0;
    right: 0;
    bottom: 50px
}
body .content .services .row .item:hover .desc p {
    color: #7f64b5
}
body .content .services .row .item.on {
    opacity: 1;
    transform: translateY(0)
}
body .content .services .row .item:nth-child(5) {
    background-color: #eef2f3
}
body .content .services .row .item:nth-child(6) {
    background-color: #eef2f3
}
body .content .services .row .item:nth-child(7) {
    background-color: #eef2f3
}
body .content .services .row.row3 .item {
    min-height: 709px
}
body .content .services .row.row3 .item .wrap {
    min-height: 305px
}
body .content .services .row.row3 .item .desc {
    padding: 0 20px
}
body .content .services-hide {
    display: none
}
body .content .content-bg {
    background-image: url(../img/otziv-bg.jpg);
    background-repeat: no-repeat;
    background-position: top;
    /*background-size: contain;*/
     background-size: 100%;
    padding-top: 50px
}

    body .content .content-bg.clear-bg {
        background: none;
    }


body .content .content-bg h1 {
    display: block;
    text-align: left;
    margin-bottom: 50px
}
body .content .content-bg .wrap-center-otziv {
    background-image: url(../img/aboutus-bg.png);
    background-position: bottom;
    background-repeat: no-repeat;
    background-size: contain
}
body .content .content-bg .wrap-center-otziv .center-otziv {
    width: 1200px;
    margin: 0 auto;
    position: relative
}
body .content .content-bg .wrap-center-otziv .center-otziv .row {
    margin-bottom: 90px
}
body .content .content-bg .wrap-center-otziv .center-otziv .row .otz-block {
    opacity: 0;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
    transform: translateY(100px)
}
body .content .content-bg .wrap-center-otziv .center-otziv .row .otz-block img {
    max-width: 160px;
    display: block;
    margin: 40px auto 0;
    width: 160px; height: 160px; 
    border: 5px solid #7f64b5; border-radius: 160px 160px 160px 160px; 
    -webkit-border-radius: 160px 160px 160px 160px; 
    -moz-border-radius: 160px 160px 160px 160px;
background: -webkit-gradient(linear,left top,right bottom,color-stop(0%,rgba(255,255,255,0.1)),color-stop(44%,rgba(255,255,255,0.2)),color-stop(45%,rgba(255,255,255,0)),color-stop(100%,rgba(255,255,255,0)));
}
body .content .content-bg .wrap-center-otziv .center-otziv .row .otz-block h2 {
    text-align: left;
    font-size: 35px;
    margin-bottom: 30px
}
body .content .content-bg .wrap-center-otziv .center-otziv .row .otz-block .desc p {
    font-style: italic
}
body .content .content-bg .wrap-center-otziv .center-otziv .row .otz-block .desc p:after {
    display: inline-block;
    position: absolute;
    margin-left: 10px;
    content: '';
    width: 25px;
    height: 31px;
    background-image: url(../img/otz-right.png)
}
body .content .content-bg .wrap-center-otziv .center-otziv .row .otz-block .desc p:before {
    display: inline-block;
    position: absolute;
    content: '';
    left: -50px;
    width: 38px;
    height: 49px;
    background-image: url(../img/otz-left.png)
}
body .content .content-bg .wrap-center-otziv .center-otziv .row .otz-block.on {
    opacity: 1;
    transform: translateY(0)
}
body .content .content-bg .wrap-center-otziv .center-otziv .client .row {
    margin-top: 30px
}
body .content .content-bg .wrap-center-otziv .center-otziv .client .row .client-block {
    opacity: 0;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
    transform: translateY(100px);
    text-align: center;
    margin-bottom: 30px
}
body .content .content-bg .wrap-center-otziv .center-otziv .client .row .client-block .wrap {
    width: 100%;
    min-height: 130px;
    position: relative
}
body .content .content-bg .wrap-center-otziv .center-otziv .client .row .client-block .wrap img {
    width: 150px;
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    top: 50%;
    transform: translateY(-50%)
}
body .content .content-bg .wrap-center-otziv .center-otziv .client .row .client-block .title {
    font-size: 18px;
    color: #777;
    margin: 10%;
}
body .content .content-bg .wrap-center-otziv .center-otziv .client .row .client-block.on {
    opacity: 1;
    transform: translateY(0)
}
body .content .content-bg .wrap-aboutus {
    background-image: url(../img/aboutus-bg.png);
    background-position: bottom;
    background-repeat: no-repeat;
    background-size: contain
}
    body .content .content-bg.clear-bg .wrap-aboutus {
        background:none;
    }

body .content .content-bg .wrap-aboutus .about-us {
    width: 1050px;
    margin: 0 auto;
    position: relative
}
    body .content .content-bg .wrap-aboutus .about-us.tools a {
        color: #7e63b5;
    }

    body .content .content-bg .wrap-aboutus .about-us.tools .input-validation-error {
        border-color:red
    }
    body .content .content-bg .wrap-aboutus .about-us.tools table{
        margin-bottom:10px;
        line-height:1;
        font-size:24px;
    }

    body .content .content-bg .wrap-aboutus .about-us.tools table tr td {
        padding: 10px 5px;
    }
    body .content .content-bg .wrap-aboutus .about-us.tools table tr td.center {
        text-align: center;
    }

    body .content .content-bg .wrap-aboutus .about-us.tools table tr td.right {
        text-align: right;
    }


    body .content .content-bg .wrap-aboutus .about-us.tools table.border {
        border: 1px solid #afafaf;
    }
    body .content .content-bg .wrap-aboutus .about-us.tools table.border tr th {
        padding: 10px 5px;
        border: 1px solid #afafaf;
    }
    body .content .content-bg .wrap-aboutus .about-us.tools table.border tr td {
        padding: 10px 0px;
        border: 1px solid #afafaf;
    }


   

    


body .content .content-bg .wrap-aboutus .about-us .description {
    text-align: left;
    margin-bottom: 50px;
    font-size:18px;
}

    body .content .content-bg .wrap-aboutus .about-us .description ul {
        margin-bottom: 30px;
        font-size: 24px;
    }

    body .content .content-bg .wrap-aboutus .about-us .description ul li {
        margin-left:30px;
        list-style: disc;
    }


body .content .content-bg .wrap-aboutus .about-us .description p {
    margin-bottom:20px;
    font-size:24px;
}

body .content .content-bg .wrap-aboutus .about-us h2 {
    text-align: left;
    margin-bottom: 30px
}

    body .content .content-bg .wrap-aboutus .about-us h3 {
        margin-bottom: 10px;
        font-weight:600
    }

body .content .content-bg .wrap-aboutus .about-us .team-block {
    margin-bottom: 30px;
    opacity: 0;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
    transform: translateY(100px)
}
body .content .content-bg .wrap-aboutus .about-us .team-block .wrap {
    max-width: 320px;
    position: relative
}
body .content .content-bg .wrap-aboutus .about-us .team-block .wrap img {
    width: 100%;
    display: block
}
body .content .content-bg .wrap-aboutus .about-us .team-block .wrap:after {
    content: '';
    display: block;
    position: absolute;
    top: 5%;
    left: 5%;
    width: 90%;
    height: 90%;
    border: 1px solid #e7ddff
}
body .content .content-bg .wrap-aboutus .about-us .team-block .title {
    font-size: 24px;
    margin-left: 23px
}
body .content .content-bg .wrap-aboutus .about-us .team-block .subtitle {
    color: #7f64b5;
    margin-left: 23px
}
body .content .content-bg .wrap-aboutus .about-us .team-block.on {
    opacity: 1;
    transform: translateY(0)
}
body .content .content-bg .wrap-aboutus .about-us .download-block .row>div {
    text-align: center;
    margin-bottom: 30px
}
body .content .content-bg .wrap-aboutus .about-us .download-block .row>div .wrap {
    text-align: center;
    position: relative
}
body .content .content-bg .wrap-aboutus .about-us .download-block .row>div .wrap h3 {
    width: 180px;
    text-align: right;
    position: absolute;
    top: 35px;
    left: 60px;
}
body .content .content-bg .wrap-aboutus .about-us .download-block .row>div .wrap h3 span {
    display: block;
    font-size: 14px;
    font-weight: 400
}
body .content .content-bg .wrap-aboutus .about-us .download-block .row>div .wrap img {
    max-width: 690px;
    min-width: 320px
}
body .content .content-bg .wrap-aboutus .about-us .download-block .row>div .wrap .btn-download {
    display: block;
    width: 298px;
    height: 70px;
    background-color: #ea4c3a;
    border-bottom: 5px solid #bc2615;
    color: #fff;
    text-align: center;
    line-height: 70px;
    font-size: 24px;
    margin: 30px auto
}
body .content .content-bg .wrap-aboutus .about-us .download-block .row>div .wrap .btn-download:active {
    border: none
}
body .content .content-bg .wrap-aboutus .about-us .download-block .row>div>img {
    width: 7px;
    height: 164px
}
body .content .content-bg .wrap-aboutus .about-us .download-block .row>div:nth-child(1) .wrap img {
    position: relative;
    left: 20px
}
body .content .content-bg .wrap-aboutus .about-us .download-block .row>div:nth-child(1) .wrap .btn-download {
    width: 250px;
    background-color: #7f64b5;
    border-color: #63479b
}

body .content .content-bg .wrap-aboutus .about-us .download-block .row>div:nth-child(2) .wrap h3 {
    left: 40px;
}

body .content .content-bg .wrap-aboutus .about-us .download-block .row>div:nth-child(3) .wrap h3 {
    width: 285px;
    left: -50px;
}
body .content .content-bg .wrap-aboutus .about-us .download-block .row>div:nth-child(3) .wrap img {
    position: relative;
    left: 20px
}
body .content .content-bg .wrap-aboutus .about-us .download-block .row>div:nth-child(3) .wrap .btn-download {
    width: 250px;
    background-color: #7f64b5;
    border-color: #63479b
}
body .content .content-bg .wrap-aboutus .about-us .programm-block {
    margin: 0 auto 50px;
    width: 945px
}
body .content .content-bg .wrap-aboutus .about-us .programm-block .top-block {
    width: 100%;
    position: relative;
    border: 38px solid #050505;
    border-top-left-radius: 21px;
    border-top-right-radius: 21px
}
body .content .content-bg .wrap-aboutus .about-us .programm-block .top-block:after {
    content: "";
    width: 12px;
    height: 13px;
    display: block;
    position: absolute;
    top: -25px;
    left: 0;
    right: 0;
    margin: 0 auto;
    background-image: url(../img/iMac2-cam.png)
}
body .content .content-bg .wrap-aboutus .about-us .programm-block .top-block:before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    background-image: url(../img/blick.png);
    background-repeat: no-repeat;
    background-position: top right;
    position: absolute;
    top: -38px;
    right: -38px;
    border-top-right-radius: 21px
}
body .content .content-bg .wrap-aboutus .about-us .programm-block .bottom-block img,
body .content .content-bg .wrap-aboutus .about-us .programm-block .top-block img {
    width: 100%
}


body .content .content-bg .news {
    width: 1200px;
    margin: 0 auto;
    position: relative
}
body .content .content-bg .news .row .item {
    margin-bottom: 30px;
    opacity: 0;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
    transform: translateY(100px);
    box-sizing: border-box;
    background: #fff;
    border-radius: 10px;
    box-shadow: 0 2px 8px rgba(0,0,0,0.04);
    border: 2px solid #7f64b5;
    padding: 20px;
    display: flex;
    flex-direction: column;
    width: 100%;
    margin: 10px 0;
}
/* Сетка 3 сверху, 2 снизу для 5 новостей */
.news-list-row {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
}
.news-list-row .item {
  flex: 1 1 calc(33.333% - 20px);
  max-width: calc(33.333% - 20px);
  min-width: 260px;
}
@media (max-width: 991px) {
  .news-list-row {
    flex-direction: column;
    gap: 20px;
  }
  .news-list-row .item {
    max-width: 100%;
    min-width: 0;
  }
}
@media (min-width: 992px) {
  body .content .content-bg .news .row {
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
  }
  body .content .content-bg .news .row .item {
    width: calc(33.333% - 20px);
    max-width: calc(33.333% - 20px);
    min-width: 280px;
    margin-bottom: 30px;
    margin-right: 0;
  }
}
@media (max-width: 991px) and (min-width: 600px) {
  body .content .content-bg .news .row {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
  }
  body .content .content-bg .news .row .item {
    width: calc(50% - 10px);
    max-width: calc(50% - 10px);
    min-width: 220px;
  }
}
@media (max-width: 599px) {
  body .content .content-bg .news .row {
    display: block;
  }
  body .content .content-bg .news .row .item {
    width: 100%;
    max-width: 100%;
    min-width: 0;
  }
}
}
body .content .content-bg .news .row .item img {
    width: 100%;
    max-width: 220px;
    height: auto;
    border-radius: 8px;
    margin: 0 auto 10px auto;
    display: block;
}
body .content .content-bg .news .row .item .date {
    display: block;
    text-align: center;
    margin-bottom: 10px;
    font-size: 16px;
    color: #7f64b5;
}
body .content .content-bg .news .row .item .date span {
    font-size: 24px;
    margin-right: 20px;
    font-family: Roboto;
    font-weight: 400
}
body .content .content-bg .news .row .item .wrap {
    display: flex;
    flex-direction: column;
    justify-content: center;
    flex: 1 1 auto;
    margin-left: 0;
    width: 100%;
    padding: 0;
}
body .content .content-bg .news .row .item .wrap .nav {
    color: #898989;
    font-size: 16px;
    text-decoration: underline;
    font-family: Roboto;
    font-weight: 400;
    display: block
}
body .content .content-bg .news .row .item .wrap .nav:hover {
    color: #7f64b5;
    text-decoration: none
}
body .content .content-bg .news .row .item .wrap .title {
    font-size: 24px;
    line-height: 100%;
    color: #7f64b5
}
body .content .content-bg .news .row .item .wrap .title:hover {
    text-decoration: underline
}
body .content .content-bg .news .row .item .wrap .desc {
    margin: 5px 0
}
body .content .content-bg .news .row .item .wrap .desc p {
    font-family: Roboto;
    font-weight: 300
}
body .content .content-bg .news .row .item.on {
    opacity: 1;
    transform: translateY(0)
}
body .content .content-bg .news .news-hide {
    display: none
}
body .content .content-bg .wrap-support {
    background-image: url(../img/aboutus-bg.png);
    background-position: center bottom;
    background-repeat: no-repeat;
    background-size: contain;
    padding-bottom: 250px
}
body .content .content-bg .wrap-support .support {
    width: 1200px;
    margin: 0 auto
}
body .content .content-bg .wrap-support .support .l-block .sup-menu {
    padding: 20px;
    border: 1px solid #9e9e9e;
    background-color: #fff
}
body .content .content-bg .wrap-support .support .l-block .sup-menu>li {
    margin-top: 20px
}
body .content .content-bg .wrap-support .support .l-block .sup-menu>li .sup_btn {
    display: block;
    cursor: pointer
}
body .content .content-bg .wrap-support .support .l-block .sup-menu>li .sup_btn:before {
    content: '';
    width: 6px;
    height: 4px;
    display: inline-block;
    background-image: url(../img/support-arrow.png);
    margin-right: 10px;
    position: relative;
    top: -2px
}
body .content .content-bg .wrap-support .support .l-block .sup-menu>li .sup_btn:hover {
    text-decoration: underline
}
body .content .content-bg .wrap-support .support .l-block .sup-menu>li .sup-submenu {
    display: none;
    margin-left: 40px
}
body .content .content-bg .wrap-support .support .l-block .sup-menu>li .sup-submenu li {
    margin-top: 10px
}
body .content .content-bg .wrap-support .support .l-block .sup-menu>li .sup-submenu li a {
    color: #7f64b5
}
body .content .content-bg .wrap-support .support .l-block .sup-menu>li .sup-submenu li a:hover {
    text-decoration: underline
}
body .content .content-bg .wrap-support .support .l-block .sup-menu>li .sup-submenu li a.active {
    text-decoration: underline
}
body .content .content-bg .wrap-support .support .l-block .sup-menu>li:first-child {
    margin-top: 0
}
body .content .content-bg .wrap-support .support .c-block {
    padding: 0 20px;
    text-align: center
}
body .content .content-bg .wrap-support .support .c-block h2 {
    font-size: 30px
}
body .content .content-bg .wrap-support .support .c-block .desc {
    margin: 20px 0
}
body .content .content-bg .wrap-support .support .c-block .form-title,
body .content .content-bg .wrap-support .support .c-block .title {
    color: #7f64b5;
    font-size: 24px;
    margin: 20px 0
}
body .content .content-bg .wrap-support .support .c-block .form-title {
    color: #000
}
body .content .content-bg .wrap-support .support .c-block ul li a {
    position: relative;
    color: #7f64b5;
    text-decoration: none;
    line-height: 40px;
    height: 40px;
    display: inline-block;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s
}
body .content .content-bg .wrap-support .support .c-block ul li a:after {
    content: '';
    width: 100%;
    height: 1px;
    background-color: #c4c4c4;
    position: absolute;
    bottom: 0;
    left: 0
}
body .content .content-bg .wrap-support .support .c-block .hide-block {
    display: none
}
body .content .content-bg .wrap-support .support .c-block form {
    display: flex;
    justify-content: space-between;
    padding-bottom: 50px
}
body .content .content-bg .wrap-support .support .c-block form .l-form {
    width: 48%
}
body .content .content-bg .wrap-support .support .c-block form .l-form input {
    width: 100%;
    padding: 0 10px;
    font-family: Calibri;
    font-size: 14px;
    color: #000;
    height: 55px;
    border: 1px solid #cbcbcb;
    margin-bottom: 10px;
    outline-color: #7f64b5
}
body .content .content-bg .wrap-support .support .c-block form .l-form .recaptcha {
    max-width: 235px;
    height: 55px;
    margin: 0 auto
}
body .content .content-bg .wrap-support .support .c-block form .l-form .recaptcha img {
    width: 100%
}
body .content .content-bg .wrap-support .support .c-block form .r-form {
    width: 48%;
    overflow-x: hidden
}
body .content .content-bg .wrap-support .support .c-block form .r-form textarea {
    width: 100%;
    height: 185px;
    padding: 10px;
    font-family: Calibri;
    font-size: 14px;
    color: #000;
    border: 1px solid #cbcbcb;
    outline-color: #7f64b5;
    margin-bottom: 10px
}
body .content .content-bg .wrap-support .support .c-block form .r-form input {
    background: 0 0;
    border: none;
    outline: 0;
    width: 220px;
    height: 55px;
    background-color: #7f64b5;
    color: #fff;
    text-transform: uppercase;
    display: block;
    margin: 0 auto
}
body .content .content-bg .wrap-support .support2 {
    width: 1200px;
    margin: 0 auto
}
body .content .content-bg .wrap-support .support2 h2 {
    font-size: 30px
}
body .content .content-bg .wrap-support .support2 .desc {
    text-align: center;
    margin: 20px 0
}
body .content .content-bg .wrap-support .support2 .l-block .nav-support-block {
    width: 470px;
    float: right;
    overflow: auto;
    overflow-x: hidden;
    margin-left: 20px
}
body .content .content-bg .wrap-support .support2 .l-block .nav-support-block ul li {
    margin-bottom: 7px
    /*15px*/
}
body .content .content-bg .wrap-support .support2 .l-block .nav-support-block ul li a {
    font-family: Calibri;
    font-weight: 700;
    font-size: 18px;
    cursor: pointer
}
body .content .content-bg .wrap-support .support2 .l-block .nav-support-block ul li a:before {
    content: '';
    width: 7px;
    height: 6px;
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px;
    background-image: url(../img/support2-arrow.png)
}
body .content .content-bg .wrap-support .support2 .l-block .nav-support-block ul li a.active {
    color: #7f64b5
}
body .content .content-bg .wrap-support .support2 .l-block .nav-support-block .support2-btn {
    width: 298px;
    height: 58px;
    font-size: 18px;
    color: #fff;
    line-height: 58px;
    display: block;
    background-color: #7f64b5;
    text-align: center;
    margin-top: 20px;
    /*s*/
    
    margin-bottom: 7px
}
body .content .content-bg .wrap-support .support2 .l-block .search-block {
    margin-bottom: 20px;
    position: relative;
    width: calc(100% - 550px)
}
body .content .content-bg .wrap-support .support2 .l-block .search-block input {
    width: 100%;
    height: 46px;
    padding: 0 51px 0 20px;
    border: 1px solid #7f64b5;
    outline: 0
}
body .content .content-bg .wrap-support .support2 .l-block .search-block::-webkit-input-placeholder {
    color: #6f6f6f;
    opacity: 1;
    text-align: left
}
body .content .content-bg .wrap-support .support2 .l-block .search-block:-moz-placeholder {
    color: #6f6f6f;
    opacity: 1;
    text-align: left
}
body .content .content-bg .wrap-support .support2 .l-block .search-block::-moz-placeholder {
    color: #6f6f6f;
    opacity: 1;
    text-align: left
}
body .content .content-bg .wrap-support .support2 .l-block .search-block:-ms-input-placeholder {
    color: #6f6f6f;
    opacity: 1;
    text-align: left
}
body .content .content-bg .wrap-support .support2 .l-block .search-block:after {
    content: '';
    width: 31px;
    height: 24px;
    display: block;
    background-image: url(../img/support-search.png);
    position: absolute;
    top: 10px;
    right: 10px
}
/*body .content .content-bg .wrap-support .support2 .l-block .navsub-support-block{width:calc(100% - 550px)}body .content .content-bg .wrap-support .support2 .l-block .navsub-support-block li{margin-bottom:15px}*/

body .content .content-bg .wrap-support .support2 .l-block .navsub-support-block li a {
    color: #7f64b5;
    font-size: 18px
}
body .content .content-bg .wrap-support .support2 .l-block .navsub-support-block li a.active {
    color: #9f9f9f
}
body .content .content-bg .wrap-support .support2 .l-block .subblock {
    margin-top: 30px
}
body .content .content-bg .wrap-support .support2 .l-block .subblock .title {
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 15px
}
body .content .content-bg .wrap-support .support2 .clear_both {
    clear: both;
    width: 100%;
    height: 40px
}
body .content .content-bg .wrap-support .support2 form {
    display: flex;
    justify-content: space-between;
    padding: 50px
}
body .content .content-bg .wrap-support .support2 form .l-form {
    width: 48%
}
body .content .content-bg .wrap-support .support2 form .l-form input {
    width: 100%;
    padding: 0 10px;
    font-family: Calibri;
    font-size: 14px;
    color: #000;
    height: 55px;
    border: 1px solid #cbcbcb;
    margin-bottom: 10px;
    outline-color: #7f64b5
}
body .content .content-bg .wrap-support .support2 form .l-form .recaptcha {
    max-width: 235px;
    height: 55px;
    margin: 0 auto
}
body .content .content-bg .wrap-support .support2 form .l-form .recaptcha img {
    width: 100%
}
body .content .content-bg .wrap-support .support2 form .r-form {
    width: 48%;
    overflow-x: hidden
}
body .content .content-bg .wrap-support .support2 form .r-form textarea {
    width: 100%;
    height: 185px;
    padding: 10px;
    font-family: Calibri;
    font-size: 14px;
    color: #000;
    border: 1px solid #cbcbcb;
    outline-color: #7f64b5;
    margin-bottom: 10px
}
body .content .content-bg .wrap-support .support2 form .r-form input {
    background: 0 0;
    border: none;
    outline: 0;
    width: 220px;
    height: 55px;
    background-color: #7f64b5;
    color: #fff;
    text-transform: uppercase;
    display: block;
    margin: 0 auto
}
body .content .content-bg .wrap-support .support2 .wrap-modal-support2 {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 5;
    width: 100%;
    height: 100%;
    display: none;
    background-color: rgba(0, 0, 0, .6)
}
body .content .content-bg .wrap-support .support2 .wrap-modal-support2 .modal-support2 {
    width: 900px;
    background-color: #fff;
    margin: 0 auto;
    position: absolute;
    left: 0;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    padding-top: 50px
}
body .content .content-bg .wrap-support .support2 .wrap-modal-support2 .modal-support2 .form-title {
    font-size: 24px;
    text-align: center
}
body .content .content-bg .wrap-support .support2 .wrap-modal-support2 .modal-support2 .close-support2-btn {
    width: 91px;
    height: 90px;
    position: absolute;
    top: -120px;
    left: 0;
    right: 0;
    margin: 0 auto;
    display: block
}
body .content .content-bg .wrap-support .support2 .wrap-modal-support2 .modal-support2 .close-support2-btn img:last-child {
    display: none
}
body .content .content-bg .wrap-support .support2 .wrap-modal-support2.active {
    display: block
}
body .content .content-bg .contacts h1 {
    width: 1200px;
    margin: 0 auto 50px
}
body .content .content-bg .contacts .contacts-line {
    background-color: #e0d6f3
}
body .content .content-bg .contacts .contacts-line ul {
    width: 1150px;
    margin: 0 auto;
    padding: 16px 0
}
body .content .content-bg .contacts .contacts-line ul li {
    display: inline-block;
    font-size: 24px;
    color: #110034;
    margin-right: 34px
}
body .content .content-bg .contacts .contacts-line ul li .fa {
    font-size: 24px;
    color: #FFF;
    margin-right: 10px
}
body .content .content-bg .contacts .contacts-line ul li:last-child {
    margin-right: 0
}
body .content .content-bg .contacts .map_contacts {
    width: 100%;
    height: 560px
}
body .content .content-bg .price-page {
    width: 1200px;
    margin: 0 auto;
    overflow: hidden;
    position: relative
}
body .content .content-bg .price-page .description {
    margin-bottom: 50px
}
body .content .content-bg .price-page .title {
    font-size: 24px;
    margin-bottom: 45px;
    text-align: center;
    line-height: 100%
}
body .content .content-bg .price-page .row span {
    font-size: 152px;
    font-family: Century Gothic;
    font-weight: 700;
    color: #3A1A7B;
    line-height: 100%;
    display: inline-block;
    width: 145px
}
body .content .content-bg .price-page .row span i {
    font-style: normal;
    position: relative;
    z-index: 1
}
body .content .content-bg .price-page .row p {
    background-color: #f1ecf9;
    display: inline-block;
    font-size: 18px;
    line-height: 24px;
    padding: 10px 20px;
    position: relative;
    top: -10px
}
body .content .content-bg .price-page .row p:after {
    content: "";
    display: block;
    height: 100%;
    width: 100px;
    background-color: #f1ecf9;
    position: absolute;
    top: 0;
    left: -100px
}
body .content .content-bg .price-page .row .r-block span {
    width: 165px
}
body .content .content-bg .price-page .row .r-block p:after {
    width: 120px;
    left: -120px
}
body .content .content-bg .price-page .step-block {
    margin-bottom: 90px
}
body .content .content-bg .price-page .tech-block {
    margin-bottom: 75px
}
body .content .content-bg .price-page .tech-block span {
    color: #A8D09B
}
body .content .content-bg .price-page .tech-block p,
body .content .content-bg .price-page .tech-block p:after {
    background-color: #EBF8E6
}
body .content .content-bg .price-page h3 {
    text-align: center;
    margin-bottom: 45px
}
body .content .content-bg .price-page p {
    font-size: 18px;
    line-height: 100%
}
body .content .content-bg .price-page .mb25 {
    margin-bottom: 25px
}
body .content .content-bg .price-page .mb50 {
    margin-bottom: 50px
}
body .content .content-bg .price-page .mb85 {
    margin-bottom: 85px
}
body .content .content-bg .price-page .single_purchase {
    margin-bottom: 80px
}
body .content .content-bg .price-page .single_purchase p {
    text-align: center
}
body .content .content-bg .price-page .single_purchase p:last-child {
    text-align: left
}
body .content .content-bg .price-page .single_purchase .single-price {
    font-size: 48px;
    line-height: 60px
}
body .content .content-bg .price-page .single_purchase ul {
    margin: 30px 0;
    padding: 0 30px
}
body .content .content-bg .price-page .single_purchase ul li {
    width: 252px;
    height: 281px;
    border-radius: 30px;
    border: 1px solid #caffc4;
    margin-right: 40px;
    display: inline-block;
    vertical-align: top;
    text-align: center;
    padding: 0 20px;
    position: relative;
    opacity: 0;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
    transform: translateY(100px)
}
body .content .content-bg .price-page .single_purchase ul li:last-child {
    margin-right: 0
}
body .content .content-bg .price-page .single_purchase ul li img {
    width: auto;
    max-width: 100%;
    margin: 40px 0 30px
}
body .content .content-bg .price-page .single_purchase ul li span {
    display: block
}
body .content .content-bg .price-page .single_purchase ul li b {
    font-size: 52px;
    font-family: Century Gothic;
    color: #3A1A7B;
    position: absolute;
    top: 95px;
    left: -15px
}
body .content .content-bg .price-page .single_purchase ul li.on {
    opacity: 1;
    transform: translateY(0)
}
body .content .content-bg .price-page .hosting-block {
    text-align: center;
    margin-bottom: 35px
}
body .content .content-bg .price-page .hosting-block .host-price {
    font-size: 48px;
    line-height: 60px
}
body .content .content-bg .price-page .price-list {
    margin: 80px 0;
    text-align: center
}
body .content .content-bg .price-page .price-list li {
    width: 210px;
    display: inline-block;
    vertical-align: top;
    margin-right: 65px;
    opacity: 0;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
    transform: translateY(100px)
}
body .content .content-bg .price-page .price-list li:last-child {
    margin-right: 0
}
body .content .content-bg .price-page .price-list li img {
    width: auto;
    max-width: 100%;
    margin-bottom: 30px
}
body .content .content-bg .price-page .price-list li .price-item .price-spec {
    font-size: 48px;
    line-height: 60px
}
body .content .content-bg .price-page .price-list li.on {
    opacity: 1;
    transform: translateY(0)
}
body .content .content-bg .price-page .table-price {
    margin: 45px 0
}
body .content .content-bg .price-page .table-price li {
    width: 390px;
    display: inline-block;
    vertical-align: top;
    margin-right: 11px;
    border-bottom: 9px solid #3a1a7b;
    opacity: 0;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
    transform: scale(.1)
}
body .content .content-bg .price-page .table-price li:last-child {
    margin-right: 0
}
body .content .content-bg .price-page .table-price li .title {
    margin-bottom: 40px;
    background-color: #3a1a7b;
    color: #fff;
    padding: 27px 0
}
body .content .content-bg .price-page .table-price li .title.two {
    background-color: #43267c
}
body .content .content-bg .price-page .table-price li .title.three {
    background-color: #5b38a0
}
body .content .content-bg .price-page .table-price li .hours {
    margin-left: 85px;
    margin-bottom: 25px
}
body .content .content-bg .price-page .table-price li .hours p {
    font-size: 62px;
    font-weight: 700;
    display: inline-block;
    margin-right: 12px
}
body .content .content-bg .price-page .table-price li .hours span {
    display: inline-block;
    line-height: 28px
}
body .content .content-bg .price-page .table-price li .hours.ml_h {
    margin-left: 116px
}
body .content .content-bg .price-page .table-price li .desc {
    max-width: 300px;
    text-align: center;
    margin: 0 auto 30px;
    line-height: 1.4;
    min-height: 150px
}
body .content .content-bg .price-page .table-price li .all-price {
    font-size: 63px;
    color: #24075f;
    text-align: center;
    font-weight: 700;
    line-height: 78px;
    margin-bottom: 10px
}
body .content .content-bg .price-page .table-price li .all-price span {
    border-bottom: 1px solid #6947af
}
body .content .content-bg .price-page .table-price li .all-price-lbl {
    text-align: center;
    margin-bottom: 30px
}
body .content .content-bg .price-page .table-price li.two-block {
    border-bottom-color: #43267c
}
body .content .content-bg .price-page .table-price li.two-block .hours {
    margin-left: 70px
}
body .content .content-bg .price-page .table-price li.two-block .hours.ml_h {
    margin-left: 101px
}
body .content .content-bg .price-page .table-price li.three-block {
    border-bottom-color: #5b38a0
}
body .content .content-bg .price-page .table-price li.three-block .hours {
    margin-left: 85px
}
body .content .content-bg .price-page .table-price li.on {
    opacity: 1;
    transform: scale(1)
}
body .content .content-bg .price-page form {
    max-width: 595px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    padding-bottom: 50px
}
body .content .content-bg .price-page form .l-form {
    width: 48%
}
body .content .content-bg .price-page form .l-form input {
    width: 100%;
    padding: 0 10px;
    font-family: Calibri;
    font-size: 14px;
    color: #000;
    height: 55px;
    border: 1px solid #cbcbcb;
    margin-bottom: 10px;
    outline-color: #7f64b5
}
body .content .content-bg .price-page form .l-form .recaptcha {
    max-width: 235px;
    height: 55px;
    margin: 0 auto
}
body .content .content-bg .price-page form .l-form .recaptcha img {
    width: 100%
}
body .content .content-bg .price-page form .r-form {
    width: 48%;
    overflow-x: hidden
}
body .content .content-bg .price-page form .r-form textarea {
    width: 100%;
    height: 185px;
    padding: 10px;
    font-family: Calibri;
    font-size: 14px;
    color: #000;
    border: 1px solid #cbcbcb;
    outline-color: #7f64b5;
    margin-bottom: 10px
}
body .content .content-bg .price-page form .r-form input {
    background: #7f64b5;
    border: none;
    outline: 0;
    width: 220px;
    height: 55px;
    color: #fff;
    text-transform: uppercase;
    display: block;
    margin-left: 65px
}
body .content .add-otz {
    display: none;
    width: 60px;
    height: 60px;
    margin: 0 auto;
    border: 1px solid #7f64b5;
    border-radius: 100%;
    margin-bottom: 50px;
    position: relative;
    cursor: pointer
}
body .content .add-otz span {
    width: 40px;
    height: 1px;
    display: block;
    background-color: #7f64b5;
    position: absolute;
    margin: 0 auto;
    left: 0;
    right: 0;
    top: 50%;
    transform: translateY(-50%)
}
body .content .add-otz span:last-child {
    transform: rotate(90deg)
}
body .content .nav-block {
    margin-bottom: 30px
}
body .content .nav-block ul li {
    display: inline-block;
    margin-right: 15px;
    margin:0, 10px;
}
body .content .nav-block ul li a {
    display: block;
    font-size: 24px
}
body .content .nav-block ul li a.active {
    color: #7f64b5;
    text-decoration: underline
}
body .mfp-content {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    height: 100%;
    background-color: #fff;
    overflow-y: auto
}

    body .mfp-content .item .desc {
        font-size:18px;
    }

    body .mfp-content .item .desc > p {
        margin:10px 0;
    }

    


     body .mfp-content .item .desc a {
        color:darkslateblue;
    }



body .mfp-content .item {
    text-align: center;
    padding: 50px;
}
body .mfp-content .item .wrap img {
    height: 225px;
}
body .mfp-content .item .title {
    font-family: Bebas;
    font-size: 32px;
    font-weight: 700;
    border-bottom: 2px solid #7f64b5;
    display: inline-block;
}
body .mfp-content .item .desc {
    text-align: left;
    margin-top: 50px
}
body .mfp-content .item .main-btn {
    font-size: 18px;
    color: #fff;
    position: fixed;
    right: 5%;
    display: block;
    width: 200px;
    text-align: left;
    top: 50%;
    transform: translateY(-50%)
}
body .mfp-content .item .main-btn:after {
    content: '';
    width: 46px;
    height: 90px;
    display: block;
    background-image: url(../img/services-arrow.png);
    position: absolute;
    top: -28px;
    right: -60px
}
body .mfp-content .item-news {
    padding: 20px
}
body .mfp-content .item-news img {
    width: 100%
}
body .mfp-content .item-news .date-nav {
    margin: 15px 0
}
body .mfp-content .item-news .date-nav span {
    font-size: 16px;
    margin-right: 15px;
    font-family: Roboto;
    font-weight: 400
}
body .mfp-content .item-news .date-nav a {
    color: #898989;
    font-size: 16px;
    text-decoration: underline;
    font-family: Roboto;
    font-weight: 400
}
body .mfp-content .item-news .date-nav a:hover {
    color: #7f64b5;
    text-decoration: none
}
body .mfp-content .item-news .title {
    font-size: 30px;
    line-height: 100%
}
body .mfp-content .item-news .desc {
    margin: 15px 0
}
body .mfp-content .item-news .desc p {
    font-family: Roboto;
    font-weight: 300
}
body .mfp-content .item-news .soc-btn ul li {
    display: inline-block;
    margin-right: 20px;
    color: #7f64b5
}
body .mfp-content .item-news .soc-btn ul li a {
    display: inline-block
}
body .mfp-content .item-news .soc-btn ul li a .fa {
    font-size: 16px;
    color: #000
}
body .mfp-content .item-news .soc-btn ul li a:hover .fa {
    color: #7f64b5
}
body .mfp-content .item-news .nav-news {
    width: 520px;
    margin: 20px auto;
    display: flex;
    justify-content: space-between
}
body .mfp-content .item-news .nav-news div {
    width: 245px;
    position: relative
}
body .mfp-content .item-news .nav-news div:after {
    content: '';
    width: 19px;
    height: 14px;
    display: block;
    position: absolute;
    bottom: 6px
}
body .mfp-content .item-news .nav-news .l-block {
    text-align: right
}
body .mfp-content .item-news .nav-news .l-block:after {
    background-image: url(../img/scroll-up.png);
    left: -20px;
    transform: rotate(-90deg);
    bottom: 8px
}
body .mfp-content .item-news .nav-news .r-block:after {
    background-image: url(../img/scroll-up.png);
    right: -20px;
    transform: rotate(90deg)
}
body .mfp-content .item-news .nav-news p {
    font-family: Roboto;
    font-weight: 400;
    color: #898989
}
body .mfp-content .item-news .nav-news a {
    font-size: 16px;
    text-decoration: underline
}
body .mfp-content .mfp-close {
    width: 91px;
    height: 90px;
    opacity: 1;
    position: fixed;
    left: 10%;
    top: 50%;
    transform: translateY(-50%);
    color: transparent
}
body .mfp-content .mfp-close:after {
    content: '';
    width: 91px;
    height: 90px;
    display: block;
    background-image: url(../img/services-close.png);
    position: absolute;
    top: 0
}
body footer {
    border-top: 16px solid #7f64b5
}
body footer .nav-block {
    overflow: hidden;
    padding: 50px 10px;
    width: 1200px;
    margin: 0 auto
}
body footer .nav-block .row {
    display: flex;
    justify-content: space-between
}
body footer .nav-block .row .overall-ul {
    position: relative
}
body footer .nav-block .row .overall-ul li a {
    display: inline-block;
    font-family: Roboto;
    font-weight: 300;
    font-size: 16px;
    color: #000;
    position: relative;
    margin-bottom: 20px
}
body footer .nav-block .row .overall-ul li a:after {
    display: block;
    content: '';
    width: 0;
    height: 1px;
    background-color: #000;
    position: absolute;
    bottom: 0;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s
}
body footer .nav-block .row .overall-ul li a:hover:after {
    width: 100%
}
body footer .nav-block .row .overall-ul.ul2 li:first-child a {
    font-weight: 400
}
body footer .nav-block .row .overall-ul.ul2 li:first-child a:after {
    display: none
}
body footer .nav-block .row .contacts li {
    display: block;
    margin-bottom: 20px
}
body footer .nav-block .row .contacts li a {
    font-family: Roboto;
    font-weight: 900;
    font-size: 16px
}
body footer .nav-block .row .contacts li .fa {
    font-size: 16px;
    margin-right: 10px
}
body footer .nav-block .row .logo {
    position: absolute;
    top: 0;
    right: 0;
    display: block;
    width: 173px;
    font-family: Roboto;
    font-weight: 300;
    color: #515151
}
body footer .nav-block .row .logo img {
    width: 100%;
    margin-bottom: 5px
}
body footer .nav-block .row .soc-btn {
    position: absolute;
    right: 0;
    bottom: 20px
}
body footer .nav-block .row .soc-btn li {
    display: inline-block;
    margin-left: 20px
}
body footer .nav-block .row .soc-btn li a {
    display: inline-block
}
body footer .nav-block .row .soc-btn li a .fa {
    font-size: 16px;
    color: #7f64b5
}
body .scroll-up {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    width: 70px;
    height: 100%;
    background-color: rgba(239, 235, 249, 0)
}
body .scroll-up span {
    display: block;
    text-align: center;
    font-size: 16px;
    margin-top: 30px;
    line-height: 25px;
    position: fixed;
    left: 11px
}
body .scroll-up span img {
    margin: 10px auto;
    display: block
}
body .scroll-up.active {
    display: block
}
body .scroll-up:hover {
    background-color: rgba(239, 235, 249, .4)
}
.overflow {
    overflow: hidden
}
.my-mfp-zoom-in .zoom-anim-dialog {
    opacity: 0;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    -webkit-transform: scale(.8);
    -moz-transform: scale(.8);
    -ms-transform: scale(.8);
    -o-transform: scale(.8);
    transform: scale(.8)
}
.my-mfp-zoom-in.mfp-ready .zoom-anim-dialog {
    opacity: 1;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1)
}
.my-mfp-zoom-in.mfp-removing .zoom-anim-dialog {
    -webkit-transform: scale(.8);
    -moz-transform: scale(.8);
    -ms-transform: scale(.8);
    -o-transform: scale(.8);
    transform: scale(.8);
    opacity: 0
}
.my-mfp-zoom-in.mfp-bg {
    opacity: 0;
    -webkit-transition: opacity .3s ease-out;
    -moz-transition: opacity .3s ease-out;
    -o-transition: opacity .3s ease-out;
    transition: opacity .3s ease-out
}
.my-mfp-zoom-in.mfp-ready.mfp-bg {
    opacity: .8
}
.my-mfp-zoom-in.mfp-removing.mfp-bg {
    opacity: 0
}


.programm-block-wrapper {
    text-align:center;
    
}

    .programm-block-wrapper h4 {
        margin-bottom: 10px;
        font-weight: initial;
        font-size: 26px;
    }

#news-pagination {
    margin: 20px auto;
    text-align: center;
    padding: 10px 0;
}

#news-pagination .page-link {
    display: inline-block;
    margin: 0 5px;
    padding: 8px 14px;
    background: #f5f5f5;
    color: #333;
    text-decoration: none;
    border-radius: 5px;
    font-weight: bold;
    border: 1px solid #ccc;
    transition: 0.3s;
}

#news-pagination .page-link:hover {
    background: #e0e0e0;
    color: #000;
}

#news-pagination .page-link.active {
    background: #007bff;
    color: #fff;
    border-color: #007bff;
}
