

/* Start:/local/templates/eds/css/style3.min.css?1733299523118227*/
@font-face {
    font-family: 'Roboto';
    src: url("/local/templates/eds/fonts/Robotolight.woff2") format("woff2"), url("/local/templates/eds/fonts/Robotolight.woff") format("woff"), url("/local/templates/eds/fonts/Robotolight.ttf") format("truetype");
    font-weight: 300;
    font-style: normal
}


@font-face {
    font-family: 'Roboto';
    src: url("/local/templates/eds/fonts/Roboto.woff2") format("woff2"), url("/local/templates/eds/fonts/Roboto.woff") format("woff"), url("/local/templates/eds/fonts/Roboto.ttf") format("truetype");
    font-weight: 400;
    font-style: normal
}


@font-face {
    font-family: 'Roboto';
    src: url("/local/templates/eds/fonts/Robotomedium.woff2") format("woff2"), url("/local/templates/eds/fonts/Robotomedium.woff") format("woff"), url("/local/templates/eds/fonts/Robotomedium.ttf") format("truetype");
    font-weight: 500;
    font-style: normal
}



@font-face {
    font-family: 'Roboto';
    src: url("/local/templates/eds/fonts/Robotobold.woff2") format("woff2"), url("/local/templates/eds/fonts/Robotobold.woff") format("woff"), url("/local/templates/eds/fonts/Robotobold.ttf") format("truetype");
    font-weight: 700;
    font-style: normal
}


@font-face {
    font-family: 'Roboto';
    src: url("/local/templates/eds/fonts/Robotoblack.woff2") format("woff2"), url("/local/templates/eds/fonts/Robotoblack.woff") format("woff"), url("/local/templates/eds/fonts/Robotoblack.ttf") format("truetype");
    font-weight: 900;
    font-style: normal
}


html {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    height: 100%
}

*, *::before, *::after {
    -webkit-box-sizing: inherit;
    box-sizing: inherit
}

body {
    font-family: Roboto, sans-serif;
    background-color: #fff;
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
    color: #26355e;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 375px;
    min-height: 100%;
    overflow-x: hidden
}

div, span, h1, h2, h3, h4, h5, h6, strong, ul, li, form, label, footer, header, menu, nav, section {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    font-weight: 400;
    vertical-align: baseline;
    background: transparent
}

footer, header, menu {
    display: block
}

a {
    margin: 0;
    padding: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
    display: inline-block;
    text-decoration: none;
    outline: 0;
    color: #26355e
}

a:focus, a:hover {
    text-decoration: none;
    color: #00aa65;
    -webkit-transition: all .12s;
    -o-transition: all .12s;
    transition: all .12s
}

ul, li {
    list-style: none;
    margin: 0;
    padding: 0
}

button {
    display: inline-block;
    border: none;
    background-color: transparent;
    outline: none;
    cursor: pointer
}

svg {
    fill: #26355e
}

body.lock {
    overflow: hidden
}

@media (min-width: 1200px) {
    .container, .container-lg, .container-md, .container-sm, .container-xl {
        max-width: 1147px;
        padding: 0
    }
}

.main {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1
}

.rel {
    position: relative
}

.section-color {
    background-color: #f0f3f5
}

.title {
    font-size: 30px;
    line-height: 36px;
    font-weight: 700
}

.container-onshadow {
    max-width: 1192px;
    margin: 0 auto;
    overflow: hidden
}

.masters-slider .slick-list {
    margin: 0 -88px
}

.masters-slider .slick-slide {
    margin: 0 88px
}

.last-works-slider .slick-list {
    margin: 0 -15px
}

.last-works-slider .slick-slide {
    padding: 10px 0 32px;
    margin: 0 15px
}

.last-works-slider .slick-dots {
    text-align: center
}

.last-works-slider .slick-dots li {
    display: inline-block;
    width: 18px;
    height: 18px;
    border: 2px solid #00aa65;
    border-radius: 50%;
    margin: 0 10px;
    cursor: pointer;
    -webkit-transition: all .12s;
    -o-transition: all .12s;
    transition: all .12s
}

.last-works-slider .slick-dots .slick-active {
    background-color: #00aa65
}

.reviews-slider .slick-list {
    margin: 0 -15px;
    overflow: visible !important
}

.reviews-slider .slick-slide {
    opacity: 0;
    padding: 10px 0 35px;
    margin: 0 15px;
    -webkit-transition: all .12s;
    -o-transition: all .12s;
    transition: all .12s
}

.reviews-slider .slick-active {
    opacity: 1 !important
}

.partners-slider .slick-list {
    margin: 0 -15px;
    overflow: visible !important
}

.partners-slider .slick-slide {
    opacity: 0;
    padding: 10px 0 35px;
    margin: 0 15px;
    -webkit-transition: all .12s;
    -o-transition: all .12s;
    transition: all .12s
}

.partners-slider .slick-active {
    opacity: 1 !important
}

.btn-main {
    font-size: 20px;
    line-height: 32px;
    font-weight: 700;
    white-space: nowrap;
    color: #00aa65;
    border-radius: 12px;
    border: 3px solid #00aa65;
    background-color: transparent;
    padding: 8px 26px;
    -webkit-transition: .12s;
    -o-transition: .12s;
    transition: .12s
}

.btn-main:focus, .btn-main:hover {
    color: #fff;
    background-color: #00aa65
}

.btn-bg {
    color: #fff;
    background-color: #00aa65
}

.btn-bg:focus, .btn-bg:hover {
    color: #00aa65;
    background-color: transparent
}

.btn-mini {
    padding: 5px 26px;
    font-size: 16px;
    line-height: 33px
}

.urgent-call-btn {
    font-size: 14px;
    line-height: 17px;
    padding: 3px 13px
}

.slider-arrow {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 77px;
    height: 30px;
    border-radius: 10px;
    border: 2px solid #00aa65;
    padding: 2px;
    background-color: transparent;
    -webkit-transition: all .12s;
    -o-transition: all .12s;
    transition: all .12s;
    cursor: pointer
}

.slider-arrow svg {
    width: 24px;
    height: auto;
    fill: #00aa65;
    -webkit-transition: all .12s;
    -o-transition: all .12s;
    transition: all .12s
}

.slider-arrow:hover {
    background-color: #00aa65
}

.slider-arrow:hover svg {
    fill: #fff
}

.reviews-slider__arrow-btn, .partners-slider__arrow-btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.reviews-slider__arrow-btn-counter, .partners-slider__arrow-btn-counter {
    font-weight: 500;
    color: #929aae;
    padding: 0 20px;
    white-space: nowrap
}

.last-works-slider-arrow {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 42px;
    height: 42px;
    border-radius: 50%;
    border: 2px solid #00aa65;
    padding: 2px;
    background-color: #00aa65;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    -webkit-transition: all .12s;
    -o-transition: all .12s;
    transition: all .12s;
    cursor: pointer;
    pointer-events: visible
}

.last-works-slider-arrow svg {
    width: 24px;
    height: auto;
    fill: #fff;
    -webkit-transition: all .12s;
    -o-transition: all .12s;
    transition: all .12s
}

.last-works-slider-arrow:hover {
    -webkit-transform: scale(0.92);
    -ms-transform: scale(0.92);
    transform: scale(0.92);
    background-color: #fff
}

.last-works-slider-arrow:hover svg {
    fill: #00aa65
}

.last-works-slider__arrow-btn {
    max-width: 100%;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    position: absolute;
    top: 300px;
    left: 0;
    right: 0;
    pointer-events: none
}
.last-works-slider__arrow-btn2 {
    max-width: 100%;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    position: absolute;
    top: 200px;
    left: 0;
    right: 0;
    pointer-events: none
}
.last-works-slider__arrow-btn3 {
    max-width: 100%;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    position: absolute;
    top: 200px;
    left: 0;
    right: 0;
    pointer-events: none
}
.last-works-slider-arrow__prev{
    margin-left: -35px;
}
.last-works-slider-arrow__next{
    margin-right: -35px;
}
.last-master-slider__arrow-btn {
    max-width: 100%;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    position: absolute;
    top: 100px;
    left: 0;
    right: 0;
    pointer-events: none
}


.menu-btn {
    display: none;
    width: 28px;
    height: 16px;
    cursor: pointer;
    position: relative;
    z-index: 9;
    overflow: hidden;
    -webkit-transition: all 0.15s;
    -o-transition: all 0.15s;
    transition: all 0.15s
}

.menu-btn span {
    display: block;
    width: 100%;
    height: 2px;
    border-radius: 8px;
    background-color: #26355e;
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    -webkit-transition: all 0.15s;
    -o-transition: all 0.15s;
    transition: all 0.15s
}

.menu-btn span:nth-child(1) {
    top: 0
}

.menu-btn span:nth-child(2) {
    top: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%)
}

.menu-btn span:nth-child(3) {
    bottom: 0
}

.menu-btn.menu-btn--active {
    height: 36px
}

.menu-btn.menu-btn--active span {
    background-color: #00aa65
}

.menu-btn.menu-btn--active span:nth-child(1) {
    top: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%) rotate(45deg);
    -ms-transform: translateX(-50%) translateY(-50%) rotate(45deg);
    transform: translateX(-50%) translateY(-50%) rotate(45deg)
}

.menu-btn.menu-btn--active span:nth-child(2) {
    left: -100%;
    -webkit-transform: translateX(initial) translateY(-50%);
    -ms-transform: translateX(initial) translateY(-50%);
    transform: translateX(initial) translateY(-50%);
    opacity: 0
}

.menu-btn.menu-btn--active span:nth-child(3) {
    top: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%) rotate(-45deg);
    -ms-transform: translateX(-50%) translateY(-50%) rotate(-45deg);
    transform: translateX(-50%) translateY(-50%) rotate(-45deg)
}

.header-top {
    padding: 6px 0 6px
}

.header-top__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 0 0 0 170px;
}

.header-top__contact {
    display: none;
    font-size: 17px
}

.header-top__contact a p {
    margin: 0
}

.header-top__contact a p:nth-child(1) {
    font-weight: 600;
    margin-right: 9px
}

.header-center {
    padding: 0 0 40px
}

.header-center__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.header-center .logo, .header-center .sidebar__logo {
    height: 110px;
    width: 110px;
    margin: -55px 0 0 0;
    overflow: hidden
}

.header-center .logo a, .header-center .sidebar__logo a {
    display: block
}

.header-center .logo img, .header-center .sidebar__logo img {
    width: 100%;
    height: auto;
    -o-object-fit: contain;
    object-fit: contain;
    -o-object-position: center center;
    object-position: center center
}

.header-center__info {
    max-width: 406px;
    width: 100%
}

.header .menu-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.header .menu-list__item {
    position: relative
}

.header .menu-list__item-link {
    font-weight: 500;
    padding: 22px 5px;
    position: relative
}
.menu-list__item-arrow{
    padding-right: 20px;
}
.menu-list__item-arrow:hover .menu-list__item-sub{
    display: block;
}
.menu-list__item-arrow:after{
    position: absolute;
    top: 28px;
    right: 6px;
    content: "";
    width: 13px;
    height: 9px;
    background: url(/local/templates/eds/css/../images/arrow-down.svg) no-repeat;
}
.menu-list__item-sub{
    border-radius: 15px;
    display: none;
    background: #fff;
    border: 1px solid #f2f2f2;
    position: absolute;
    top: 60px;
    left: 0;
    width: 240px;
    z-index: 900;
    padding: 20px 15px;
}
.menu-list__item-sub .link a{
    padding: 5px 0 !important;
    display: block;
}
.header .menu-list__item-link svg {
    width: 11px;
    height: 7px;
    position: absolute;
    top: 50%;
    right: 8px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    stroke: #26355e;
    -webkit-transition: all .12s;
    -o-transition: all .12s;
    transition: all .12s
}

.header .menu-list__item-link:focus svg, .header .menu-list__item-link:hover svg {
    stroke: #00aa65
}

.header .menu-list__item:nth-child(1) a {
    padding: 22px 5px 22px 0
}

.header .menu-list__item:hover .menu-sublist {
    top: 80%;
    opacity: 1;
    visibility: visible
}

.header__authorization {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end
}

.header__authorization a {
    display: block;
    min-height: 100%;
    font-size: 17px;
    line-height: 23px;
    font-weight: 700;
    padding: 20px 12px
}

.header__authorization a:nth-child(2) {
    padding: 20px 0 20px 28px
}

.header .menu-sublist {
    width: 255px;
    min-height: 100px;
    border-radius: 28px;
    border: 2px solid #f2f2f2;
    background-color: #fff;
    position: absolute;
    top: 55%;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    opacity: 0;
    visibility: hidden;
    z-index: 500;
    -webkit-box-shadow: 0px 12px 36px rgba(0, 19, 69, 0.06);
    box-shadow: 0px 12px 36px rgba(0, 19, 69, 0.06);
    -webkit-transition: all .12s;
    -o-transition: all .12s;
    transition: all .12s;
    overflow: hidden;
    padding: 20px
}

.header__title {
    font-size: 20px;
    line-height: 27px;
    font-weight: 500;
    margin-bottom: 11px
}

