
* {
    box-sizing: border-box
}

body,
html {
    font: 400 1rem/1.5 Arial, sans-serif;
    background: #f7f7f7;
    margin: 0;
    padding: 0;
    color: #333;
    font-size: 20px;
}

.body__otherpage {
    padding-top: 92px
}

@media (max-width: 1200px) {
    .body__otherpage {
        padding-top: 82px
    }
}

a {
    color: #56ccf2;
}

a,
a:hover {
    text-decoration: none
}

p {
    padding: 0;
    margin: 0
}

input {
    -webkit-appearance: none
}

.button:disabled {
    background: #e0e0e0;
    box-shadow: none
}

.nav-toggle {
    cursor: pointer;
    display: none;
    position: absolute;
    right: 0;
    height: 28px;
    width: 28px;
    z-index: 99
}


@media (max-width: 480px) {

    .nav-toggle {
        width: 18px;
        height: 18px
    }
}

.nav-toggle span.line {
    position: absolute;
    background-color: #f7f7f7;
    width: 100%;
    height: 3px;
    border-radius: 1px
}

@media (max-width: 480px) {

    .nav-toggle span.line {
        height: 2px
    }
}

.nav-toggle span.line:nth-of-type(2) {
    top: 50%;
    transform: translateY(-50%)
}

.nav-toggle span.line:nth-of-type(3) {
    bottom: 0
}

.wrapper {
    margin-right: auto;
    margin-left: auto;
    padding-right: 25px;
    padding-left: 25px
}

.wrap {
    max-width: 1170px
}

.topline {
    background: #56ccf2;
    top: 0;
    width: 100%;
    z-index: 3;
    position: fixed
}

.header__title {
    font: 700 2.5rem/1.4 Comfortaa Regular, sans-serif;
    font-size: 28px;
}

@media (max-width: 600px) {
    .header__title {
        font-size: 1.5rem;
    }
}

@media (max-width: 480px) {
    .header__title {
        width: 80%
    }
}

.header__title-black {
    display: block;
    width: 100%;
    line-height: 1.4;
}


.navheader {
    padding: 13px 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
    z-index: 4
}

@media (max-width: 1200px) {
    .navheader {
        padding: 6px 0 0
    }
}

@media (max-width: 768px) {
    .navheader__logo img {
        max-width: 165px
    }
}

.navheader__list {
    list-style: none;
    display: flex;
    align-items: center;
    position: relative;
    margin: 0;
    padding: 0
}


.navheader__link {
    list-style: none;
    line-height: normal;
    padding: 16px 0;
    margin: 0 16px;
    color: #f7f7f7;
    transition: all .2s ease
}

.navheader__link:hover {
    color: #f2c94c;
}

.dropdown__btn {
    position: relative;
    cursor: pointer
}

.dropdown__btn .dropdown__icon {
    content: "";
    width: 10px;
    height: 6px;
    margin-left: 5px;
    background: url("../images/arr.svg");
    background-repeat: no-repeat;
    background-position: 50%;
    padding-left: 6px;
    color: #f2c94c;
}

.wrap__flex_sb {
    display: flex;
    align-items: center;
    justify-content: space-between
}

@media (max-width: 1200px) {
    .wrap__flex_sb-otherpage {
        flex-direction: column
    }
}

.button {
    font: 600 1rem/normal Open Sans, sans-serif;
    position: relative;
    display: inline-block;
    border: none;
    border-radius: 60px;
    padding: 8px 30px;
    cursor: pointer;
    text-align: center;
    transition: all .3s;
    outline: none
}

.button:focus {
    box-shadow: 0 0 2px 1px #56ccf2;
}

.footer {
    position: relative;
    background: #e1e1e1;
    font-weight: 600
}

.footer a {
    font-size: 16px;
    transition: all .2s
}

.footer a:hover {
    color: #f2c94c;
}


.section-service {
    padding-top: 20px;
}

.section-service.inner .wrap {
    padding-left: 0;
    padding-right: 0;
}

@media (max-width: 768px) {
    .section-service {
        padding-top: 0
    }
}

.breadcrumbs {
    padding: 0;
    margin: 0;
    display: flex;
    align-items: center
}

.breadcrumbs div {
    color: #56ccf2;
}

