.form {
  position: relative;
  z-index: 100;
  width: 100%;
  max-width: 700px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #000;
  background-color: #fff;
  box-shadow: 0 0 0 1px #d8d8d8, 0 0 0 15px #fff;
  box-sizing: border-box;
  margin: 0 auto;
  padding: 15px;
  flex-wrap: wrap;
}

.form__title {
  font-size: 22px;
  line-height: 26px;
  font-weight: 900;
  text-transform: uppercase;
  text-align: center;
  margin-top: 0;
  margin-bottom: 20px;
  width: 100%;
}

.form__text {
  color: #333;
  font-size: 20px;
  line-height: 1.2;
  text-align: center;
  margin: 5px 0;
  width: 100%;
}

footer {
  padding: 20px 15px;
  max-width: 940px;
  width: 100%;
  margin: 0 auto;
}

.footer__footnote {
  margin-bottom: 5px;
}

.footer__footnote:last-child {
  margin-bottom: 0;
}

.timer {
  margin-bottom: 40px;
  margin-top: 15px;
}

.hour,
.minute,
.second {
  border: 2px dotted #ebd50c;
  border-radius: 50%;
  padding: 10px 8px;
  margin: 0 10px;
  font-size: 26px;
  line-height: 35px;
  font-weight: 900;
  color: #1b478a !important;
}

.time__text {
  font-size: 16px !important;
  line-height: 15px !important;
  color: #000 !important;
  margin-top: 10px;
  font-weight: bold;
  color: #1b478a !important;
}

.form-wrapper {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.prices p:first-child {
  font-size: 20px !important;
  text-align: center;
  font-weight: 600;
  color: gray !important;
}

.form__action {
  margin-bottom: 5px;
}

.prices p {
  margin: 5px !important;
}

.prices p:last-child {
  font-size: 20px;
  font-weight: 600;
}

.prices .newprice {
  font-size: 23px;
  font-weight: 800;
  color: #ff0000;
}

.form__input-container {
  position: relative;
}

.form__input-container::before {
  position: absolute;
  content: '';
  width: 20px;
  height: 20px;
  top: 10px;
  left: 10px;
  background-image: url(../img/name.png);
}

.form__input-container--tel::before {
  background-image: url(../img/phone.png);
}

.form__input {
  width: 100% !important;
  font-size: 19px !important;
  line-height: 22px !important;
  color: #000 !important;
  border: none !important;
  padding: 8px 10px 8px 40px !important;
  border: 1px solid grey !important;
  margin-bottom: 10px !important;
}

.form__btn {
  font-size: 23px;
  line-height: 26px;
  font-weight: 990;
  max-width: 293px;
  width: 100%;
  color: #fff;
  text-transform: uppercase;
  border: 1px solid #00a31e;
  border-radius: 5px;
  padding: 10px 15px;
  margin-bottom: 20px;
  background-image: linear-gradient(180deg, #00d228 0%, #00ab20 100%);
  box-shadow: 0 5px 0 -2px #007906;
  cursor: pointer;
  transition: .4s;
  margin-top: 10px;
}

.form__btn:hover {
  background-image: linear-gradient(180deg, #00ab20 0%, #00d228 100%);
  background-position-y: 46px;
  box-shadow: 0 5px 0 -4px #007906;;
}

.footer__btn {
  width: 100%;
  display: block;
  margin: 0 auto;
  text-align: center;
}

.form__picture {
  display: block;
  flex-shrink: 0;
  margin-right: 20px;
}

.prod__img {
  max-width: 200px;
  width: 100%;
}

.timer {
  margin-bottom: 15px;
  margin-top: 15px;
  display: flex;
  justify-content: center;
}

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

.timer__red {
  color: #ff0000;
}

.form {
  margin-bottom: 40px;
}

#formBottom {
  text-align: center;
}

#formBottom .form-bottom {
  margin: 0 auto;
  border: 2px solid #0299ff;
  padding: 8px 10px;
  width: 95%;
  max-width: 430px;
  margin-top: 20px;
  border-radius: 4px;
  background-color: rgba(2, 154, 255, 0.137254902);
  font-size: 18px;
  line-height: 1.2;
}

@media screen and (max-width: 480px) {
  #formBottom .form-bottom {
    font-size: 16px;
  }

  #formBottom .form-bottom p {
    margin: 10px 0;
  }
}

#formBottom .form-bottom__title {
  font-weight: 600;
}

#formBottom .form-bottom__order {
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 0;
}

#formBottom .form-instock {
  font-size: 1.2em;
  transition: opacity 0.4s;
}

#formBottom .form-color--accent {
  color: coral;
}

