/*Шрифты*/
@font-face {
    font-family: "OpenSans";
    src: url(../fonts/OpenSans-Regular.ttf);
}

@font-face {
    font-family: 'OpenSansBold';
    src: url('../fonts/OpenSansBold/OpenSansBold.eot');
    src: url('../fonts/OpenSansBold/OpenSansBold.eot') format('embedded-opentype'),
    url('../fonts/OpenSansBold/OpenSansBold.woff2') format('woff2'),
    url('../fonts/OpenSansBold/OpenSansBold.woff') format('woff'),
    url('../fonts/OpenSansBold/OpenSansBold.ttf') format('truetype'),
    url('../fonts/OpenSansBold/OpenSansBold.svg#OpenSansBold') format('svg');
}

@font-face {
    font-family: "OpenSansSemi";
    src: url(../fonts/OpenSans-Semibold.ttf);
}

@font-face {
    font-family: "OpenSansExtra";
    src: url(../fonts/OpenSans-ExtraBold.ttf);
}

@font-face {
    font-family: "OpenSansLight";
    src: url(../fonts/OpenSans-Light.ttf);
}

@font-face {
    font-family: "Raleway";
    src: url(../fonts/2206.ttf);
}

@font-face {
    font-family: "RubleSans";
    src: url(../fonts/RUBSN.otf);
}