.breadcrumbs div,
.breadcrumbs span {
    font-size: .875rem;
    line-height: 1.5rem
}

.breadcrumbs span {
    list-style: none;
    color: #333;
    margin-right: 15px;
    position: relative
}

.tags {
    margin: 15px 0 0;
    color: #767676;
    position: relative;
    padding-left: 25px;
}

.tags__link {
    padding: 3px 0;
    color: #767676;
    text-decoration: underline;
    font-size: 16px;
    line-height: 1.3;
}

.tags:before {
    content: "";
    width: 19px;
    height: 19px;
    position: absolute;
    top: 17px;
    left: 0;
    transform: translateY(-50%);
    background: url(../images/bookmark.png) no-repeat 0 50%;
    background-size: contain;
}

.tags__link:hover {
    color: #56ccf2;
}

@media (max-width: 480px) {
    .breadcrumbs span {
        font-size: .75rem;
        margin-right: 8px;
        line-height: normal
    }
}

.breadcrumbs a:after {
    position: absolute;
    content: "";
    top: 50%;
    right: -10px;
    transform: translateY(-50%);
    border: 5px solid transparent;
    border-left: 5px solid #f2c94c
}

@media (max-width: 480px) {
    .breadcrumbs a:after {
        border: 4px solid transparent;
        border-left: 4px solid #f2c94c
    }
}

.breadcrumbs a span {
    color: #828282;
    transition: all .2s
}

.breadcrumbs a span:hover {
    color: #f2c94c;
}

.aside-wrap {
    padding-top: 33px;
    width: 300px;
    flex-shrink: 0;
    -ms-grid-row-align: stretch;
    align-self: stretch
}

@media (max-width: 1200px) {
    .aside-wrap {
        width: 100%;
        position: static;
        padding-top: 40px
    }
}

.aside-categories {
    margin-bottom: 45px
}

.aside-categories__title {
    font-family: Comfortaa Regular, sans-serif;
    font-weight: 700;
    font-size: 1.125rem;
    line-height: normal;
    padding: 13px 0 13px 20px;
    color: #fff;
    background-color: #56ccf2;
    border-top-left-radius: 12px;
    border-top-right-radius: 12px;
    margin-bottom: 8px;
    position: relative
}

.aside-categories__title:before {
    margin-right: 10px;
    content: url(../fonts/categories__ico.02e87288.svg);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: hsla(0, 0%, 100%, .2);
    border-radius: 50%;
    width: 32px;
    height: 32px;
}

.aside-categories__list {
    position: relative;
    margin: 0;
    padding: 0 0 8px;
    list-style: none;
    border-radius: 12px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, .1)
}

.aside-categories__item {
    padding: 8px 20px;
    transition: all .2s;
    display: flex;
    align-items: center;
}

.aside-categories__item:hover {
    background-color: rgba(86, 204, 242, .1)
}

.aside-categories__aimg {
    width: 50px;
    height: 50px;
    margin-right: 10px;
    flex-shrink: 0;
    display: block;
}

.aside-categories__item a {
    display: block;
    color: #4f4f4f;
    font-size: 16px;
}

@media (max-width: 1200px) {
    .aside-categories__item a {
        font-size: 1.125rem;
        line-height: 1.9375rem;
        text-align: center
    }
}

@media (max-width: 480px) {
    .aside-categories__item a {
        font-size: .875rem;
        line-height: 1.5rem;
        text-align: left
    }
}

.aside-services {
    margin-bottom: 45px
}

@media (max-width: 1200px) {
    .aside-services {
        margin-bottom: 40px
    }
}

@media (max-width: 600px) {
    .aside-services {
        display: none
    }
}

.aside-services__list {
    position: relative;
    margin: 0;
    padding: 30px 25px;
    list-style: none;
    border: 6px solid rgba(86, 204, 242, .2);
    border-radius: 20px
}

.aside-services__title {
    font-family: Comfortaa Regular, sans-serif;
    font-weight: 700;
    font-size: 1.125rem;
    line-height: normal;
    background-color: #f7f7f7;
    color: #56ccf2;
    position: absolute;
    left: 50%;
    top: -16px;
    transform: translateX(-50%);
    padding: 0 12px;
    text-align: center
}