html {
  font-family: Arial, Helvetica, sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}


nav {
  display: block;
}


progress {
  display: inline-block;
  vertical-align: baseline;
}

a {
  background-color: transparent;
}

a:active,
a:hover {
  outline: 0;
}

b,
strong {
  font-weight: bold;
}

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

img {
  border: 0;
}

svg:not(:root) {
  overflow: hidden;
}

button,
input,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}

button {
  overflow: visible;
}

button {
  text-transform: none;
}

button,
html input[type='button'] {
  -webkit-appearance: button;
  appearance: button;
  cursor: pointer;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

input {
  line-height: normal;
}

input[type='search'] {
  -webkit-appearance: none;
  appearance: none;
}

input[type='search']::-webkit-search-cancel-button,
input[type='search']::-webkit-search-decoration {
  -webkit-appearance: none;
}

textarea {
  overflow: auto;
}

* {
  box-sizing: border-box;
}

html {
  height: 100%;
}

body {
  margin: 0;
  min-height: 100%;
  background-color: #fff;
  font-family: Arial, sans-serif;
  font-size: 16px;
  line-height: 1.3;
  color: #333;
}

img {
  max-width: 100%;
  vertical-align: middle;
  display: inline-block;
}

.w-clearfix:before,
.w-clearfix:after {
  content: ' ';
  display: table;
  grid-column-start: 1;
  grid-row-start: 1;
  grid-column-end: 2;
  grid-row-end: 2;
}

.w-clearfix:after {
  clear: both;
}

h1,
h2,
h3 {
  font-weight: bold;
  margin-bottom: 15px;
}

h1 {
  font-size: 38px;
  line-height: 44px;
  margin-top: 15px;
}

h2 {
  font-size: 32px;
  line-height: 36px;
  margin-top: 15px;
}

h3 {
  font-size: 24px;
  line-height: 30px;
  margin-top: 15px;
}

p {
  margin-top: 0;
  margin-bottom: 15px;
}

ul {
  margin-top: 0;
  margin-bottom: 15px;
  padding-left: 40px;
}

.main__link {
  color: #0082f3;
  transition: .3s color;
}

.bold {
  font-weight: bold;
}

.main__link:hover {
  color: #38668f;
}

button,
html input[type='button'] {
  border: 0;
  cursor: pointer;
  -webkit-appearance: button;
  appearance: button;
}

label {
  display: block;
  margin-bottom: 5px;
  font-weight: bold;
}

.w-container {
  margin-left: auto;
  margin-right: auto;
  max-width: 940px;
}

.w-container:before,
.w-container:after {
  content: ' ';
  display: table;
  grid-column-start: 1;
  grid-row-start: 1;
  grid-column-end: 2;
  grid-row-end: 2;
}

.w-container:after {
  clear: both;
}

.w-container .w-row {
  margin-left: -10px;
  margin-right: -10px;
}

.w-row:before,
.w-row:after {
  content: ' ';
  display: table;
  grid-column-start: 1;
  grid-row-start: 1;
  grid-column-end: 2;
  grid-row-end: 2;
}

.w-row:after {
  clear: both;
}

.w-row .w-row {
  margin-left: 0;
  margin-right: 0;
}

.w-col {
  position: relative;
  float: left;
  width: 100%;
  min-height: 1px;
  padding-left: 10px;
  padding-right: 10px;
}

.w-col .w-col {
  padding-left: 0;
  padding-right: 0;
}

.w-col-4 {
  width: 33.33333333%;
}

.w-col-8 {
  width: 66.66666667%;
}

@media screen and (max-width: 991px) {
  .w-container {
    max-width: 728px;
  }
}

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

  .w-row,
  .w-container .w-row {
    margin-left: 0;
    margin-right: 0;
  }

  .w-col {
    width: 75%;
    left: auto;
    right: auto;
  }
}

@media screen and (max-width: 479px) {
  .w-container {
    max-width: none;
  }

  .w-col {
    width: 100%;
  }
}

.w-nav {
  position: relative;
  background: #ddd;
  z-index: 1000;
}

.w-nav:before,
.w-nav:after {
  content: ' ';
  display: table;
  grid-column-start: 1;
  grid-row-start: 1;
  grid-column-end: 2;
  grid-row-end: 2;
}

.w-nav:after {
  clear: both;
}

.w-nav-link {
  position: relative;
  display: inline-block;
  vertical-align: top;
  text-decoration: none;
  color: #222;
  padding: 20px;
  text-align: left;
  margin-left: auto;
  margin-right: auto;
}

.w-nav-menu {
  position: relative;
  float: right;
}