/*Reset style*/
* {
    margin: 0;
    padding: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

a,
a:hover {
    text-decoration: none;
    cursor: pointer;
}

li {
    list-style: none;
}

.clear {
    clear: both;
}

ul {
    padding: 0;
    margin: 0;
}

/*Стили главной страницы*/
body {
    position: relative;
    background: #fff url('../img/bg/top-bg.jpg') repeat-x;
    display: flex;
    flex-direction: column;
    min-height: 100vh;
}

.wrapper {
    width: 1300px;
    margin: 0 auto;
    position: relative;
}

/*Main header*/
header {
    line-height: 120px;
}

header .menu-header-block {
    text-align: right;
}

header .logo-main {
    position: relative;
    margin-top: -10px;
    display: block;
    max-width: 190px;
    z-index: 9999;
}

header .logo-main img {
    max-width: 190px;
    width: 100%;
}

header .main-menu {
    display: inline-block;
    line-height: 120px;
    margin-right: 105px;
}

header .main-menu li {
    display: inline-block;
    padding: 0 14px;
}

header .main-menu .item-menu {
    color: #2f2f35;
    font: 14px OpenSans;
}

header .main-menu .item-menu:hover {
    color: #f7a60f;
    font: 14px OpenSans;
    text-decoration: underline;
}

header .btn-registration-top {
    color: #b895f1;
    display: inline-block;
    padding: 14px 24px;
    border: 2px solid #b895f1;
    font: 12px OpenSansExtra;
    text-transform: uppercase;
    line-height: normal;
    -webkit-border-radius: 24px;
    border-radius: 24px;
    -webkit-transition: all 0.7s;
    -o-transition: all 0.7s;
    transition: all 0.7s;
    margin-right: 35px;
}

header .btn-registration-top:hover {
    -webkit-box-shadow: inset 0 0 0 45px #b895f1;
    box-shadow: inset 0 0 0 45px #b895f1;
    color: #fff;
}

header .btn-auth-top {
    color: #b895f1;
    display: inline-block;
    font: 12px OpenSansExtra;
    text-transform: uppercase;
    line-height: normal;
    -webkit-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
}

header .btn-auth-top:hover {
    color: #f7a60f;
}

header .hamburger-menu {
    width: 20px;
    height: 20px;
    fill: #b895f1;
    display: none;
}

header .btn-link {
    padding-right: 0;
    border: none;
}

header .hamburger-menu.active {
    fill: #f7a60f;
}

header .hamburger-menu:hover {
    fill: #f7a60f;
}

/*First slide main*/
.slide-top-content {
    position: relative;
    background: #fff;
    border: 2px solid #fafefd;
    max-width: 82%;
    padding: 60px 0 0 50px;
    -webkit-box-shadow: -9px 9px 0px 0px #fafefd;
    box-shadow: -9px 9px 0px 0px #fafefd;
    margin-bottom: 35px;
}

.slide-top-content .img-title-slide {
    display: inline-block;
    vertical-align: top;
}

.slide-top-content .img-title-slide img {
    max-width: 141px;
    -webkit-box-shadow: 46px -8px 79px -41px rgba(0, 0, 0, 0.35);
    -moz-box-shadow: 46px -8px 79px -41px rgba(0, 0, 0, 0.35);
    box-shadow: 46px -8px 79px -41px rgba(0, 0, 0, 0.35);
}

.slide-top-content .content-slide {
    display: inline-block;
    padding-left: 25px;
    vertical-align: top;
    position: relative;
}

.slide-top-content .content-slide h1 {
    margin-top: -12px;
    position: relative;
    color: #f7a60f;
    font: 36px OpenSansExtra;
    text-transform: uppercase;
}

.slide-top-content .content-slide h1 span {
    color: #b895f1;
    font-size: 48px;
}

.slide-top-content .content-slide h3 {
    color: #2f2f35;
    margin-top: 0;
    font: 20px OpenSans;
    margin-bottom: 35px;
}

.slide-top-content .btn-slide-segment {
    display: inline-block;
    min-width: 300px;
    text-align: center;
}

.slide-top-content .sub-text-btn {
    color: #2f2f35;
    font: 11px OpenSans;
    margin-top: 13px;
    margin-bottom: 30px;
}

.slide-top-content .info-slide-segment {
    display: inline-block;
    vertical-align: top;
    padding-left: 30px;
    padding-top: 4px;
}

.slide-top-content .info-slide-segment p {
    font: 11px OpenSans;
    position: relative;
}

.slide-top-content .info-slide-segment img {
    margin-right: 14px;
    margin-top: -2px;
    position: relative;
    width: 35px;
    height: 39px;
}

.slide-top-content:after {
    content: url('../img/elements/img-slide-after.png');
    position: absolute;
    right: -225px;
    top: 0;
}

/*Елемент ораньжевая кнопка*/
.orange-btn {
    width: 100%;
    max-width: 300px;
    display: inline-block;
    text-align: center;
    color: #fff;
    position: relative;
    font: 12px Raleway;
    text-transform: uppercase;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#f9b941+0,f18910+100 */
    background: #f9b941;
    /* Old browsers */
    /* IE9 SVG, needs conditional override of 'filter' to 'none' */
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2Y3YTYwZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmMTg5MTAiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    /* FF3.6-15 */
    background: -webkit-gradient(linear, left top, right top, color-stop(0%, #f9b941), color-stop(100%, #f3a608));
    /* Chrome4-9,Safari4-5 */
    background: -webkit-linear-gradient(left, #f9b941 0%, #f3a608 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: -o-linear-gradient(left, #f9b941 0%, #f3a608 100%);
    /* Opera 11.10-11.50 */
    /* IE10 preview */
    background: -webkit-gradient(linear, left top, right top, from(#f9b941), to(#f3a608));
    background: linear-gradient(to right, #f9b941 0%, #f3a608 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f9b941', endColorstr='#f3a608', GradientType=1);
    /* IE6-8 */
    line-height: 40px;
    -webkit-border-radius: 20px;
    border-radius: 20px;
    -webkit-box-shadow: 0px 5px 10px 0px #f7a60f;
    box-shadow: 0px 5px 10px 0px #f7a60f;
    transition: all 0.4s;
}

.orange-btn:hover,
.orange-btn:active,
.orange-btn:focus {
    color: #fff;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#f7a60f+0,f18910+100 */
    background: #f7a60f;
    /* Old browsers */
    /* IE9 SVG, needs conditional override of 'filter' to 'none' */
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2Y3YTYwZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmMTg5MTAiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    /* FF3.6-15 */
    background: -webkit-gradient(linear, left top, right top, color-stop(0%, #fcb126), color-stop(100%, #f18910));
    /* Chrome4-9,Safari4-5 */
    background: -webkit-linear-gradient(left, #fcb126 0%, #f18910 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: -o-linear-gradient(left, #fcb126 0%, #f18910 100%);
    /* Opera 11.10-11.50 */
    /* IE10 preview */
    background: -webkit-gradient(linear, left top, right top, from(#fcb126), to(#f18910));
    background: linear-gradient(to right, #fcb126 0%, #f18910 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fcb126', endColorstr='#f18910', GradientType=1);
    /* IE6-8 */
}

/*Block bulit*/
.item-bulit {
    position: relative;
    margin-bottom: 35px;
}

.item-bulit .icon-bulit {
    display: inline-block;
    width: 65px;
    height: 65px;
    background: url('../img/sprite/bulit.png') no-repeat;
    vertical-align: middle;
    -webkit-background-size: 260px 65px;
    background-size: 260px 65px;
}

.item-bulit .bulit-ico-2 {
    background-position-x: -65px;
}

.item-bulit .bulit-ico-3 {
    background-position-x: -130px;
}

.item-bulit .bulit-ico-4 {
    background-position-x: -195px;
}

.item-bulit .text-bulit {
    display: inline-block;
    margin: 0;
    vertical-align: middle;
    font: 14px/1.2em OpenSans;
    padding-left: 35px;
}

/*Стили блока 1210 преподавателей*/
.left-img-block {
    position: relative;
}

.left-img-block img {
    max-width: 100%;
}

.main-slider-feedback {
    position: relative;
}

.main-slider-feedback h3 {
    margin-top: 90px;
    margin-bottom: 25px;
    text-transform: uppercase;
    color: #b895f1;
    font: 36px OpenSansExtra;
}

.main-slider-feedback h3 span {
    font-size: 48px;
    color: #f7a60f;
}

.btn-element {
    color: #b895f1;
    display: inline-block;
    padding: 12px 35px;
    border: 2px solid #b895f1;
    font: 12px OpenSansExtra;
    text-transform: uppercase;
    line-height: normal;
    -webkit-border-radius: 24px;
    border-radius: 24px;
    -webkit-transition: all 0.7s;
    -o-transition: all 0.7s;
    transition: all 0.7s;
}

.btn-element:hover {
    -webkit-box-shadow: inset 0 0 0 45px #b895f1;
    box-shadow: inset 0 0 0 45px #b895f1;
    color: #fff;
}

.slider-content {
    border: 2px solid rgba(63, 35, 77, .1);
    -webkit-box-shadow: -6px 6px 0px 0px rgba(63, 35, 77, .1);
    box-shadow: -6px 6px 0px 0px rgba(63, 35, 77, .1);
    position: relative;
    padding: 23px 58px 28px 58px;
    margin-top: 20px;
    margin-bottom: 20px;
}

.item-slide {
    position: relative;
    display: inline-block;
}

.item-slide .cov-element {
    color: #f7a60f;
    display: block;
    font: 60px/0.7em OpenSansExtra;
    margin-bottom: 20px;
}

.item-slide .text-feedback {
    font: 18px OpenSans;
    margin-top: 0;
    margin-bottom: 20px;
}

.item-slide .name-user-feedback {
    margin: 0;
    font: 14px OpenSansBold;
}

.item-slide .name-user-feedback span {
    font: 14px OpenSans;
}

.slick-prev {
    background: url('../img/sprite/arrow-slide.png') no-repeat;
    width: 73px;
    height: 14px;
    text-indent: -9999px;
    border: 0;
    outline: 0;
    position: absolute;
    left: -44px;
    top: 50%;
    margin-top: -7px;
    z-index: 99;
    -webkit-background-size: 146px 26px;
    background-size: 146px 26px;
}

.slick-prev:hover {
    background-position-y: -13px;
}

.slick-next {
    background: url('../img/sprite/arrow-slide.png') no-repeat;
    background-position-x: -73px;
    width: 73px;
    height: 14px;
    text-indent: -9999px;
    border: 0;
    outline: 0;
    position: absolute;
    right: -44px;
    top: 50%;
    margin-top: -7px;
    -webkit-background-size: 146px 26px;
    background-size: 146px 26px;
}

.slick-next:hover {
    background-position-y: -13px;
}

.slick-dots {
    width: 100%;
    text-align: center;
    position: absolute;
    left: 0;
    bottom: -55px;
}

.slick-dots li {
    display: inline-block;
    text-indent: -9999px;
    width: 11px;
    height: 11px;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    outline: 0;
    border: 0;
    background: #b895f1;
    margin: 0 9px;
    cursor: pointer;
}

.slick-dots li:hover,
.slick-dots li.slick-active {
    background: #f7a60f;
    -webkit-box-shadow: 0px 5px 10px 0px #f7a60f;
    box-shadow: 0px 5px 10px 0px #f7a60f;
}

/*Блок поиска на главной*/
.block-search {
    position: relative;
    background: #f7bd45;
    padding: 30px 0;
    margin-top: 32px;
    margin-bottom: 30px;
}

.block-search .jq-selectbox {
    width: 100%;
}

.block-search .jq-selectbox.focused .jq-selectbox__select {
    border: 0;
}

.block-search .jq-selectbox__select {
    width: 100%;
    height: 62px;
    -webkit-border-radius: 0;
    border-radius: 0;
    border: 0;
    line-height: 62px;
    padding: 0 55px 0 30px;
    background: #fff;
    -webkit-box-shadow: -6px 8px 0px 0px #f3a608;
    box-shadow: -6px 8px 0px 0px #f3a608;
}

.block-search .jq-selectbox__select-text {
    /*background: #fff;*/
    font: 18px OpenSansBold;
    text-transform: uppercase;
    line-height: 62px;
}

.block-search .jq-selectbox__trigger {
    width: 54px;
    border: 0;
}

.block-search .jq-selectbox__trigger-arrow {
    border: 0;
    width: 23px;
    height: 14px;
    background: url('../img/sprite/arrow-select.png') no-repeat;
    top: 23px;
    right: 24px;
    -webkit-background-size: 46px 14px;
    background-size: 46px 14px;
}

.block-search .jq-selectbox.focused .jq-selectbox__trigger-arrow {
    background-position-x: -23px;
}

.block-search .jq-selectbox__dropdown {
    border: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
    padding: 25px 0;
}

.list-loader {
    margin: 2rem;
    text-align: center;
}

/*Темы медианаров*/
.block-theams-medianar {
    padding: 40px 0;
    background: #fafefd;
    position: relative;
    margin-bottom: 60px;
}

.block-theams-medianar .item-medianar {
    border: 1px solid rgba(63, 35, 77, .1);
    position: relative;
    padding: 4px 0;
    cursor: pointer;
    transition: all 0.4s;
    margin-bottom: 20px;
    min-height: 155px;
}

.block-theams-medianar .item-medianar:after {
    content: '';
    background-color: #f0f7f5;
    background-color: #f8f5fb;
    display: block;
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 21px;
    z-index: 6;
}

.block-theams-medianar .text-name-medianar {
    background: #fff no-repeat left bottom;
    background-size: 61px 73px;
    padding: 25px 0 10px 77px;
    color: #b895f1;
    font: 18px OpenSans;
    position: relative;
    z-index: 5;
    min-height: 100px;
}

.text-name-medianar .title {
    margin-top: 10px;
}
.block-theams-medianar .text-name-medianar .desc {
    padding: 5px 0 0 0;
    color: #2f2f35;
    font: 14px OpenSans;
    position: relative;
    z-index: 5;
}

.block-theams-medianar .item-medianar:hover {
    padding: 4px 4px;
}
.block-theams-medianar .item-medianar:hover .labels-block {
    transition: padding ease 0.4s;
    padding: 0 4px;
    z-index: 555;
}

.block-theams-medianar .item-medianar:hover .text-name-medianar {
    background-color: #fff;
}

.block-theams-medianar .info-medianar-item {
    padding: 24px 18px 14px;
    position: relative;
    z-index: 99;
    background: #f0f7f5;
    background: #f8f5fb;
}

.block-theams-medianar .info-medianar-item span {
    color: #b18fe8;
    font: 12px OpenSans;
    display: inline-block;
    text-decoration: underline;
    padding: 0 4px;
}

.block-theams-medianar .info-medianar-item .time-medianar {
    position: absolute;
    right: -10px;
    top: 0;
}

.block-theams-medianar .info-medianar-item .time-medianar span {
    text-decoration: none;
    font: 14px OpenSans;
    padding-right: 20px;
    padding-top: 7px;
}

.block-theams-medianar .info-medianar-item .time-medianar span i {
    margin-right: 7px;
    vertical-align: middle;
}

.block-theams-medianar .info-medianar-item .time-medianar img {
    max-width: 16px;
}

.block-theams-medianar .hover-medianar {
    position: absolute;
    width: 100%;
    height: 98%;
    -webkit-box-shadow: -8px 10px 0px 0px rgba(63, 35, 77, .1);
    box-shadow: -8px 10px 0px 0px rgba(63, 35, 77, .1);
    z-index: 2;
    left: 0;
    top: 4px;
}

.block-theams-medianar .item-medianar:hover .text-name-medianar {
    z-index: 10;
}

/*.block-theams-medianar .item-medianar:hover .text-name-medianar {*/
/*padding-right: 20px;*/
/*}*/
.block-theams-medianar .item-medianar:hover .hover-medianar {
    text-align: center;
    height: 120%;
    top: 0;
    z-index: 7;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#4da4ee+0,00666b+100 */
    background: #4da4ee;
    /* Old browsers */
    /* IE9 SVG, needs conditional override of 'filter' to 'none' */
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAwYThlNyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwMDY2NmIiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    /* FF3.6-15 */
    background: -webkit-gradient(linear, left top, right top, color-stop(0%, #4da4ee), color-stop(100%, #f7bd45));
    /* Chrome4-9,Safari4-5 */
    background: -webkit-linear-gradient(left, #4da4ee 0%, #f7bd45 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: -o-linear-gradient(left, #4da4ee 0%, #f7bd45 100%);
    /* Opera 11.10-11.50 */
    /* IE10 preview */
    background: -webkit-gradient(linear, left top, right top, from(#4da4ee), to(#f7bd45));
    background: linear-gradient(to right, #4da4ee 0%, #f7bd45 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#4da4ee', endColorstr='#f7bd45', GradientType=1);
    /* IE6-8 */
}

.block-theams-medianar .read-medianar {
    color: #fff;
    display: inline-block;
    padding: 0 20px;
    border: 2px solid #fff;
    font: 12px OpenSansExtra;
    text-transform: uppercase;
    line-height: normal;
    -webkit-border-radius: 15px;
    border-radius: 14px;
    line-height: 28px;
    -webkit-transition: all 0.7s;
    -o-transition: all 0.7s;
    transition: all 0.7s;
    position: absolute;
    bottom: 2%;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    transform: translateX(-50%);
}

.block-theams-medianar .icon-read {
    display: inline-block;
    width: 22px;
    height: 12px;
    background: url('../img/sprite/icon-medianar.png') no-repeat;
    vertical-align: middle;
    margin-right: 7px;
    position: relative;
    margin-top: -2px;
    -webkit-background-size: 44px 12px;
    background-size: 44px 12px;
    filter: brightness(0.5);
    transition: filter 0.3s;
}

.block-theams-medianar .read-medianar:hover {
    -webkit-box-shadow: inset 0 0 0 45px #fff;
    box-shadow: inset 0 0 0 45px #fff;
    color: #b895f1;
}

.block-theams-medianar .read-medianar:hover .icon-read {
    background-position-x: -22px;
    filter: none;
}

/*Блок пагинации*/
.block-pagination {
    position: relative;
    text-align: center;
    margin-bottom: 60px;
}

.block-pagination span {
    color: #7c7c82;
    font: 16px OpenSans;
    padding-right: 50px;
}

.block-pagination .list-pagination {
    position: relative;
    display: inline-block;
}

.block-pagination .list-pagination li {
    display: inline-block;
    vertical-align: middle;
}

.block-pagination .list-pagination .item-pagination {
    display: inline-block;
    width: 58px;
    color: #7c7c82;
    font: 36px OpenSans;
    line-height: 58px;
    -webkit-border-radius: 50%;
    border-radius: 50%;
}

.block-pagination .list-pagination .item-pagination.active {
    border: 1px solid rgba(63, 35, 77, .1);
    -webkit-box-shadow: -6px 6px 0px 0px rgba(217, 247, 240, 0.68);
    box-shadow: -6px 6px 0px 0px rgba(217, 247, 240, 0.68);
}

.block-pagination .list-pagination .item-pagination.disabled {
    cursor: not-allowed;
}

.block-pagination .list-pagination .item-pagination:hover:not(.disabled) {
    color: #785d92;
}

.block-pagination .list-pagination .first-pagination {
    width: 33px;
    height: 14px;
    background: url('../img/sprite/arrow-last-pagination.png') no-repeat;
    display: inline-block;
    vertical-align: middle;
    -webkit-background-size: 66px 14px;
    background-size: 66px 14px;
    -moz-transform: scaleX(-1);
    -o-transform: scaleX(-1);
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1);
}

.block-pagination .list-pagination .first-pagination:hover {
    background-position-x: -33px;
}

.block-pagination .list-pagination .prev-pagination {
    width: 26px;
    height: 14px;
    background: url('../img/sprite/arrow-pagination-next.png') no-repeat;
    display: inline-block;
    vertical-align: middle;
    margin: 0 20px;
    -webkit-background-size: 52px 14px;
    background-size: 52px 14px;
    -moz-transform: scaleX(-1);
    -o-transform: scaleX(-1);
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1);
}

.block-pagination .list-pagination .prev-pagination:hover {
    background-position-x: -26px;
}

.block-pagination .list-pagination .next-pagination {
    width: 26px;
    height: 14px;
    background: url('../img/sprite/arrow-pagination-next.png') no-repeat;
    display: inline-block;
    vertical-align: middle;
    margin: 0 20px;
    -webkit-background-size: 52px 14px;
    background-size: 52px 14px;
}

.block-pagination .list-pagination .next-pagination:hover {
    background-position-x: -26px;
}

.block-pagination .list-pagination .last-pagination {
    width: 33px;
    height: 14px;
    background: url('../img/sprite/arrow-last-pagination.png') no-repeat;
    display: inline-block;
    vertical-align: middle;
    -webkit-background-size: 66px 14px;
    background-size: 66px 14px;
}

.block-pagination .list-pagination .last-pagination:hover {
    background-position-x: -33px;
}

/*Стили банера*/
.block-bn {
    margin-bottom: 60px;
    position: relative;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#00a8e7+0,00666b+100 */
    background: #00a8e7;
    /* Old browsers */
    /* IE9 SVG, needs conditional override of 'filter' to 'none' */
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAwYThlNyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwMDY2NmIiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    padding: 20px;
    /* FF3.6-15 */
    background: -webkit-gradient(linear, left top, right top, color-stop(0%, #00a8e7), color-stop(100%, #b895f1));
    /* Chrome4-9,Safari4-5 */
    background: -webkit-linear-gradient(left, #00a8e7 0%, #b895f1 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: -o-linear-gradient(left, #00a8e7 0%, #b895f1 100%);
    /* Opera 11.10-11.50 */
    /* IE10 preview */
    background: -webkit-gradient(linear, left top, right top, from(#00a8e7), to(#b895f1));
    background: linear-gradient(to right, #00a8e7 0%, #b895f1 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00a8e7', endColorstr='#b895f1', GradientType=1);
    /* IE6-8 */
    min-height: 340px;
}

.block-bn .content-bn {
    background: url('../img/elements/img-footer-bn.png') no-repeat top left;
    width: 100%;
    text-align: right;
}

.block-bn .text-bn {
    display: inline-block;
    text-align: center;
    padding: 75px 100px 45px 0;
}

.block-bn h3 {
    color: #fff;
    margin-top: 0;
    font: 36px OpenSansExtra;
    margin-bottom: 22px;
    line-height: 1em;
    text-transform: uppercase;
}

.block-bn h3 span {
    font-size: 24px;
}

.block-bn .orange-btn:before {
    content: '';
    background: transparent;
}

/*Блок сео*/
.block-seo {
    padding: 55px 0;
    background: #fafefd;
    margin-bottom: 30px;
}

.block-seo .title-material-seo {
    color: #b895f1;
    font: 14px OpenSans;
    margin-bottom: 25px;
}

.block-seo h3 {
    margin-top: 0;
    margin-bottom: 15px;
    color: #b895f1;
    font: 24px OpenSansBold;
}

.block-seo p {
    color: #2f2f35;
    font: 18px OpenSans;
    margin: 0;
    line-height: 2em;
    margin-bottom: 15px;
    position: relative;
}

.block-seo div.full-text-seo {
    color: #2f2f35;
    font: 18px OpenSans;
    margin: 0;
    line-height: 2em;
    margin-bottom: 15px;
    position: relative;
}

.block-seo div.full-text-seo ul {
    list-style-type: disc;
    list-style-position: inside;
}

.block-seo div.full-text-seo ul li {
    list-style: inside;
}

.block-seo div.full-text-seo ol {
    list-style-type: decimal;
    list-style-position: inside;
}

.block-seo div.full-text-seo ol li {
    list-style: decimal;
    margin-left: 15px;
}

.block-seo div.full-text-seo ul ul, .block-seo div.full-text-seo ol ul {
    list-style-type: circle;
    list-style-position: inside;
    margin-left: 15px;
}

.block-seo div.full-text-seo ol ol, .block-seo div.full-text-seo ul ol {
    list-style-type: lower-latin;
    list-style-position: inside;
    margin-left: 15px;
}

.white-shadow {
    display: block;
    width: 100%;
    height: 70%;
    position: absolute;
    left: 0;
    bottom: 0;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,ffffff+100&0+0,1+100 */
    /* IE9 SVG, needs conditional override of 'filter' to 'none' */
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIwIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmZmZmZmYiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 100%); /* FF3.6-15 */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(255, 255, 255, 0)), color-stop(100%, rgba(255, 255, 255, 1))); /* Chrome4-9,Safari4-5 */
    background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 100%); /* Chrome10-25,Safari5.1-6 */
    background: -o-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 100%); /* Opera 11.10-11.50 */
    background: -ms-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 100%); /* IE10 preview */
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00ffffff', endColorstr='#ffffff', GradientType=0); /* IE6-8 */
}

#about.block-seo .white-shadow {
    bottom: 32px;
}

.block-seo .read-full {
    color: #b895f1;
    font: 14px OpenSansBold;
}

.block-seo .read-full span {
    border-bottom: 1px solid #b895f1;
}

.block-seo .read-full .icon-seo-full {
    width: 30px;
    height: 32px;
    display: inline-block;
    background: url('../img/sprite/icon-seo.png') no-repeat;
    vertical-align: middle;
    margin-right: 7px;
    -webkit-background-size: 60px 32px;
    background-size: 60px 32px;
}

.block-seo .read-full:hover .icon-seo-full {
    background-position-x: -30px;
}

.block-seo .read-full:hover {
    color: #f69f0f;
}

.block-seo .read-full:hover span {
    border-bottom: 1px solid #f69f0f;
}

/*Footer*/
footer {
    background: #2f2f35;
    position: relative;
    padding: 35px 0 45px 0;
}

footer .line-footer {
    position: absolute;
    width: 100%;
    height: 7px;
    left: 0;
    bottom: 13px;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#00a8e7+0,00666b+100 */
    background: #00a8e7;
    /* Old browsers */
    /* IE9 SVG, needs conditional override of 'filter' to 'none' */
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAwYThlNyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwMDY2NmIiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    /* FF3.6-15 */
    background: -webkit-gradient(linear, left top, right top, color-stop(0%, #00a8e7), color-stop(100%, #b895f1));
    /* Chrome4-9,Safari4-5 */
    background: -webkit-linear-gradient(left, #00a8e7 0%, #b895f1 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: -o-linear-gradient(left, #00a8e7 0%, #b895f1 100%);
    /* Opera 11.10-11.50 */
    /* IE10 preview */
    background: -webkit-gradient(linear, left top, right top, from(#00a8e7), to(#b895f1));
    background: linear-gradient(to right, #00a8e7 0%, #b895f1 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00a8e7', endColorstr='#b895f1', GradientType=1);
    /* IE6-8 */
}

footer .copyright {
    color: #333;
    font: 12px OpenSans;
    margin: 0;
    line-height: 2em;
}

footer .item-licence-footer {
    display: inline-block;
    width: 40%;
    color: #fff;
    font: 9px OpenSans;
    line-height: 1.8em;
    vertical-align: top;
}

footer .item-licence-footer img {
    margin-right: 5px;
}

footer .item-link-footer {
    color: #fff;
    font: 12px OpenSans;
    display: inline-block;
    text-decoration: underline;
    float: right;
    margin-top: 30px;
    padding: 0 5px;
}

.social-block {
    position: relative;
}

.social-block .item-social {
    display: inline-block;
    width: 46px;
    height: 46px;
    margin: 0 4px;
}

.social-block .ico-social-1 {
    background: url('../img/sprite/social.png') no-repeat;
    -webkit-background-size: 230px 92px;
    background-size: 230px 92px;
}

.social-block .ico-social-1:hover {
    background-position-y: -46px;
}

.social-block .ico-social-2 {
    background: url('../img/sprite/social.png') no-repeat;
    background-position-x: -46px;
    -webkit-background-size: 230px 92px;
    background-size: 230px 92px;
}

.social-block .ico-social-2:hover {
    background-position-y: -46px;
}

.social-block .ico-social-3 {
    background: url('../img/sprite/social.png') no-repeat;
    background-position-x: -92px;
    -webkit-background-size: 230px 92px;
    background-size: 230px 92px;
}

.social-block .ico-social-3:hover {
    background-position-y: -46px;
}

.social-block .ico-social-4 {
    background: url('../img/sprite/social.png') no-repeat;
    background-position-x: -138px;
    -webkit-background-size: 230px 92px;
    background-size: 230px 92px;
}

.social-block .ico-social-4:hover {
    background-position-y: -46px;
}

.social-block .ico-social-5 {
    background: url('../img/sprite/social.png') no-repeat;
    background-position-x: -184px;
    -webkit-background-size: 230px 92px;
    background-size: 230px 92px;
}

.social-block .ico-social-5:hover {
    background-position-y: -46px;
}

/*Хлебные крошки*/
.content-breadcrumbs {
    position: relative;
    margin-bottom: 30px;
}

.content-breadcrumbs li {
    display: inline-block;
    padding-right: 24px;
    position: relative;
}

.content-breadcrumbs .item-breadcrumbs {
    color: #afafb5;
    font: 12px OpenSansLight;
    cursor: pointer;
}

.content-breadcrumbs .item-breadcrumbs.active {
    text-decoration: underline;
}

.content-breadcrumbs li:last-child:before {
    content: '';
}

.content-breadcrumbs li:before {
    content: url('../img/icon/arrow-breadcrumb.png');
    position: absolute;
    right: 9px;
}

.content-page {
    position: relative;
}

.content-page h3 {
    text-transform: uppercase;
    color: #785d92;
    font: 30px OpenSansBold;
    margin-top: 0;
    margin-bottom: 38px;
}

/*Tabs main*/
.item-tabs-main {
    position: relative;
    background: #cde9ec;
    padding: 5px;
    display: block;
    margin-bottom: 30px;
    max-width: 90%;
}

.item-tabs-main .style-border-tabs {
    background: #fff;
    padding: 24px 0 24px 48px;
    color: #b895f1;
    font: 30px OpenSansBold;
}

.img-tabs-1:before {
    content: '';
    background: url('../img/elements/tabs-img-1.png') no-repeat;
    width: 173px;
    height: 135px;
    background-size: 173px 135px;
    position: absolute;
    right: -44px;
    top: -25px;
}

.img-tabs-2:before {
    content: '';
    background: url('../img/elements/tabs-img-2.png') no-repeat;
    width: 143px;
    height: 135px;
    background-size: 143px 135px;
    position: absolute;
    right: -44px;
    top: -25px;
}

.item-tabs-main.active, .item-tabs-main:hover {
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#00a8e7+0,00666b+100 */
    background: #00a8e7;
    /* Old browsers */
    /* IE9 SVG, needs conditional override of 'filter' to 'none' */
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAwYThlNyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwMDY2NmIiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    /* FF3.6-15 */
    background: -webkit-gradient(linear, left top, right top, color-stop(0%, #00a8e7), color-stop(100%, #b895f1));
    /* Chrome4-9,Safari4-5 */
    background: -webkit-linear-gradient(left, #00a8e7 0%, #b895f1 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: -o-linear-gradient(left, #00a8e7 0%, #b895f1 100%);
    /* Opera 11.10-11.50 */
    /* IE10 preview */
    background: -webkit-gradient(linear, left top, right top, from(#00a8e7), to(#b895f1));
    background: linear-gradient(to right, #00a8e7 0%, #b895f1 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00a8e7', endColorstr='#b895f1', GradientType=1);
    /* IE6-8 */
    -webkit-box-shadow: -5px 7px 0px 0px #a6dff3;
    box-shadow: -5px 7px 0px 0px #a6dff3;
}

/*Сертификаты*/
.block-theams-licence {
    padding: 40px 0;
    background: #fafefd;
    position: relative;
    margin-bottom: 60px;
}

.block-theams-licence .item-licence {
    border: 1px solid rgba(63, 35, 77, .1);
    position: relative;
    padding: 4px 0 0 0;
    cursor: pointer;
    margin-bottom: 20px;
    -webkit-box-shadow: -5px 7px 0px 0px #a6dff3;
    box-shadow: -5px 7px 0px 0px #a6dff3;
    transition: all 0.4s;
}

.block-theams-licence .item-licence:hover {
    padding: 4px 4px 0 4px;
}

.block-theams-licence .item-licence:hover .text-name-licence {
    padding: 20px 15px 0 77px;
}

.block-theams-licence .item-licence-not-pay {
    border: 1px solid rgba(63, 35, 77, .1);
    position: relative;
    padding: 4px 0 0 0;
    cursor: pointer;
    margin-bottom: 20px;
    -webkit-box-shadow: -5px 7px 0px 0px #a6dff3;
    box-shadow: -5px 7px 0px 0px #a6dff3;
    transition: all 0.4s;
}

.block-theams-licence .item-licence-not-pay:hover {
    padding: 4px 4px 0 4px;
}

.block-theams-licence .text-name-licence {
    background: #fff url('../img/elements/sertif-medianar.png') no-repeat left bottom;
    background-size: 61px 73px;
    padding: 20px 25px 0 77px;
    min-height: 130px;
    position: relative;
    z-index: 5;
    transition: all 0.4s;
}

.block-theams-licence .text-name-licence h4 {
    color: #b895f1;
    font: 18px OpenSans;
    margin-top: 0;
    margin-bottom: 10px;
}

.block-theams-licence .text-name-licence p {
    color: #2f2f35;
    font: 14px OpenSans;
    margin: 0;
}

.block-theams-licence .info-licence-item {
    padding: 14px 6px 14px 70px;
    position: relative;
    z-index: 5;
}

.block-theams-licence .info-licence-item-not-pay {
    padding: 14px 6px 14px 70px;
    position: relative;
    z-index: 5;
    background: #ffe7e0;
}

.block-theams-licence .item-medianar:hover .info-medianar-item,
.block-theams-licence .item-medianar:hover .text-name-medianar {
    z-index: 10;
}

.block-theams-licence .read-licence {
    color: #b0d9c7;
    display: inline-block;
    padding: 0 20px;
    border: 2px solid #b0d9c7;
    font: 12px OpenSansExtra;
    text-transform: uppercase;
    line-height: normal;
    -webkit-border-radius: 15px;
    border-radius: 16px;
    line-height: 28px;
    -webkit-transition: all 0.7s;
    -o-transition: all 0.7s;
    transition: all 0.7s;
}

.block-theams-licence .bue-licence {
    color: #e7342d;
    display: inline-block;
    padding: 0 28px;
    border: 2px solid #e7342d;
    font: 12px OpenSansExtra;
    text-transform: uppercase;
    line-height: normal;
    -webkit-border-radius: 15px;
    border-radius: 16px;
    line-height: 28px;
    -webkit-transition: all 0.7s;
    -o-transition: all 0.7s;
    transition: all 0.7s;
}

.block-theams-licence .icon-licence {
    display: inline-block;
    width: 18px;
    height: 20px;
    background: url('../img/sprite/icon-btn-licence.png') no-repeat;
    vertical-align: middle;
    margin-right: 7px;
    position: relative;
    margin-top: -2px;
}

.block-theams-licence .item-licence:hover .read-licence {
    border-color: #fff;
    color: #fff;
}

.block-theams-licence .item-licence:hover .icon-licence {
    background-position-x: -18px;
}

.block-theams-licence .item-licence:hover {
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#00a8e7+0,00666b+100 */
    background: #00a8e7;
    /* Old browsers */
    /* IE9 SVG, needs conditional override of 'filter' to 'none' */
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAwYThlNyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwMDY2NmIiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    /* FF3.6-15 */
    background: -webkit-gradient(linear, left top, right top, color-stop(0%, #00a8e7), color-stop(100%, #b895f1));
    /* Chrome4-9,Safari4-5 */
    background: -webkit-linear-gradient(left, #00a8e7 0%, #b895f1 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: -o-linear-gradient(left, #00a8e7 0%, #b895f1 100%);
    /* Opera 11.10-11.50 */
    /* IE10 preview */
    background: -webkit-gradient(linear, left top, right top, from(#00a8e7), to(#b895f1));
    background: linear-gradient(to right, #00a8e7 0%, #b895f1 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00a8e7', endColorstr='#b895f1', GradientType=1);
    /* IE6-8 */
}

.block-theams-licence .sucsess-licence {
    float: right;
    color: #1d8b8f;
    font: 14px OpenSans;
    padding-right: 54px;
    text-transform: uppercase;
    vertical-align: middle;
    margin-top: 5px;
    position: relative;
}

.block-theams-licence .item-licence:hover .sucsess-licence {
    color: #fff;
}

.block-theams-licence .item-licence:hover .sucsess-licence:before {

    background: #fff url('../img/sprite/gal-licence.png') no-repeat;
    background-size: 60px 30px;
    background-position-x: -30px;
}

.block-theams-licence .sucsess-licence:before {
    content: '';
    width: 30px;
    height: 30px;
    position: absolute;
    right: 0;
    top: -6px;
    background: #1d8b8f url('../img/sprite/gal-licence.png') no-repeat;
    background-size: 60px 30px;
    border-radius: 50%;
}

.block-theams-licence .date-licence {
    font: 12px OpenSans;
    color: #afafb5;
    display: inline-block;
    margin-bottom: 5px;
    margin-top: 10px;
}

.block-theams-licence .not-pay-licence {
    float: right;
    color: #e7342d;
    font: 14px OpenSans;
    padding-right: 54px;
    text-transform: uppercase;
    vertical-align: middle;
    margin-top: 5px;
    position: relative;
}

.block-theams-licence .not-pay-licence:before {
    content: '';
    width: 30px;
    height: 30px;
    position: absolute;
    right: 0;
    top: -6px;
    background: #ec3a2e url('../img/sprite/not-licence.png') no-repeat;
    background-size: 60px 30px;
    border-radius: 50%;
}

.block-theams-licence .item-licence-not-pay:hover .bue-licence {
    color: #fff;
    border-color: #fff;
}

.block-theams-licence .price {
    position: relative;
    display: inline-block;
    color: #e7342d;
    font: 24px OpenSansBold;
    vertical-align: middle;
    padding-left: 18px;
}

.block-theams-licence .item-licence-not-pay:hover .not-pay-licence:before {
    background: #fff url('../img/sprite/not-licence.png') no-repeat;
    background-size: 60px 30px;
    background-position-x: -30px;
}

.block-theams-licence .item-licence-not-pay:hover .info-licence-item-not-pay {
    background: transparent;
}

.block-theams-licence .item-licence-not-pay:hover .price,
.block-theams-licence .item-licence-not-pay:hover .not-pay-licence {
    color: #fff;
}

.block-theams-licence .item-licence-not-pay:hover {
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ff5230+1,e7342d+100 */
    background: #ff5230;
    /* Old browsers */
    /* IE9 SVG, needs conditional override of 'filter' to 'none' */
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIxJSIgc3RvcC1jb2xvcj0iI2ZmNTIzMCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNlNzM0MmQiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    /* FF3.6-15 */
    background: -webkit-gradient(linear, left top, right top, color-stop(1%, #ff5230), color-stop(100%, #e7342d));
    /* Chrome4-9,Safari4-5 */
    background: -webkit-linear-gradient(left, #ff5230 1%, #e7342d 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: -o-linear-gradient(left, #ff5230 1%, #e7342d 100%);
    /* Opera 11.10-11.50 */
    /* IE10 preview */
    background: -webkit-gradient(linear, left top, right top, color-stop(1%, #ff5230), to(#e7342d));
    background: linear-gradient(to right, #ff5230 1%, #e7342d 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff5230', endColorstr='#e7342d', GradientType=1);
    /* IE6-8 */
    -webkit-box-shadow: -5px 7px 0px 0px #f3b7b4;
    box-shadow: -5px 7px 0px 0px #f3b7b4;
}

/*Страница профиля*/
.content-profile {
    background: white;
    padding: 40px 0 0 0;
    position: relative;
    flex: 1;
}

.img-photo-user {
    position: relative;
    border: 5px solid #cde9ec;
    display: inline-block;
    margin-right: 30px;
    -webkit-box-shadow: -5px 7px 0px 0px rgba(63, 35, 77, .1);
    box-shadow: -5px 7px 0px 0px rgba(63, 35, 77, .1);
}

.download-photo {
    display: inline-block;
    vertical-align: middle;
}

.download-photo p {
    color: #785d92;
    font: 24px OpenSansBold;
    margin-bottom: 14px;
}

.download-photo .input-download {
    display: none;
}

.download-photo .input-download + label {
    color: #b895f1;
    font: 14px OpenSansBold;
    text-decoration: underline;
    cursor: pointer;
}

.download-photo .input-download + label:hover {
    color: #f6a30f;
}

.title-setting-profile {
    margin-top: 45px;
    margin-bottom: 16px;
    color: #785d92;
    font: 24px OpenSansBold;
}

.from-group {
    position: relative;
    margin-bottom: 18px;
}

.from-group .modalNotification:before {
    right: 80%;
}

.from-group .modalNotification {
    width: 100%;
    right: 0;
    top: 70px;
    z-index: 20;
}

.from-group .input-form-text {
    outline: 0;
    width: 100%;
    height: 50px;
    padding-left: 28px;
    border: 1px solid #b895f1;
    background: #fff;
    -webkit-box-shadow: -2px 3px 0px 0px #b895f1;
    box-shadow: -2px 3px 0px 0px #b895f1;
    font: 16px OpenSans;
    color: #afafb5;
}

.from-group .input-form-text::-webkit-placeholder {
    color: #afafb5;
}

.from-group .input-form-text::-moz-placeholder {
    color: #afafb5;
}

.from-group .jq-selectbox {
    width: 100%;
}

.from-group .jq-selectbox.focused .jq-selectbox__select {
    border: 0;
}

.from-group .jq-selectbox__select {
    width: 100%;
    height: 50px;
    -webkit-border-radius: 0;
    border-radius: 0;
    border: 0;
    line-height: 50px;
    padding: 0 55px 0 30px;
    background: #fff;
    -webkit-box-shadow: -2px 3px 0px 0px #b895f1;
    box-shadow: -2px 3px 0px 0px #b895f1;
}

.from-group .jq-selectbox__select-text {
    background: #fff;
    font: 16px OpenSans;
    color: #afafb5;
    line-height: 50px;
}

.from-group .jq-selectbox__trigger {
    width: 54px;
    border: 0;
}

.from-group .jq-selectbox__trigger-arrow {
    border: 0;
    width: 23px;
    height: 14px;
    background: url('../img/sprite/arrow-select.png') no-repeat;
    top: 19px;
    right: 24px;
    -webkit-background-size: 46px 14px;
    background-size: 46px 14px;
}

.from-group .jq-selectbox.focused .jq-selectbox__trigger-arrow {
    background-position-x: -23px;
}

.from-group .jq-selectbox__dropdown {
    border: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
    padding: 25px 0;
}

.from-group .checbox-form:not(checked) {
    display: none;
}

.from-group .checbox-form + label {
    color: #afafb5;
    font: 16px OpenSans;
    position: relative;
    padding-left: 27px;
    cursor: pointer;
}

.from-group .checbox-form:not(checked) + label:before {
    content: '';
    width: 16px;
    height: 16px;
    position: absolute;
    left: 0;
    top: 3px;
    -webkit-box-shadow: -2px 3px 0px 0px rgb(184, 149, 241);
    box-shadow: -2px 3px 0px 0px rgb(184, 149, 241);
}

.from-group .checbox-form:checked + label:after {
    content: '';
    width: 10px;
    height: 10px;
    position: absolute;
    left: 3px;
    top: 6px;
    background: #785d92;
}

.jq-selectbox.focused .jq-selectbox__select-text {
    color: #b895f1;
}

.jq-selectbox li {
    padding-left: 18px;
    font: 14px OpenSans;
    color: #2f2f35;
}

.from-group:focus-within .modalNotification {
    display: block;
    border: 1px solid #785d92;
}

.from-group:focus-within .input-form-text {
    border: 1px solid #785d92;
}

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

.social-form {
    padding-right: 55px;
    position: relative;
}

.social-form .input-form-text {
    padding-left: 52px;
}

.social-form .social-form-btn {
    width: 34px;
    height: 34px;
    background: url('../img/sprite/btn-form.png') no-repeat;
    border: 0;
    outline: 0;
    cursor: pointer;
    position: absolute;
    right: 0;
    top: 8px;
    -webkit-background-size: 68px 34px;
    background-size: 68px 34px;
}

.social-form .social-form-btn:hover {
    background-position-x: -34px;
}

.social-form .social-form-btn.active {
    background-position-x: -34px;
}

.vk-social:before {
    content: '';
    width: 22px;
    height: 12px;
    background: url('../img/icon/ico-vk.png') no-repeat;
    background-size: 22px 12px;
    position: absolute;
    left: 17px;
    top: 17px;
}

.ok-social:before {
    content: '';
    width: 14px;
    height: 20px;
    background: url('../img/icon/ico-ok.png') no-repeat;
    background-size: 14px 20px;
    position: absolute;
    left: 22px;
    top: 15px;
}

.facebook-social:before {
    content: '';
    width: 8px;
    height: 16px;
    background: url('../img/icon/ico-facebook.png') no-repeat;
    background-size: 8px 16px;
    position: absolute;
    left: 24px;
    top: 15px;
}

.twitter-social:before {
    content: '';
    width: 13px;
    height: 18px;
    background: url('../img/icon/ico-twitter.png') no-repeat;
    background-size: 13px 18px;
    position: absolute;
    left: 22px;
    top: 15px;
}

.youtube-social:before {
    content: '';
    width: 19px;
    height: 13px;
    background: url('../img/icon/ico-youtube.png');
    background-size: 19px 13px;
    position: absolute;
    left: 18px;
    top: 16px;
}

.block-save-setting {
    background: #fff;
    padding: 32px 0;
    text-align: center;
    margin-top: 40px;
}

.block-save-setting p {
    color: #afafb5;
    font: 16px OpenSans;
    margin-bottom: 17px;
}

.block-save-setting a {
    color: #b895f1;
    text-decoration: underline;
}

.block-save-setting .orange-btn {
    border: 0;
    outline: 0;
}

.block-save-setting .orange-btn:before {
    content: '';
    background: transparent;
}

.password-form {
    position: relative;
}

.password-form .input-form-text {
    -webkit-box-shadow: -6px 9px 0px 0px rgba(63, 35, 77, .1);
    box-shadow: -6px 9px 0px 0px rgba(63, 35, 77, .1);
}

/*page-material*/
.btn-play {
    display: inline-block;
    margin-right: 20px;
    vertical-align: middle;
    width: 95px;
}

.title-material {
    color: #b895f1;
    font: 30px OpenSansBold;
    display: inline-block;
    max-width: 80%;
    vertical-align: middle;
    margin-top: 0;
}

.block-list-file {
    background: #fafefd;
}

.social-top-element {
    padding: 30px 0;
}

.social-top-element .social-block {
    display: inline-block;
    margin-left: 0.5rem;
    vertical-align: middle;
}

.social-top-element span {
    font: 18px OpenSansBold;
    text-transform: uppercase;
    vertical-align: middle;
}

.block-catalog-file {
    width: 100%;
    border: 1px solid rgba(63, 35, 77, .1);
    padding: 0 18px 18px 18px;
    background: #fff;
    min-height: 305px;
    margin-bottom: 30px;
    -webkit-box-shadow: -6px 9px 0px 0px rgba(63, 35, 77, .1);
    box-shadow: -6px 9px 0px 0px rgba(63, 35, 77, .1);
    overflow: hidden;
}

.block-catalog-file--restricted-text {
    color: #F6A30F;
    font-weight: 600;
    text-align: center;
    font-size: 16px;
    padding: 1.5rem 2rem 2rem;
    line-height: 1.3;
    z-index: 11;
    position: relative;
}

.block-catalog-file--inner-wrapper-restricted {
    position: relative;
}

.block-catalog-file--inner-wrapper-restricted:after {
    content: "";
    position: absolute;
    top: 0;
    bottom: -50%;
    left: -30%;
    right: -30%;
    background: rgba(196, 196, 196, .5);
}

.block-catalog-file--restricted-text {
    position: relative;
    z-index: 1;
    padding: 2rem;
    text-align: center;
    color: #F6A30F;
    font-size: 16px;
    line-height: 1.3;
    font-weight: 600;
}

.block-catalog-file h4 {
    font: 18px OpenSansBold;
    text-transform: uppercase;
    line-height: 72px;
    padding-left: 11px;
    margin-top: 0;
    border-bottom: 1px solid rgba(63, 35, 77, .1);
    margin-bottom: 0;
}

.block-catalog-file .item-material {
    display: block;
    margin: 0;
    color: #b895f1;
    font: 14px OpenSansBold;
    line-height: 46px;
    word-break: break-all;
    border-bottom: 1px solid rgba(63, 35, 77, .1);
}

.block-catalog-file .item-material i {
    display: inline-block;
    width: 20px;
    height: 24px;
    margin: 0 5px;
    vertical-align: middle;
    background-image: url(/img/sprite/icon-file.png);
    background-size: 40px 24px;
}

.block-catalog-file .item-material .number-file {
    color: #2f2f35;
}

.block-catalog-file .item-material .format-file {
    font: 14px OpenSans;
}

.block-catalog-file .item-material .btn-download-file {
    width: 22px;
    height: 26px;
    background: url('../img/sprite/btn-download.png') no-repeat;
    background-size: 44px 26px;
    float: right;
    vertical-align: middle;
    position: relative;
    margin-top: 10px;
}

.block-catalog-file .item-material:hover {
    color: #f6a30f;
}
.block-catalog-file .item-material:hover i {
    background-position-x: -20px;
}
.block-catalog-file .item-material:hover .btn-download-file {
    background-position-x: -22px;
}

.primer-licence {
    width: 100%;
    border: 20px solid #b18fe8;
    padding-top: 10px;
    text-align: center;
    background: #fff;
    min-height: 305px;
    margin-bottom: 30px;
    -webkit-box-shadow: -6px 9px 0px 0px rgba(63, 35, 77, .1);
    box-shadow: -6px 9px 0px 0px rgba(63, 35, 77, .1);
    /*background: url('../img/elements/sertif-2.png') no-repeat left bottom;*/
    /*background-size: 150px 198px;*/
    /*background-position-y: 48px;*/
    overflow: hidden;
}

.primer-licence__img-container {
    position: relative;
    width: 200px;
    height: 200px;
    float: left;
    margin-top: 55px;

}

.item-medianar__img-container {
    position: absolute;
    z-index: 99;
    left: 0;
    bottom: -7px;
}

.primer-licence__img {
    max-height: 200px;
    transform: rotateZ(12deg);
    position: absolute;
    top: 15px;
    left: 20px;
}

.item-medianar__img {
    max-height: 80px;
    transform: rotateZ(12deg);
    object-position: 8px 12px;
    width: 65px;
    object-fit: contain;

}

.primer-licence__img-container:before {
    content: '';
    position: absolute;
    background-color: #b0d9c7;
    padding: 20px 10px;
    height: 120%;
    left: -20px;
    top: 0;
    z-index: 100;
}

.primer-licence .licence-text {
    font: 12px OpenSans;
    margin-bottom: 14px;
    text-align: center;
    padding-left: 170px;
}

.primer-licence .licence-text i {
    position: relative;
    bottom: -5px;
    margin-right: 7px;
}

.primer-licence .licence-text img {
    width: 35px;
}

.primer-licence h4 {
    color: #b895f1;
    margin-top: 0;
    font: 24px OpenSansExtra;
    text-align: center;
    padding-left: 170px;
    margin-bottom: 10px;
}

.primer-licence .price-primer {
    padding-left: 170px;
    text-align: center;
    color: #f6a30f;
    font: 36px OpenSansExtra;
    font-weight: 900;
    margin-bottom: 12px;
}

.price-primer .old-price {
    display: inline-block;
    color: #2f2f35;
    font: 24px OpenSans;
    font-weight: 900;
    position: relative;
    margin-left: 10px;
}
.price-primer .old-price:before {
    content: '';
    width: 120%;
    height: 2px;
    position: absolute;
    top: 50%;
    left: -12%;
    background: rgba(47, 47, 53,.75);
}

.primer-licence .price-primer .old-price {
   /* */
}

.primer-licence .price-primer .old-price:before {
    /* */
}

.primer-licence .price-primer .old-sale-price {
    color: #FFDB9D;
}
.primer-licence .price-primer .old-sale-price:before {
    background: #FFDB9D;
}

.primer-licence .orange-btn:before {
    content: '';
    background: transparent;
}

.primer-licence .orange-btn {
    margin-bottom: 24px;
}

.primer-licence .info-primer {
    text-align: center;
    font: 12px OpenSans;
    line-height: 16px;
    padding: 17px;
    white-space: nowrap;
    background: #f8f5fb;
    margin-bottom: 0;
    position: relative;
}

/*Презентация*/
.content-prezentation {
    padding: 25px 0;
    margin-bottom: 20px;
}

.content-prezentation p {
    color: #afafb5;
    font: 14px OpenSans;
    margin-bottom: 25px;
}

.content-prezentation .block-slide-prezentation {
    -webkit-box-shadow: -6px 9px 0px 0px rgba(63, 35, 77, .1);
    box-shadow: -6px 9px 0px 0px rgba(63, 35, 77, .1);
    text-align: center;
    max-width: 60%;
    margin: 0 auto;
}

.content-prezentation .block-slide-prezentation img {
    max-width: 100%;
}

.email-podpiska {
    background: #fafefd;
    padding: 40px 0;
}

.email-podpiska p {
    font: 18px OpenSansBold;
    margin-top: 0;
    margin-bottom: 25px;
    text-transform: uppercase;
}

.email-podpiska .podpiska-form {
    max-width: 410px;
    margin-right: 25px;
    display: inline-block;
}

.email-podpiska .podpiska-form .input-form-text {
    min-width: 410px;
}

.email-podpiska .orange-btn:before {
    content: '';
    background: transparent;
}

.email-podpiska .orange-btn {
    border: 0;
    outline: 0;
    max-width: 195px;
}

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

.content-medianar-material {
    padding: 25px 0;
}

.content-medianar-material .title-material-medianar {
    /*color: #b0d9c7;*/
    font: 18px OpenSansBold;
    margin-top: 0;
    margin-bottom: 25px;
    text-transform: uppercase;
}

.content-medianar-material .block-theams-medianar {
    background: transparent;
    margin-bottom: 0;
    padding: 0;
}

.content-medianar-material .full-medianar {
    float: left;
    color: #b895f1;
    font: 14px OpenSansBold;
    text-decoration: underline;
}

.btn-list-medianar {
    text-align: center;
    padding-bottom: 30px;
}

.slide-and-form-block {
    padding: 30px 0 50px;
    background: #fafefd;
}

/*.slide-and-form-block .input-form-text {*/
/*max-width: 80%;*/
/*}*/
.slide-and-form-block .orange-btn:before {
    content: '';
    background: transparent;
}

.slide-and-form-block .orange-btn {
    border: 0;
    outline: 0;
    max-width: 190px;
    margin-right: 15px;
}

.slide-and-form-block .checbox-form + label {
    display: inline-block;
    font-size: 14px;
}

.slide-and-form-block .checbox-form + label a {
    color: #afafb5;
    text-decoration: underline;
}

.slide-and-form-block .form-material-bottom h3 {
    font: 18px OpenSansBold;
    margin-top: 0;
    margin-bottom: 25px;
    text-transform: uppercase;
}

.slide-and-form-block .textarea-form {
    max-width: 100%;
    min-width: 100%;
    max-height: 150px;
    min-height: 150px;
    outline: 0;
    padding: 23px 28px;
    margin-bottom: 20px;
    border: 1px solid #b895f1;
    background: #fff;
    -webkit-box-shadow: -2px 3px 0px 0px #b895f1;
    box-shadow: -2px 3px 0px 0px #b895f1;
    font: 16px OpenSans;
    color: #afafb5;
}

/*Модальные окна*/
.modalAuth {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 1000;
    background: rgba(0, 102, 107, 0.5);
    display: none;
}

.modalAuth .contentAuth {
    width: 100%;
    max-width: 410px;
    padding: 60px 40px;
    background: #fff;
    border: 18px solid #b0d9c7;
    margin: 80px auto 0 auto;
    position: relative;
    text-align: center;
    -webkit-box-shadow: -6px 9px 0px 0px #785d92;
    box-shadow: -6px 9px 0px 0px #785d92;
    position: relative;
    z-index: 200;
}

.modalAuth .contentAuth h3 {
    color: #b0d9c7;
    font: 30px OpenSansBold;
    margin-top: 0;
    text-transform: uppercase;
    margin-bottom: 30px;
    text-align: left;
}

.modalAuth .contentAuth .tabs {
    margin-bottom: 30px;
}

.modalAuth .contentAuth .tabs div {
    display: inline-block;
    color: #b0d9c7;
    font: 26px OpenSansBold;
    text-transform: uppercase;
    text-align: left;
    cursor: pointer;
}

.modalAuth .contentAuth .tabs .active  {
    color: #b895f1;
}

.modalAuth .contentAuth .orange-btn {
    max-width: 100%;
    border: 0;
    outline: 0;
    margin-top: 10px;
    margin-bottom: 30px;
}

.modalAuth .contentAuth .orange-btn:before {
    content: '';
    background: transparent;
}

.modalAuth .contentAuth span {
    color: #b895f1;
    font: 14px OpenSans;
}

.modalAuth .contentAuth .remove-password {
    color: #b895f1;
    font: 14px OpenSansBold;
    text-decoration: underline;
}

.modalAuth .contentAuth .auth-social p {
    margin-top: 20px;
    margin-bottom: 20px;
    color: #b0d9c7;
    font: 18px OpenSansBold;
}

.modalAuth .contentAuth .close-modal {
    width: 22px;
    height: 22px;
    background: url('../img/sprite/btn-close.png') no-repeat;
    cursor: pointer;
    position: absolute;
    right: 13px;
    top: 15px;
    background-size: 44px 22px;
}

.modalAuth .contentAuth .close-modal:hover {
    background-position-x: -22px;
}

.modalRegistration {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 10000;
    background: rgba(0, 102, 107, 0.5);
    display: none;
}

.modalRegistration .contentRegistration {
    width: 100%;
    max-width: 410px;
    padding: 60px 40px;
    background: #fff;
    border: 18px solid #b0d9c7;
    margin: 80px auto 0 auto;
    position: relative;
    text-align: center;
    -webkit-box-shadow: -6px 9px 0px 0px #785d92;
    box-shadow: -6px 9px 0px 0px #785d92;
    position: relative;
    z-index: 200;
}

.modalRegistration .contentRegistration h3 {
    color: #b0d9c7;
    font: 30px OpenSansBold;
    margin-top: 0;
    text-transform: uppercase;
    margin-bottom: 30px;
    text-align: left;
}

.modalRegistration .contentRegistration .orange-btn {
    max-width: 100%;
    border: 0;
    outline: 0;
    margin-top: 10px;
    margin-bottom: 30px;
}

.modalRegistration .contentRegistration .orange-btn:before {
    content: '';
    background: transparent;
}

.modalRegistration .contentRegistration span {
    color: #b895f1;
    font: 14px OpenSans;
}

.modalRegistration .contentRegistration .remove-password {
    color: #b895f1;
    font: 14px OpenSansBold;
    text-decoration: underline;
}

.modalRegistration .contentRegistration .auth-social p {
    margin-top: 20px;
    margin-bottom: 20px;
    color: #b895f1;
    font: 18px OpenSansBold;
}

.modalRegistration .contentRegistration .close-modal {
    width: 22px;
    height: 22px;
    background: url('../img/sprite/btn-close.png') no-repeat;
    cursor: pointer;
    position: absolute;
    right: 13px;
    top: 15px;
    background-size: 44px 22px;
}

.modalRegistration .contentRegistration .close-modal:hover {
    background-position-x: -22px;
}

.modalRegistrationSocials {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 100;
    background: rgba(0, 102, 107, 0.5);
    display: none;
}

.modalRegistrationSocials .contentRegistration {
    width: 100%;
    max-width: 410px;
    padding: 60px 40px;
    background: #fff;
    border: 18px solid #b0d9c7;
    margin: 80px auto 0 auto;
    position: relative;
    text-align: center;
    -webkit-box-shadow: -6px 9px 0px 0px #785d92;
    box-shadow: -6px 9px 0px 0px #785d92;
    position: relative;
    z-index: 200;
}

.modalRegistrationSocials .contentRegistration h3 {
    color: #b0d9c7;
    font: 30px OpenSansBold;
    margin-top: 0;
    text-transform: uppercase;
    margin-bottom: 30px;
    text-align: left;
}

.modalRegistrationSocials .contentRegistration .orange-btn {
    max-width: 100%;
    border: 0;
    outline: 0;
    margin-top: 10px;
    margin-bottom: 30px;
}

.modalRegistrationSocials .contentRegistration .orange-btn:before {
    content: '';
    background: transparent;
}

.modalRegistrationSocials .contentRegistration span {
    color: #b895f1;
    font: 14px OpenSans;
}

.modalRegistrationSocials .contentRegistration .remove-password {
    color: #b895f1;
    font: 14px OpenSansBold;
    text-decoration: underline;
}

.modalRegistrationSocials .contentRegistration .auth-social p {
    margin-top: 20px;
    margin-bottom: 20px;
    color: #b895f1;
    font: 18px OpenSansBold;
}

.modalRegistrationSocials .contentRegistration .close-modal {
    width: 22px;
    height: 22px;
    background: url('../img/sprite/btn-close.png') no-repeat;
    cursor: pointer;
    position: absolute;
    right: 13px;
    top: 15px;
    background-size: 44px 22px;
}

.modalRegistrationSocials .contentRegistration .close-modal:hover {
    background-position-x: -22px;
}

.modalRemovePass {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 100;
    background: rgba(0, 102, 107, 0.5);
    display: none;
}

.modalRemovePass .contentRemovePass {
    width: 100%;
    max-width: 410px;
    padding: 60px 40px 20px 40px;
    background: #fff;
    border: 18px solid #b0d9c7;
    margin: 80px auto 0 auto;
    position: relative;
    text-align: center;
    -webkit-box-shadow: -6px 9px 0px 0px #785d92;
    box-shadow: -6px 9px 0px 0px #785d92;
    position: relative;
    z-index: 200;
}

.modalRemovePass .contentRemovePass h3 {
    color: #b0d9c7;
    font: 30px OpenSansBold;
    margin-top: 0;
    text-transform: uppercase;
    margin-bottom: 30px;
    text-align: left;
}

.modalRemovePass .contentRemovePass .orange-btn {
    max-width: 100%;
    border: 0;
    outline: 0;
    margin-top: 10px;
    margin-bottom: 30px;
}

.modalRemovePass .contentRemovePass .orange-btn:before {
    content: '';
    background: transparent;
}

.modalRemovePass .contentRemovePass span {
    color: #b895f1;
    font: 14px OpenSans;
}

.modalRemovePass .contentRemovePass .remove-password {
    color: #b895f1;
    font: 14px OpenSansBold;
    text-decoration: underline;
}

.modalRemovePass .contentRemovePass .auth-social p {
    margin-top: 20px;
    margin-bottom: 20px;
    color: #b895f1;
    font: 18px OpenSansBold;
}

.modalRemovePass .contentRemovePass .close-modal {
    width: 22px;
    height: 22px;
    background: url('../img/sprite/btn-close.png') no-repeat;
    cursor: pointer;
    position: absolute;
    right: 13px;
    top: 15px;
    background-size: 44px 22px;
}

.modalRemovePass .contentRemovePass .close-modal:hover {
    background-position-x: -22px;
}

.modalRemovePass .contentRemovePass .step-remove {
    color: #b895f1;
    font: 18px OpenSansBold;
    margin-bottom: 22px;
    text-align: left;
}

.modalRemovePass .contentRemovePass .step-remove span {
    color: #b0d9c7;
    font: 18px OpenSansBold;
}

.modalRemovePass .contentRemovePass .info-remove-pass {
    color: #b895f1;
    font: 14px OpenSans;
    margin-bottom: 20px;
    text-align: left;
}

.modalRemovePass2 {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 100;
    background: rgba(0, 102, 107, 0.5);
    display: none;
}

.modalRemovePass2 .contentRemovePass {
    width: 100%;
    max-width: 410px;
    padding: 60px 40px 20px 40px;
    background: #fff;
    border: 18px solid #b0d9c7;
    margin: 80px auto 0 auto;
    position: relative;
    text-align: center;
    -webkit-box-shadow: -6px 9px 0px 0px #785d92;
    box-shadow: -6px 9px 0px 0px #785d92;
    position: relative;
    z-index: 200;
}

.modalRemovePass2 .contentRemovePass h3 {
    color: #b0d9c7;
    font: 30px OpenSansBold;
    margin-top: 0;
    text-transform: uppercase;
    margin-bottom: 30px;
    text-align: left;
}

.modalRemovePass2 .contentRemovePass .orange-btn {
    max-width: 100%;
    border: 0;
    outline: 0;
    margin-top: 10px;
    margin-bottom: 30px;
}

.modalRemovePass2 .contentRemovePass .orange-btn:before {
    content: '';
    background: transparent;
}

.modalRemovePass2 .contentRemovePass span {
    color: #b895f1;
    font: 14px OpenSans;
}

.modalRemovePass2 .contentRemovePass .remove-password {
    color: #b895f1;
    font: 14px OpenSansBold;
    text-decoration: underline;
}

.modalRemovePass2 .contentRemovePass .auth-social p {
    margin-top: 20px;
    margin-bottom: 20px;
    color: #b895f1;
    font: 18px OpenSansBold;
}

.modalRemovePass2 .contentRemovePass .close-modal {
    width: 22px;
    height: 22px;
    background: url('../img/sprite/btn-close.png') no-repeat;
    cursor: pointer;
    position: absolute;
    right: 13px;
    top: 15px;
    background-size: 44px 22px;
}

.modalRemovePass2 .contentRemovePass .close-modal:hover {
    background-position-x: -22px;
}

.modalRemovePass2 .contentRemovePass .step-remove {
    color: #b895f1;
    font: 18px OpenSansBold;
    margin-bottom: 22px;
    text-align: left;
}

.modalRemovePass2 .contentRemovePass .step-remove span {
    color: #b0d9c7;
    font: 18px OpenSansBold;
}

.modalRemovePass2 .contentRemovePass .info-remove-pass {
    color: #b895f1;
    font: 14px OpenSans;
    margin-bottom: 20px;
    text-align: left;
}

.modalSucsess {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 100;
    background: rgba(0, 102, 107, 0.5);
    display: none;
}

.modalSucsess .contentRemovePass {
    width: 100%;
    max-width: 410px;
    padding: 60px 40px 90px 40px;
    background: #fff;
    border: 18px solid #b0d9c7;
    margin: 80px auto 0 auto;
    position: relative;
    -webkit-box-shadow: -6px 9px 0px 0px #785d92;
    box-shadow: -6px 9px 0px 0px #785d92;
    position: relative;
    z-index: 200;
}

.modalSucsess .contentRemovePass h3 {
    color: #b0d9c7;
    font: 30px OpenSansBold;
    margin-top: 0;
    text-transform: uppercase;
    margin-bottom: 30px;
    text-align: left;
}

.modalSucsess .contentRemovePass .orange-btn {
    max-width: 100%;
    border: 0;
    outline: 0;
    margin-top: 10px;
    margin-bottom: 30px;
}

.modalSucsess .contentRemovePass .orange-btn:before {
    content: '';
    background: transparent;
}

.modalSucsess .contentRemovePass span {
    color: #b895f1;
    font: 14px OpenSans;
}

.modalSucsess .contentRemovePass .remove-password {
    color: #b895f1;
    font: 14px OpenSansBold;
    text-decoration: underline;
}

.modalSucsess .contentRemovePass .auth-social p {
    margin-top: 20px;
    margin-bottom: 20px;
    color: #b895f1;
    font: 18px OpenSansBold;
}

.modalSucsess .contentRemovePass .close-modal {
    width: 22px;
    height: 22px;
    background: url('../img/sprite/btn-close.png') no-repeat;
    cursor: pointer;
    position: absolute;
    right: 13px;
    background-size: 44px 22px;
    top: 15px;
}

.modalSucsess .contentRemovePass .close-modal:hover {
    background-position-x: -22px;
}

.modalSucsess .contentRemovePass .step-remove {
    color: #b895f1;
    font: 18px OpenSansBold;
    margin-bottom: 22px;
    text-align: left;
}

.modalSucsess .contentRemovePass .step-remove span {
    color: #b0d9c7;
    font: 18px OpenSansBold;
}

.modalSucsess .contentRemovePass .info-remove-pass {
    color: #b895f1;
    font: 14px OpenSans;
    margin-bottom: 20px;
    text-align: left;
}

.modalSucsess .contentRemovePass:before {
    content: url('../img/elements/regist-sucsess.png');
    position: absolute;
    bottom: -33px;
    right: -80px;
}

.modalSuccessEmail {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 100;
    background: rgba(0, 102, 107, 0.5);
    display: none;
}

.modalSuccessEmail .contentRemovePass {
    width: 100%;
    max-width: 410px;
    padding: 60px 40px 90px 40px;
    background: #fff;
    border: 18px solid #b0d9c7;
    margin: 80px auto 0 auto;
    position: relative;
    -webkit-box-shadow: -6px 9px 0px 0px #785d92;
    box-shadow: -6px 9px 0px 0px #785d92;
    position: relative;
    z-index: 200;
}

.modalSuccessEmail .contentRemovePass h3 {
    color: #b0d9c7;
    font: 30px OpenSansBold;
    margin-top: 0;
    text-transform: uppercase;
    margin-bottom: 30px;
    text-align: left;
}

.modalSuccessEmail .contentRemovePass .orange-btn {
    max-width: 100%;
    border: 0;
    outline: 0;
    margin-top: 10px;
    margin-bottom: 30px;
}

.modalSuccessEmail .contentRemovePass .orange-btn:before {
    content: '';
    background: transparent;
}

.modalSuccessEmail .contentRemovePass span {
    color: #b895f1;
    font: 14px OpenSans;
}

.modalSuccessEmail .contentRemovePass .remove-password {
    color: #b895f1;
    font: 14px OpenSansBold;
    text-decoration: underline;
}

.modalSuccessEmail .contentRemovePass .auth-social p {
    margin-top: 20px;
    margin-bottom: 20px;
    color: #b895f1;
    font: 18px OpenSansBold;
}

.modalSuccessEmail .contentRemovePass .close-modal {
    width: 22px;
    height: 22px;
    background: url('../img/sprite/btn-close.png') no-repeat;
    cursor: pointer;
    position: absolute;
    right: 13px;
    background-size: 44px 22px;
    top: 15px;
}

.modalSuccessEmail .contentRemovePass .close-modal:hover {
    background-position-x: -22px;
}

.modalSuccessEmail .contentRemovePass .step-remove {
    color: #b895f1;
    font: 18px OpenSansBold;
    margin-bottom: 22px;
    text-align: left;
}

.modalSuccessEmail .contentRemovePass .step-remove span {
    color: #b0d9c7;
    font: 18px OpenSansBold;
}

.modalSuccessEmail .contentRemovePass .info-remove-pass {
    color: #b895f1;
    font: 14px OpenSans;
    margin-bottom: 20px;
    text-align: left;
}

.modalSuccessEmail .contentRemovePass:before {
    content: url('../img/elements/regist-sucsess.png');
    position: absolute;
    bottom: -33px;
    right: -80px;
}

.modalReview {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 1100;
    background: rgba(0, 102, 107, 0.5);
    display: none;
}

.modalReview .contentAuth {
    width: 100%;
    max-width: 410px;
    padding: 60px 40px;
    background: #fff;
    border: 18px solid #b0d9c7;
    margin: 80px auto 0 auto;
    position: relative;
    text-align: center;
    -webkit-box-shadow: -6px 9px 0px 0px #785d92;
    box-shadow: -6px 9px 0px 0px #785d92;
    position: relative;
    z-index: 200;
}

.modalReview .contentAuth h3 {
    color: #b0d9c7;
    font: 30px OpenSansBold;
    margin-top: 0;
    text-transform: uppercase;
    margin-bottom: 30px;
    text-align: left;
}

.modalReview .contentAuth .orange-btn {
    max-width: 100%;
    border: 0;
    outline: 0;
    margin-top: 10px;
    margin-bottom: 30px;
}

.modalReview .contentAuth .orange-btn:before {
    content: '';
    background: transparent;
}

.modalReview .contentAuth span {
    color: #b895f1;
    font: 14px OpenSans;
}

.modalReview .contentAuth .remove-password {
    color: #b895f1;
    font: 14px OpenSansBold;
    text-decoration: underline;
}

.modalReview .contentAuth .auth-social p {
    margin-top: 20px;
    margin-bottom: 20px;
    color: #b0d9c7;
    font: 18px OpenSansBold;
}

.modalReview .contentAuth .close-modal {
    width: 22px;
    height: 22px;
    background: url('../img/sprite/btn-close.png') no-repeat;
    cursor: pointer;
    position: absolute;
    right: 13px;
    top: 15px;
    background-size: 44px 22px;
}

.modalReview .contentAuth .close-modal:hover {
    background-position-x: -22px;
}

.modalReview .from-group .checbox-form + label {
    padding-left: 20px;
}

.modalReview .textarea-form {
    max-width: 100%;
    min-width: 100%;
    max-height: 150px;
    min-height: 150px;
    outline: 0;
    padding: 23px 28px;
    margin-bottom: 20px;
    border: 1px solid #b895f1;
    background: #fff;
    -webkit-box-shadow: -2px 3px 0px 0px #b895f1;
    box-shadow: -2px 3px 0px 0px #b895f1;
    font: 16px OpenSans;
    color: #afafb5;
}

/*Авторизованый пользователь*/
.not-auth {
    display: inline-block;
    vertical-align: middle;
    display: none;
}

.auth-user-head {
    display: inline-block;
}

.auth-user-head .user-yvedomlenie {
    display: inline-block;
    vertical-align: middle;
    background: url('../img/icon/yved-user.png') no-repeat top center;
    background-size: 21px 23px;
    width: 21px;
    height: 23px;
    cursor: pointer;
    margin-right: 50px;
    position: relative;
}

.auth-user-head .new-yvedomlenie:before {
    content: '';
    width: 30px;
    height: 30px;
    background: #ec3a2e url('../img/sprite/not-licence.png') no-repeat;
    background-size: 60px 30px;
    position: absolute;
    right: -25px;
    top: -5px;
    border-radius: 50%;
}

.auth-user-head .user-name-header {
    display: inline-block;
    vertical-align: middle;
    color: #b895f1;
    font: 12px OpenSansExtra;
    text-transform: uppercase;
    cursor: pointer;
    position: relative;
}

.auth-user-head .user-name-header img {
    width: 22px;
}

.auth-user-head .user-name-header i {
    margin-right: 8px;
}

.auth-user-head .menu-user-profil {
    width: 190px;
    padding: 0 9px 0 18px;
    background: #fff;
    z-index: 50;
    position: absolute;
    top: 30px;
    right: 0;
    border: 1px solid #00a8e7;
    -webkit-box-shadow: -6px 9px 0px 0px #a3def2;
    box-shadow: -6px 9px 0px 0px #a3def2;
    text-align: left;
    display: none;
}

.auth-user-head .menu-user-profil .link-profil {
    padding: 18px 0;
    border-bottom: 1px solid rgba(63, 35, 77, .1);
}

.auth-user-head .menu-user-profil .link-profil a {
    display: block;
    color: #2f2f35;
    font: 14px OpenSans;
    text-transform: none;
    line-height: 30px;
}

.auth-user-head .menu-user-profil .exit-profil {
    display: block;
    color: #b895f1;
    font: 12px OpenSansExtra;
    line-height: 48px;
}

.auth-user-head .name-user-elements {
    position: relative;
    display: inline-block;
    min-width: 95px;
    text-align: left;
    padding-right: 11px;
}

.auth-user-head .name-user-elements:before {
    content: '';
    width: 10px;
    height: 7px;
    background: url('../img/sprite/arrow-lk-menu.png') no-repeat;
    position: absolute;
    right: 0;
    top: 4px;
}

.auth-user-head .active-arrow:before {
    content: '';
    width: 10px;
    height: 7px;
    background: url('../img/sprite/arrow-lk-menu.png') no-repeat;
    position: absolute;
    right: 0;
    top: 4px;
    background-position-x: -10px;
}

.modalNotification {
    background: #785d92;
    padding: 23px 30px;
    min-width: max-content;
    min-width: -moz-max-content;
    min-width: -webkit-max-content;
    position: absolute;
    right: -192px;
    top: 45px;
    color: #fff;
    font: 16px OpenSans;
    text-align: left;
    display: none;
    z-index: 100;
}

.modalNotification:before {
    content: '';
    position: absolute;
    right: 183px;
    top: -16px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 17px 16px 17px;
    border-color: transparent transparent #785d92 transparent;
}

.headerModalNotification a {
    color: #ffffff;
}

/*Фиксированный баннер*/
.fixedBanner {
    width: 100%;
    position: fixed;
    left: 0;
    bottom: 0;
    background: #fff;
    z-index: 590;
    border-top: 10px solid #b18fe8;
    border-bottom: 10px solid #b18fe8;
    padding: 30px 0;
    text-align: center;
}

.fixedBanner__img-container {
    position: relative;
    min-width: 150px;
}

.fixedBanner__img {
    max-height: 273px;
    float: left;
    top: -40px;
    position: absolute;
    transform: rotateZ(15deg);
}

.fixedBanner .text-block-fixed p {
    font: 12px OpenSans;
    margin-bottom: 0;
    text-align: left;
}

.fixedBanner .text-block-fixed p img {
    width: 20px;
    margin-right: 7px;
}

.fixedBanner .text-block-fixed h4 {
    color: #b895f1;
    margin-top: 0;
    font: 32px OpenSansExtra;
    text-align: left;
}

.fixedBanner .price-primer {
    text-align: center;
    color: #f6a30f;
    font: 36px OpenSansExtra;
    margin-right: 10px;
    white-space: nowrap;
}

.fixedBanner .price-primer .old-price {
    /* */
}

.fixedBanner .price-primer .old-price:before {
    /* */
}

.fixedBanner .price-primer .old-sale-price {
    color: #FFDB9D;
}

.fixedBanner .price-primer .old-sale-price:before {
    background: #FFDB9D;
}

.before-sertificat {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.fixedBanner .orange-btn:before {
    content: '';
    background: transparent;
}

/*Class ошибки валидации*/
.from-group .error-validation {
    background: #ffe7e0;
    border: 1px solid #ff5230;
    -webkit-box-shadow: -2px 3px 0px 0px #f3b7b4;
    box-shadow: -2px 3px 0px 0px #f3b7b4;
}

.from-group .error-sticker {
    width: 30px;
    height: 30px;
    background: #e7342d url('../img/sprite/not-licence.png') no-repeat;
    display: inline-block;
    position: absolute;
    right: -15px;
    top: 10px;
    display: none;
    border-radius: 50%;
    background-size: 60px 30px;
}

.from-group .error-sticker.active {
    display: block;
}

.from-group .warning-sticker {
    width: 30px;
    height: 30px;
    background: #ffc107 url('../fonts/fontawesome-free-5.13.0-web/svgs/solid/exclamation.svg') center no-repeat;
    background-size: 6px;
    display: inline-block;
    position: absolute;
    right: -15px;
    top: 10px;
    display: none;
    border-radius: 50%;
    z-index: 50;
}

.message-sucsess {
    position: fixed;
    left: 0;
    bottom: 0;
    text-align: center;
    height: 42px;
    width: 100%;
    background: rgba(205, 233, 236, 0.4);
    z-index: 10;
}

.message-sucsess p {
    display: inline-block;
    margin: 0 auto;
    margin-bottom: 0;
    position: relative;
    color: #1d8b8f;
    font: 16px OpenSansSemi;
    line-height: 42px;
}

.message-sucsess p span {
    width: 12px;
    height: 12px;
    background: url('../img/sprite/close.png') no-repeat;
    display: inline-block;
    cursor: pointer;
    margin-left: 20px;
}

.message-error {
    position: fixed;
    left: 0;
    bottom: 0;
    text-align: center;
    width: 100%;
    background: rgba(120, 93, 146, 0.24);
    z-index: 100;
}

.message-error p, .message-error a {
    margin: 0 auto;
    margin-bottom: 0;
    position: relative;
    color: #e7342d;
    font: 16px OpenSansSemi;
    line-height: 42px;
    display: inline-block;
}

.message-error p span {
    width: 12px;
    height: 12px;
    background: url('../img/sprite/close.png') no-repeat;
    display: inline-block;
    background-position-x: -12px;
    cursor: pointer;
    margin-left: 20px;
}

.ui-widget.ui-widget-content {
    width: 410px;
    min-height: 250px;
    border: 1px solid #00a8e7;
    -webkit-border-radius: 0;
    border-radius: 0;
    padding: 0;
    -webkit-box-shadow: -5px 7px 0px 0px #a6dff3;
    box-shadow: -5px 7px 0px 0px #a6dff3;
    z-index: 50;
}

.ui-datepicker td {
    text-align: center;
}

.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default,
.ui-button,
html .ui-button.ui-state-disabled:hover,
html .ui-button.ui-state-disabled:active {
    text-align: center;
    border: 0;
    font: 18px OpenSans;
    background: transparent;
    display: inline-block;
    width: 30px;
    height: 30px;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    color: #7c7c82;
    padding: 0;
    line-height: 30px;
}

.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active,
a.ui-button:active,
.ui-button:active,
.ui-button.ui-state-active:hover {
    -webkit-box-shadow: -4px 4px 2px 2px rgba(63, 35, 77, .1);
    box-shadow: -4px 4px 2px 2px rgba(63, 35, 77, .1);
    color: #7c7c82;
}

.ui-datepicker .ui-datepicker-header {
    padding: 20px 0;
    color: #fff;
    background: #00a8e7;
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJod…EiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -webkit-gradient(linear, left top, right top, color-stop(0%, #00a8e7), color-stop(100%, #b895f1));
    background: -webkit-linear-gradient(left, #00a8e7 0%, #b895f1 100%);
    background: -o-linear-gradient(left, #00a8e7 0%, #b895f1 100%);
    background: -webkit-gradient(linear, left top, right top, from(#00a8e7), to(#b895f1));
    background: linear-gradient(to right, #00a8e7 0%, #b895f1 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00a8e7', endColorstr='#b895f1', GradientType=1);
}

.ui-datepicker .ui-datepicker-next {
    width: 26px;
    height: 14px;
    background: url('../img/sprite/calendar-sprite.png') no-repeat;
    background-position-x: -26px;
    top: 50%;
    margin-top: -7px;
    right: 30px;
}

.ui-datepicker .ui-datepicker-prev {
    width: 26px;
    height: 14px;
    background: url('../img/sprite/calendar-sprite.png') no-repeat;
    top: 50%;
    margin-top: -7px;
    left: 30px;
}

.ui-datepicker .ui-datepicker-prev:hover,
.ui-datepicker .ui-datepicker-next {
    border: 0;
}

.videowrapper {
    float: none;
    clear: both;
    width: 100%;
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 25px;
    height: 0;
}
.videowrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

/*Стили плеера*/
.audio-player {
    line-height: 86px;
    position: relative;
}

.audio-player .audioplayer-playpause {
    position: absolute;
    width: 80px;
    height: 80px;
    top: -90px;
}

.audio-player .audioplayer-playing .audioplayer-playpause a {
    display: block;
    width: 100%;
    height: 100%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    position: relative;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#0093c0+0,00666b+100 */
    background: #0093c0;
    /* Old browsers */
    /* IE9 SVG, needs conditional override of 'filter' to 'none' */
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAwOTNjMCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwMDY2NmIiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    /* FF3.6-15 */
    background: -webkit-gradient(linear, left top, right top, color-stop(0%, #0093c0), color-stop(100%, #b895f1));
    /* Chrome4-9,Safari4-5 */
    background: -webkit-linear-gradient(left, #0093c0 0%, #b895f1 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: -o-linear-gradient(left, #0093c0 0%, #b895f1 100%);
    /* Opera 11.10-11.50 */
    /* IE10 preview */
    background: -webkit-gradient(linear, left top, right top, from(#0093c0), to(#b895f1));
    background: linear-gradient(to right, #0093c0 0%, #b895f1 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#0093c0', endColorstr='#b895f1', GradientType=1);
    /* IE6-8 */
    text-indent: -9999px;
}

.audio-player .audioplayer-playing .audioplayer-playpause a:hover {
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#06b1e8+0,00666b+100 */
    background: #06b1e8;
    /* Old browsers */
    /* IE9 SVG, needs conditional override of 'filter' to 'none' */
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzA2YjFlOCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwMDY2NmIiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    /* FF3.6-15 */
    background: -webkit-gradient(linear, left top, right top, color-stop(0%, #06b1e8), color-stop(100%, #b895f1));
    /* Chrome4-9,Safari4-5 */
    background: -webkit-linear-gradient(left, #06b1e8 0%, #b895f1 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: -o-linear-gradient(left, #06b1e8 0%, #b895f1 100%);
    /* Opera 11.10-11.50 */
    /* IE10 preview */
    background: -webkit-gradient(linear, left top, right top, from(#06b1e8), to(#b895f1));
    background: linear-gradient(to right, #06b1e8 0%, #b895f1 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#06b1e8', endColorstr='#b895f1', GradientType=1);
    /* IE6-8 */
}

.audio-player .audioplayer-playing .audioplayer-playpause:before {
    content: '';
    position: absolute;
    width: 16px;
    height: 25px;
    background: url('../img/icon/icon-paused.png') no-repeat center center;
    z-index: 10;
    cursor: pointer;
    left: 50%;
    margin-left: -8px;
    top: 50%;
    margin-top: -12px;
}

.audio-player .audioplayer-stopped .audioplayer-playpause a {
    display: block;
    width: 100%;
    height: 100%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    position: relative;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#face11+0,f6a20f+100 */
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#f6a20f+0,f18910+100 */
    background: #f6a20f;
    /* Old browsers */
    /* IE9 SVG, needs conditional override of 'filter' to 'none' */
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2Y2YTIwZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmMTg5MTAiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    /* FF3.6-15 */
    background: -webkit-gradient(linear, left top, right top, color-stop(0%, #f6a20f), color-stop(100%, #f18910));
    /* Chrome4-9,Safari4-5 */
    background: -webkit-linear-gradient(left, #f6a20f 0%, #f18910 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: -o-linear-gradient(left, #f6a20f 0%, #f18910 100%);
    /* Opera 11.10-11.50 */
    /* IE10 preview */
    background: -webkit-gradient(linear, left top, right top, from(#f6a20f), to(#f18910));
    background: linear-gradient(to right, #f6a20f 0%, #f18910 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f6a20f', endColorstr='#f18910', GradientType=1);
    /* IE6-8 */
    text-indent: -9999px;
    -webkit-box-shadow: -2px 2px 8px 0px rgba(245, 157, 15, 0.5);
    box-shadow: -2px 2px 8px 0px rgba(245, 157, 15, 0.5);
}

.audio-player .audioplayer-stopped .audioplayer-playpause a:hover {
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#face11+0,fca713+100 */
    background: #face11;
    /* Old browsers */
    /* IE9 SVG, needs conditional override of 'filter' to 'none' */
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZhY2UxMSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmY2E3MTMiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    /* FF3.6-15 */
    background: -webkit-gradient(linear, left top, right top, color-stop(0%, #face11), color-stop(100%, #fca713));
    /* Chrome4-9,Safari4-5 */
    background: -webkit-linear-gradient(left, #face11 0%, #fca713 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: -o-linear-gradient(left, #face11 0%, #fca713 100%);
    /* Opera 11.10-11.50 */
    /* IE10 preview */
    background: -webkit-gradient(linear, left top, right top, from(#face11), to(#fca713));
    background: linear-gradient(to right, #face11 0%, #fca713 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#face11', endColorstr='#fca713', GradientType=1);
    /* IE6-8 */
}

.audio-player .audioplayer-stopped .audioplayer-playpause:before {
    content: '';
    position: absolute;
    width: 19px;
    height: 29px;
    background: url('../img/icon/icon-play.png') no-repeat center center;
    z-index: 10;
    cursor: pointer;
    left: 50%;
    margin-left: -9px;
    top: 50%;
    margin-top: -14px;
}

.audio-player audio {
    display: none;
}

.audio-player .audioplayer-time-current {
    display: inline-block;
    color: #b895f1;
    font: 16px OpenSans;
    padding-right: 35px;
    vertical-align: middle;
}

.audio-player .audioplayer-bar {
    display: inline-block;
    width: 75%;
    height: 7px;
    vertical-align: middle;
    position: relative;
    background-color: rgba(63, 35, 77, .1);
    cursor: pointer;
}

.audio-player .audioplayer-bar-loaded {
    height: 7px;
    background: #efeff5;
}

.audio-player .audioplayer-bar-played {
    height: 7px;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#0093c0+0,00666b+100 */
    background: #0093c0;
    /* Old browsers */
    /* IE9 SVG, needs conditional override of 'filter' to 'none' */
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAwOTNjMCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwMDY2NmIiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    /* FF3.6-15 */
    background: -webkit-gradient(linear, left top, right top, color-stop(0%, #0093c0), color-stop(100%, #b895f1));
    /* Chrome4-9,Safari4-5 */
    background: -webkit-linear-gradient(left, #0093c0 0%, #b895f1 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: -o-linear-gradient(left, #0093c0 0%, #b895f1 100%);
    /* Opera 11.10-11.50 */
    /* IE10 preview */
    background: -webkit-gradient(linear, left top, right top, from(#0093c0), to(#b895f1));
    background: linear-gradient(to right, #0093c0 0%, #b895f1 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#0093c0', endColorstr='#b895f1', GradientType=1);
    /* IE6-8 */
    position: absolute;
    left: 0;
    top: 0;
}

.audio-player .audioplayer-time-duration {
    display: inline-block;
    color: #b895f1;
    font: 16px OpenSans;
    padding-left: 35px;
    vertical-align: middle;
}

.audio-player .audioplayer-volume {
    vertical-align: middle;
    display: inline-block;
}

.audio-player .audioplayer-volume-button {
    display: inline-block;
}

.audio-player .audioplayer-volume-button a {
    display: inline-block;
    width: 38px;
    height: 34px;
    background: url('../img/sprite/voice.png') no-repeat;
    background-size: 76px 34px;
    text-indent: -9999px;
    vertical-align: middle;
    margin-left: 20px;
}

.audio-player .audioplayer-muted .audioplayer-volume-button a {
    background-position-x: -38px;
}

.licence-text-footer {
    display: inline-block;
    max-width: 70%;
    vertical-align: top;
}

.close-modal-main-btn {
    position: absolute;
    width: 100%;
    height: 100%;
    cursor: pointer;
    z-index: 150;
}

.labels-block {
    position: absolute;
    left: 0;
    top: 5px;
    z-index: 6;
    height: 20px;
}

.label-new-item {
    text-transform: uppercase;
    color: #fff;
    font: 10px OpenSansBold;
    background: #0d696c;
    padding: 8px 15px;
}

.label-hit-item {
    text-transform: uppercase;
    color: #fff;
    font: 10px OpenSansBold;
    background: #f18910;
    padding: 8px 20px;
}

.label-popul-item {
    text-transform: uppercase;
    color: #fff;
    font: 10px OpenSansBold;
    background: #00a7e6;
    padding: 8px 15px;
}

.full-text-seo {
    display: none;
}

.auth-btn-group {
    display: inline-block;
}

/*Адаптивность*/
@media screen and (min-width: 1300px) and (max-width: 1390px) {
    .slider__medianar-review .slick-prev {
        width: 50px;
        left: 0;
    }
    .slider__medianar-review .slick-next {
        width: 50px;
        background-position-x: -96px;
        right: 0;
    }
}

@media screen and (min-width: 992px) and (max-width: 1300px) {
    .primer-licence__img-container {
        height: 215px;
        width: 158px;
        /*overflow: hidden;*/
    }

    .primer-licence__img {
        top: 65px;
        left: 0;
    }

    .primer-licence__img-container:before {
        top: 136px;
    }

    .primer-licence .info-primer {
        clear: left;
        font-size: 10px;
        padding: 15px 1px;
    }
}


@media screen and (max-width: 1300px) {
    .wrapper {
        padding: 0 15px;
        width: 1024px;
    }

    header .main-menu li {
        padding: 0 7px;
    }

    header .main-menu {
        margin-right: 30px;
    }

    .slide-top-content {
        max-width: 100%;
    }

    .slide-top-content:after {
        content: '';
    }

    .item-bulit .text-bulit {
        padding-left: 5px;
        font-size: 11px;
    }

    .main-slider-feedback h3 span {
        font-size: 36px;
    }

    .main-slider-feedback h3 {
        font-size: 26px;
    }

    .block-theams-medianar .text-name-medianar {
        font-size: 15px;
    }

    .block-theams-medianar .info-medianar-item span {
        font-size: 11px;
    }

    footer .item-licence-footer {
        vertical-align: middle;
        font-size: 9px;
    }

    footer .copyright {
        font-size: 10px;
    }

    .slide-and-form-block .orange-btn {
        margin-bottom: 25px;
    }

    .email-podpiska p {
        font-size: 16px;
    }

    .primer-licence .orange-btn {
        max-width: 250px;
    }

    .slick-dots {
        bottom: -60px;
    }

    .fixedBanner .text-block-fixed {
        max-width: 360px;
    }
}

@media screen and (max-width: 1080px) {
    .slider__medianar-review .slick-prev {
        width: 50px;
        left: 0;
    }
    .slider__medianar-review .slick-next {
        width: 50px;
        background-position-x: -96px;
        right: 0;
    }
}

@media screen and (max-width: 992px) {
    header .btn-auth-top {
        margin-right: 35px;
    }

    header .logo-main {
        margin-top: 0;
    }

    .menu-header-block {
        display: flex;
        position: relative;
        justify-content: flex-end;
    }

    .auth-user-head .user-yvedomlenie {
        margin-right: 30px;
    }

    header .hamburger-menu {
        display: block;
    }

    header button:active {
        outline: none;
        border: none;
    }

    header .btn-link:focus {
        outline: none;
        border: none;
    }

    header .btn:active:focus {
        outline: none;
        border: none;
    }

    header .btn-link:hover {
        color: #f7a60f;
    }

    header .main-menu {
        display: none;
        position: absolute;
        padding: 9px 9px 0 18px;
        background-color: #fff;
        z-index: 50;
        top: 80px;
        right: 0;
        border: 1px solid #00a8e7;
        box-shadow: -6px 9px 0px 0px #a3def2;
        -webkit-box-shadow: -6px 9px 0px 0px #a3def2;
        text-align: left;
        margin-right: 0;
    }

    header .main-menu li {
        display: inherit;
        line-height: 40px;
    }

    .licence-text-footer {
        vertical-align: middle;
    }

    .email-podpiska .text-right {
        text-align: center;
    }

    .slide-and-form-block .form-material-bottom h3 {
        margin-top: 50px;
    }

    .email-podpiska {
        text-align: center;
    }

    .social-block {
        text-align: center;
    }

    .wrapper {
        width: 100%;
    }

    .item-bulit {
        text-align: center;
    }

    .left-img-block {
        display: none;
    }

    footer .copyright {
        text-align: center;
        margin-bottom: 25px;
    }

    .slick-next {
        right: 0;
        width: 50px;
        background-position-x: -100px;

    }

    .slick-prev {
        left: 0;
        z-index: 9;
        width: 50px;
    }

    .block-slide-prezentation .slick-next {
        right: -44px;
    }

    .block-slide-prezentation .slick-prev {
        left: -44px;
    }

    .block-search .jq-selectbox {
        margin-bottom: 25px;
    }

    .block-bn .content-bn {
        text-align: center;
        background: transparent;
    }

    .block-bn .text-bn {
        padding-right: 0;
    }

    .audio-player .audioplayer-playpause {
        width: 50px;
        height: 50px;
        position: relative;
        top: 0;
        display: inline-block;
        vertical-align: middle;
        margin-right: 7px;
    }

    .audio-player {
        text-align: center;
    }

    .audio-player .audioplayer-bar {
        width: 40%;
    }

    .btn-play {
        display: none;
    }

    .fixedBanner .text-block-fixed h4 {
        font-size: 24px;
    }

    .fixedBanner .price-primer {
        font-size: 26px;
    }

    .fixedBanner .orange-btn {
        max-width: 200px;
    }

    .fixedBanner .text-block-fixed {
        max-width: 250px;
    }

    .fixedBanner .price-primer .old-price {
        margin-left: 0;
    }
}

@media screen and (max-width: 768px) {
    .slider__medianar-review .slick-prev {
        width: 50px;
    }
    .slider__medianar-review .slick-next {
        width: 50px;
        background-position-x: -100px;
        right: 7px;
    }
    .slider__medianar-review .slick-slide {
        padding: 5px 15px;
    }

    .slick-prev {
        top: 45%;
        width: 50px;
    }

    .block-catalog-file {
        min-height: unset;
    }
    .slick-next {
        top: 45%;
        width: 50px;
        background-position-x: -100px;
    }

    .slick-dots {
        position: relative;
    }

    .content-prezentation .block-slide-prezentation {
        max-width: 90%;
        box-shadow: none !important;
        -webkit-box-shadow: none !important;
    }

    .slick-slider {
        box-shadow: none;
        -webkit-box-shadow: none;
        border: none;
    }

    .slick-list {
        box-shadow: -6px 9px 0px 0px rgba(63, 35, 77, .1);
        -webkit-box-shadow: -6px 9px 0px 0px rgba(63, 35, 77, .1);
        border: 2px solid rgba(63, 35, 77, .1);
    }

    header .main-menu {
        display: none;
    }

    .modalSucsess .contentRemovePass:before {
        content: '';
    }

    .title-material {
        font-size: 24px;
    }

    .social-top-element {
        text-align: center;
    }

    .social-top-element span {
        display: inline-block;
        margin-bottom: 25px;
    }

    .slide-top-content .img-title-slide {
        display: none;
    }

    .slide-top-content {
        padding-left: 0;
        text-align: center;
    }

    .slide-top-content .content-slide h1 span {
        font-size: 36px;
    }

    .orange-btn:before {
        content: '';
        background: transparent;
    }

    .slide-top-content .info-slide-segment p {
        margin-bottom: 25px;
    }

    .main-slider-feedback h3 {
        text-align: center;
    }

    .main-slider-feedback {
        text-align: center;
    }

    .block-pagination .list-pagination .item-pagination {
        width: 36px;
        font-size: 24px;
        line-height: 36px;
    }

    .block-seo p {
        font-size: 16px;
    }

    .block-seo div.full-text-seo {
        font-size: 16px;
    }

    .link-footer-block {
        text-align: center;
    }

    .link-footer-block a {
        float: none;
    }
    .fixedBanner {
        padding: 15px 0;
    }

    .fixedBanner .before-sertificat {
        padding: 0 5px;
    }

    .fixedBanner__img {
        max-height: 175px;
        left: -15px;
    }

    .fixedBanner .text-block-fixed h4 {
        text-align: center;
        font-size: 22px;
    }

    .fixedBanner .text-block-fixed {
        margin-left: -20px;
        max-width: 200px;
    }

    .fixedBanner .price-primer {
        font-size: 24px;
        position: absolute;
        right: 30px;
        top: 0;
    }
    .fixedBanner .price-primer .old-price {
        font-size: 22px;
    }

    .fixedBanner .orange-btn {
        max-width: 150px;
        margin-top: 67px;
        line-height: 16px;
        padding: 5px;
    }
}


@media screen and (max-width: 600px){
    .slider__medianar-review .slick-arrow {

    }
}
@media screen and (max-width: 580px) {
    .primer-licence .info-primer {
        padding: 10px 1px;
        font-size:  10px;
    }
}
@media screen and (max-width: 500px) {
    .slider__medianar-review .slick-prev {
        width: 50px;
        left: -15px;
    }
    .slider__medianar-review .slick-next {
        width: 50px;
        background-position-x: -100px;
        right: -15px;
    }

    .main-slider-feedback .slick-next {
        right: -10px;
    }

    .main-slider-feedback .slick-prev {
        left: -10px;
    }
    .slider__medianar-review .slick-slide {
        padding: 5px 15px;
    }

    .fixedBanner__img-container {
        display: none;
    }

    .fixedBanner .text-block-fixed .licence-text {
        display: none;
    }

    .fixedBanner .wrapper.before-sertificat {
      flex-wrap: wrap;
      justify-content: space-around;
    }

    .fixedBanner .text-block-fixed {
        flex: 0 0 100%;
        max-width: unset;
        margin-left: 0;
    }

    .fixedBanner .price-primer {
        position: unset;
    }

    .fixedBanner .orange-btn {
        margin-top: 0;
        max-width: 240px;
        padding: 0;
        line-height: 40px;
    }


    .primer-licence__img-container {
        display: none;
    }

    .primer-licence .info-primer {
        font-size: 8px;
    }

    .block-slide-prezentation .slick-prev {
        top: 5em;
        left: -44px;
    }

    .block-slide-prezentation .slick-next {
        top: 5em;
        right: -44px;
    }

    .slick-dots {
        bottom: -50px;
    }

    .btn-list-medianar .orange-btn:before {
        left: -37px;
        width: 73px;
    }

    header .btn-registration-top {
        margin-right: 10px;
        padding: 7px 12px;
    }

    header .btn-auth-top {
        margin-right: 10px;
    }

    .message-sucsess p {
        max-width: 90%;
    }

    .audio-player .audioplayer-time-current {
        font-size: 14px;
        padding-right: 10px;
    }

    .audio-player .audioplayer-time-duration {
        font-size: 14px;
        padding-left: 10px;
    }

    .email-podpiska .podpiska-form .input-form-text {
        min-width: 100%;
    }

    .email-podpiska .podpiska-form {
        margin-right: 0;
        width: 100%;
    }

    .block-seo h3 {
        font-size: 18px;
    }

    .block-seo p {
        font-size: 14px;
    }

    .block-seo div.full-text-seo {
        font-size: 14px;
    }

    .block-seo .read-full {
        font-size: 12px;
    }

    .primer-licence .orange-btn {
        max-width: 170px;
        font-size: 10px;
    }

    .block-catalog-file .item-material {
        font-size: 12px;
    }

    .block-catalog-file h4 {
        font-size: 14px;
        line-height: 2em;
    }

    .block-catalog-file .item-material i {
        display: none;
    }

    .title-material {
        font-size: 18px;
    }

    .primer-licence {
        background: transparent;
    }

    .primer-licence .licence-text,
    .primer-licence h4,
    .primer-licence .price-primer {
        padding-left: 0;
    }

    .primer-licence .orange-btn {
        margin-left: 0;
    }

    .email-podpiska .orange-btn {
        margin-bottom: 25px;
    }

    .img-tabs-1:before,
    .img-tabs-2:before {
        display: none;
        content: '';
        background: transparent;
    }

    .item-tabs-main {
        max-width: 100%;
    }

    .block-theams-licence .info-licence-item,
    .block-theams-licence .info-licence-item-not-pay {
        padding-left: 15px;
    }

    .block-theams-licence .sucsess-licence,
    .block-theams-licence .not-pay-licence {
        float: none;
        margin-bottom: 20px;
        display: inline-block;
    }

    .block-theams-licence .bue-licence {
        min-width: 200px;
        text-align: center;
    }

    .orange-btn {
        max-width: 240px;
    }

    .item-slide .text-feedback {
        font-size: 16px;
    }

    .main-slider-feedback h3 span {
        font-size: 24px;
    }

    .main-slider-feedback h3 {
        font-size: 22px;
    }

    .block-theams-medianar .info-medianar-item span {
        display: block;
    }

    .block-bn h3 {
        font-size: 26px;
    }

    .block-bn h3 span {
        font-size: 18px;
    }

    .slide-top-content .content-slide h1 span {
        font-size: 24px;
    }

    .slider-content {
        padding: 25px 20px;
    }

    footer .item-licence-footer {
        width: 100%;
    }

    .slide-top-content .content-slide h1 {
        font-size: 26px;
    }

    .slide-top-content .content-slide h3 {
        font-size: 16px;
    }

    .block-bn h3 {
        font-size: 24px;
    }

    .slide-top-content .content-slide {
        padding-left: 0;
    }

    .slide-top-content .info-slide-segment {
        padding-left: 0;
        text-align: left;
    }

    .slide-top-content .info-slide-segment p {
        font-size: 9px;
    }

    .item-tabs-main .style-border-tabs {
        font-size: 22px;
    }

    body {
        overflow-x: hidden;
    }

    footer .item-link-footer {
        font-size: 13px;

    }
}

@media screen and (max-width: 425px) {
    /*.block-theams-medianar .item-medianar:hover .hover-medianar {*/
    /*min-height: 200px;*/
    /*padding-top: 200px;*/
    /*}*/
    .block-theams-medianar .read-medianar {
        width: 80%;
    }
}

@media screen and (max-width: 400px) {
    .fixedBanner .orange-btn {
        max-width: 150px;
        padding: 5px;
        line-height: 15px;
    }
    .primer-licence .info-primer {
        font-size: 7px;
    }

    header .btn-registration-top {
        margin-right: 0px;
        padding: 7px 10px;
        font-size: 10px;
    }

    header .btn-auth-top {
        margin-right: 0px;
        font-size: 10px;
    }

    /*.block-theams-medianar .item-medianar:hover .hover-medianar {*/
    /*min-height: 340px;*/
    /*padding-top: 270px;*/
    /*}*/
}

@media screen and (max-width: 375px) {


    .user-yvedomlenie.new-yvedomlenie:before {
        width: 20px;
        height: 20px;
        -webkit-background-size: 40px 20px;
        background-size: 40px 20px;
        right: -13px;
        top: 5px;
    }

    .auth-user-head .user-yvedomlenie {
        margin-right: 13px;
    }

    .primer-licence .info-primer {
        font-size: 6px;
        padding: 7px 1px;
    }
}

@media screen and (max-width: 320px) {
    .fixedBanner__img {
        left: -36px;
    }
    .auth-user-head .user-yvedomlenie {
        margin-right: 0;
    }

    .block-slide-prezentation .slick-prev {
        top: 4em;
        left: -31px;
    }

    .block-slide-prezentation .slick-next {
        top: 4em;
        right: -31px;
    }

    .slick-next {
        width: 50px;
        background-position-x: -100px;
    }

    .slick-prev {
        width: 50px;
    }

    .fixedBanner .orange-btn {
        max-width: 150px;
        padding: 5px;
        line-height: 15px;
    }
}

.jq-selectbox.jqselect.select-custom.dropdown.opened.focused {
    z-index: 1000 !important;
}

.plawka {
    background-color: #785d92;
    position: absolute;
    width: 100%;
    left: 0;
    bottom: 0;
    height: 40px !important;

}

.plawka .content span, .plawka .content a {
    color: white !important;
}

.plawka .content {
    position: relative;
    top: 10px;
}

.page-content {
    flex: 1;
    background: #fafefd;
    margin-bottom: 30px;
}

.mt-3 {
    margin-top: 3rem;
}
.grecaptcha-badge{display: none  }