.header__items {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.header__items .header__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.header__items .header__item-num {
    font-size: 30px;
    line-height: 35px;
    color: #929aae
}

.header__items .header__item-text {
    font-size: 13px;
    line-height: 15px;
    margin-left: 8px
}

.header__phone {
    font-size: 30px;
    line-height: 35px;
    margin-bottom: 8px
}

.header__text {
    font-size: 18px;
    line-height: 21px
}
.header-banner .img img{
    width: 100%;
    margin: 0 auto;
}
.header-banner {
    max-width: 100%;
    width: 100%;
    /*height: 540px;*/
    /*background-image: url(/local/templates/eds/css/../images/header-banner2.jpg);*/
    background-repeat: no-repeat;
    background-position: top center;
    background-size: 100%;/*100% contain*/
    overflow: hidden;
    /*padding: 54px 0;*/
    /*display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end
    */
}

.header-banner__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 14px;
    line-height: 18px;
    color: #fff
}

.header-banner__item-icon {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    margin-right: 10px
}

.header-banner__item-icon svg {
    fill: #fff
}

.header-banner__item-icon--size1 svg {
    width: 40px;
    height: 40px;
    stroke: #fff;
    stroke-width: 2px;
    stroke-linejoin: round
}

.header-banner__item-icon--size2 svg {
    width: 29px;
    height: 36px
}

.header-banner__item-icon--size1 svg, .header-banner__item-icon--size2 svg {
    stroke: #fff;
    stroke-width: 2px;
    stroke-linejoin: round
}

.header-banner__item-icon--size3 svg {
    width: 31px;
    height: 31px
}

.header-banner__item-icon--size4 svg {
    width: 22px;
    height: 37px
}

.sidebar--active {
    position: fixed;
    z-index: 1030;
    top: 0;
    left: -100%;
    width: 86%;
    height: 100%;
    background-color: #fff;
    overflow-x: hidden;
    -webkit-transition: all .12s;
    -o-transition: all .12s;
    transition: all .12s
}

.sidebar-overlay {
    display: none;
    z-index: 1000;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.65);
    -webkit-transition: all .12s;
    -o-transition: all .12s;
    transition: all .12s
}

.sidebar-overlay.sidebar-overlay--active {
    display: block
}

.sidebar__top {
    display: none
}

.sidebar__info {
    display: none
}

.sidebar .sidebar-catalog-list {
    display: none
}

.sidebar .sidebar-menu-list {
    display: none
}

.sidebar.sidebar--active {
    left: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.sidebar.sidebar--active .container {
    max-width: 100%;
    padding: 0
}

.sidebar.sidebar--active .header-top {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    padding: 0
}

.sidebar.sidebar--active .header-top__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.sidebar.sidebar--active .header-top__contact {
    display: none
}

.sidebar.sidebar--active .header-center {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    padding: 0
}

.sidebar.sidebar--active .header-center__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: start;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: start;
    padding: 20px
}

.sidebar.sidebar--active .logo, .sidebar.sidebar--active .header-center__btn, .sidebar.sidebar--active .header-center__info, .sidebar.sidebar--active .header-center__contact, .sidebar.sidebar--active .urgent-call-btn {
    display: none
}

.sidebar.sidebar--active .sidebar__top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    max-width: 100%;
    width: 100%;
    margin-bottom: 20px
}

.sidebar.sidebar--active .sidebar__info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    max-width: 100%;
    width: 100%
}

.sidebar.sidebar--active .sidebar__contact a {
    text-align: center
}

.sidebar.sidebar--active .sidebar__contact a p {
    margin: 0
}

.sidebar.sidebar--active .sidebar__contact a p:nth-child(1) {
    font-weight: 600
}

.sidebar.sidebar--active .header__authorization {
    max-width: 100%;
    width: 100%
}

.sidebar.sidebar--active .header__authorization a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%;
    background-color: #f0f3f5;
    padding: 20px 15px;
    position: relative
}

.sidebar.sidebar--active .header__authorization a:nth-child(1)::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 0;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 1px;
    height: 28px;
    background-color: #26355e
}

.sidebar.sidebar--active .header__authorization a:nth-child(2) {
    padding: 20px
}

.sidebar.sidebar--active .sidebar-catalog-list {
    display: block;
    max-width: 100%;
    width: 100%;
    margin-bottom: 20px
}

.sidebar.sidebar--active .sidebar-catalog-list__title {
    font-size: 20px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.22px;
    color: #fff;
    background-color: #00aa65;
    padding: 22px 20px;
    margin-bottom: 6px
}

.sidebar.sidebar--active .sidebar-catalog-list__item-link {
    max-width: 100%;
    width: 100%;
    font-size: 14px;
    font-weight: 700;
    padding: 8px 26px 8px 20px;
    position: relative
}

.sidebar.sidebar--active .sidebar-catalog-list__item-link::after {
    content: "";
    position: absolute;
    right: 16px;
    top: 50%;
    width: 10px;
    height: 10px;
    -webkit-transform: translateY(-50%) rotate(45deg);
    -ms-transform: translateY(-50%) rotate(45deg);
    transform: translateY(-50%) rotate(45deg);
    border: 2px solid #929aae;
    border-left-color: transparent;
    border-bottom-color: transparent;
    -webkit-transition: all .12s;
    -o-transition: all .12s;
    transition: all .12s
}

.sidebar.sidebar--active .sidebar-catalog-list__item-link:hover {
    color: #00aa65
}

.sidebar.sidebar--active .sidebar-catalog-list__item-link:hover::after {
    border: 2px solid #00aa65;
    border-left-color: transparent;
    border-bottom-color: transparent
}

.sidebar.sidebar--active .sidebar-menu-list {
    display: block;
    max-width: 100%;
    width: 100%;
    background-color: #f0f3f5;
    padding: 20px 0
}

.sidebar.sidebar--active .sidebar-menu-list__item-link {
    max-width: 100%;
    width: 100%;
    font-size: 14px;
    background-color: #f0f3f5;
    padding: 8px 26px 8px 20px
}

.sidebar.sidebar--active .sidebar-menu-list__item-link:hover {
    color: #00aa65
}

.footer {
    color: #929aae;
    padding: 55px 0 80px;
    background-color: #26355e;
    overflow: hidden
}

.footer a {
    color: #929aae
}

.footer-logo {
    height: 110px;
    width: 110px;
    overflow: hidden;
    margin-bottom: 22px
}

.footer-logo img {
    width: 100%;
    height: auto;
    -o-object-fit: contain;
    object-fit: contain;
    -o-object-position: center center;
    object-position: center center
}

.footer .copyright {
    margin-bottom: 31px
}

.footer-menu__list {
    font-size: 18px;
    font-weight: 500;
    margin-top: -11px
}

.footer-menu__list-link {
    padding: 8px 0
}

.footer-menu__list-link:focus, .footer-menu__list-link:hover {
    color: #00aa65
}

.footer__contact {
    font-size: 20px;
    font-weight: 500
}

.footer__phone, .footer__email {
    margin-bottom: 19px
}

.footer__phone:focus, .footer__email:focus, .footer__phone:hover, .footer__email:hover {
    color: #00aa65
}

.footer__adress {
    margin-bottom: 40px
}

.footer-social__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 38px
}

.footer-social__list-item {
    margin: 0 11px
}

.footer-social__list-link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    border: 2px solid #929aae;
    padding: 5px;
    -webkit-transition: all .12s;
    -o-transition: all .12s;
    transition: all .12s
}

.footer-social__list-link svg {
    height: auto;
    width: 16px;
    fill: #929aae;
    -webkit-transition: all .12s;
    -o-transition: all .12s;
    transition: all .12s
}

.footer-social__list-link:focus, .footer-social__list-link:hover {
    border: 2px solid #00aa65
}

.footer-social__list-link:focus svg, .footer-social__list-link:hover svg {
    fill: #00aa65
}

.footer .mobile-app {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.footer .mobile-app a {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    margin: 0 8px 10px 0
}

.footer .mobile-app a:focus, .footer .mobile-app a:hover {
    -webkit-transform: scale(0.98);
    -ms-transform: scale(0.98);
    transform: scale(0.98)
}

.request {
    padding: 40px 0 283px
}

.request__list-request {
    margin-top: 40px
}

@media only screen and (max-width: 1199px) {
    .request {
        padding: 40px 0 100px
    }
    .header-top__inner{
        padding-left: 0;
    }
    .header-center .logo, .header-center .sidebar__logo{
        height: 50px;
        width: 50px;
        margin: 0px 0 0 0;
    }
}

.list-request__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    margin-bottom: 30px;
    border: 1px solid #E0E0E0;
    border-radius: 11px;
    background-color: #fff;
    -webkit-box-shadow: 0px 12px 36px rgba(0, 19, 69, 0.06);
    box-shadow: 0px 12px 36px rgba(0, 19, 69, 0.06)
}

.list-request__item:last-child {
    margin-bottom: 0
}

.list-request__img {
    width: 23%
}

.list-request__img img {
    max-width: 100%;
    border-radius: 11px 0 0 11px;
    vertical-align: top;
    -o-object-fit: cover;
    object-fit: cover
}

.list-request__content {
    width: 77%;
    position: relative;
    padding: 37px 3% 30px 2.6%
}

.list-request__number {
    position: absolute;
    right: 4%;
    top: 38px
}

.list-request__date {
    position: absolute;
    right: 4%;
    bottom: 42px
}

.list-request__category {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    max-width: 70%;
}

.list-request__task {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.list-request__name {
    font-size: 20px;
    font-weight: 700
}

.list-request__action {
    margin-left: 32px;
    padding: 1px 10px 0;
    font-size: 14px;
    font-weight: 500;
    border-width: 1px;
    border-style: solid;
    border-radius: 10px;
    letter-spacing: .1px;
    line-height: 1.5
}

.list-request__action_not-select {
    border-color: #EC0F44;
    color: #EC0F44
}

.list-request__action_expectation {
    border-color: #26355e;
    color: #26355e
}

.list-request__action_in-work {
    border-color: #26355e;
    color: #26355e
}

.list-request__action_done {
    border-color: #00aa65;
    color: #00aa65
}

.list-request__action_closed {
    border-color: #929aae;
    color: #929aae
}

.list-request__description {
    margin-top: 10px;
    font-size: 16px;
    letter-spacing: -0.1px;
    max-width:70%;
}

.list-request__document {
    margin-top: 13px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start
}

.list-request__document-item {
    margin-right: 40px;
    font-size: 20px;
    font-weight: 500;
    color: #00aa65;
    letter-spacing: 0.2px;
    text-decoration: none
}

.list-request__document-item:last-child {
    margin-right: 0
}

.list-request__document-item:hover {
    color: #26355e
}

@media only screen and (max-width: 1199px) {
    .list-request__img {
        max-height: 213px
    }

    .list-request__img img {
        height: 100%
    }

    .list-request__content {
        padding: 20px 13% 10px 2%
    }
}

@media only screen and (max-width: 991px) {
    .list-request__content {
        padding: 20px 16% 10px 2%
    }
}

@media only screen and (max-width: 767px) {
    .list-request__category,.list-request__description{
        max-width: 100%;
    }
    .list-request__item {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        padding: 30px 3%
    }

    .list-request__img {
        width: 100%;
        text-align: center
    }

    .list-request__img img {
        width: 200px;
        height: 200px;
        border-radius: 0;
    }

    .list-request__content {
        width: 100%;
        padding: 20px 22% 0 0
    }

    .list-request__number {
        top: 0 !important;
        right: 0;
        position: relative;
        margin-bottom: 15px;
    }

    .list-request__date {
        right: 0;
        bottom: 0;
        position: relative;
    }

    .list-request__task {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start
    }

    .list-request__action {
        margin: 15px 0px 10px 0px !important;
    }

    .list-request__document-item {
        margin-right: 20px
    }
}

@media only screen and (max-width: 512px) {
    .list-request__content {
        padding: 20px 30% 0 0
    }

    .list-request__document {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start
    }

    .list-request__document-item {
        margin: 0 0 10px 0
    }

    .list-request__document-item:last-child {
        margin: 0
    }
}

.request-category {
    margin-left: 9px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start
}

.request-category__item {
    position: relative;
    margin-right: 4px
}

.request-category__item:after {
    content: '/';
    font-size: 12px;
    color: #929aae
}

.request-category__item:last-child {
    margin-right: 0
}

.request-category__item:last-child:after {
    content: none;
    display: none
}

.request-category__link {
    font-size: 13px;
    font-weight: 700;
    color: #929aae;
    text-transform: uppercase
}

.news {
    padding: 46px 0 80px
}

.news__list-news {
    margin-top: 24px
}

@media only screen and (max-width: 1199px) {
    .news {
        padding: 40px 0 100px
    }
}

@media only screen and (max-width: 512px) {
    .news {
        padding: 40px 0 50px
    }
}

.list-news__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    margin-bottom: 25px;
    background: #FFFFFF;
    border: 2px solid #E0E0E0;
    border-radius: 15px;
    -webkit-box-shadow: 1px 8px 36px rgba(0, 19, 69, 0.05);
    box-shadow: 1px 8px 36px rgba(0, 19, 69, 0.05)
}

.list-news__item:last-child {
    margin-bottom: 0
}

.list-news__img {
    width: 35%
}

.list-news__img img {
    height: 211px;
    max-width: 100%;
    border-radius: 15px 0 0 15px;
    vertical-align: top;
    -o-object-fit: cover;
    object-fit: cover
}