.w-nav-overlay {
  position: absolute;
  overflow: hidden;
  display: none;
  top: 100%;
  left: 0;
  right: 0;
  width: 100%;
}

.container-2 {
  padding: 0 15px;
  border-style: none;
  border-width: 1px 2px;
  border-color: #000 #ff5f5f #000 #ff5f5f;
}

.text-block {
  font-family: Arial, Helvetica, sans-serif;
  color: #252525;
  font-size: 20px;
  margin-bottom: 20px;
}

.image {
  display: block;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
}

.container-3 {
  padding: 0 15px 20px;
  border-right: 1px none #000;
  border-left: 1px none #000;
}

button {
  outline: none;
}

.text-block-7 {
  margin-bottom: 10px;
  font-size: 19px;
  margin-left: 65px;
}

.paragraph {
  position: relative;
  display: inline-block;
  width: calc(100% - 80px);
  overflow: visible;
  font-size: 18px;
  margin-bottom: 0;
}

.image-4 {
  position: relative;
  margin-right: 15px;
  float: left;
  border-radius: 20px;
  margin-top: -30px;
}

.comment-image {
  display: block;
  margin-left: 65px;
  max-width: 300px;
  width: 100%;
  border-radius: 16px;
}

.comment__date {
  display: block;
  margin-left: 65px;
  margin-top: 10px;
}

.div-block-2 {
  margin-bottom: 15px;
  padding-bottom: 15px;
  border-bottom: 1px solid #6babff;
  border-radius: 8px;
}

.paragraph-2 {
  margin-top: 0;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 20px;
}

.navbar-2 {
  margin-bottom: 0;
  border-radius: 0;
  background-color: #5a8bb0;
}

.nav-menu-2 {
  margin-right: auto;
  margin-left: auto;
  float: left;
  border: 1px none #000;
  font-size: 15px;
  text-align: left;
}

.nav-link-4 {
  border-style: none;
  border-width: 3px 1px 1px;
  border-color: #fff #000 #fff;
  color: #fff;
  font-size: 20px;
}

.nav-link-4:hover {
  text-decoration: underline;
}

.bold-text-5 {
  font-family: Arial, Helvetica, sans-serif;
  color: #fff;
  text-align: center;
  text-shadow: 3px 3px 2px rgba(0, 0, 0, .7);
}

.heading-3 {
  padding-top: 15px;
  padding-bottom: 15px;
  padding-left: 15px;
  font-family: Arial, Helvetica, sans-serif;
}

.bold-text-7 {
  color: #000;
}

.container-4 {
  display: flex;
}

.button {
  display: block;
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}

.paragraph-4 {
  display: block;
  margin-right: auto;
  margin-bottom: 0;
  margin-left: auto;
  text-align: center;
}

.text-block-13 {
  display: none;
  margin-right: auto;
  margin-left: auto;
  padding-right: 100px;
  padding-left: 100px;
  text-align: center;
}

.heading-5 {
  height: 300px;
  margin-top: 0;
  padding: 60px 15px 0;
  border-radius: 0;
  background-image: linear-gradient(180deg,
      rgba(0, 0, 0, 0.2),
      rgba(0, 0, 0, 0.2));
  text-align: center;
}

.div-block-10 {
  height: 300px;
  border-radius: 0;
  background-position: 50% 50%;
  background-size: cover;
  opacity: 1;
}

.no-webp .div-block-10 {
  background: linear-gradient(rgba(0,0,0,.5), rgba(0,0,0,.4)), url('../img/headerbg.jpg');
}

.webp .div-block-10 {
  background: linear-gradient(rgba(0,0,0,.5), rgba(0,0,0,.4)), url('../img/headerbg.webp');
}

.container-5 {
  border-radius: 0;
}

.image-9 {
  width: 50px;
  margin-right: 10px;
  padding-top: 25px;
  padding-right: 0;
  float: left;
  clear: none;
}

.body {
  font-family: Arial, Helvetica, sans-serif;
}

.div-block-11 {
  display: flex;
  align-items: center;
  background-color: #78b9eb;
}

.image-10 {
  margin-right: 10px;
  margin-left: 30px;
  padding-left: 0;
  float: left;
}

.paragraph-5 {
  margin-left: 0;
  padding-top: 0;
  padding-left: 0;
  float: none;
  font-size: 42px;
  line-height: 50px;
  font-weight: 500;
}

.heading-6 {
  margin-top: 0;
  margin-bottom: 0;
  text-align: center;
  margin-bottom: 20px;
}

.image-11-block {
  text-align: center;
}

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

.image-11 {
  display: block;
  margin-right: auto;
  margin-left: auto;
  margin-bottom: 20px;
  max-width: 650px;
  width: 100%;
}