@media (max-width: 1200px) {
    .aside-services__title {
        font-size: 1.5rem;
        top: -24px
    }
}

.aside-services__item {
    margin-bottom: 12px;
    transition: all .2s
}

@media (max-width: 1200px) {
    .aside-services__item {
        text-align: center
    }
}

.aside-services__item:last-child {
    margin-bottom: 0
}

.aside-services__item a {
    font-size: .875rem;
    line-height: 1.5rem;
    color: #828282;
}

@media (max-width: 1200px) {
    .aside-services__item a {
        font-size: 1.125rem;
        line-height: 1.9375rem
    }
}

.aside-services__item a:hover {
    color: #56ccf2;
}

.otherpage-wrap {
    width: calc(100% - 345px);
    align-self: flex-start;
    margin-right: 45px
}

@media (max-width: 1200px) {
    .otherpage-wrap {
        width: 100%;
        margin: 0 auto
    }

    .aside-wrap {
        display: none;
    }
}

.post {
    align-self: flex-start
}

.wysiwyg p {
    line-height: 1.5;
    padding-bottom: 13px;
    text-align: justify;
}

.wysiwyg li {
    text-align: justify;
}

@media (max-width: 480px) {
    .wysiwyg p {
        line-height: 1.4
    }
}

.wysiwyg h2 {
    padding: 15px 0;
    margin: 0 0 15px;
    font-size: 1.5rem;
    line-height: 1.3;
    font-family: Comfortaa Regular, sans-serif;
    font-weight: 700;
    color: #333;
    border-bottom: 1px solid #56ccf2;
}

.gray-block {
    margin: 25px 0;
    padding: 30px 25px;
    border-radius: 15px;
    background: #f1f1f1;
    border: 2px solid #0095da;
}

.gray-block p {
    padding-bottom: 0;
    text-align: left;
}

.gray-block > span {
    display: block;
    margin-bottom: 15px;
}

.gray-block > span > img {
    margin: 0 auto;
    width: 200px;
    border-radius: 15px;
}

@media (max-width: 480px) {
    .wysiwyg h2 {
        font-size: 1.125rem;
    }
}

.wysiwyg p.note {
    line-height: 1;
    color: #808080;
    font-size: 14px;
    padding-bottom: 10px;
}

.wysiwyg p.note:last-of-type {
    padding-bottom: 0;
}

.wysiwyg ol {
    counter-reset: myNum;
    padding-left: 10px
}

.wysiwyg ol li {
    list-style: none;
    line-height: normal;
    position: relative;
    margin-bottom: 20px;
    padding-left: 40px
}

@media (max-width: 480px) {
    .wysiwyg ol li {
        margin-bottom: 18px
    }
}

.wysiwyg ol li:before {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 8px;
    counter-increment: myNum;
    content: counter(myNum);
    color: #fff;
    background-color: #f2c94c;
    width: 24px;
    height: 24px;
    border-radius: 50%;
    text-align: center;
    line-height: 1.2
}

.wysiwyg ol li:last-child {
    margin-bottom: 0
}

input::-webkit-calendar-picker-indicator {
    display: none
}

.progress {
    position: fixed;
    z-index: 3;
    height: 2px;
    top: 64px;
    left: 0;
    background-color: #f2c94c;
    transition: all .5s
}

@media (max-width: 768px) {
    .progress {
        top: 51px
    }
}

.aside-banner {
    background: #56ccf2;
    padding: 20px 25px;
    border-radius: 20px;
    color: #fff;
    height: 520px;
    position: relative;
    margin-bottom: 60px
}

.aside-banner__title {
    font-size: 1.5rem;
    text-align: center
}

.aside-banner__col,
.aside-banner__title {
    font-family: Comfortaa Regular, sans-serif;
    font-weight: 700
}

.aside-banner__col {
    font-size: 3rem
}

.aside-banner__block {
    display: flex;
    justify-content: center;
    align-items: center;
    padding-top: 5px
}

.aside-banner__theme {
    font-size: 1.125rem;
    line-height: 1.625rem;
    padding-left: 8px;
    margin-top: -10px
}

.aside-banner__img {
    position: absolute;
    bottom: 0;
    left: 50%;
    margin-left: -115px
}