.list-news__content {
    width: 65%;
    padding: 33px 4% 10px 3.2%
}

.list-news__name {
    font-size: 20px;
    font-weight: 700
}

.list-news__preview {
    margin-top: 13px
}

.list-news__readmore {
    display: inline-block;
    margin-top: 13px;
    font-weight: 700;
    color: #00aa65
}

.list-news__readmore:hover {
    color: #26355e
}

@media only screen and (max-width: 1199px) {
    .list-news__content {
        padding: 25px 2% 10px 2%
    }
}

@media only screen and (max-width: 991px) {
    .list-news__content {
        padding: 10px 1.5% 5px 1.5%
    }
}

@media only screen and (max-width: 767px) {
    .list-news__item {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        padding: 20px 3% 10px
    }

    .list-news__img {
        width: 100%;
        text-align: center
    }

    .list-news__img img {
        width: 200px;
        height: 200px;
        border-radius: 50%
    }

    .list-news__content {
        width: 100%;
        padding: 20px 0 0 0
    }
}

.contact {
    padding: 46px 0 83px
}

.contact__map {
    margin-top: 24px
}

.contact__contact-info {
    margin-top: 27px;
    width: 53%
}

@media only screen and (max-width: 1199px) {
    .contact__contact-info {
        width: 70%
    }
}

@media only screen and (max-width: 991px) {
    .contact {
        padding: 40px 0 40px
    }

    .contact__contact-info {
        width: 100%
    }
}

.contact-info__line {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    margin-bottom: 20px;
    font-size: 20px
}

.contact-info__line:last-child {
    margin-bottom: 0
}

.contact-info__name {
    width: 36.8%
}

.contact-info__value {
    width: 63.2%;
    font-weight: 500
}

@media only screen and (max-width: 767px) {
    .contact-info {
        font-size: 16px
    }

    .contact-info__name {
        width: 40%;
        font-size: 16px
    }

    .contact-info__value {
        width: 60%;
        font-size: 16px
    }
}

.about-info {
    padding: 46px 0 2px
}

.about-info__content {
    margin-top: 25px
}
h3{
    padding-bottom: 20px;
    font-size: 20px;
}
.about-info__content p {
    margin: 0 0 22px;
    line-height: 1.45;
    letter-spacing: -0.1px
}

.about-info__content p:last-child {
    margin-bottom: 0
}

.why-withus_about .why-withus__title {
    margin-bottom: -12px
}

.why-withus_about .why-withus__item {
    margin-top: 36px
}

.why-withus_about .why-withus__item-title {
    margin-left: 19px
}

.about-master {
    margin: 32px 0 80px
}

.about-master__inner {
    padding: 32px 4.3% 30px;
    background-color: #fafafa
}

.about-master__header {
    font-size: 30px;
    font-weight: 700;
    line-height: 1.15;
    letter-spacing: -0.2px
}

.about-master__content {
    margin-top: 25px;
    padding-right: 11%;
    line-height: 1.45
}

.about-master__link {
    margin-top: 25px;
    display: inline-block;
    padding: 7px 26px;
    border: 3px solid #00aa65;
    border-radius: 12px;
    background-color: #00aa65;
    font-size: 20px;
    font-weight: 700;
    color: #fff
}

.about-master__link:hover {
    background-color: transparent;
    color: #00aa65
}

.about-master-info {
    padding-right: 8%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding-top: 3px
}

.about-master-info__item {
    width: 23.5%;
    text-align: center
}

.about-master-info__img {
    width: 116px;
    height: 116px;
    margin-left: auto;
    margin-right: auto;
    border-radius: 50%;
    overflow: hidden
}

.about-master-info__name {
    margin: 10px 0 10px;
    font-size: 20px;
    font-weight: 500
}

.about-master-info__position {
    color: #00aa65
}

@media only screen and (max-width: 991px) {
    .about-master-info {
        margin-top: 30px;
        padding-right: 0
    }
}

@media only screen and (max-width: 767px) {
    .about-master-info {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }

    .about-master-info__item {
        width: 100%;
        margin-bottom: 20px
    }

    .about-master-info__item:last-child {
        margin-bottom: 0
    }
}

.act {
    padding: 46px 0 86px
}

.act__block-act {
    margin-top: 28px;
    width: 37%
}

@media only screen and (max-width: 1199px) {
    .act__block-act {
        width: 50%
    }
}

@media only screen and (max-width: 991px) {
    .act__block-act {
        width: 70%
    }
}

@media only screen and (max-width: 767px) {
    .act__block-act {
        width: 100%
    }
}

@media only screen and (max-width: 512px) {
    .act {
        padding: 46px 0 50px
    }
}

.title_nesting {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    letter-spacing: -0.1px
}

.title__inner {
    margin-left: 27px;
    font-size: 25px;
    font-weight: 500;
    letter-spacing: -0.1px
}

@media only screen and (max-width: 512px) {
    .title__inner {
        font-size: 18px
    }
}

.block-act__item {
    margin-bottom: 27px
}

.block-act__item_small .block-act__name {
    width: 31.7%
}

.block-act__item_small .block-act__value {
    width: 68.3%
}

.block-act__item_big .block-act__name {
    width: 46%
}

.block-act__item_big .block-act__value {
    width: 54%
}

.block-act__item_big .block-act__item-header {
    margin-bottom: 19px
}

.block-act__item-header {
    margin-bottom: 15px;
    font-size: 20px;
    font-weight: 500
}

.block-act__item:last-child {
    margin-bottom: 0
}

.block-act__line {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    margin-bottom: 10px
}

.block-act__line_indent {
    margin-bottom: 24px
}

.block-act__line_result .block-act__name {
    font-weight: 700
}

.block-act__line_result .block-act__value {
    font-weight: 700
}

.block-act__line:last-child {
    margin-bottom: 0
}

.block-act__name {
    font-weight: 400
}

.block-act__value {
    font-weight: 500
}

.block-act__input {
    width: 136px;
    height: 29px;
    padding: 0 12px;
    border: 1px solid #26355e;
    border-radius: 12px;
    font-size: 16px;
    font-weight: 400;
    color: #929aae;
    outline: none
}

.block-act__description {
    width: 85%
}

.block-act__link {
    margin-top: 28px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start
}

.block-act__link-item {
    display: inline-block;
    padding: 11px 25px;
    border-radius: 12px;
    font-size: 20px;
    font-weight: 700
}

.block-act__link-item_button {
    border: 3px solid #00aa65;
    background-color: #00aa65;
    color: #fff
}

.block-act__link-item_button:hover {
    background-color: transparent;
    color: #00aa65
}

.block-act__link-item_link {
    margin-left: 7px;
    border: 3px solid transparent;
    color: #00aa65
}

.block-act__link-item_link:hover {
    border: 3px solid #00aa65;
    background-color: #00aa65;
    color: #fff
}

@media only screen and (max-width: 512px) {
    .block-act__description {
        width: 100%
    }

    .block-act__link-item {
        font-size: 14px
    }
}

.task {
    padding: 40px 0 77px
}

.task__request-category {
    margin: 0 0 0 32px;
    line-height: 1.4
}

.task__inner {
    margin-top: 24px
}

.task__state {
    margin-left: 16px;
    padding: 1px 12px;
    border: 1px solid #ec0f44;
    border-radius: 10px;
    font-size: 14px;
    font-weight: 500;
    color: #ec0f44;
    line-height: 1.4
}

.task__state_done {
    padding: 1px 10px;
    color: #fff;
    background-color: #00aa65;
    border-color: #00aa65
}

.task__item {
    margin-bottom: 31px
}

.task__item-header {
    font-size: 20px;
    font-weight: 500
}

.task__item-header_nesting {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.task__item:last-child {
    margin-bottom: 0
}

.task__description {
    margin-top: 16px
}

.task__img {
    margin-top: 13px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start
}

.task__img-item {
    margin-right: 30px;
    width: 166px;
    height: 126px
}

.task__img-item img {
    border-radius: 11px;
    max-width: 100%
}

.task__img-item:last-child {
    margin-right: 0
}

.task__list-candidate {
    margin-top: 25px
}

.task__executor {
    margin-top: 18px
}

.task__contact-candidate {
    margin-top: 20px
}

.task__change {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    margin: 28px 0 14px
}

.task__change-item {
    display: inline-block;
    padding: 6px 25px;
    border-radius: 12px;
    font-size: 20px;
    font-weight: 700
}

.task__change-item_button {
    border: 3px solid #00aa65;
    background-color: #00aa65;
    color: #fff
}

.task__change-item_button:hover {
    background-color: transparent;
    color: #00aa65
}

.task__change-item_link {
    margin-left: 23px;
    border: 3px solid transparent;
    color: #00aa65
}

.task__change-item_link:hover {
    border: 3px solid #00aa65;
    background-color: #00aa65;
    color: #fff
}

@media only screen and (max-width: 1199px) {
    .task__img-item {
        margin-right: 15px
    }
}

@media only screen and (max-width: 991px) {
    .task__list-candidate {
        margin-bottom: 30px
    }
}

@media only screen and (max-width: 767px) {
    .task__img-item {
        width: 30%;
        height: auto;
        margin-right: 3%
    }
}

@media only screen and (max-width: 512px) {
    .task {
        padding: 40px 0 40px
    }

    .task__change {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }

    .task__change-item {
        font-size: 16px;
        padding: 6px 20px
    }

    .task__change-item_link {
        margin-left: 15px
    }
}

.list-candidate__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    margin-bottom: 18px;
    border: 1px solid #f5f5f5;
    border-radius: 11px;
    background: #fff;
    -webkit-box-shadow: 0px 7px 10px rgba(0, 19, 69, 0.03);
    box-shadow: 0px 7px 10px rgba(0, 19, 69, 0.03)
}

.list-candidate__item:last-child {
    margin-bottom: 0
}

.list-candidate__img {
    width: 10.5%
}

.list-candidate__img img {
    width: 68px;
    height: 68px;
    border-radius: 11px 0px 0px 11px
}

.list-candidate__content {
    width: 89.5%;
    position: relative;
    padding: 9px 2% 0 4.2%
}

.list-candidate__name {
    font-weight: 500
}

.list-candidate__info {
    margin-top: 2px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start
}

.list-candidate__rating {
    display: inline-block;
    font-size: 14px;
    line-height: 1.4
}

.list-candidate__link-profile {
    margin-left: 27px;
    font-size: 14px;
    color: #00aa65
}

.list-candidate__link-profile:hover {
    color: #26355e
}

.list-candidate__link-choice {
    position: absolute;
    right: 5%;
    top: 22px;
    font-weight: 500;
    color: #00aa65
}

.list-candidate__link-choice:hover {
    color: #26355e
}

@media only screen and (max-width: 767px) {
    .list-candidate__img {
        width: 14%
    }

    .list-candidate__content {
        width: 86%
    }
}

@media only screen and (max-width: 512px) {
    .list-candidate__item {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        padding: 20px 3% 20px
    }

    .list-candidate__img {
        width: 100%;
        text-align: center
    }

    .list-candidate__img img {
        border-radius: 50%
    }

    .list-candidate__content {
        width: 100%;
        padding: 10px 0 0;
        text-align: center
    }

    .list-candidate__info {
        margin-top: 5px;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }

    .list-candidate__rating {
        line-height: 1.6
    }

    .list-candidate__link-choice {
        position: relative;
        right: auto;
        top: auto;
        margin-top: 10px
    }
}

.contact-candidate__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    margin-bottom: 9px
}

.contact-candidate__item_action {
    margin-top: 18px
}

.contact-candidate__item:last-child {
    margin-bottom: 0
}

.contact-candidate__name {
    width: 26.2%;
    font-weight: 400
}

.contact-candidate__value {
    font-weight: 500
}

.contact-candidate__change {
    margin-left: 25px;
    font-weight: 400;
    color: #00aa65
}

.contact-candidate__change:hover {
    color: #26355e
}

.contact-candidate__label {
    cursor: pointer
}

.contact-candidate__label-text {
    position: relative;
    display: block;
    padding-left: 32px;
    font-size: 16px;
    font-weight: 400
}

.contact-candidate__label-text:before {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 23px;
    height: 23px;
    border: 1px solid #26355e;
    border-radius: 5px;
    -webkit-transition: all .2s ease-out;
    -o-transition: all .2s ease-out;
    transition: all .2s ease-out
}

.contact-candidate__checkbox {
    display: none
}

.contact-candidate__checkbox:checked + .contact-candidate__label-text:before {
    background-color: #26355e
}

@media only screen and (max-width: 1199px) {
    .contact-candidate__name {
        width: 33%
    }

    .contact-candidate__data {
        width: 67%
    }

    .contact-candidate__value {
        display: block
    }

    .contact-candidate__change {
        margin-left: 0
    }
}

.task-servises-info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.task-servises-info__data {
    width: 30%;
    margin-right: 7%
}

.task-servises-info .list-request__category {
    opacity: .5
}

.task-servises-info__name {
    font-size: 20px;
    font-weight: 500
}

.task-servises-info__link {
    display: inline-block;
    padding: 5px 16px;
    border: 2px solid #929aae;
    border-radius: 12px;
    font-size: 16px;
    font-weight: bold;
    color: #929aae
}

.task-servises-info__link:hover {
    background: #929aae;
    color: #fff
}

