.form {
    display: flex;
    justify-content: center
}

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

    .form {
        display: flex;
        flex-direction: column;
        align-items: center
    }
}

/* pt-sans-regular - latin */
@font-face {
    font-family: 'PT Sans';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: local(''),
    url('../fonts/pt-sans-v12-latin-regular.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */ url('../fonts/pt-sans-v12-latin-regular.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}

/* pt-sans-700 - latin */
@font-face {
    font-family: 'PT Sans';
    font-style: normal;
    font-weight: 700;
    font-display: swap;
    src: local(''),
    url('../fonts/pt-sans-v12-latin-700.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */ url('../fonts/pt-sans-v12-latin-700.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}

.form input {
    font-family: 'PT Sans', Arial, sans-serif;
    font-size: 100%;
    line-height: 1.15;
    margin: 0
}

.form input {
    overflow: visible
}

.form * {
    padding: 0;
    margin: 0
}

.form p {
    padding: 5px 0;
    line-height: 118%
}

.form .center {
    text-align: center
}

.form input {
    display: block;
    width: 90%;
    height: 50px;
    line-height: 50px;
    margin: 10px auto !important;
    border: 1px solid #000;
    border-radius: 6px;
    outline: medium none;
    text-indent: 80px;
    color: #252525;
    font-size: 30px;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    -webkit-transition: all .3s ease 0s;
    transition: all .3s ease 0s;
    -webkit-appearance: none
}

.form input::placeholder {
    font-size: 15px
}

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

@media (max-width: 768px) {

    .form {
        display: flex;
        flex-direction: column;
        align-items: center
    }

    .social .data {
        margin-bottom: 10px;
    }
}

b,
body,
div,
em,
form,
h3,
html,
img,
li,
p,
span,
ul {
    font-size: 100%;
    margin: 0;
    padding: 0;
    vertical-align: baseline;
    border: 0;
    outline: 0;
    background: 0 0
}

a {
    font-size: 100%;
    margin: 0;
    padding: 0;
    vertical-align: baseline;
    text-decoration: none;
    color: #1974bb;
    background: 0 0
}

a:hover {
    text-decoration: underline
}

ul {
    list-style: outside none none
}

body {
    font-family: 'PT Sans', Arial, sans-serif;
    font-size: 16px;
}

.comment {
    font-size: 22px;
    font-weight: 600;
    color: #0e61a2
}

@media screen and (max-width: 800px) {
    body {
        background: #260701 0 0
    }
}

@media screen and (max-width: 410px) {
    .menu {
        margin-top: 12px;
        margin-right: 10px
    }
}

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

    input {
        width: 100%
    }
}

body,
html {
    margin: 0
}

.order_block {
    text-align: center !important
}

@media screen and (max-width: 345px) {
    .order_block img {
        width: 100%
    }
}

a {
    margin: 0;
    padding: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent none repeat scroll 0 0
}

input {
    margin: 0;
    font-size: 100%
}

input {
    font-family: 'PT Sans', Arial, sans-serif
}

img {
    display: block;
    max-width: 100%;
    border: medium none;
    margin: 0 auto;
}

input::-moz-placeholder {
    color: #000
}

body {
    background: #eff8fb;
    font-family: 'PT Sans', Arial, sans-serif
}

.logo {
    text-decoration: none;
    display: inline-block;
    padding: 0 0 0 15px
}

.menu a:nth-child(7) {
    border-right: 0 none
}

.logo_img {
    display: inline-block;
}

.header {
    background: #fff
}

.logo {
    position: relative;
}

.logo::after {
    content: "";
    border-right: 1px solid #dcdcdc;
    display: inline-block;
    width: 1px;
    height: 43px;
    position: absolute;
    top: calc(50% - 21.5px);
    left: 0;

}

.wrapper {
    max-width: 1140px;
    margin: 0 auto
}

.header > .wrapper {
    padding: 10px 0;
    position: relative
}

.header .logo_img {
    max-width: 310px;
}

.header_text {
    font-style: italic;
    color: #b0b0b0;
    display: inline-block;
    vertical-align: top;
}

.menu {
    display: flex;
    align-items: center;
    justify-content: center;
    vertical-align: top;
    background: #0099b4 none repeat scroll 0 0;
    width: 100%;
    text-align: center;
    border-bottom: 3px solid #007b92
}

.menu a {
    color: #fff;
    text-decoration: none;
    display: block;
    padding: 19px 22px;
    border-right: 2px solid #00a2bd;
}

.header_menu_block {
    margin: 11px 0 0;
    position: absolute;
    width: 100%
}

.menu > .active {
    background: #007b92 none repeat scroll 0 0;
    color: #fff !important;
    width: 121px;
    text-align: center
}

.main_content {
    line-height: 120%;
    display: inline-block;
    padding: 10px 25px;
    box-sizing: border-box;
    background: #fff;
    vertical-align: top;
    max-width: 873px;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
}

.container {
    max-width: 1140px;
    margin: 0 auto;
    height: 100%
}

.sidebar {
    background: #fff;
    display: inline-block;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    vertical-align: top;
    max-width: 264px;
    margin: 0 0 0 -3px;
    height: 100%
}

.sidebar_tite {
    text-align: center;
    font-size: 24px;
    color: #4d4d4d;
    padding: 22px 0 0
}

.sidebar_block {
    margin: 23px 22px 26px
}

.sb_img {
    display: inline-block
}

.sb_text {
    display: inline-block;
    vertical-align: top;
    width: 133px;
    padding: 0 12px 0 0
}

.sb_text a {
    color: #0096b2;
    font-size: 14px;
    padding: 0 0 9px;
    display: block
}

.sb_text p {
    color: #3c3c3c;
    font-size: 12px;
    line-height: 20px
}

.content_title {
    color: #2e2e2e;
    font-size: 35px;
    line-height: 40px;
    margin-bottom: 30px
}

.prod_img {
    max-width: 350px;
}

.content_img {
    margin: 30px auto;
    padding-bottom: 15px;
    max-width: 650px;
    background: #f2f3f7;
}

.content_img--prod {
    background: transparent;
}

.content_img img {
    width: 99.9%;
    margin-bottom: 15px;
}

.main_content p {
    margin-bottom: 15px;
}

.content_img {
    text-align: center
}

.main_content p > a {
    color: #0096b2
}

.comment_title {
    background: #0096b2 none repeat scroll 0 0;
    color: #fff;
    font-size: 22px;
    padding: 14px 17px
}

.container {
    background: #fff;
    border-radius: 5px;
    margin: 57px auto 0
}

.live-img {
    max-width: 400px;
    width: 100%;
    margin-top: 15px;
    margin-right: 0;
}

.price {
    margin-bottom: 15px;
    display: flex;
    justify-content: center;
    font-weight: 700;
    font-size: 24px;
}

.price_name {
    display: block;
    margin-bottom: 13px;
}

.price__old {
    margin-left: 50px;
}

.price__old .line-through {
    text-decoration: line-through;
}

.price__new span:not(.price_name) {
    font-size: 28px;
    color: red;
}

.header .container__flex {
    display: flex;
    align-items: center;
    justify-content: space-around;
    padding: 0 15px;
}

.chart-note {
    display: none;
}

@media screen and (max-width: 999px) {
    .sidebar {
        display: none
    }

    .container {
        background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
        border: 0 none;
        width: 100%;
        margin: 10px auto 0
    }

    .main_content {
        display: block;
        margin: 0 auto
    }

    .header > .wrapper {
        width: 100%;
        text-align: center;
        padding: 15px 0 0
    }

    .menu {
        text-align: center;
    }

    .logo::after {
        display: none
    }

    .header_menu_block {
        position: relative
    }
}

@media screen and (max-width: 767px) {
    .chart picture {
        display: block;
        margin-bottom: 10px;
    }

    .chart-note {
        display: flex;
        justify-content: center;
        align-items: center;
        position: relative;
    }

    .chart-note .icon {
        margin-left: 15px;
        display: block;
        width: 30px;
        height: 15px;
        background: #4285f4;
    }

    .main_content {
        margin: 0 auto;
        border-radius: 5px
    }

    .header > .wrapper {
        padding: 20px 0 0
    }

    .header_text {
        max-width: 300px
    }

    .header_menu_block {
        margin: 10px auto 0;
        position: relative
    }

    .menu a {
        padding: 12px 15px
    }
}

@media screen and (max-width: 520px) {
    .menu a {
        padding: 9px 10px;
    }

    .calendar img {
        width: 20px;
    }

    .calendar .startdate {
        font-size: 16px;
    }
}

@media screen and (max-width: 480px) {
    .logo img {
        width: 100%;
        padding-left: 0 !important
    }

    .content_title {
        font-size: 20px
    }

    .main_content p {
        text-align: right;
        font-size: 17px;
        padding-left: 0;
        padding-right: 0
    }

    .main_content {
        margin: 0 auto;
        width: 100vw
    }

    .content_img {
        margin-left: 0;
        margin-right: 0
    }

    .header > .wrapper {
        padding: 10px 0 0
    }

    .header_menu_block {
        display: none
    }

}

.ord_button {
    text-align: center;
    background-color: #ff4141;
    color: #fff !important;
    display: inline-block;
    padding: 5px 20px;
    font-size: 20px !important;
    box-shadow: 2px 3px 8px #737373;
    text-decoration: none !important;
    border-radius: 8px;
    border: 3px solid #fff;
    margin: 20px 0 30px;
    line-height: 27px;
    text-transform: uppercase;
    transition: all .3s ease-in 0s
}

.ord_button:hover {
    background-color: #f52424;
    box-shadow: 2px 3px 3px #999;
    text-decoration: none !important;
    transform: scale(1.1)
}

.item {
    display: flex;
    margin-bottom: 20px;
    padding-bottom: 15px;
    border-bottom: 2px solid #f2f3f7;
}

.item:last-of-type {
    margin-bottom: 30px;
    padding-bottom: 0;
    border-bottom: 0;
}

.item .photo {
    display: block;
    width: 90px;
    height: 90px;
    margin-left: 20px
}

.item .photo img {
    width: 90px
}

.name {
    font-size: 23px;
    margin-bottom: 15px;
    color: #0096b2
}

.name em {
    font-size: 14px;
    color: gray
}

.order_block {
    text-align: center !important
}

.prod__block {
    padding-left: 15px;
}

.main_content li,
.main_content p {
    font-weight: 400;
    font-size: 19px;
    color: #57595a;
    line-height: 1.5;
}

.comment p {
    margin-bottom: 0;
    padding: 0;
}

.container__flex {
    display: flex;
    align-content: center;
    justify-content: center;
    margin: 30px 0 20px;
}

.prod__wrap {
    margin-left: 30px;
}


.btn,
.button-roulette {
    padding: 10px;
    position: relative;
    box-sizing: border-box;
    width: 100%;
    max-width: 300px;
    height: 50px;
    border-radius: 10px;
    cursor: pointer;
    border: 0;
    margin-top: 10px;
    font-size: 20px;
    font-weight: 700;
    line-height: normal;
    text-transform: uppercase;
    color: #fff;
    background-color: red
}

.btn {
    padding: 15px;
    display: block;
    height: auto;
    text-align: center;
    line-height: 1;
}

.btn:hover {
    text-decoration: none;
}

.input-roulette {
    position: relative;
    box-sizing: border-box;
    width: 100%;
    max-width: 300px;
    padding: 10px 10px;
    height: 50px;
    font-size: 20px;
    margin-bottom: 10px;
    border: 2px solid #ccc;
}

.ruletka-p {
    text-indent: 0;
    color: black;
    text-align: center !important;
    margin: 15px;
    line-height: 25px;
    font-weight: bold
}

.danger-text {
    color: red;
    font-weight: bold
}

.order_block {
    text-align: center !important
}

.order_block h3 {
    margin-bottom: 15px;
    font: bold 18px Arial, sans-serif;
    background: transparent
}

.spin-result-wrapper {
    display: none;
    padding: 0 10px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    top: 0;
    z-index: 999;
    left: 0;
    height: 100%;
    position: fixed;
    background-color: rgba(0, 0, 0, .6);
    text-align: center
}

.close-popup {
    position: absolute;
    width: 30px;
    height: 30px;
    background-image: url(../fonts/cross.svg);
    background-size: 100%;
    top: -40px;
    border-radius: 50%;
    -webkit-box-shadow: 0 0 10px #fff;
    box-shadow: 0 0 10px #fff;
    right: -40px;
    cursor: pointer
}

.pop-up-heading {
    font-size: 40px;
    margin-bottom: 20px
}

.pop-up-text {
    margin-bottom: 25px;
    font-size: 24px;
    line-height: 30px;
    text-align: center !important
}

.pop-up-button {
    text-transform: uppercase;
    text-decoration: none !important;
    padding: 10px 20%;
    font-size: 20px;
    border-radius: 5px;
    background-color: #71c341;
    color: #fff !important;
    border: medium none;
    cursor: pointer;
    outline: medium none
}

.pop-up-window {
    position: relative;
    max-width: 400px;
    right: 0;
    left: 0;
    top: 40%;
    margin: 0 auto;
    background: #fff;
    text-align: center;
    padding: 10px;
    padding-top: 70px;
    padding-bottom: 20px;
    border-radius: 10px;
    animation: .7s ease 0s normal none 1 running pop-up-appear
}

.pop-up-window::before {
    content: "";
    position: absolute;
    width: 110px;
    height: 110px;
    top: -55px;
    left: 0;
    right: 0;
    margin: 0 auto;
    background-color: #71c341;
    border-radius: 50%;
    animation: .5s ease .6s normal backwards 1 running pop-up-appear-before
}

.pop-up-window::after {
    content: "";
    position: absolute;
    width: 50px;
    height: 20px;
    top: -20px;
    left: 0;
    right: 0;
    margin: 0 auto;
    border-width: medium medium 4px 4px;
    border-style: none none solid solid;
    border-color: currentcolor currentcolor #fff #fff;
    -moz-border-top-colors: none;
    -moz-border-right-colors: none;
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    border-image: none;
    transform: rotate(-45deg);
    transition: opacity 1s ease 0s;
    animation: .5s ease .6s normal backwards 1 running pop-up-appear-after
}

@keyframes pop-up-appear {
    0% {
        transform: translateY(-2000px)
    }
    30% {
        transform: translateY(100px)
    }
    100% {
        transform: translateY(0px)
    }
}

@keyframes pop-up-appear-before {
    0% {
        transform: scale(0)
    }
    100% {
        transform: scale(1)
    }
}

@keyframes pop-up-appear-after {
    0% {
        opacity: 0
    }
    100% {
        opacity: 1
    }
}

.pop-up-button:hover {
    color: #fff !important;
    text-decoration: none !important
}

@media (max-width: 767px) {

    .ord_button {
        font-size: 13px !important
    }

    .container__flex {
        flex-direction: column;
    }

    .prod__wrap {
        margin: 0 0 20px 0;
    }
}

@media (max-width: 591px) {
    .data {
        text-align: center;
        width: 100%
    }

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

    .view img {
        float: none;
        margin: 0 auto;
        width: 100%
    }
}

@media all and (max-width: 520px) {
    .blockquote {
        margin: 15px;
        box-shadow: 0 0 10px rgba(0, 0, 0, 0.75);
        background: #fff4e0;
        color: #474c4f;
        padding: 30px;
        position: relative;
        text-align: center;
        text-transform: uppercase;
    }

    .order_block h3 {
        font-size: 18px;
    }

    .blockquote p {
        text-align: center
    }

    .blockquote:after {
        content: "";
        position: absolute;
        left: 15px;
        top: 20px;
        right: 15px;
        height: 4px;
        border-top: 1px dotted #474c4f;
        border-bottom: 1px dotted #474c4f
    }

    .view img {
        max-width: 350px;
    }

    .item .photo {
        width: 50px;
    }

    .item .photo img {
        width: 50px
    }

    .item .photo {
        margin-left: 12px;
    }

    .content_img p {
        color: #656565;
        font-weight: 500;
    }
}

.item .photo img {
    max-width: none
}

.social {
    margin-bottom: 30px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.main_content .subtitle {
    margin-bottom: 30px;
}

.calendar .startdate {
    display: block;
    font-weight: 700;
    font-size: 20px;
    line-height: 30px;
}

.calendar {
    margin-right: 10px;
    padding-right: 15px;
    position: relative;
}

.calendar:after {
    display: block;
    content: '';
    width: 3px;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    position: absolute;
    right: 0;
    top: 0;
}

.blockquote {
    margin: 30px 15px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.75);
    background: #fff4e0;
    color: #474c4f;
    padding: 40px 30px 30px;
    position: relative;
    text-align: center;
    text-transform: uppercase;
    font-family: 'PT Sans', Arial, sans-serif;
}

.blockquote b {
    display: block;
    margin-bottom: 10px;
}

.blockquote p {
    margin-bottom: 0;
    text-align: center
}

.blockquote:before {
    content: "©";
    position: absolute;
    z-index: 2;
    left: 50%;
    transform: translateX(-50%);
    top: 14px;
    color: #474c4f;
    font-size: 20px;
    background: #fff4e0;
    padding: 0 15px
}

.blockquote:after {
    content: "";
    position: absolute;
    left: 15px;
    top: 20px;
    right: 15px;
    height: 4px;
    border-top: 1px dotted #474c4f;
    border-bottom: 1px dotted #474c4f
}


.view img {
    max-width: 350px;
}

.timer {
    font-weight: 700;
    color: red;
    font-size: 30px;
    line-height: 1;
    margin-bottom: 15px;
}

@media (max-width: 591px) {
    .data {
        text-align: center;
        width: 100%;
        display: flex;
        justify-content: center;
    }

    .view {
        margin-bottom: 15px;
        width: 100%;
        text-align: center
    }

    .view img {
        float: none;
        margin: 0;
        width: 100%
    }

    .blockquote {
        margin: 20px 0;
        padding: 40px 15px 15px;
    }

    .calendar .startdate {
        font-size: 16px;
    }

    .calendar {
        margin-right: 0;
        padding-right: 0;
    }

    .calendar:after {
        display: none;
    }

}

.content_img p {
    margin-bottom: 0;
    color: #656565;
    font-weight: 500;
    text-align: center;
}

.spisok {
    margin: 0 25px 25px 0;
}

.spisok li {
    font-weight: 400;
    font-size: 19px;
    color: #57595a;
    line-height: 1.5;
    list-style: inside;
    margin-bottom: 13px;
}

.spisok li:last-of-type {
    margin-bottom: 0;
}


input:invalid {
    box-shadow: none
}

.horiz-line {
    height: 3px;
    background: #2f1bd4;
    margin-bottom: 30px;
}

.table {
    margin: 35px auto 15px;
    border-collapse: collapse
}

.table td {
    margin: 0;
    padding: 15px;
    text-align: center;
    font-size: 20px;
    border: 2px solid #000;
}

.chart {
    margin: 25px auto;
}

.table .table__title {
    border: 2px solid #000;
    font-weight: 700;
    margin: 0;
    padding: 15px;
    text-align: center;
    font-size: 20px;
}

.main_content .source {
    margin-bottom: 30px;
    font-size: 14px;
}

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

@media screen and (max-width: 1150px) {
    .main_content {
        max-width: none;
        width: 75%;
    }

    .sidebar {
        max-width: none;
        width: 24%;
    }

    .sidebar_block {
        margin: 20px 10px;
    }
}

@media screen and (max-width: 999px) {
    .main_content {
        max-width: none;
        width: 100%;
    }

}

@media screen and (max-width: 768px) {
    .table {
        margin-top: 25px;
    }

    .table .table__title,
    .table td {
        font-size: 18px;
        padding: 10px;
    }

    .content_title {
        margin-bottom: 15px;
        font-size: 30px;
        line-height: 1.2;
    }

    .social,
    .main_content .subtitle,
    .horiz-line {
        margin-bottom: 15px;
    }

    .spisok {
        margin-right: 10px;
    }

    .content_img {
        margin: 20px 10px;
    }

    .content_img p {
        padding: 0 10px;
    }

    .main_content {
        padding: 10px 15px;
    }

    .container__flex {
        margin-top: 20px;
    }
}

@media screen and (max-width: 620px) {
    .header .container__flex {
        padding-bottom: 10px;
        flex-direction: column;
    }

    .header .logo_img {
        max-width: 230px;
    }

    .header .logo.to_form {
        margin-bottom: 10px;
        padding-left: 0;
    }

    .header .logo {
        padding-left: 0;
    }
}

@media screen and (max-width: 480px) {
    body {
        background: #0099b4;
    }

    .ev-footer {
        background: #eff8fb;
    }

    .main_content {
        border-radius: 0;
    }

    .order_block img,
    .prod_img {
        max-width: 250px;
        margin: 20px auto;
    }

    .timer {
        font-size: 24px;
    }

    .content_title {
        font-size: 24px;
        font-weight: 700;
    }

    .item:last-of-type {
        margin-bottom: 20px;
    }

    .table .table__title,
    .table td {
        font-size: 16px;
        padding: 5px 10px;
    }

    .price__old {
        margin-left: 30px;
    }

    .content_img {
        margin: 20px 0;
    }
}

/*Reset*/
input::-ms-clear {
    display: none;
}

/*End reset*/

/*Comment styles*/
.ev-answer--hidden {
    display: none;
}


.ev-answer__img {
    display: block;
    max-width: 600px;
    margin-bottom: 5px;
}

.ev-answer__name, .ev-answer__town, .ev-answer__comment {
    word-break: break-all;
}

/*End comment styles*/

/*Color | Choose styles for feedback form*/
.ev-feedback {
    background: #f2f3f7;
    border: none;
    border-radius: 15px;
}

.ev-feedback__title {
    color: black;
}

.ev-feedback__field {
    color: black;
    border: 1px solid #ececed;
    border-radius: 10px;
}

.ev-feedback__field:focus {
    border-color: #45bbc9;
}

.ev-feedback__field--comment::-webkit-scrollbar {
    width: 5px;
    background: none;
}

.ev-feedback__field--comment::-webkit-scrollbar-thumb {
    border-radius: 5px;
    background: #45bbc9;
    opacity: .5;
}

.ev-feedback__svg {
    fill: #45BBC9;
    transition: all .3s ease-in-out;
}

.ev-feedback__comment {
    border-radius: 15px;
}

.ev-feedback__file {
    color: #45bbc9;
    border: 1px solid #45bbc9;
    border-radius: 10px;
}

.ev-feedback__file:hover {
    color: white;
    background: #45bbc9;
}

.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: #45bbc9;
}