@media (max-width: 480px) {
    .aside-banner__img {
        transform: scale(.8)
    }
}

.block-avtor {
    display: flex;
    border: 1px solid #e0e0e0;
    border-radius: 20px;
    padding: 30px 25px;
    margin: 30px 0;
}

.block-avtor__img {
    margin: 0 auto
}

.block-avtor__info {
    padding-left: 16px
}

.block-avtor__photo {
    width: 80px;
    height: 80px
}

.block-avtor__photo img {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    -o-object-fit: cover;
    object-fit: cover
}

.block-avtor__nickname {
    text-align: center;
    font-weight: 700;
    font-size: .875rem;
    color: #4f4f4f;
}

.block-avtor__name {
    font-family: Comfortaa Regular, sans-serif;
    font-weight: 700;
    color: #2d9cdb;
    font-size: 1.5rem;
    line-height: 1.5625rem;
    margin-bottom: 8px
}

.block-avtor__prof {
    margin-bottom: 15px;
    font-size: .875rem;
    line-height: 1.1875rem;
    font-weight: 700
}

.center-img {
    margin: 0 auto;
}

.block-avtor__desc {
    font-size: 1rem;
    line-height: 1.4;
}

.block-avtor__desc ul {
    margin: 0;
    padding-bottom: 13px;
}

.block-avtor__desc p:last-of-type {
    padding-bottom: 0;
}


@media (max-width: 768px) {
    .aside-wrap-desctop {
        display: none
    }
}

.aside-categories__img {
    width: 50px;
    height: 50px;
}

img {
    max-width: 100%;
    width: auto;
    height: auto;
}


@media (max-width: 480px) {
    .section-service {
        padding-bottom: 0;
    }
}

.commits {
    margin-top: 30px;
    font-family: Arial, sans-serif;
    font-size: 16px;
}

.commits__title {
    margin-bottom: 15px;
    font-size: 24px;
}

.commits__item {
    display: flex;
}

.commits__item + .commits__item {
    padding-top: 25px;
}

.commits__item + .commits__item {
    margin-top: 20px;
    border-top: 1px solid #eaeaea;
}

.commits__item:first-child {
    padding-top: 0;
}

.commits__info {
    display: flex;
    margin-bottom: 7px;
}

.commits__date {
    color: #a4a4a4;
}

.commits__info .commits__name {
    margin-right: 10px;
}

.commits__face {
    width: 50px;
    height: 50px;
    margin-right: 10px;
    background-color: gray;
    overflow: hidden;
}

.commits__face img {
    display: block;
    width: 100%;
}

.commits__name {
    font-weight: 700;
}

.commits__description {
    color: #000;
    font-size: 18px;
}

@media (max-width: 480px) {

    .p0 {
        padding-right: 0;
        padding-left: 0;
    }

}


body {
    margin: 0
}

.all-form {
    font-family: sans-serif;
    width: 100%;
    color: #000;
    font-size: 18px;
    margin: 0;
    max-width: 330px;
}

.all-form__time {
    text-align: center;
    font-size: 20px;
    font-weight: 700;
}

.all-form__time > span {
    display: block;
}

.all-form__count {
    color: red;
    margin-top: 15px;
}

.all-form__body {
    max-width: 700px;
    padding: 25px 45px;
    margin: 15px auto 30px;
    background-color: #fff;
    -webkit-box-shadow: 4px 5px 10px 0px rgba(0, 0, 0, 0.25);
    box-shadow: 4px 5px 10px 0px rgba(0, 0, 0, 0.25);
}

.all-form__title {
    font-size: 33px;
    font-weight: 700;
    text-align: center;
    margin-bottom: 20px;
    line-height: 40px;
}

.all-form__title span {
    color: #0165eb;
}

.all-form__label > span {
    display: block;
    margin-bottom: 5px;
}

.all-form__label + .all-form__label {
    margin-top: 20px;
}