@media only screen and (max-width: 767px) {
    .task-servises-info__data {
        width: 40%;
        margin-left: 4%
    }
}

@media only screen and (max-width: 512px) {
    .task-servises-info__data {
        width: 100%;
        margin: 0 0 20px 0
    }
}

.tast-date__day {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-top: 7px;
    width: 86%
}

.tast-date__value {
    font-size: 13px;
    color: #00aa65;
    line-height: 1.3;
    cursor: pointer
}

@media only screen and (max-width: 512px) {
    .tast-date__day {
        width: 100%
    }
}

.block-modal {
    display: none;
    background: #fff;
    border: 2px solid #f2f2f2;
    border-radius: 28px;
    -webkit-box-shadow: 0px 12px 36px rgba(0, 19, 69, 0.06);
    box-shadow: 0px 12px 36px rgba(0, 19, 69, 0.06)
}

.block-modal_small {
    width: 451px;
    padding: 40px 4.5% 50px
}

.block-modal_prepayment {
    width: 370px;
    padding: 30px 3% 60px
}

.block-modal_prepayment .block-modal__text {
    margin-top: 15px
}

.block-modal_review {
    width: 635px;
    padding: 42px 3% 60px
}

.block-modal_task {
    width: 705px;
    padding: 42px 3% 60px
}

.block-modal_task-fill {
    width: 635px;
    padding: 42px 3% 60px
}

.block-modal_chat {
    height: 721px;
    width: 950px;
    padding: 0;
    overflow-y: hidden
}

.block-modal_chat .fancybox-close-small {
    display: none
}

.block-modal__header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.block-modal__logo {
    width: 130px
}

.block-modal__name {
    margin-top: 28px;
    font-size: 20px;
    font-weight: 500;
    text-align: center
}

.block-modal__name_big {
    font-size: 40px;
    text-align: left
}

.block-modal__subname {
    margin-bottom: 24px;
    font-size: 25px;
    font-weight: 500
}

.block-modal__text {
    margin-top: 30px;
    text-align: center
}

.block-modal__form {
    margin-top: 35px
}

.block-modal__form_recovery {
    margin-top: 32px
}

.block-modal__form_review {
    margin-top: 42px
}

.block-modal__form_task {
    margin-top: 44px
}