.ev-feedback__btn:hover {
    background: #34909b;
}

.ev-modal {
    background: rgba(0, 0, 0, .5);
}

.ev-modal__wrapper {
    background: #fff;
    border-radius: 8px;
    min-width: 250px;
}

.ev-modal__wrapper .ev-modal__title {
    font-size: 24px;
}

.ev-modal__wrapper .ev-modal__title,
.ev-modal__wrapper .ev-modal__subtitle {
    line-height: 1.2;
    text-align: center;
}

.ev-modal__close::before, .ev-modal__close::after {
    background: #474646;
}

.ev-modal__close:hover::before, .ev-modal__close:hover::after {
    background-color: #45bbc9;
}

.ev-modal__title, .ev-modal__subtitle {
    color: black;
}

.ev-modal__btn {
    color: white;
    background: #45bbc9;
    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;
    }
}

.comment-page {
    margin-bottom: 15px;
}

/*Default | End keyframes*/

/*Default | Feedback styles*/
.ev-feedback {
    margin-bottom: 25px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 30px;
}

.ev-feedback__title {
    font-size: 24px;
    font-weight: 700;
    text-align: center;
    margin: 0 0 30px 0;
}

.ev-feedback__section {
    display: flex;
    width: 100%;
}

.ev-feedback__section--data {
    margin-bottom: 15px;
}