.all-form__field {
    display: block;
    width: 100%;
    height: 50px;
    font-size: 18px;
    border: 1px solid #d1d1d1;
    border-radius: 3px;
    padding: 10px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.all-form__footer {
    display: flex;
    align-items: center;
    margin-top: 20px;
}

.all-form__btn {
    display: block;
    margin: 0 auto;
    max-width: 400px;
    width: 100%;
    padding: 15px 40px;
    border-radius: 3px;
    text-align: center;
    color: #fff;
    text-transform: uppercase;
    background: linear-gradient(180deg, #56ccf2 0%, #0165eb 50%);
    transition: .3s;
    cursor: pointer;
    border: 0;
    font-size: 18px;
    font-weight: 700;
}

.order.all-form__btn {
    max-width: 300px;
}

.all-form__btn:hover {
    box-shadow: inset 0 0 20px 0px rgba(0, 0, 0, .4);
}

.all-form__price-new {
    color: #0165eb;
    font-size: 26px;
    font-weight: 700;
}

.price {
    text-align: center;
}

.all-form__price-old {
    margin-right: 35px;
    font-size: 24px;
    color: #8c8c8c;

}

.all-form__price-old .old_price-wrap {
    text-decoration: line-through;
}

@media (max-width: 480px) {
    .all-form__footer {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

    .all-form__btn {
        width: 100%;
        margin-right: 0;
        font-size: 15px;
    }

    .all-form__body {
        padding: 25px;
    }
}


img {
    display: block;
}

.ev-footer {
    background: transparent !important;
}

/*Reset*/
input::-ms-clear {
    display: none;
}

/*End reset*/

/*Comment styles*/
.ev-answer--hidden {
    display: none;
}

.ev-answer__avatar {
    width: 60px;
}

.live-img,
.ev-answer__img {
    margin: 10px 0;
    display: block;
    max-width: 100%;
}

@media screen and (-ms-high-contrast: active),
(-ms-high-contrast: none) {

    .live-img,
    .ev-answer__img {
        max-width: 600px;
    }
}

.ev-answer__name,
.ev-answer__town,
.ev-answer__comment {
    word-break: break-all;
}

/*IE fix*/
.ev-answer__comment {
    margin-bottom: 10px;
    display: block;
    width: 100%;
}

/*End comment styles*/

/*Color | Choose styles for feedback form*/

.ev-feedback__field {
    color: black;
    border: 1px solid #ececed;
    border-radius: 10px;
}

.ev-feedback__field:focus {
    border-color: #0095da;
}

.ev-feedback__field--comment::-webkit-scrollbar {
    width: 5px;
    background: none;
}

.ev-feedback__field--comment::-webkit-scrollbar-thumb {
    border-radius: 5px;
    background: #0095da;
    opacity: .5;
}

.ev-feedback__svg {
    fill: #0095da;
    transition: all .3s ease-in-out;
}

.ev-feedback__comment {
    border-radius: 15px;
}

.ev-feedback__file {
    color: #0095da;
    border: 1px solid #0095da;
    border-radius: 10px;
}

.ev-feedback__file:hover {
    color: white;
    background: #0095da;
}

.ev-feedback__file:hover .ev-feedback__svg {
    fill: white;
}

.ev-feedback__profile--error .ev-feedback__field {
    border-color: red;
}

.ev-feedback__profile--error .ev-feedback__field:focus {
    border-color: red;
}

.ev-feedback__profile--error .ev-feedback__svg {
    fill: red;
}

.ev-feedback__file--loaded {
    color: #fff;
    background: white linear-gradient(to left, transparent, transparent 50%, #57cf02 50%, #57cf02) 0 0;
    border-color: #57cf02;
}

.ev-feedback__file--loaded:hover {
    color: white;
    background: #57cf02;
}

.ev-feedback__file--error {
    background: white linear-gradient(to left, transparent, transparent 50%, red 50%, red) 0 0;
    color: #fff;
    border-color: red;
}

.ev-feedback__file--error:hover {
    color: white;
    background: red;
    border-color: red;
}

.ev-feedback__file--loaded .ev-feedback__svg,
.ev-feedback__file--error .ev-feedback__svg {
    fill: white;
}

.ev-feedback__btn {
    color: white;
    border: none;
    border-radius: 10px;
    background: #0095da;
}

.ev-feedback__btn:hover {
    background: #34909b;
}

.ev-modal {
    background: rgba(0, 0, 0, .5) !important;
}

.ev-modal__wrapper {
    background: #fff;
    border-radius: 8px;
}

.ev-modal__close::before,
.ev-modal__close::after {
    background: #474646;
}

.ev-modal__close:hover::before,
.ev-modal__close:hover::after {
    background-color: #0095da;
}

.ev-modal__title,
.ev-modal__subtitle {
    color: black;
}

.ev-modal__btn {
    color: white;
    background: #0095da;
    border: none;
    border-radius: 5px;
}

.ev-modal__btn:hover {
    background: #34909b;
}

/*Color | End | Choose styles for feedback form*/

/*Default | Keyframes*/
@keyframes fileLoaded {
    0% {
        background: white linear-gradient(to left, transparent, transparent 50%, #57cf02 50%, #57cf02) 100% 0;
        background-size: 200% 100%;
    }

    100% {
        background-position: 0 0;
        color: #fff;
    }
}

@keyframes fileError {
    0% {
        background: white linear-gradient(to left, transparent, transparent 50%, red 50%, red) 100% 0;
        background-size: 200% 100%;
    }

    100% {
        background-position: 0 0;
        color: #fff;
    }
}

/*Default | End keyframes*/

/*Default | Feedback styles*/
.ev-feedback {
    width: 100%;
    margin: 30px auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 30px;
    font-family: Arial, sans-serif;
    background: #f1f1f1;
    border: 2px solid #0095da;
    border-radius: 15px;
    max-width: 650px;

}

.wysiwyg .ev-feedback__title {
    font-size: 24px;
    font-weight: 700;
    text-align: center;
    margin: 0 0 30px 0;
    padding: 0;
    border-bottom: 0;
}

.ev-feedback__section {
    display: flex;
    width: 100%;
}

.ev-feedback__section--data {
    margin-bottom: 15px;
}

.ev-feedback__section--files {
    margin-bottom: 30px;
    background: transparent !important;
}

.ev-feedback__profile {
    position: relative;
    width: calc(100% / 1);
}

.ev-feedback__profile:not(:last-of-type) {
    margin: 0 15px 0 0;
}

.ev-feedback__comment {
    position: relative;
    width: 100%;
    margin: 0 0 15px 0;
}

.ev-feedback__field {
    display: block;
    font-family: sans-serif;
    font-size: 16px;
    font-weight: 400;
    outline: none;
    resize: none;
    transition: all .25s ease-in-out;
    width: 100%;
    padding: 10px 10px 10px 30px;
    box-sizing: border-box;
}

.ev-feedback__field--comment {
    min-height: 80px;
    -ms-overflow-style: none;
    /*hide scrollbar IE*/
    scrollbar-width: none;
    /*hide scrollbar FF*/
    overflow: auto;
    border-radius: 15px;
}

.ev-feedback__svg {
    position: absolute;
    top: calc(50% - 8px);
    left: 10px;
    flex-shrink: 0;
    width: 16px;
    height: 16px;
}

.ev-feedback__svg--comment {
    top: 12px;
}

.ev-feedback__svg--file {
    position: static;
    margin-right: 5px;
    transition: all .3s ease-in-out;
}

.ev-feedback__file {
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    cursor: pointer;
    width: 50%;
    padding: 10px;
    transition: all .3s ease-in-out;
    box-sizing: border-box;
}

.ev-feedback__file:not(:last-of-type) {
    margin-right: 15px;
}

.ev-feedback__file--loaded {
    background-size: 200% 100%;
    animation: fileLoaded .5s ease-in;
}

.ev-feedback__file--loaded:hover {
    transition: none;
}

.ev-feedback__file--error {
    background-size: 200% 100%;
    animation: fileError .5s ease-in;
}

.ev-feedback__file--error:hover {
    transition: none;
}

.ev-feedback__file--loaded .ev-feedback__svg--file,
.ev-feedback__file--error .ev-feedback__svg--file {
    fill: white;
}

.ev-feedback__label {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.2;
}

.ev-feedback__chooser {
    display: none;
}

.ev-feedback__btn {
    display: block;
    font-size: 16px;
    font-weight: 700;
    text-align: center;
    outline: none;
    cursor: pointer;
    transition: all .3s ease-in;
    max-width: 100%;
    width: 200px;
    padding: 13px;
}

/*Default | End feedback styles*/

/*Default | JS feedback styles*/
.ev-feedback__section--two .ev-feedback__profile {
    width: 50%;
}

.ev-feedback__section--one .ev-feedback__profile {
    width: 100%;
}

.ev-feedback__section--one .ev-feedback__file {
    width: 80%;
}

.ev-feedback__section--full .ev-feedback__file {
    width: 100%;
}

.ev-feedback--structure .ev-feedback__title {
    order: -1;
}

.ev-feedback--structure .ev-feedback__section {
    order: -1;
    margin-bottom: 15px;
}

.ev-feedback--structure .ev-feedback__comment {
    margin-bottom: 30px;
}

/*Default | End JS feedback styles*/

/*Default | Modal*/
.ev-modal {
    display: none;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1000;
}

.ev-modal--active {
    display: flex
}

.ev-modal__wrapper {
    position: relative;
    cursor: auto;
    padding: 40px 30px 30px;
    margin: 0 20px
}

.ev-modal__close {
    position: absolute;
    top: 6px;
    right: 6px;
    display: block;
    width: 20px;
    height: 20px;
    cursor: pointer;
}

.ev-modal__close::before,
.ev-modal__close::after {
    content: '';
    display: block;
    width: 100%;
    height: 2px;
    position: absolute;
    top: 2px;
    transition: background-color .3s ease-in-out;
}

.ev-modal__close::before {
    transform-origin: left;
    transform: rotate(45deg);
    left: 2px;
}

.ev-modal__close::after {
    transform-origin: right;
    transform: rotate(-45deg);
    right: 4px;
}

.ev-modal .ev-modal__title {
    font-size: 22px;
    text-align: center;
    margin-bottom: 10px;
    padding: 0;
}

.ev-modal .ev-modal__subtitle {
    text-align: center;
    margin-bottom: 20px
}

.ev-modal__btn {
    display: block;
    font-size: 18px;
    font-weight: 700;
    text-align: center;
    text-transform: uppercase;
    text-decoration: none;
    max-width: 130px;
    width: 100%;
    word-break: break-all;
    cursor: pointer;
    padding: 10px 15px;
    margin: 0 auto;
    transition: all .25s ease-in-out
}

/*Default | End modal*/

/*Default | Feedback media queries*/
@media (max-width: 639px) {
    .ev-feedback {
        padding: 20px;
    }

    .ev-feedback__title {
        font-size: 21px;
    }

    .ev-feedback__title,
    .ev-feedback__section--files {
        padding-top: 0 !important;
        margin-bottom: 20px;
    }

    .ev-feedback--structure .ev-feedback__comment {
        margin-bottom: 20px;
    }

    #content .ev-answer__img {
        padding-left: 0;
        margin-top: 15px;
    }
}

@media (max-width: 479px) {
    .tags {
        margin-top: 10px;
    }

    .tags__link {
        font-size: 14px;
    }

    .tags__link:last-of-type,
    .tags .comma:last-of-type {
        display: none;
    }

    .wrapper {
        padding-left: 15px;
        padding-right: 15px;
    }

    .ev-feedback__section--data,
    .ev-feedback__section--files {
        flex-direction: column;
    }

    .ev-feedback__section--data {
        margin-bottom: 10px;
    }

    .ev-feedback__profile {
        width: 100%;
    }

    .ev-feedback__profile:not(:last-of-type) {
        margin: 0 0 10px 0;
    }

    .ev-feedback__file {
        width: 100%;
    }

    .ev-feedback__file:not(:last-of-type) {
        margin: 0 0 10px 0;
    }

    .ev-feedback__comment {
        margin-bottom: 10px;
    }

    .ev-feedback__section--two {
        flex-direction: column;
    }

    .ev-feedback__section--two .ev-feedback__profile {
        width: 100%;
    }

    .ev-feedback__section--two .ev-feedback__profile:not(:last-of-type) {
        margin: 0 0 10px 0;
    }

    .ev-feedback__section--one .ev-feedback__profile {
        width: 100%;
    }

    .ev-feedback__section--one .ev-feedback__file {
        width: 100%;
    }

    .ev-modal__wrapper {
        padding: 30px 20px 20px
    }

    #order_form button {
        padding: 15px;
        font-size: 18px;
    }

    #order_form input,
    #order_form button {
        max-width: 260px;
        box-sizing: border-box;
    }
}

/*Default | End feedback media queries*/
/*Errors*/
.ev-input-error {
    position: absolute;
    left: 0;
    right: 0;
    z-index: 2;
    font-size: 14px;
    font-weight: 400;
    text-align: center;
    background: white;
    border: 1px solid #0095da;
    border-radius: 5px;
    padding: 5px;
}

.ev-input-error::before {
    content: '';
    position: absolute;
    top: -7px;
    left: calc(50% - 7px);
    display: block;
    width: 10px;
    height: 10px;
    background: white;
    border-top: 1px solid #0095da;
    border-right: 1px solid #0095da;
    transform: rotate(-45deg);
}

.ev-input-error--hidden {
    display: none;
}

/*End error*/

.ev-footer__link {
    font-weight: 400;
    color: #666 !important;
}

.price {
    margin-bottom: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.product {
    margin: 35px auto 5px;
    max-width: 350px;
    width: 100%;
}

.wysiwyg p.product-text-wrap {
    padding-bottom: 0;
}

.product-text {
    width: 100%;
    max-width: 350px;
    margin: 10px auto;
}

.form-wrap {
    margin-top: 25px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.form-wrap .product {
    margin: 0;
    max-width: 300px;
}


@media screen and (max-width: 767px) {
    body {
        font-size: 18px;
        line-height: 1.3;
    }

    .nav-toggle {
        display: inline-block;
    }

    .navheader__list {
        display: none
    }

    .wysiwyg p,
    .wysiwyg li {
        text-align: left;
    }

    .block-avtor {
        padding: 15px;
    }


    .all-form__body {
        padding: 20px;
    }

    .all-form__btn {
        font-size: 17px;
        padding: 15px;
    }

    .all-form__title {
        font-size: 28px;
    }
}

@media screen and (max-width: 640px) {
    .form-wrap {
        flex-direction: column;
    }

    .form-wrap .product {
        margin-bottom: 10px;
        max-width: 250px;
    }

    .all-form__title {
        font-size: 25px;
        line-height: 1.2;
        margin-bottom: 15px;
    }

    .all-form__price-new {
        font-size: 24px;
    }

    .block-avtor__img {
        margin-bottom: 15px;
    }

    .block-avtor {
        flex-wrap: wrap;
        margin-top: 10px;
    }

    .block-avtor {
        margin-bottom: 15px;
    }

    .block-avtor__info {
        padding-left: 0;
        text-align: center;
    }
    .block-avtor__info p {
        text-align: center;
    }
    .block-avtor__name {
        margin-bottom: 10px;
        font-size: 21px;
        line-height: 1;
    }

    .block-avtor__prof {
        margin-bottom: 5px;
    }
    .gray-block p {
        text-align: center;
    }
    .gray-block p,
    .block-avtor__prof,
    .block-avtor__desc {
        font-size: 16px;
        line-height: 1.4;
    }
}

@media screen and (max-width: 479px) {


    .body__otherpage {
        padding-top: 70px;
    }

    .header__title-black {
        padding-top: 0;
        margin: 0 0 15px;
        font-size: 24px;
    }

    .breadcrumbs-wrap {
        display: none;
    }


    .all-form__body {
        padding: 15px;
    }

    .all-form__title {
        font-size: 23px;
    }

    .all-form__btn {
        padding: 15px 9px;
        font-size: 15px;
    }

    .all-form__field {
        font-size: 16px;
    }
}


.sidebar__product {
    width: 300px;
    padding: 15px 0;
}

h3.sidebar__product-title {
    font-weight: 700;
    font-family: Arial, sans-serif;
    font-size: 21px;
    margin: 0 0 20px;
    text-align: center;
}

.sidebar__product img {
    display: block;
    max-width: 220px;
    margin: 0 auto 15px;
}

.sidebar__product.active {
    margin-top: 75px;
    background: #f4f4f4;
    padding: 20px;
}

@media screen and (-ms-high-contrast: active),
(-ms-high-contrast: none) {

    .aside-categories__item a.aside-categories__aimg {
        width: 50px;
        height: 50px;
        overflow: hidden;
    }
}