.heading-7 {
  margin-top: 0;
  margin-bottom: 0;
  text-align: center;
  margin-bottom: 20px;
}

.image-12 {
  display: block;
  margin-right: auto;
  margin-left: auto;
  margin-bottom: 10px;
  max-width: 580px;
  width: 100%;
  border-bottom: 1px solid #333;
}

.text-block-15 {
  padding-top: 0;
  padding-bottom: 0;
  font-size: 16px;
  font-style: italic;
  text-align: center;
  margin-bottom: 15px;
}

.image-13 {
  display: block;
  width: 100%;
  max-width: 580px;
  margin-right: auto;
  margin-left: auto;
  margin-bottom: 20px;
  border-bottom: 1px solid #333;
}

.text-block-16 {
  margin-top: 0;
  font-size: 16px;
  text-align: center;
  margin-bottom: 15px;
}

li:not(:last-of-type) {
  margin-bottom: 10px;
}

.list-2 {
  margin-top: 0;
  font-size: 16px;
}

.container-3 .text-block-17 {
  font-size: 18px;
}

.div-block-12 {
  padding: 15px 20px;
  border-style: solid;
  border-width: 2px;
  border-color: #994f00;
  border-radius: 9px;
  background-color: #ffe7c0;
  margin-bottom: 15px;
  text-align: center;
}

.list-item-3 {
  font-size: 18px;
}

.list-item-4 {
  font-size: 18px;
}

.list-item-5 {
  font-size: 18px;
}

.list-item-6 {
  font-size: 18px;
}

.list-item-7 {
  font-size: 18px;
}

.list-item-8 {
  font-size: 18px;
}

.list-item-9 {
  font-size: 18px;
}

.list-item-10 {
  font-size: 18px;
}

.list-item-11 {
  font-size: 18px;
}

.text-block-18 {
  font-size: 20px;
  line-height: 25px;
}

.columns-2 {
  display: flex;
  align-items: stretch;
}

.column-2 {
  display: flex;
  align-items: center;
  flex: 1;
  border: 1px solid #000;
}

.column-3 {
  flex: 0 auto;
  border: 1px solid #000;
  padding: 10px;
}

.form__block {
  max-width: 360px;
  width: 100%;
}

@media screen and (max-width: 991px) {
  h1 {
    font-size: 34px;
  }

  .nav-link-4:last-of-type {
    display: none;
  }

  .heading-5 {
    padding-left: 15px;
    padding-right: 15px;
  }

  .paragraph-2,
  .text-block,
  .text-block-18 {
    font-size: 18px;
    line-height: 1.4;
  }

  h2 {
    font-size: 24px;
  }

  .image-12,
  .image-13 {
    max-width: 500px;
    width: 100%;
  }

  .prod__img {
    max-width: 200px;
  }

  .comment-image {
    max-width: 270px;
    margin-left: 0;
  }

  .paragraph {
    display: inherit;
    width: 100%;
  }

  .comment__date {
    margin-left: 0;
  }
}

@media screen and (max-width: 767px) {
  .paragraph-5 {
    font-size: 25px;
    margin-bottom: 0;
  }
}