.ev-feedback__section--files {
    margin-bottom: 15px;
}

.ev-feedback__profile {
    position: relative;
    width: calc(100% / 1);
}

.ev-feedback__profile:not(:last-of-type) {
    margin: 0 0 0 15px;
}

.ev-feedback__comment {
    position: relative;
    width: 100%;
    margin: 0 0 15px 0;
}

.ev-feedback__field {
    display: block;
    font-family: "PT Sans", Arial, sans-serif;
    font-size: 16px;
    line-height: 1;
    font-weight: 400;
    outline: none;
    resize: none;
    transition: all .25s ease-in-out;
    width: 100%;
    padding: 10px 30px 10px 10px;
    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);
    right: 10px;
    flex-shrink: 0;
    width: 16px;
    height: 16px;
}

.ev-feedback__svg--comment {
    top: 12px;
}

.ev-feedback__svg--file {
    position: static;
    margin-left: 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-left: 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__nowrap {
    display: inline-block;
}

.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__title {
    font-size: 22px;
    text-align: center;
    margin-bottom: 10px
}

.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 {
        margin-bottom: 15px;
    }

    .ev-feedback--structure .ev-feedback__comment {
        margin-bottom: 20px;
    }
}

@media (max-width: 479px) {
    .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: row;
    }

    .ev-feedback__section--two .ev-feedback__profile:not(:last-of-type) {
        margin: 0 15px 0 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
    }
}

/*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 #45bbc9;
    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 #45bbc9;
    border-right: 1px solid #45bbc9;
    transform: rotate(-45deg);
}

.ev-input-error--hidden {
    display: none;
}

/*End error*/

.ev-footer {
    padding: 20px 0;
    text-align: center;
}