.block-modal__link {
    margin-top: 23px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.block-modal__link_column {
    margin-top: 30px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.block-modal__link_column .block-modal__link-add {
    margin-bottom: 13px
}

.block-modal__link_column .block-modal__link-add:last-child {
    margin-bottom: 0
}

.block-modal__link-add {
    font-size: 14px;
    color: #00aa65
}

.block-modal__link-add:hover {
    color: #26355e
}

.block-modal__list-social {
    margin-top: 42px
}

.block-modal__choise-payment {
    margin-top: 34px;
    padding: 0 2%
}

@media only screen and (max-width: 512px) {
    .block-modal_review {
        padding: 30px 3% 40px
    }

    .block-modal_task {
        padding: 30px 3% 40px
    }

    .block-modal_task-fill {
        padding: 30px 3% 40px
    }

    .block-modal__name {
        margin-top: 10px
    }

    .block-modal__name_big {
        font-size: 30px
    }

    .block-modal__form _recovery {
        margin-top: 25px
    }

    .block-modal__form_review {
        margin-top: 25px
    }

    .block-modal__form_task {
        margin-top: 25px
    }
}

.choise-payment {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.choise-payment__item {
    width: 100%;
    padding: 8px 0;
    text-align: center;
    text-decoration: none;
    -webkit-transition: all .2s ease-out;
    -o-transition: all .2s ease-out;
    transition: all .2s ease-out
}

.choise-payment__item_yes {
    background: #00aa65;
    border: 3px solid #00aa65;
    border-radius: 12px;
    font-size: 20px;
    font-weight: bold;
    color: #fff !important
}

.choise-payment__item_yes:hover {
    background-color: transparent;
    color: #00aa65 !important
}

.choise-payment__item_no {
    margin-top: 15px;
    border: 3px solid #929aae;
    border-radius: 12px;
    font-size: 20px;
    font-weight: bold;
    color: #929aae
}

.choise-payment__item_no:hover {
    background: #929aae;
    color: #fff
}

.form_recovery .form__submit {
    margin-top: 32px
}

.form_review .form__input {
    height: 41px;
    padding: 0 10px 0 14px
}

.form_review .form__input::-webkit-input-placeholder {
    color: #26355e
}

.form_review .form__input:-moz-placeholder {
    color: #26355e
}

.form_review .form__input::-moz-placeholder {
    color: #26355e
}

.form_review .form__input:-ms-input-placeholder {
    color: #26355e
}

.form_task .form__line {
    margin-bottom: 20px
}

.form_task-fill .form__line {
    margin-bottom: 24px
}

.form_task-fill .form__input {
    height: 41px;
    padding: 0 10px 0 15px
}

.form_task-fill .form__file-wrap {
    vertical-align: top
}

.form_task-fill .form__file-text {
    width: 66%;
    padding-left: 5%;
    font-size: 16px
}

.form_reg .form__line {
    margin-bottom: 15px
}

.form_reg .form__line_b32 {
    margin-bottom: 34px
}

.form_reg .form__input {
    height: 39px;
    padding: 0 10px 0 15px
}

.form_reg .form__submit {
    margin-top: 21px
}

.form__item {
    position: relative;
    margin-bottom: 15px
}

.form__item:last-of-type {
    margin-bottom: 0
}

.form__item-task {
    margin-bottom: 37px
}

.form__item-task .form__column_48:first-child {
    width: 47%
}

.form__item-task .form__column_48:last-child {
    width: 53%
}

.form__item-task:nth-child(2) .block-modal__subname {
    margin-bottom: 18px
}

.form__item-task:nth-child(2) .form__line {
    margin-bottom: 16px
}

.form__item-task:nth-child(2) .form__column_48:last-child {
    width: 47%
}

.form__line {
    margin-bottom: 15px
}

.form__line_between {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.form__line_center {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.form__line_b44 {
    margin-bottom: 44px
}

.form__line_b25 {
    margin-bottom: 25px
}

.form__line_b30 {
    margin-bottom: 30px
}

.form__line_b32 {
    margin-bottom: 32px
}

.form__line_b15 {
    margin-bottom: 15px
}

.form__line_b13 {
    margin-bottom: 13px
}

.form__line_w90 {
    width: 88%
}

.form__line:last-child {
    margin-bottom: 0
}

.form__column_50 {
    width: 51%
}

.form__column_49 {
    width: 49%
}

.form__column_45 {
    width: 45%
}

.form__column_43 {
    width: 43%
}

.form__column_40 {
    width: 42%
}

.form__column_41 {
    width: 41%
}

.form__column_48 {
    width: 50%
}

.form__column_28 {
    width: 28%
}

.form__column_16 {
    width: 22%
}

.form__column-name {
    margin-bottom: 7px
}

.form__input {
    width: 100%;
    height: 49px;
    padding: 0 10px 0 21px;
    border: 1px solid #26355e;
    border-radius: 12px;
    outline: none
}

.form__input_error::-webkit-input-placeholder {
    color: #EC0F44
}

.form__input_error:-moz-placeholder {
    color: #EC0F44
}

.form__input_error::-moz-placeholder {
    color: #EC0F44
}

.form__input_error:-ms-input-placeholder {
    color: #EC0F44
}

.form__input_date {
    background-image: url(/local/templates/eds/css/../images/icon_calendar.svg);
    background-repeat: no-repeat;
    background-position: 87% center
}

.form__password-change {
    position: absolute;
    right: 13px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    display: block;
    width: 32px;
    height: 32px;
    background-image: url(/local/templates/eds/css/../images/icon_password-change.svg);
    background-repeat: no-repeat;
    cursor: pointer
}

.form__label {
    cursor: pointer
}

.form__label_small .form__label-text {
    font-size: 13px;
    line-height: 1.5
}

.form__label-text {
    position: relative;
    display: block;
    padding-left: 34px;
    font-size: 16px;
    font-weight: 400
}

.form__label-text:before {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 23px;
    height: 23px;
    border: 1px solid #26355e;
    border-radius: 5px;
    -webkit-transition: all .2s ease-out;
    -o-transition: all .2s ease-out;
    transition: all .2s ease-out;
    text-align: center
}

.form__label-change {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    cursor: pointer
}

.form__label-change_align-top {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start
}

.form__label-change-input {
    display: none
}

.form__label-change-input:checked ~ .form__label-change-text {
    color: #00aa65
}

.form__label-change-input:checked + .form__label-change-icon svg {
    fill: #00aa65
}

.form__label-change-input:checked ~ .form__label-change-price {
    color: #00aa65
}

.form__label-change-input:checked ~ .form__label-change-name {
    color: #00aa65
}

.form__label-change-icon {
    width: 35px
}

.form__label-change-icon svg {
    width: 100%;
    fill: #26355e;
    -webkit-transition: all .2s ease-out;
    -o-transition: all .2s ease-out;
    transition: all .2s ease-out
}

.form__label-change-text {
    width: calc(100% - 35px);
    padding-left: 11%;
    -webkit-transition: all .2s ease-out;
    -o-transition: all .2s ease-out;
    transition: all .2s ease-out;
    line-height: 1.2
}

.form__label-change-name {
    width: 78.5%;
    line-height: 1.3;
    padding-right: 2%
}

.form__label-change-price {
    width: 21.5%;
    font-weight: 500
}

.form__checkbox {
    display: none
}

.form__checkbox:checked + .form__label-text:before {
    content: '✔'
}

.form__submit {
    margin-top: 25px;
    padding: 8px 0;
    width: 100%;
    background: #00aa65;
    border: 3px solid #00aa65;
    border-radius: 12px;
    font-size: 20px;
    font-weight: bold;
    color: #fff;
    text-align: center;
    -webkit-transition: all .2s ease-out;
    -o-transition: all .2s ease-out;
    transition: all .2s ease-out;
    outline: none
}

.form__submit_d-inline {
    width: auto;
    margin-top: 10px;
    display: inline-block;
    padding: 11px 28px;
    font-size: 25px
}

.form__submit_big {
    width: auto;
    margin-top: 20px;
    padding: 11px 27px;
    font-size: 25px
}

.form__submit:hover {
    background-color: transparent;
    color: #00aa65
}

.form__submit:hover:focus {
    color: #00aa65
}

.form__submit:focus {
    color: #fff
}

.form__select {
    width: 100%
}

.form .jq-selectbox__select {
    border: 1px solid #26355e;
    border-radius: 12px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start
}

.form .jq-selectbox.opened .jq-selectbox__select {
    border-radius: 12px 12px 0 0
}

.form .jq-selectbox__select-text {
    height: 41px;
    width: calc(100% - 41px);
    padding: 9px 10px 0 14px
}

.form .jq-selectbox__trigger {
    height: 41px;
    width: 41px;
    cursor: pointer
}

.form .jq-selectbox__trigger-arrow {
    height: 100%;
    position: relative
}

.form .jq-selectbox__trigger-arrow:before {
    content: '›';
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    -webkit-transform-origin: center center;
    -ms-transform-origin: center center;
    transform-origin: center center;
    font-size: 26px;
    color: #26355e;
    line-height: 0;
    -webkit-transition: all .2s ease-out;
    -o-transition: all .2s ease-out;
    transition: all .2s ease-out
}

.form .jq-selectbox.opened .jq-selectbox__trigger-arrow:before {
    -webkit-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    transform: rotate(270deg)
}

.form .jq-selectbox__dropdown {
    top: 43px !important;
    width: 100%;
    z-index: 3;
    background-color: #fff;
    border: 1px solid #26355e;
    border-top: none;
    border-radius: 0 0 12px 12px
}

.form .jq-selectbox__dropdown ul {
    padding-top: 10px
}

.form .jq-selectbox li, .form .jq-select-multiple li {
    padding: 1px 5px 1px 15px;
    -webkit-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    transition: all .3s ease-out;
    cursor: pointer
}

.form .jq-selectbox li:hover, .form .jq-select-multiple li:hover {
    color: #00aa65
}

.form__textarea {
    width: 100%;
    height: 92px;
    padding: 10px 10px 10px 10px;
    border: 1px solid #26355e;
    border-radius: 12px;
    outline: none;
    resize: none
}

.form__file {
    margin-top: -3px
}

.form__file-wrap {
    position: relative;
    display: inline-block
}

.form__file-input {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    cursor: pointer;
    z-index: 1
}

.form__file-button {
    display: inline-block;
    padding: 5px 16px;
    border: 2px solid #929aae;
    border-radius: 12px;
    font-size: 16px;
    font-weight: bold;
    color: #929aae
}

.form__file-button:hover {
    background: #929aae;
    color: #fff
}

.form__file-text {
    display: inline-block;
    width: 69%;
    padding-left: 4%;
    font-size: 13px
}

.form__steps-back {
    margin-top: 15px;
    display: block;
    width: 100%;
    padding: 9px 0;
    border: 2px solid #929AAE;
    border-radius: 12px;
    font-size: 20px;
    font-weight: 500;
    color: #929aae;
    -webkit-transition: all .2s ease-out;
    -o-transition: all .2s ease-out;
    transition: all .2s ease-out
}

.form__steps-back:hover {
    background-color: #929aae;
    color: #fff
}

.form__regulations {
    text-align: center
}

.form__regulations a {
    color: #00aa65
}

.form__regulations a:hover {
    color: #00aa65;
    text-decoration: underline
}

@media only screen and (max-width: 767px) {
    .form_task-fill .form__file-text {
        width: 62%;
        padding-left: 2%;
        margin-top: 0
    }

    .form__line_w90 {
        width: 100%
    }

    .form__file-text {
        width: 100%;
        padding-left: 0;
        margin-top: 10px
    }
}

@media only screen and (max-width: 512px) {
    .form__item-task .form__column_48 {
        width: 100% !important;
        margin-bottom: 20px
    }

    .form__item-task .form__column_48:last-child {
        margin-bottom: 0
    }

    .form_task-fill .form__file-text {
        width: 100%;
        padding-left: 0;
        margin-top: 10px
    }

    .form__column_49 {
        width: 100%
    }

    .form__column_43 {
        width: 100%
    }

    .form__column_41 {
        width: 70%
    }

    .form__column_28 {
        width: 50%
    }

    .form__column_16 {
        width: 30%
    }
}

@media only screen and (max-width: 375px) {
    .form__column {
        margin-bottom: 15px
    }

    .form__column_50 {
        width: 100%
    }

    .form__column_40 {
        width: 100%
    }

    .form__column:last-child {
        margin-bottom: 0
    }
}

.list-social {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.list-social__item {
    margin: 0 10px
}

.list-social__link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 55px;
    height: 55px;
    border: 2px solid #929aae;
    border-radius: 50%;
    -webkit-transition: all .2s ease-out;
    -o-transition: all .2s ease-out;
    transition: all .2s ease-out
}

.list-social__link svg {
    width: 25px;
    fill: #929aae;
    -webkit-transition: all .2s ease-out;
    -o-transition: all .2s ease-out;
    transition: all .2s ease-out
}

.list-social__link:hover {
    border-color: #00aa65
}

.list-social__link:hover svg {
    fill: #00aa65
}

.profile {
    padding: 46px 0 56px
}

.profile__inner {
    margin-top: 22px
}

.profile__item {
    margin-bottom: 24px
}

.profile__item_contact {
    padding-top: 44px
}

.profile__item-header {
    font-size: 20px;
    font-weight: 500
}

.profile__item-header-link {
    margin-left: 10px;
    font-size: 16px;
    color: #00aa65
}

.profile__item-header-link:hover {
    color: #26355e
}

.profile__contact-master {
    margin-top: 19px
}

.profile__list-work-types {
    margin-top: 14px
}

.profile__list-work-examples {
    margin-top: 20px
}

@media only screen and (max-width: 767px) {
    .profile {
        padding: 46px 0 20px
    }
}

.profile-info {
    padding-right: 1.7%
}

.profile-info__line {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start
}

.profile-info__img {
    flex-shrink:0;
    margin-top: 5px;
    width: 126px;
    height: 126px;
    border-radius: 50%;
    overflow: hidden
}

.profile-info__img img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

.profile-info__data {
    padding-left: 5.5%
}

.profile-info__data_lk {
    padding: 17px 0 0 4.5%
}

.profile-info__name {
    font-size: 20px;
    font-weight: 500
}

.profile-info__status {
    margin-top: 4px;
    position: relative;
    font-size: 13px;
    font-weight: 500;
    padding-left: 20px
}

.profile-info__status:before {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: 5px;
    width: 13px;
    height: 13px;
    border-radius: 50%
}

.profile-info__status_online {
    color: #00aa65
}

.profile-info__status_online:before {
    background-color: #00aa65
}

.profile-info__status_ofline {
    color: #929aae
}

.profile-info__status_ofline:before {
    background-color: #929aae
}

.profile-info__rating svg {
    fill: transparent
}

.profile-info__rating-value {
    font-size: 14px;
    font-weight: 400
}

.profile-info__action {
    position: relative;
    margin-top: 22px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: baseline;
    -ms-flex-align: baseline;
    align-items: baseline
}

.profile-info__action_lk {
    margin-top: 35px;
    position: relative;
    display: inline-block;
    padding: 5px 17px;
    border-radius: 12px;
    font-weight: 700;
    color: #929aae;
    border: 2px solid #929aae;
    cursor: pointer
}

.profile-info__action_lk span {
    cursor: pointer
}

.profile-info__action_lk:hover {
    background-color: #929aae;
    color: #fff
}

.profile-info__action-file {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    opacity: 0;
    border: none;
    cursor: pointer
}

.profile-info__action-link {
    display: inline-block;
    padding: 5px 17px;
    border-radius: 12px;
    font-weight: 700
}

.profile-info__action-link_choice {
    color: #fff;
    border: 1px solid #00aa65;
    background-color: #00aa65
}

.profile-info__action-link_choice:hover {
    background-color: transparent;
    color: #00aa65
}

.profile-info__action-link_ask-que {
    color: #929aae;
    border: 1px solid #929aae
}

.profile-info__action-link_ask-que:hover {
    background-color: #929aae;
    color: #fff
}

.profile-info__action-link_change-photo {
    color: #929aae;
    border: 1px solid #929aae
}

.profile-info__action-link_change-photo:hover {
    background-color: #929aae;
    color: #fff
}

.profile-info__about {
    margin-top: 17px
}

.profile-info__about-header {
    font-size: 20px;
    font-weight: 500
}

.profile-info__content {
    margin-top: 15px;
    line-height: 1.45
}

@media only screen and (max-width: 1199px) {
    .profile-info__action-link_ask-que {
        margin-top: 10px
    }
}

@media only screen and (max-width: 767px) {
    .profile-info {
        padding-right: 0
    }
}

@media only screen and (max-width: 512px) {
    .profile-info__line {
        overflow: hidden
    }

    .profile-info__action-link {
        padding: 5px 8px
    }
}

.contact-master__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    margin-bottom: 9px
}

.contact-master__item:last-child {
    margin-bottom: 0
}

.contact-master__name {
    width: 37%
}

.contact-master__value {
    width: 63%;
    font-weight: 500
}

@media only screen and (max-width: 512px) {
    .contact-master__name {
        width: 43%
    }

    .contact-master__value {
        width: 57%
    }
}

.list-work-reviews {
    margin-top: 46px
}

.list-work-reviews__item {
    margin-bottom: 41px;
    padding: 0 2% 18px 3.5%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    border-radius: 11px;
    background: #fff;
    -webkit-box-shadow: 0px 7px 10px rgba(0, 19, 69, 0.03);
    box-shadow: 0px 7px 10px rgba(0, 19, 69, 0.03)
}

.list-work-reviews__item:last-child {
    margin-bottom: 0
}

.list-work-reviews__img {
    width: 68px;
    height: 68px;
    border-radius: 50%;
    overflow: hidden
}

.list-work-reviews__img img {
    max-width: 100%
}

.list-work-reviews__content {
    width: calc(100% - 68px);
    padding-left: 6%
}

.list-work-reviews__line {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding-right: 2.5%
}

.list-work-reviews__name {
    font-weight: 500
}

.list-work-reviews__date {
    color: #929aae
}

.list-work-reviews__text {
    margin-top: 4px;
    font-size: 14px;
    line-height: 1.55
}

.list-work-types {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.list-work-types__item {
    margin-bottom: 1px;
    line-height: 1.4
}

.list-work-types__item:last-child {
    margin-bottom: 0
}

.list-work-examples {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start
}

.list-work-examples__item {
    width: 30%;
    margin: 0 5% 4% 0
}

.list-work-examples__item img {
    max-width: 100%
}

.list-work-examples__item img img {
    border-radius: 11px
}

.list-work-examples__item:nth-child(3n) {
    margin-right: 0
}

.profile-data-settings {
    margin-top: 17px
}

.profile-data-settings__line {
    margin-top: 7px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start
}

.profile-data-settings__line:last-child {
    margin-bottom: 0
}

.profile-data-settings__name {
    width: 21%;
    font-weight: 700
}

.profile-data-settings__name_w100 {
    width: 100%
}

.profile-data-settings__value {
    min-width: 20px;
    color: #26355e;
    font-weight: 500;
    letter-spacing: -0.2px;
    outline: none;
    border: none;
    background: aliceblue
}

.profile-data-settings__value_w75 {
    width: calc(100% - 76px)
}

.profile-data-settings__value:disabled {
    background-color: transparent
}

.profile-data-settings__change {
    color: #00aa65;
    font-weight: 500
}

.profile-data-settings__change:hover {
    color: #26355e
}
.profile-data-settings__change2 {
    color: #00aa65;
    font-weight: 500;
    font-size:14px;

}

.profile-data-settings__change2:hover {
    color: #26355e
}

.account-actions {
    margin-top: 15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start
}

.account-actions__item {
    margin-bottom: 9px;
    color: #00aa65;
    font-weight: 500;
    text-decoration: none
}

.account-actions__item:hover {
    color: #26355e
}

.account-actions__item:last-child {
    margin-bottom: 0
}

.profile-data {
    width: 264px;
    margin-left: 14.9%;
    padding: 12px 0 0;
    border: 1px solid #E0E0E0;
    border-radius: 28px;
    text-align: center
}

.profile-data__header {
    font-size: 13px;
    font-weight: 500
}

.profile-data__icon {
    margin-top: 15px
}

.profile-data__name {
    margin-top: 21px;
    font-size: 40px;
    font-weight: 700
}

.profile-data__id {
    margin-top: 22px;
    padding-bottom: 11px;
    border-bottom: 1px solid #E0E0E0
}

.profile-data__id-number {
    font-size: 25px;
    font-weight: 500;
    color: #00aa65
}

.profile-data__id-name {
    font-size: 13px;
    font-weight: 500
}

.profile-data__discount {
    padding: 21px 9% 20px
}

.profile-data__discount-header {
    font-weight: 500
}

.profile-data__discount-content {
    margin-top: 10px;
    line-height: 1.35
}

.profile-data__range {
    padding: 26px 11% 4px;
    background-color: #00aa65;
    color: #fff
}

.profile-data__range-inner {
    position: relative
}

.profile-data__range-start {
    position: absolute;
    top: -15px;
    left: 0;
    font-size: 13px
}

.profile-data__range-end {
    position: absolute;
    top: -15px;
    right: 0;
    font-size: 13px
}

.profile-data__score {
    padding-bottom: 21px;
    background-color: #00aa65;
    color: #fff;
    border-radius: 0 0 28px 28px
}

.profile-data__score-result {
    font-size: 19px
}

.profile-data__score-text {
    font-size: 13px
}

.profile-data__score-text b {
    display: block;
    font-size: 16px;
    line-height: 1.2
}

@media only screen and (max-width: 991px) {
    .profile-data {
        margin: 0 auto
    }
}

@media screen and (-webkit-min-device-pixel-ratio: 0) {
    input[type='range'] {
        width: 100%;
        -webkit-appearance: none;
        background-color: #80D4B2;
        border-radius: 5px;
        position: relative
    }

    input[type='range']::-webkit-slider-runnable-track {
        height: 8px;
        border-radius: 5px;
        color: #fff;
        overflow: hidden
    }

    input[type='range']::-webkit-slider-thumb {
        -webkit-appearance: none;
        cursor: ew-resize;
        -webkit-box-shadow: -100em 0 0 100em #fff;
        box-shadow: -100em 0 0 100em #fff;
        -webkit-appearance: none;
        border: none;
        height: 8px;
        width: 8px
    }

    input[type=range]:focus {
        outline: none
    }
}

input[type="range"]::-moz-range-progress {
    background-color: #fff
}

input[type="range"]::-moz-range-track {
    background-color: #80D4B2
}

input[type="range"]::-ms-fill-lower {
    background-color: #fff
}

input[type="range"]::-ms-fill-upper {
    background-color: #80D4B2
}

.block-support {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    height: 0;
    overflow: hidden;
    -webkit-transition: all .1s ease-out;
    -o-transition: all .1s ease-out;
    transition: all .1s ease-out
}

.block-support_active {
    height: 100%;
    overflow: visible
}

.block-support__over {
    position: absolute;
    left: 0;
    top: 193px;
    right: 0;
    bottom: 0;
    background: rgba(146, 154, 174, 0.7)
}

.block-support__dialog {
    width: 263px;
    position: absolute;
    bottom: 0;
    right: 19.3%
}

@media only screen and (max-width: 1199px) {
    .block-support__over {
        top: 179px
    }
}

@media only screen and (max-width: 991px) {
    .block-support__dialog {
        right: 0
    }
}

@media only screen and (max-width: 767px) {
    .block-support__over {
        top: 143px
    }
}

@media only screen and (max-width: 375px) {
    .block-support__dialog {
        width: 200px
    }
}

.support-dialog {
    text-align: center;
    border: 1px solid #E0E0E0;
    background-color: #fff
}

.support-dialog__header {
    padding: 16px 14%;
    background-color: #E0E0E0;
    font-size: 13px;
    line-height: 1.3
}

.support-dialog__content {
    padding: 40px 3% 137px
}

.support-dialog__appeal {
    font-weight: 500
}

.support-dialog__info {
    margin-top: 4px;
    font-size: 13px;
    line-height: 1.3
}

.support-dialog__link {
    margin-top: 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.support-dialog__link-item {
    display: inline-block;
    padding: 3px 14px;
    font-size: 14px;
    font-weight: 500;
    border-radius: 12px
}

.support-dialog__link-item_new {
    margin-bottom: 10px;
    border: 2px solid #00aa65;
    color: #fff;
    background-color: #00aa65
}

.support-dialog__link-item_new:hover {
    color: #00aa65;
    background-color: transparent
}

.support-dialog__link-item_view {
    color: #00aa65
}

.support-dialog__link-item_view:hover {
    background-color: #00aa65;
    color: #fff
}

@media only screen and (max-width: 991px) {
    .support-dialog__content {
        padding: 40px 3% 50px
    }
}

@media only screen and (max-width: 375px) {
    .support-dialog__header {
        padding: 10px 3%
    }
}

.chat {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    height: 100%
}

.chat__column {
    height: 100%
}

.chat__column_info {
    width: 34.5%;
    padding: 33px 0 0 2.5%;
    background-color: #fafafa;
    border-radius: 15px 0px 0px 15px
}

.chat__column_dialog {
    width: 65.5%;
    background-color: #fff;
    border-radius: 0px 15px 15px 0px
}

.chat__search {
    height: 33px;
    width: 94%;
    padding: 0 20px;
    border-radius: 20px;
    background-color: #EDEDED;
    color: #929aae;
    border: none;
    outline: none
}

@media only screen and (max-width: 767px) {
    .chat__search {
        font-size: 13px;
        padding: 0 5px
    }
}

@media only screen and (max-width: 512px) {
    .chat__column_info {
        padding: 20px 0 0 1%
    }
}

.chat-list-author {
    margin-top: 10px
}

.chat-list-author__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 7px;
    padding: 9px 0 9px 2.5%;
    border-radius: 15px;
    cursor: pointer
}

.chat-list-author__item:hover {
    background-color: #EDEDED
}

.chat-list-author__item_active {
    background-color: #EDEDED
}

.chat-list-author__avatar {
    width: 43px;
    height: 43px;
    border-radius: 50%
}

.chat-list-author__avatar img {
    border-radius: 50%;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

.chat-list-author__content {
    width: calc(100% - 43px);
    padding-left: 3.2%
}

.chat-list-author__name {
    font-size: 14px;
    font-weight: 600
}

.chat-list-author__message {
    width: 100%;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 13px;
    color: #929aae;
    line-height: 1.4;
    letter-spacing: .6px
}

@media only screen and (max-width: 767px) {
    .chat-list-author__item {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start
    }

    .chat-list-author__content {
        width: 100%;
        padding: 0 1% 0 0
    }

    .chat-list-author__name {
        overflow: hidden;
        -o-text-overflow: ellipsis;
        text-overflow: ellipsis;
        white-space: nowrap
    }
}

.chat-dialog {
    position: relative
}

.chat-dialog__header {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 74px;
    padding: 0 4.5% 0 5.2%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #EDEDED
}

.chat-dialog__user {
    width: calc(100% - 20px);
    padding-right: 3%
}

.chat-dialog__settings {
    width: 20px
}

.chat-dialog__content {
    padding: 74px 0 0 5%;
    height: calc(100% - 88px)
}

.chat-dialog__bottom {
    position: absolute;
    left: 0;
    bottom: 0;
    right: 0;
    height: 88px;
    padding: 13px 3.3% 10px;
    background-color: #EDEDED
}

@media only screen and (max-width: 767px) {
    .chat-dialog__content {
        padding: 74px 0 0 2%
    }
}

.chat-dialog-user {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.chat-dialog-user__avatar {
    width: 42px;
    height: 42px;
    border-radius: 50%
}

.chat-dialog-user__avatar img {
    border-radius: 50%;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

.chat-dialog-user__name {
    width: calc(100% - 42px);
    padding-left: 10px;
    font-weight: 500
}

@media only screen and (max-width: 512px) {
    .chat-dialog-user__name {
        font-size: 12px
    }
}

.chat-dialog-settings svg {
    width: 20px
}

.chat-dialog-content__inner {
    overflow-y: auto;
    height: 100%;
    padding-right: 2%
}

.chat-dialog-content__item {
    margin-bottom: 13px
}

.chat-dialog-content__date {
    margin-top: 24px;
    text-align: center
}

.chat-dialog-content__date-value {
    padding: 3px 14px;
    border: 1px solid #E0E0E0;
    border-radius: 20px;
    font-size: 12px;
    color: #929aae
}

.chat-dialog-content__line {
    margin-top: 13px
}

.chat-dialog-content__line_revers {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end
}

.chat-dialog-content__line_revers .chat-dialog-content__message {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end
}

.chat-dialog-content__line_revers .chat-dialog-content__info {
    margin: 0 6px 0 0;
    background-color: #00aa65;
    border-radius: 15px 15px 0px 15px;
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0
}

.chat-dialog-content__line_revers .chat-dialog-content__avatar {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1
}

.chat-dialog-content__line_revers .chat-dialog-content__text {
    color: #fff
}

.chat-dialog-content__line_revers .chat-dialog-content__time {
    color: #80D4B2
}

.chat-dialog-content__message {
    max-width: 58%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end
}

.chat-dialog-content__avatar {
    width: 43px;
    height: 43px;
    border-radius: 50%
}

.chat-dialog-content__avatar img {
    border-radius: 50%;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

.chat-dialog-content__info {
    width: calc(100% - 51px);
    margin-left: 8px;
    background-color: #fafafa;
    border-radius: 15px;
    overflow: hidden
}

.chat-dialog-content__text {
    padding: 11px 5% 0;
    font-size: 13px;
    line-height: 1.4
}

.chat-dialog-content__time {
    margin-top: -8px;
    padding: 0 5%;
    font-size: 12px;
    color: #929aae;
    text-align: right
}

.chat-dialog-content__img {
    margin-top: 2px
}

.chat-dialog-content__img img {
    max-width: 100%
}

@media only screen and (max-width: 767px) {
    .chat-dialog-content__message {
        max-width: 100%
    }
}

.chat-message-submit {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start
}

.chat-message-submit__file {
    width: 40px;
    padding-top: 8px
}

.chat-message-submit__file svg {
    width: 26px
}

.chat-message-submit__text {
    width: calc(100% - 85px)
}

.chat-message-submit__textarea {
    width: 100%;
    height: 50px;
    padding: 5px 5px 5px 4px;
    background-color: #EDEDED;
    resize: none;
    font-size: 13px;
    border: none;
    outline: none;
    overflow: hidden;
    line-height: 1.4
}

.chat-message-submit__button {
    width: 35px;
    padding: 0;
    text-align: right;
    cursor: pointer
}

.chat-message-submit__button svg {
    width: 31px
}

.link-order-view {
    position: absolute;
    top: -32px;
    right: 12.3%;
    display: inline-block;
    padding: 4px 15px;
    font-weight: 500;
    color: #fff;
    background: #00aa65;
    border-radius: 11px 11px 0px 0px
}

.link-order-view:hover {
    color: #fff
}

@media only screen and (max-width: 767px) {
    .link-order-view {
        right: 0;
        top: -28px;
        padding: 2px 10px;
        font-size: 12px
    }
}

.auth-data {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.auth-data__order {
    font-size: 16px;
    font-weight: 700
}

.auth-data__notice {
    position: relative;
    margin: -3px 0 0 50px
}

.auth-data__notice svg {
    fill: transparent;
    stroke: #26355e
}

.auth-data__notice-value {
    position: absolute;
    top: -2px;
    right: -2px;
    width: 16px;
    height: 16px;
    border-radius: 50%;
    background-color: #00aa65;
    font-size: 9px;
    color: #fff;
    font-weight: 700;
    text-align: center;
    line-height: 1.8
}

.auth-data__notice:hover svg {
    stroke: #00aa65
}

.auth-data__message {
    position: relative;
    margin: -3px 0 0 26px
}

.auth-data__message svg {
    fill: transparent;
    stroke: #26355e
}

.auth-data__message-value {
    position: absolute;
    top: -4px;
    right: -6px;
    width: 16px;
    height: 16px;
    border-radius: 50%;
    background-color: #00aa65;
    font-size: 9px;
    color: #fff;
    font-weight: 700;
    text-align: center;
    line-height: 1.8
}

.auth-data__message:hover svg {
    stroke: #00aa65
}

.auth-data__profile {
    margin: -10px 0 0 57px;
    width: 35px;
    height: 35px;
    border-radius: 50%
}

.auth-data__profile img {
    max-width: 100%;
    border-radius: 50%
}

@media only screen and (max-width: 1199px) {
    .auth-data__notice {
        margin: 0 0 0 30px
    }

    .auth-data__message {
        margin: 0 0 0 30px
    }

    .auth-data__profile {
        margin: 0 0 0 30px
    }
}

@media only screen and (max-width: 767px) {
    .auth-data__order {
        font-size: 16px
    }
}

@media only screen and (max-width: 512px) {
    .auth-data__order {
        display: none
    }
}

.sidebar.sidebar--active .auth-data {
    width: 100%;
    padding: 20px 0 20px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background-color: #f0f3f5
}

.sidebar.sidebar--active .auth-data__order {
    display: block
}

.block-reg {
    margin-left: auto;
    margin-right: auto;
    max-width: 513px;
    padding: 38px 5% 50px
}

.block-reg__header {
    margin-top: 30px;
    text-align: center
}

.block-reg__name {
    font-size: 30px;
    font-weight: 600
}

.block-reg__subheader {
    margin-top: 12px;
    font-size: 20px;
    font-weight: 500
}

.block-reg__steps {
    margin-top: 16px;
    font-size: 16px
}

.block-reg__form {
    margin-top: 35px
}

.services {
    padding: 62px 0 15px;
    overflow: hidden
}

.services__title {
    margin-bottom: 33px
}

.services__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 28px
}

.services__item-icon {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    min-width: 70px;
    height: 70px;
    margin-right: 16px
}

.services__item-icon svg {
    width: 50px;
    height: 50px;
    -webkit-transition: all .12s;
    -o-transition: all .12s;
    transition: all .12s
}

.services__item-text {
    display: block;
    -webkit-transition: all .12s;
    -o-transition: all .12s;
    transition: all .12s
}

.services__item:focus .services__item-icon svg, .services__item:hover .services__item-icon svg {
    fill: #00aa65
}

.narrate {
    padding: 27px 0 67px;
    overflow: hidden
}

.narrate__title {
    margin-bottom: 7px
}

.narrate__item {
    text-align: center;
    margin-bottom: 30px
}

.narrate__item-img {
    display: block;
    height: 237px;
    margin-bottom: 28px
}

.narrate__item-title {
    font-size: 22px;
    line-height: 25px;
    font-weight: 700;
    margin-bottom: 10px
}

.narrate__item-subtitle {
    font-size: 20px;
    line-height: 26px
}

.narrate__inner {
    max-width: 150px;
    width: 100%;
    margin: 0 auto
}

.info-label {
    text-align: center;
    font-size: 32px;
    line-height: 37px;
    font-weight: 700;
    color: #fff;
    background-color: #00aa65;
    padding: 19px 0;
    overflow: hidden
}

.masters {
    padding: 66px 0 52px;
    overflow: hidden
}

.masters__title {
    margin-bottom: 48px
}

.masters .masters-slider-item__inner {
    display: block;
    width: 264px;
    text-align: center;
    margin: 0 auto
}

.masters .masters-slider-item__inner-img {
    width: 264px;
    height: 252px;
    border-radius: 50%;
    margin: 0 auto 12px auto;
    overflow: hidden;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    -webkit-transition: all .12s;
    -o-transition: all .12s;
    transition: all .12s
}

.masters .masters-slider-item__inner-img img {
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center center;
    object-position: center center
}

.masters .masters-slider-item__inner-name {
    font-size: 22px;
    line-height: 25px;
    font-weight: 700;
    color: #26355e;
    margin-bottom: 6px
}

.masters .masters-slider-item__inner-position {
    font-size: 15px;
    line-height: 23px;
    font-weight: 500;
    color: #929aae;
    margin-bottom: 18px
}

.masters .masters-slider-item__inner-name, .masters .masters-slider-item__inner-position {
    -webkit-transition: all .12s;
    -o-transition: all .12s;
    transition: all .12s
}

.masters .masters-slider-item__inner-rating {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.masters .masters-slider-item__inner:focus .masters-slider-item__inner-img, .masters .masters-slider-item__inner:hover .masters-slider-item__inner-img {
    -webkit-transform: scale(0.98);
    -ms-transform: scale(0.98);
    transform: scale(0.98)
}

.masters .masters-slider-item__inner:focus .masters-slider-item__inner-name, .masters .masters-slider-item__inner:focus .masters-slider-item__inner-position, .masters .masters-slider-item__inner:hover .masters-slider-item__inner-name, .masters .masters-slider-item__inner:hover .masters-slider-item__inner-position {
    color: #00aa65
}

.why-withus {
    padding: 48px 0 18px;
    overflow: hidden
}

.why-withus__title {
    margin-bottom: -6px
}

.why-withus__item {
    margin-top: 43px
}

.why-withus__item-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 16px
}

.why-withus__item-icon {
    width: 40px;
    height: 40px
}

.why-withus__item-icon svg {
    width: 40px;
    height: 40px
}

.why-withus__item-title {
    font-size: 20px;
    line-height: 23px;
    font-weight: 500;
    margin-left: 12px
}

.why-withus__item-text {
    font-size: 16px;
    line-height: 22px
}

.last-works {
    padding: 29px 0;
    overflow: hidden
}

.last-works__title {
    margin-bottom: 25px
}

.last-works-slider__item a {
    display: block;
    max-width: 362px;
    width: 100%;
    min-height: 289px;
    border-radius: 28px;
    margin: 0 auto;
    overflow: hidden;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1)
}

.last-works-slider__item a:focus, .last-works-slider__item a:hover {
    -webkit-transform: scale(0.98);
    -ms-transform: scale(0.98);
    transform: scale(0.98)
}

.last-works-slider__item img {
    width: auto;
    height: 100%;
    margin: 0 auto;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center center;
    object-position: center center
}

.work-order {
    padding: 29px 0 37px;
    overflow: hidden
}

.work-order__title {
    margin-bottom: 39px
}

.work-order__item {
    max-width: 100%;
    width: 100%;
    min-height: 369px;
    border-radius: 28px;
    border: 2px solid #f2f2f2;
    background-color: #fff;
    -webkit-box-shadow: 0px 12px 36px rgba(0, 19, 69, 0.06);
    box-shadow: 0px 12px 36px rgba(0, 19, 69, 0.06);
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    -webkit-transition: all .12s;
    -o-transition: all .12s;
    transition: all .12s;
    overflow: hidden
}

.work-order__item-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-bottom: 2px solid #f2f2f2;
    padding: 26px 31px 23px 27px
}

.work-order__item-icon {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 52px;
    height: 52px;
    margin-bottom: 10px
}

.work-order__item-icon img {
    width: 100%;
    height: auto;
    -o-object-fit: contain;
    object-fit: contain;
    -o-object-position: center center;
    object-position: center center
}

.work-order__item-title {
    text-align: center;
    font-size: 25px;
    line-height: 29px;
    font-weight: 700
}

.work-order__item-wrap {
    padding: 39px 31px 23px 27px
}

.work-order__item-list {
    margin-bottom: 38px
}

.work-order__item-btn {
    display: block;
    text-align: center;
    font-size: 20px;
    line-height: 23px;
    font-weight: 500
}

.work-order__item:hover {
    -webkit-transform: translateY(-6px);
    -ms-transform: translateY(-6px);
    transform: translateY(-6px)
}

.about {
    padding: 28px 0 23px;
    overflow: hidden
}

.about__title {
    margin-bottom: 40px
}

.about__img {
    max-width: 100%;
    width: 100%;
    border-radius: 23px;
    overflow: hidden
}

.about__img img {
    width: 100%;
    height: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center center;
    object-position: center center
}

.reviews {
    padding: 25px 0 36px;
    overflow: hidden
}

.reviews__title {
    margin-bottom: 29px
}

.reviews .reviews-slider-item-info {
    text-align: center;
    padding: 37px 34px 20px 33px
}

.reviews .reviews-slider-item-info__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: 2px
}

.reviews .reviews-slider-item-info__icon {
    width: 46px;
    height: 46px
}

.reviews .reviews-slider-item-info__icon svg {
    width: 100%;
    height: auto;
    fill: #00aa65
}

.reviews .reviews-slider-item-info__percent {
    font-size: 60px;
    line-height: 70px;
    font-weight: 700;
    color: #00aa65;
    margin-left: 7px
}

.reviews .reviews-slider-item-info__title {
    font-size: 18px;
    line-height: 21px;
    margin-bottom: 33px
}

.reviews .reviews-slider-item-info__list p {
    display: inline-block;
    font-weight: 500;
    margin: 0
}

.reviews .reviews-slider-item {
    padding: 24px 34px 16px 28px
}

.reviews .reviews-slider-item__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 24px
}

.reviews .reviews-slider-item__img {
    min-width: 80px;
    width: 80px;
    min-height: 80px;
    height: 80px;
    border-radius: 50%;
    overflow: hidden
}

.reviews .reviews-slider-item__img img {
    width: 80px;
    height: 80px;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center center;
    object-position: center center
}

.reviews .reviews-slider-item__info {
    margin-left: 18px
}

.reviews .reviews-slider-item__name {
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 4px
}

.reviews .reviews-slider-item__position {
    margin-bottom: 4px
}

.reviews .reviews-slider-item__rating {
    padding-left: 2px
}

.reviews .reviews-slider-item__rating img {
    height: 22px
}

.reviews .reviews-slider-item__text {
    margin-bottom: 13px
}

.reviews .reviews-slider-item-executor__name {
    margin-bottom: 5px
}

.reviews .reviews-slider-item-executor__service {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 12px;
    line-height: 13px;
    font-weight: 700;
    opacity: 0.5
}

.reviews .reviews-slider-item-executor__service svg {
    width: 12px;
    height: 13px
}

.reviews .reviews-slider-item-executor__service p {
    display: inline-block;
    text-transform: uppercase;
    margin: 0 0 0 9px
}

.reviews .reviews-slider-item-info, .reviews .reviews-slider-item {
    max-width: 362px;
    width: 100%;
    min-height: 285px;
    border-radius: 25px;
    border: 2px solid #f2f2f2;
    background-color: #fff;
    margin: 0 auto;
    -webkit-box-shadow: 0px 12px 36px rgba(0, 19, 69, 0.06);
    box-shadow: 0px 12px 36px rgba(0, 19, 69, 0.06);
    overflow: hidden;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    -webkit-transition: all .12s;
    -o-transition: all .12s;
    transition: all .12s
}

.reviews .reviews-slider-item-info:hover, .reviews .reviews-slider-item:hover {
    -webkit-transform: translateY(-6px);
    -ms-transform: translateY(-6px);
    transform: translateY(-6px)
}

.partners {
    padding: 29px 0 34px;
    overflow: hidden
}

.partners__title {
    margin-bottom: 29px
}

.partners-slider-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    max-width: 264px;
    width: 100%;
    min-height: 160px;
    border-radius: 23px;
    border: 2px solid #f2f2f2;
    background-color: #fff;
    padding: 14px;
    margin: 0 auto;
    -webkit-box-shadow: 0px 12px 36px rgba(0, 19, 69, 0.06);
    box-shadow: 0px 12px 36px rgba(0, 19, 69, 0.06);
    overflow: hidden;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    -webkit-transition: all .12s;
    -o-transition: all .12s;
    transition: all .12s
}

.partners-slider-item__img {
    width: 178px;
    height: auto;
    overflow: hidden
}

.partners-slider-item__img img {
    width: 100%;
    height: auto;
    -o-object-fit: contain;
    object-fit: contain;
    -o-object-position: center center;
    object-position: center center
}

.partners-slider-item:focus, .partners-slider-item:hover {
    -webkit-transform: scale(0.98);
    -ms-transform: scale(0.98);
    transform: scale(0.98)
}

.masters-nearby {
    padding: 32px 0 75px;
    overflow: hidden
}

.masters-nearby__title {
    margin-bottom: 38px
}

.masters-nearby-form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 45px
}

.masters-nearby-form__input {
    max-width: 852px;
    width: 100%;
    min-height: 49px;
    border-radius: 12px;
    border: 2px solid #26355e;
    padding: 4px 23px 4px 23px;
    outline: none;
    -webkit-transition: all .12s;
    -o-transition: all .12s;
    transition: all .12s
}

.masters-nearby-form__input:focus, .masters-nearby-form__input:hover {
    color: #00aa65;
    border: 2px solid #00aa65
}

.masters-nearby-form__input::-webkit-input-placeholder {
    color: #929aae;
    -webkit-transition: all .12s;
    transition: all .12s
}

.masters-nearby-form__input::-moz-placeholder {
    color: #929aae;
    -moz-transition: all .12s;
    transition: all .12s
}

.masters-nearby-form__input:-ms-input-placeholder {
    color: #929aae;
    -ms-transition: all .12s;
    transition: all .12s
}

.masters-nearby-form__input::-ms-input-placeholder {
    color: #929aae;
    -ms-transition: all .12s;
    transition: all .12s
}

.masters-nearby-form__input::placeholder {
    color: #929aae;
    -webkit-transition: all .12s;
    -o-transition: all .12s;
    transition: all .12s
}

.masters-nearby-form__input:focus::-webkit-input-placeholder {
    color: #00aa65
}

.masters-nearby-form__input:focus::-moz-placeholder {
    color: #00aa65
}

.masters-nearby-form__input:focus:-ms-input-placeholder {
    color: #00aa65
}

.masters-nearby-form__input:focus::-ms-input-placeholder {
    color: #00aa65
}

.masters-nearby-form__input:focus::placeholder {
    color: #00aa65
}

.masters-nearby-form__btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    -webkit-transition: all .12s;
    -o-transition: all .12s;
    transition: all .12s;
    cursor: pointer
}

.masters-nearby-form__btn svg {
    width: 30px;
    height: 28px;
    fill: #00aa65;
    -webkit-transition: all .12s;
    -o-transition: all .12s;
    transition: all .12s
}

.masters-nearby-form__btn input {
    font-size: 20px;
    font-weight: 500;
    color: #00aa65;
    border: none;
    background-color: transparent;
    margin-left: 8px;
    outline: none;
    -webkit-transition: all .12s;
    -o-transition: all .12s;
    transition: all .12s
}

.masters-nearby-form__btn:focus, .masters-nearby-form__btn:hover, .masters-nearby-form__btn:active {
    -webkit-transform: scale(0.98);
    -ms-transform: scale(0.98);
    transform: scale(0.98)
}

.masters-nearby .map {
    border-radius: 23px;
    overflow: hidden
}

@media (max-width: 1199px) {
    .menu {
        display: none
    }

    .header-center__info {
        display: none
    }

    .sidebar__top {
        display: block
    }

    .menu-btn {
        display: block
    }

    .header-banner__item {
        margin-bottom: 20px
    }

    .masters-slider .slick-list {
        margin: 0 -30px
    }

    .masters-slider .slick-slide {
        margin: 0 30px
    }

    .work-order__item-inner {
        padding: 24px 20px
    }

    .work-order__item-icon {
        width: 48px;
        height: 48px
    }

    .work-order__item-title {
        font-size: 20px
    }

    .work-order__item-wrap {
        padding: 24px
    }

    .work-order__item-list {
        margin-bottom: 30px
    }

    .work-order__item-btn {
        font-size: 16px
    }

    .masters-nearby-form {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .masters-nearby-form__input {
        max-width: 100%;
        margin-bottom: 24px
    }
}

@media (max-width: 991px) {
    .title {
        font-size: 24px
    }

    .info-label {
        font-size: 24px
    }

    .work-order__item {
        min-height: 300px;
        margin-bottom: 24px
    }

    .footer {
        padding: 55px 0 35px
    }

    .footer__item {
        margin-bottom: 34px
    }
}

@media (max-width: 767px) {
    .btn-main {
        padding: 5px 26px;
        font-size: 16px;
        line-height: 33px
    }

    .urgent-call-btn {
        display: none
    }

    .header-top__contact {
        display: block
    }

    .header-top__contact a {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .header-center__contact {
        display: none
    }

    .header-top {
        padding: 6px 0 6px
    }

    .header-center {
        padding: 0 0 18px
    }

    .header-banner {
        /*height: 600px*/
    }

    .header .logo, .header .sidebar__logo {
        height: 50px;
        width: 50px
    }

    .about__img {
        margin-bottom: 24px
    }

    .reviews__item {
        margin-bottom: 24px
    }

    .reviews__item .btn-main {
        display: block;
        text-align: center;
        margin: 0 auto
    }

    .reviews-slider__arrow-btn, .partners-slider__arrow-btn {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }

    .last-works-slider-arrow__prev{
        margin-left: 0px;
    }
    .last-works-slider-arrow__next{
        margin-right: 0px;
    }
}

@media (max-width: 512px) {
    .header__authorization a:nth-child(2) {
        display: none
    }
}

.copyright i {
    background: #536598;
    border-radius: 20px;
    text-align: center;
height: 50px;
    border-radius:50%;
    display:inline-block;
    padding:10px;
    margin-right: 10px;
}

.b-messenger{
    margin: 50px 0;
}

.b-chat__header{
    margin-bottom: 23px;
    font-size: 18px;
    font-weight: 500;
    color: #191b32;
    line-height: 35px;
}

.b-messenger-top{
    border-bottom: 1px solid #dbdbdb;
    position: relative;
    padding: 0 0 20px 0;
    margin: 0 0 30px 0;
    min-height: 35px;
}
.b-messenger-top__user{
    position: relative;
    text-align: center;
    margin: 0 50px 0 80px;
}
.b-messenger-top__user-name{
    font-size: 18px;
    font-weight: 500;
}

.b-messenger-top__back {
    position: absolute;
    top: 0;
    left: 0;
    font-weight: 500;
    color: #888;
    text-decoration: none;
    padding-left: 20px;
}

.b-messenger-top__back:before {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: -3px;
    width: 14px;
    height: 24px;
    background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTQiIGhlaWdodD0iMjQiIHZpZXdCb3g9IjAgMCAxNCAyNCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4NCjxwYXRoIGQ9Ik0xMi45NjAyIDIyLjkyMDRMMiAxMS45NjAyTDEyLjk2MDIgMS4wMDAwNSIgc3Ryb2tlPSIjREJEQkRCIiBzdHJva2Utd2lkdGg9IjIiLz4NCjwvc3ZnPg0K);
}
.b-messenger__date-value{
    display: inline-block;
    width: 91px;
    height: 26px;
    border: 1px solid rgb(219, 219, 219);
    border-radius: 22px;
    font-weight: 500;
    color: rgb(136, 136, 136);
    line-height: 24px;
}
.b-messenger__date {
    text-align: center;
    margin: 0 0 30px 0;
}
.b-messenger-top__avatar{
    position: absolute;
    right: 0;
    top: 0;
    width: 42px;
    height: 42px;
}

.b-messenger-top__avatar img{
    width: 100%;
    height: 100%;
    display: block;
    border-radius: 50%;
}
.b-messenger-list__item{
    margin: 0 0 30px 0;
}
.b-messenger-list__item:after{
    content: "";
    display: table;
    width: 100%;
    clear: both;
}
.b-messenger-list__img{
    width: 54px;
    height: 54px;
    float: left;
}
.b-messenger-list__img img{
    border-radius: 50%;
    display: block;
    width: 100%;
    height: 100%;
    font-size: 0;
}
.b-messenger-list__img img{
    border-radius: 50%;
}
.b-messenger-list__content{
    margin-left: 70px;
}

.b-messenger-list__content-header{
    font-size: 14px;
    line-height: 20px;
}
.b-messenger-list__content-name{
    display: inline-block;
    vertical-align: top;
    margin: 0 30px 0 0;
}

.b-messenger-list__content-date{
    display: inline-block;
    vertical-align: top;
}


.b-messenger-form {
    position: relative;
    margin-top: 26px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 20px 4% 16px 2.6%;
    background-color: rgb(245, 246, 250);
}
.b-messenger-form__message {
    width: 91.5%;
    min-height: 85px;
    height: 85px;
    padding: 10px 2% 10px 2.8%;
    background: rgb(255, 255, 255);
    border-radius: 26px;
    font-size: 13px;
    font-weight: 400;
    color: rgb(25, 27, 50);
    border: none;
    outline: none;
}

.b-messenger-form__submit {
    width: 31px;
    height: 26px;
    cursor: pointer;
    border: none;
    outline: none;
    padding: 0px;
    background-color: transparent;
    background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMzEiIGhlaWdodD0iMjYiIHZpZXdCb3g9IjAgMCAzMSAyNiIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4NCjxwYXRoIGQ9Ik0yOS4xNTM4IDE1LjY4NzVMNC4xNDIyMiAyNS43NzU0QzMuMDg4NTIgMjYuMjAwNSAxLjg5ODExIDI2LjAxMzUgMS4wMzU2MiAyNS4yODc3QzAuMTczMTI5IDI0LjU2MTggLTAuMTg3NjA5IDIzLjQ0MzQgMC4wOTQyOTcyIDIyLjM2ODlMMi4zMjA1NSAxMy44ODI4SDEzLjIyMDZDMTMuNzIyMSAxMy44ODI4IDE0LjEyODggMTMuNDg3NiAxNC4xMjg4IDEzQzE0LjEyODggMTIuNTEyNCAxMy43MjIyIDEyLjExNzEgMTMuMjIwNiAxMi4xMTcxSDIuMzIwNTVMMC4wOTQyOTcyIDMuNjMxMDdDLTAuMTg3NjA5IDIuNTU2NTMgMC4xNzMwNjkgMS40MzgwOSAxLjAzNTYyIDAuNzEyMjU5QzEuODk5ODcgLTAuMDE0OTg1MyAzLjA5MDQgLTAuMTk5NjY3IDQuMTQyMjggMC4yMjQ1NDVMMjkuMTUzOSAxMC4zMTI1QzMwLjI5MjYgMTAuNzcxNyAzMSAxMS44MDE1IDMxIDEzQzMxIDE0LjE5ODQgMzAuMjkyNiAxNS4yMjgzIDI5LjE1MzggMTUuNjg3NVoiIGZpbGw9IiMwMDJEOTAiLz4NCjwvc3ZnPg==);
    background-size: cover;
}
.b-messenger-top__user-status {
    margin-top: 2px;
    font-size: 11px;
    color: #00aa65;
}
@media (max-width: 575px){
    .b-messenger-form__message{
        width: 83%;
    }
}

.list-news__item-card{
    transition-duration: 300ms;
    position: relative;
    border: 2px solid #F5F5F9;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    -ms-border-radius: 15px;
    border-radius: 15px;
    background: #fff;
    padding: 20px 15px 20px 15px;
    margin: 0 0 30px 0;
}
.list-news__item-card:hover{
    box-shadow: 0px 0px 15px 1px rgba(0,0,0,0.1);
}
.list-news__item-card .img img{
    width: 100%;
}
.list-news__item-card .link{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: block;
}
.list-news__item-card .img{
    margin-bottom: 20px;
}
.list-news__item-card .list-news__name{
    min-height: 48px;
    margin-bottom: 10px;
}
.list-news__item-card .list-news__desk{
    font-size: 15px;
    line-height: 1.5;
    min-height: 44px;
}

.block-reg .hidden-form__line{
    display: none;
}
.accordion-faq{
    margin-bottom: 60px;
}
.accordion-list{

}
.accordion-faq .accordion-menu-title {
    cursor: pointer;
    color: #000;
    font-size: 20px;
    line-height: 22px;
    font-weight: 600;
    padding: 15px 25px 15px 20px;
    border-bottom: 1px solid #26355e;
    position: relative;
    transition-duration: 300ms;
}
.accordion-faq .accordion-menu-title.active{
    color: #2d53b9;
}
.accordion-faq .accordion-menu-title:hover{
    color: #00aa65;
}
.accordion-faq .accordion-menu-title:after{
    content: "";
    position: absolute;
    top: 20px;
    right: 0;
    width: 18px;
    height: 13px;
    background: url(/local/templates/eds/css/../images/arrow-down.svg) no-repeat;
    -webkit-background-size: 100%;
    background-size: 100%;
}
.accordion-faq .accordion-menu-title.active:after{
    transform: rotate(180deg);
}
.accordion-faq .accordion-sub-block {
    display: none;
    background: #f0f3f5;
    padding: 30px 80px 30px 35px;
}
.mb-25{
    margin-bottom: 25px;
}

.text-formatted {
    font-size: 18px;
    line-height: 120%;
    font-weight: 400;
}
.accordion-faq .title{
    margin-bottom: 38px;
}

@media (max-width: 991px){
    .accordion-faq .accordion-menu-title{
        padding-left: 0;
    }
    .accordion-faq .accordion-sub-block {
        padding: 20px ;
    }
}
.install_mp_modal{
    max-width: 500px;
    display: block;
    padding: 30px 20px;
    border-radius: 15px;
}
.install_mp_modal .block-modal__logo{
    width: 130px;
    margin: 0 auto 0;
}
.block-modal__name{
    margin-bottom: 25px;
}

.install_mp_modal .text-formatted{
    margin-bottom: 25px;
    text-align: center ;
}
.install_mp_modal .block-btn .btn-main{
    float: left;
    width: 48%;
    margin-left: 1%;
    margin-right: 1%;
    margin-bottom: 10px;
    text-align: center ;
    padding-left: 5px;
    padding-right: 5px;
}
.install_mp_modal .block-btn {
    font-size: 0 ;
    margin: 0 -5px;
}
.btn-main.green{
    color: #fff;
    background-color: #00aa65;
}

@media (min-width: 992px){
    .wrap_install_mp_modal{
        display: none !important;
    }
}

.custom-close{
    position: absolute;
    top: 0;
    right: 0;
    width: 40px;
    height: 40px;
    z-index: 15 ;
}
.custom-close svg{
    opacity: 0.7;
}
.custom-modal{
    display: none ;
    -webkit-backface-visibility: hidden;
    height: 100%;
    width: 100%;
    outline: none;
    position: fixed;
    left: 0;
    top: 0;
    -webkit-tap-highlight-color: transparent;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    transform: translateZ(0);
    z-index: 99992;
}
.custom-modal-box{
    overflow-y: auto;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.custom-modal-bg{
    opacity: .9;
    background: #1e1e1e;
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
}

@media (max-width: 991px){
    .custom-modal{
        display: block;
    }
}

/* End */


/* Start:/local/templates/eds/css/style.css?17265648981289*/
.list-group1 ul {
    margin-bottom: 20px;

}

.list-group1 li {
    list-style-type: disc;
    margin-left: 15px;
}

.container_email {
    background-color: #00955E;
    height: 50px;
}

.letr {
    margin: 5px 20px 0px 240px;
    width: 70px;
}

.lettext {
    margin: 6px 30px 0px 0px;
    color: #ffffff;
    font-size: 14px;
    font-weight: 700;
    line-height: 20px;
    text-transform: uppercase;
}

.btnletter {
    font-size: 14px;
    height: 38px;
    line-height: 32px;
    font-weight: 700;
    white-space: nowrap;
    margin-left: 20px;
    color: #f8fff4;
    border-radius: 12px;
    border: 3px solid #f8fff4;
    background-color: transparent;
    padding: 0px 10px 0px 10px;
    -webkit-transition: .12s;
    -o-transition: .12s;
    transition: .12s
}

.btnletter:focus, .btnletter:hover {
    color: #fff;
    background-color: #00aa65
}

.addl {
    width: 300px;
    height: 40px;
    margin-top: 6px;
    margin-bottom: 4px;
}

.erlet {
    color: #ffffff;
    margin: 12px;

    font-size: 12px;
}

@media (max-width: 575px) {
    .container_email {
        background-color: #00955E;
        height: 100px;
        text-align: center;
    }

    .addl {
        width: 200px;
        margin-left: 20px;
    }

    .letr {
        margin-left: 80px;
    }

}


/* End */


/* Start:/bitrix/templates/landing24/template_styles.css?17425596832727*/
.landing-edit-mode,
.landing-public-mode {
	-webkit-box-flex: 1;
	-ms-flex: 1 0 auto;
	flex: 1 0 auto;
	display: flex;
	flex-direction: column;
}

.landing-layout-flex {
	display: flex;
	flex-wrap: nowrap;
	flex-direction: column;
	flex-grow: 1;
}

@media (max-width: 780px) {
	.landing-layout-flex.sidebar-right .landing-sidebar {
		order: 1;
	}
}

.landing-header + .landing-main {
	flex-grow: 1;
}

@media (min-width: 1px) {
	.landing-layout-breakpoint--all .landing-layout-flex {
		flex-direction: row;
	}

	.landing-layout-breakpoint--all .landing-layout-flex.sidebar-right,
	.landing-layout-breakpoint--all .landing-layout-flex.without-left {
		flex-direction: row-reverse;
	}

	.landing-layout-breakpoint--all .landing-layout-flex .landing-sidebar {
		width: 30%;
	}

	.landing-layout-breakpoint--all .landing-layout-flex .landing-main {
		width: 70%;
	}
}

@media (min-width: 576px) {

	.landing-layout-breakpoint--mobile .landing-layout-flex {
		flex-direction: row;
	}

	.landing-layout-breakpoint--mobile .landing-layout-flex.sidebar-right,
	.landing-layout-breakpoint--mobile .landing-layout-flex.without-left {
		flex-direction: row-reverse;
	}

	.landing-layout-breakpoint--mobile .landing-layout-flex .landing-sidebar {
		width: 30%;
	}

	.landing-layout-breakpoint--mobile .landing-layout-flex .landing-main {
		width: 70%;
	}
}

@media (min-width: 768px) {
	/*default*/
	main:not([class*="landing-layout-breakpoint"]) .landing-layout-flex,
	.landing-layout-breakpoint--tablet .landing-layout-flex {
		flex-direction: row;
	}

	main:not([class*="landing-layout-breakpoint"]) .landing-layout-flex.sidebar-right,
	main:not([class*="landing-layout-breakpoint"]) .landing-layout-flex.without-left,
	.landing-layout-breakpoint--tablet .landing-layout-flex.sidebar-right,
	.landing-layout-breakpoint--tablet .landing-layout-flex.without-left {
		flex-direction: row-reverse;
	}

	main:not([class*="landing-layout-breakpoint"]) .landing-layout-flex .landing-sidebar,
	.landing-layout-breakpoint--tablet .landing-layout-flex .landing-sidebar {
		width: 30%;
	}

	main:not([class*="landing-layout-breakpoint"]) .landing-layout-flex .landing-main,
	.landing-layout-breakpoint--tablet .landing-layout-flex .landing-main {
		width: 70%;
	}
}

@media (min-width: 992px) {

	.landing-layout-breakpoint--desktop .landing-layout-flex {
		flex-direction: row;
	}

	.landing-layout-breakpoint--desktop .landing-layout-flex.sidebar-right,
	.landing-layout-breakpoint--desktop .landing-layout-flex.without-left {
		flex-direction: row-reverse;
	}

	/*for all*/
	.landing-layout-flex .landing-sidebar {
		width: 300px;
		min-width: 300px; /* 30% * 992px */
	}

	.landing-layout-flex .landing-main {
		width: calc(100% - 300px);
	}
}
/* End */
/* /local/templates/eds/css/style3.min.css?1733299523118227 */
/* /local/templates/eds/css/style.css?17265648981289 */
/* /bitrix/templates/landing24/template_styles.css?17425596832727 */