@media screen and (max-width: 639px) {
  h1 {
    font-size: 30px;
    line-height: 1.2;
  }

  .nav-link-4:nth-child(n+3){
    display: none;
  }

  .form {
    flex-direction: column;
    max-width: 400px;
  }

  .form__picture {
    margin: 0 auto 20px;
    width: 190px;
    order: 0;
  }

  .form__title {
    order: 1;
  }

  .form__text {
    order: 2;
  }

  .form__block {
    order: 3;
  }

  .paragraph-2,
  .text-block,
  .text-block-18,
  .list-item-7,
  .list-item-8,
  .list-item-9,
  .list-item-10,
  .list-item-11,
  .paragraph,
  .list-item-3,
  .list-item-4,
  .list-item-5,
  .list-item-6,
  .text-block-7 {
    font-size: 17px;
  }

  h2 {
    font-size: 21px;
    line-height: 1.2;
  }

  .heading-3 {
    padding-top: 20px;
  }

  .image-12,
  .image-13 {
    max-width: 400px;
  }

  .prod__img {
    max-width: 190px;
  }

  .comment-image {
    max-width: 250px;
  }
}

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

  .div-block-11 {
    padding-right: 15px;
  }

  .nav-link-4 {
    font-size: 18px;
    padding: 10px;
  }

  .div-block-10,
  .heading-5 {
    height: 220px;
  }

  .no-webp .div-block-10 {
    background-image: linear-gradient(rgba(0,0,0,.5), rgba(0,0,0,.4)), url('../img/headerbg-mob.jpg');
  }
  
  .webp .div-block-10 {
    background-image: linear-gradient(rgba(0,0,0,.5), rgba(0,0,0,.4)), url('../img/headerbg-mob.webp');
  }

  h1 {
    font-size: 22px;
  }

  .paragraph-2,
  .text-block,
  .text-block-18,
  .list-item-7,
  .list-item-8,
  .list-item-9,
  .list-item-10,
  .list-item-11,
  .paragraph,
  .list-item-3,
  .list-item-4,
  .list-item-5,
  .list-item-6 {
    font-size: 16px;
    line-height: 1.3;
  }

  h2 {
    font-size: 18px;
  }

  .text-block-16,
  .text-block-15 {
    font-size: 14px;
  }

  .heading-3 {
    padding-top: 24px;
  }

  .image-12,
  .image-13 {
    max-width: 350px;
  }

  .prod__img {
    max-width: 180px;
  }

  .form {
    width: 95%;
    padding-top: 10px;
  }

  .heading-5 {
    overflow: visible;
    font-size: 21px;
    line-height: 32px;
    letter-spacing: 0;
    text-indent: 0;
    text-transform: none;
    white-space: normal;
  }

  .image-10 {
    margin-left: 15px;
    width: 70px;
    float: none;
  }

  .paragraph-5 {
    font-size: 17px;
    text-align: center;
  }

  .text-block-18 {
    font-size: 12px;
    line-height: 18px;
  }

  .columns-2 {
    align-items: stretch;
  }

  .column-2 {
    display: flex;
    align-items: center;
    flex: 0 auto;
    width: 170px;
  }

  .form__title {
    font-size: 18px;
  }

  
}

.prices {
  margin-bottom: 15px;
  line-height: 1.3;
}

.pricedote {
  white-space: nowrap;
}


/* COMMENT FORM */

.file {
  width: 100%;
  max-width: 90px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
}



/*style comment*/

a {
  font-weight: 600;
  text-decoration: none;
  color: #232323;
}

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

/*End reset*/

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

.ev-answer {
  border-bottom: none;
  margin-bottom: 0;
  padding-bottom: 0;
}

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

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

/*IE fix*/
.ev-answer__comment {
  display: block;
  width: 100%;
}

/*End comment styles*/

/*Color | Choose styles for feedback form*/
.ev-feedback {
  font-family: Arial, Helvetica, sans-serif;
}

.ev-feedback__title {
  color: black;
}

.ev-feedback__field {
  color: black;
  border: 1px solid black;
}

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

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

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

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

.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__btn {
  color: white;
  border: none;
  background: rgba(69, 187, 201, 0.51);
}

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

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

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

/*Default | End keyframes*/

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

.ev-feedback__title {
  font-size: 24px;
  font-weight: 700;
  text-align: left;
  align-self: flex-start;
  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: 30px;
}

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

.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: Arial, Helvetica, sans-serif;
  font-size: 16px;
  font-weight: 400;
  outline: none;
  resize: none;
  transition: all .25s ease-in-out;
  width: 100%;
  padding: 10px;
  box-sizing: border-box;
}

.ev-feedback__field--comment {
  min-height: 80px;
  -ms-overflow-style: none;
  scrollbar-width: none;
  overflow: auto;
}

.ev-feedback__file {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  cursor: pointer;
  width: calc(100% / 3);
  padding: 10px;
  transition: all .3s ease-in-out;
  box-sizing: border-box;
  margin-right: 15px;
  margin-bottom: 0;
}

.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__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: calc(100% / 3);
  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: 80%;
}

.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: 0 0 10px 0;
}

.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: 20px;
  }

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

@media (max-width: 479px) {
  .ev-feedback__title {
    text-align: center;
    align-self: center;
  }

  .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%;
    margin: 0 0 10px 0;
  }

  .ev-feedback__btn {
    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
  }
}

/*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;
  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*/

.inL_310926 {
  margin-bottom: 20px;
}

.inL_579276 {
  max-width: 940px;
}

.inL_485018 {
  max-width: 940px;
}

.inL_531790 {
  max-width: 940px;
}

.inL_162529 {
  max-width: 940px;
}

.inL_246476 {
  padding: 20px 0;
}

.inL_398691 {
  text-align: center
}

.inL_238767 {
  text-align: center;
  font-size: 16px;
  margin-bottom: 0;
}

.inL_241829 {
  margin-top: 10px;
}

.inL_764380 {
  margin-top: 10px;
}

.inL_612938 {
  margin-top: 10px;
}