*,
::after,
::before {
  box-sizing: border-box
}

body {
  font-family: sans-serif, Arial, Helvetica;
  margin: 0;

}

.player {
  position: relative;
  overflow: visible;
  width: 50px;
  height: 50px;
  margin: 5px 0;
  border-radius: 50%;
  background: #eee none repeat scroll 0 0
}

.player:hover {
  opacity: .8
}

.left-side {
  position: absolute;
  top: 0;
  right: 0;
  bottom: -1px;
  left: 0;
  transform: rotate(45deg);
  border-width: 4px;
  border-style: solid;
  border-color: #eee #eee transparent transparent;
  -moz-border-top-colors: none;
  -moz-border-right-colors: none;
  -moz-border-bottom-colors: none;
  -moz-border-left-colors: none;
  border-image: none;
  border-radius: 50%
}

.right-side {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  transform: rotate(45deg);
  border-width: 2px;
  border-style: solid;
  border-color: #b43d3d #b43d3d #b43d3d #eee;
  -moz-border-top-colors: none;
  -moz-border-right-colors: none;
  -moz-border-bottom-colors: none;
  -moz-border-left-colors: none;
  border-image: none;
  border-radius: 50%
}

.player-text {
  font-size: 20px;
  font-weight: 700;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #b43d3d
}

.player-title {
  position: absolute;
  top: calc(50% + 55px);
  right: 0;
  left: 0;
  text-align: center;
  color: #999
}

* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  outline: 0 none
}

body {
  font-family: "PT Sans", sans-serif;
  background: linear-gradient(90deg, rgb(2, 0, 36) 0%, rgb(32, 88, 161) 41%, rgba(9, 179, 226, 0.992) 98%);
}

.container .limit {
  position: relative;
  display: flex;
  max-width: 1400px;
  margin: 0 auto;
  justify-content: center;
  align-items: center
}

.container .base_bl {
  width: 90%;
  height: auto;
  min-height: 850px;
  padding: 50px;
  border-radius: 5px;
  box-shadow: 0 5px 5px 0 rgba(0, 0, 0, .5)
}

.container .sec1 {
  display: block
}

.container .sec2 {
  display: none
}

.container .sec3 {
  display: none
}

.container .sec4 {
  display: none
}

.container .sec5 {
  display: none
}

.container .sec6 {
  display: none
}

.container .sec10 {
  display: none
}

.container .sec12 {
  display: none
}

.container .top_sec {
  padding-top: 30px;
  text-align: center
}

.container .top_sec img {
  display: inline-block;
  max-width: 400px;
  vertical-align: middle
}

.container .top_sec h1 {
  font-size: 50px;
  font-weight: 400;
  display: inline-block;
  max-width: 742px;
  padding-left: 30px;
  text-align: center;
  color: white;
  text-shadow: 2px 0 13px black;
  margin: 26px 0 63px;
}

.container .top_sec h1 span {
  font-weight: 700
}

#test {
  color: #ffb900b3;
}

.container .body_cont {
  text-align: center;
  box-shadow: 4px 3px 11px #0c0c0c73;
  padding: 20px;
  border-radius: 20px;
  background: #ffffff1c;
}

.container .body_cont h3 {
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 30px;
  text-transform: uppercase;
  color: #ffc600;
  text-shadow: 2px 0 2px black, 0 1px 1px black, -1px 0 1px black, 0 -1px 2px black;
}

.container .body_cont p {
  font-size: 22px;
  margin-bottom: 30px;
  padding: 0 60px;
  color: #ffffffad;
}

.container .body_cont .btn {
  font-size: 24px;
  display: block;
  max-width: 350px;
  margin: 20px auto;
  padding: 20px 0;
  cursor: pointer;
  transition: all .4s ease 0s;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  color: #5f307f;
  font-family: inherit;
  padding: 20px 56px !important;
  border: 0 none;
  border-radius: 5px;
  background-color: #f7e707
}

.container .body_cont .btn:disabled {
  cursor: not-allowed;
  background-color: lightgrey;
  color: white;
}

.container .body_cont .btn:hover {
  transform: scale(1.1, 1.1);
  box-shadow: 0 5px 30px 0 rgba(247, 231, 7, .5)
}

.container .question .top_sec h1 {
  font-size: 24px;
  max-width: 450px
}

.container .question h3 i {
  color: #da251c
}

.container .question h3 {
  font-size: 36px;
  font-weight: 700;
  margin-top: 70px;
  text-shadow: none;
}

.container .question h3 span {
  font-size: 1.8rem;
  display: block;
  margin-top: 20px
}

.container .question {
  text-align: center
}

.container .question .block_answer {
  margin-top: 50px
}

.container .question .block_answer_l,
.container .question .block_answer_r {
  display: inline-block;
  margin: 0;
  vertical-align: top
}

.container .question .block_answer_l {
  text-align: right
}

.container .question .block_answer_r {
  text-align: left
}

input[type=radio]:checked,
input[type=radio]:not(:checked) {
  position: absolute;
  left: -9999px
}

input[type=radio]:checked+label,
input[type=radio]:not(:checked)+label {
  font-size: 28px;
  font-weight: 400;
  line-height: 26px;
  position: relative;
  display: inline-block;
  padding-right: 35px;
  padding-left: 35px;
  cursor: pointer
}

input[type=radio]:checked+label::before,
input[type=radio]:not(:checked)+label::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
  content: "";
  border: 2px solid #ddd;
  border-radius: 100%;
  background: #fff none repeat scroll 0 0
}

input[type=radio]:checked+label::after,
input[type=radio]:not(:checked)+label::after {
  position: absolute;
  top: 4px;
  left: 4px;
  width: 12px;
  height: 12px;
  content: "";
  transition: all .2s ease 0s;
  border-radius: 100%;
  background: #da251c none repeat scroll 0 0
}

input[type=radio]:not(:checked)+label::after {
  transform: scale(0);
  opacity: 0
}

input[type="radio"]:checked+label::after {
  transform: scale(1);
  opacity: 1
}

.container .last {
  height: auto !important;
  padding: 50px 0
}

.container .last .body_cont h3 {
  font-size: 30px;
  margin-top: 0;
  margin-bottom: 15px
}

.container .last .body_cont p {
  font-size: 20px;
  text-align: left
}

.container .last .body_cont p span {
  font-weight: 700;
}

.container .last .body_cont ul {
  font-size: 18px;
  display: none;
  margin: 0 auto;
  padding: 0 50px;
  text-align: left
}

.container .last {
  position: relative;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: 0 auto;
  padding-top: 0;
  padding-right: 40px;
  padding-left: 40px;
  transform: none
}

.container .last .body_cont .form_se {
  text-align: center
}

.container .last .body_cont .form_se h4 {
  font-size: 22px;
  font-weight: 400;
  max-width: 512px;
  margin: 15px auto 0;
  color: whitesmoke;
}

.container .last .body_cont .form_se h4 span {
  font-size: 22px;
  font-weight: 700;
  display: inline-block;
  text-transform: uppercase;
  color: #da251c
}

@media only screen and (max-width:767px) {
  .container .top_sec img {
    display: block;
    max-width: 280px;
    margin: 0 auto 20px;
    padding-left: 35px
  }

  .container .body_cont p {
    font-size: 18px
  }

  .container .top_sec h1 {
    font-size: 24px;
    display: block;
    margin: 0 auto 20px;
    padding-left: 0;
    text-align: center
  }

  .container .limit {
    height: auto;
    padding: 0
  }

  .base_bl .sec1 {
    background-size: 40% !important;
  }

  .container .base_bl .inner {
    position: relative;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    transform: none
  }


  .container .body_cont p {
    padding: 0
  }

  .container .question h3 {
    font-size: 30px;
    margin-top: 25px
  }

  .container .question .block_answer_l,
  .container .question .block_answer_r {
    display: inline-block;
    margin-bottom: 30px;
    text-align: center
  }

  .block_answer>div>label {
    display: block;
    margin: 0 20px;
    line-height: 24px;
  }

  .block_answer>div .accum-comment {
    width: auto;
    text-align: left;
    line-height: 24px;
  }

  .block_answer .container .question h3 span {
    font-size: 22px
  }

  .container .last .body_cont h3 {
    font-size: 22px
  }

  .container .last .body_cont p {
    font-size: 16px
  }

  .container {
    padding: 10px 0
  }

  .container .last .body_cont ul {
    padding: 0 20px
  }

  .container .body_cont .btn {
    font-size: 20px;
    max-width: 250px;
    padding: 10px 0
  }

  .container .question .block_answer {
    flex-direction: column;
    gap: 20px;
  }
}

.container .question .block_answer_l,
.container .question .block_answer_r {
  display: flex;
  gap: 16px;
}

.container .question .block_answer {
  display: flex;
  justify-content: center;
  padding: 20px 0;
  flex-wrap: wrap;
}

#block {
  display: block;
}

a:active,
a:focus {
  outline: 0 none
}

input {
  outline: 0 none
}

input:active {
  outline: 0 none
}

button:active,
button:focus {
  outline: 0 none !important
}

button::-moz-focus-inner {
  border: 0 none !important
}

.base_bl.sec1 {
  position: relative;
  animation-name: example;
  animation-duration: 0s;
}

.container .last .body_cont ul {
  display: block;
  min-width: 300px;
  max-width: 600px;
  margin: 20px auto;
  padding: 0;
  list-style: outside none none;
  border: 1px solid #026d5d;
  border-radius: 21px;
  overflow: hidden;
}

.first-item {
  width: 100%;
  padding: 0;
  color: #fff;
  background-color: #026d5d;
}

.total li {
  line-height: 65px;
  display: flex;
  height: 65px;
  padding: 0 40px;
  justify-content: space-between
}

.first-item {
  border-top-left-radius: 10px;
  border-top-right-radius: 10px
}

.item2,
.item4 {
  background-color: #eee
}

input[type=radio]:checked+label::before,
input[type=radio]:not(:checked)+label::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
  content: "";
  border: 2px solid #ddd;
  border-radius: 100%;
  background: #fff none repeat scroll 0 0
}

input[type=radio]:checked+label::after,
input[type=radio]:not(:checked)+label::after {
  position: absolute;
  top: 4px;
  left: 4px;
  width: 12px;
  height: 12px;
  content: "";
  transition: all .2s ease 0s;
  border-radius: 100%;
  background: #da251c none repeat scroll 0 0
}

input[type=radio]:not(:checked)+label::after {
  transform: scale(0);
  opacity: 0
}

input[type="radio"]:checked+label::after {
  transform: scale(1);
  opacity: 1
}

.container .body_cont .first-btn {
  font-family: inherit;
  padding: 20px 56px !important;
  border: 0 none
}

.container {
  display: block
}

html {
  font-family: sans-serif
}

body {
  margin: 0
}

a {
  background: transparent none repeat scroll 0 0
}

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

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

img {
  border: 0 none
}

.form-container .image {
  width: 40%;
}

.total li span {
  color: white;
}

.item2,
.item4 {
  background-color: #eeeeee6b;
}

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

button {
  overflow: visible
}

button,
select {
  text-transform: none
}

button,
html input[type="button"],
input[type="submit"] {
  cursor: pointer
}

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

input {
  line-height: normal
}


input[type="radio"] {
  box-sizing: border-box;
  padding: 0
}

div.image {
  display: inline-block;
  width: 30%
}

div.form {
  display: inline-block;
  vertical-align: bottom;
  width: 40%
}

div.form input {
  display: block;
  width: 80%
}

.form-container {
  max-width: 1000px;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-wrap: wrap;
}

div.form form button {
  background-color: #f7e707;
  color: #5f307f !important;
  display: inline-block;
  padding: 10px;
  font-size: 20px !important;
  box-shadow: 2px 3px 8px #999;
  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-out 0s
}

div.form form button:hover,
div.form form button:focus {
  color: #faf3ff !important;
  background-color: #32c961;
}

div.form form input,
select {
  width: 300px;
  color: #5f307f !important;
  padding: 10px 10px;
  font-size: 18px !important;
  box-shadow: 2px 3px 8px #999;
  text-decoration: none !important;
  border-radius: 8px;
  border: 3px solid #fff;
  line-height: 20px;
  transition: all .3s ease-in 0s;
  display: block;
  margin: 20px auto
}

.base_bl .sec1 {
  background-size: 15%;
}

.nav-logo {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.nav-logo a {
  display: flex;
  align-items: center;
  text-decoration: none;
}

.nav-logo img {
  display: block;
  width: 130px;
  height: auto;
}

.nav-logo p {
  font-size: 1.5rem;
  color: white;
  max-width: 250px;
  margin-left: 20px;
  text-align: left;
}

.body_cont>span {
  display: block;
  font-size: 1.5rem;
  color: white;
  font-weight: 500;
}

@media screen and (max-width: 830px) {
  .container .nav-logo img {
    max-width: 150px;
  }

  .container .base_bl {
    width: 100%;
  }

  .nav-logo {
    margin-bottom: 20px;
  }

  .block_answer .answers {
    flex-direction: column;
  }

  .container .question .block_answer {
    justify-content: space-between;
  }
}

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

  .base_bl .sec1 {
    background-size: 40%;
  }

  .container .nav-logo img {
    max-width: 100px;
  }

  .container .nav-logo p {
    font-size: 1rem;
    max-width: 130px;
  }

  .container .base_bl {
    width: 100%;
  }

  .logo-ua {
    padding-right: 15px;
  }

  .nav-logo p {
    margin-left: 10px;
  }

  .block_answer .answers {
    grid-template-columns: 1fr;
  }

  .total li,
  .container .base_bl {
    padding: 0 3px;
  }
}

@media all and (max-width:1000px) {

  div.form,
  div.image {
    width: 100%
  }

  .container .last {
    padding-right: 1px;
    padding-left: 10px;
  }
}

@media all and (max-width:450px) {

  div.form form input,
  div.form form select {
    width: 100%
  }

  div.form form button {
    font-size: 18px !important;
    width: 100%
  }

  .block_answer,
  .container .question .block_answer {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
  }

  div.form form input,
  select,
  .container .body_cont .btn {
    width: 100%;
  }

  .container .body_cont .btn {
    padding: 10px !important;
  }

  .container .nav-logo p {
    font-size: .7rem;
  }

  .container .top_sec img {
    margin-bottom: 0;
  }

  .container .top_sec {
    padding-top: 0;
  }

  #body_block .block_answer>div {
    padding-left: 14px;
  }

  .total li span {
    font-size: 14px;
  }

  .container .body_cont {
    margin: 0 5px;
    padding: 20px 5px;
  }
}

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

  .container .last,
  .container .base_bl,
  .logo-ua {
    padding: 0;
  }

  .nav-logo {
    padding: 0 10px;
  }
}

#body_block .block_answer {
  display: block;
}

.answers {
  display: grid;
  grid-template-columns: 1fr 1fr;
  padding-left: 50px;
}

#body_block .block_answer>div {
  text-align: left;
}

.image img {
  display: block;
  max-width: 160px;
  margin: 0 auto
}

@media screen and (min-width:768px) {
  .image img {
    max-width: 300px
  }
}

@media screen and (max-width:650px) {
  .form-container .image {
    width: 100%;
  }
}

@media screen and (min-width:1200px) {
  .image img {
    max-width: 340px
  }
}



/* Убедитесь, что нет других стилей с более высоким z-index, перекрывающих модальное окно */
.mmodal-background {
  display: none;
  /* Скрыто по умолчанию */
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 9999;
  /* Установите достаточно высокий z-index */
  justify-content: center;
  align-items: center;
}

.mmodal p {
  font-size: 1.2em;
  /* Увеличиваем размер текста */
  font-weight: bold;
  /* Делаем текст жирным */
  color: black;
}

.mmodal {
  background-color: white;
  padding: 20px;
  border-radius: 10px;
  text-align: center;
  width: 300px;
  z-index: 10000;
  /* Установите z-index выше, чем у фона */
}

.mmodal button {
  margin: 10px;
  z-index: 10001;
  /* Установите z-index выше, чем у модального окна */
  padding: 10px 20px;
}

.hide {
  display: none;
}

/* .iti__arrow:nth-child(even) {
      display: none;
    } */

/* CUSTOM FORM */


* {
  outline: 0
}

.padding {
  padding: 10px
}

@-moz-keyframes kmacb__phone-circle-anim {
  0% {
    -moz-transform: rotate(0deg) scale(0.5) skew(1deg);
    opacity: .1;
    -moz-opacity: .1;
    -webkit-opacity: .1;
    -o-opacity: .1
  }

  30% {
    -moz-transform: rotate(0deg) scale(.7) skew(1deg);
    opacity: .5;
    -moz-opacity: .5;
    -webkit-opacity: .5;
    -o-opacity: .5
  }

  100% {
    -moz-transform: rotate(0deg) scale(1) skew(1deg);
    opacity: .6;
    -moz-opacity: .6;
    -webkit-opacity: .6;
    -o-opacity: .1
  }
}

@-webkit-keyframes kmacb__phone-circle-anim {
  0% {
    -webkit-transform: rotate(0deg) scale(0.5) skew(1deg);
    -webkit-opacity: .1
  }

  30% {
    -webkit-transform: rotate(0deg) scale(.7) skew(1deg);
    -webkit-opacity: .5
  }

  100% {
    -webkit-transform: rotate(0deg) scale(1) skew(1deg);
    -webkit-opacity: .1
  }
}

@-o-keyframes kmacb__phone-circle-anim {
  0% {
    -o-transform: rotate(0deg) kscale(0.5) skew(1deg);
    -o-opacity: .1
  }

  30% {
    -o-transform: rotate(0deg) scale(.7) skew(1deg);
    -o-opacity: .5
  }

  100% {
    -o-transform: rotate(0deg) scale(1) skew(1deg);
    -o-opacity: .1
  }
}

@keyframes kmacb__phone-circle-anim {
  0% {
    transform: rotate(0deg) scale(0.5) skew(1deg);
    opacity: .1
  }

  30% {
    transform: rotate(0deg) scale(.7) skew(1deg);
    opacity: .5
  }

  100% {
    transform: rotate(0deg) scale(1) skew(1deg);
    opacity: .1
  }
}

@-moz-keyframes kmacb__phone-circle-fill-anim {
  0% {
    -moz-transform: rotate(0deg) scale(0.7) skew(1deg);
    opacity: .2
  }

  50% {
    -moz-transform: rotate(0deg) -moz-scale(1) skew(1deg);
    opacity: .2
  }

  100% {
    -moz-transform: rotate(0deg) scale(0.7) skew(1deg);
    opacity: .2
  }
}

@-webkit-keyframes kmacb__phone-circle-fill-anim {
  0% {
    -webkit-transform: rotate(0deg) scale(0.7) skew(1deg);
    opacity: .2
  }

  50% {
    -webkit-transform: rotate(0deg) scale(1) skew(1deg);
    opacity: .2
  }

  100% {
    -webkit-transform: rotate(0deg) scale(0.7) skew(1deg);
    opacity: .2
  }
}

@-o-keyframes kmacb__phone-circle-fill-anim {
  0% {
    -o-transform: rotate(0deg) scale(0.7) skew(1deg);
    opacity: .2
  }

  50% {
    -o-transform: rotate(0deg) scale(1) skew(1deg);
    opacity: .2
  }

  100% {
    -o-transform: rotate(0deg) scale(0.7) skew(1deg);
    opacity: .2
  }
}

@keyframes kmacb__phone-circle-fill-anim {
  0% {
    transform: rotate(0deg) scale(0.7) skew(1deg);
    opacity: .2
  }

  50% {
    transform: rotate(0deg) scale(1) skew(1deg);
    opacity: .2
  }

  100% {
    transform: rotate(0deg) scale(0.7) skew(1deg);
    opacity: .2
  }
}

@keyframes kmacb__phone-circle-img-anim {
  0% {
    transform: rotate(0deg) scale(1) skew(1deg)
  }

  10% {
    transform: rotate(-25deg) scale(1) skew(1deg)
  }

  20% {
    transform: rotate(25deg) scale(1) skew(1deg)
  }

  30% {
    transform: rotate(-25deg) scale(1) skew(1deg)
  }

  40% {
    transform: rotate(25deg) scale(1) skew(1deg)
  }

  50% {
    transform: rotate(0deg) scale(1) skew(1deg)
  }

  100% {
    transform: rotate(0deg) scale(1) skew(1deg)
  }
}

@-moz-keyframes kmacb__phone-circle-img-anim {
  0% {
    transform: rotate(0deg) scale(1) skew(1deg)
  }

  10% {
    -moz-transform: rotate(-25deg) scale(1) skew(1deg)
  }

  20% {
    -moz-transform: rotate(25deg) scale(1) skew(1deg)
  }

  30% {
    -moz-transform: rotate(-25deg) scale(1) skew(1deg)
  }

  40% {
    -moz-transform: rotate(25deg) scale(1) skew(1deg)
  }

  50% {
    -moz-transform: rotate(0deg) scale(1) skew(1deg)
  }

  100% {
    -moz-transform: rotate(0deg) scale(1) skew(1deg)
  }
}

@-webkit-keyframes kmacb__phone-circle-img-anim {
  0% {
    -webkit-transform: rotate(0deg) scale(1) skew(1deg)
  }

  10% {
    -webkit-transform: rotate(-25deg) scale(1) skew(1deg)
  }

  20% {
    -webkit-transform: rotate(25deg) scale(1) skew(1deg)
  }

  30% {
    -webkit-transform: rotate(-25deg) scale(1) skew(1deg)
  }

  40% {
    -webkit-transform: rotate(25deg) scale(1) skew(1deg)
  }

  50% {
    -webkit-transform: rotate(0deg) scale(1) skew(1deg)
  }

  100% {
    -webkit-transform: rotate(0deg) scale(1) skew(1deg)
  }
}

@-o-keyframes kmacb__phone-circle-img-anim {
  0% {
    -o-transform: rotate(0deg) scale(1) skew(1deg)
  }

  10% {
    -o-transform: rotate(-25deg) scale(1) skew(1deg)
  }

  20% {
    -o-transform: rotate(25deg) scale(1) skew(1deg)
  }

  30% {
    -o-transform: rotate(-25deg) scale(1) skew(1deg)
  }

  40% {
    -o-transform: rotate(25deg) scale(1) skew(1deg)
  }

  50% {
    -o-transform: rotate(0deg) scale(1) skew(1deg)
  }

  100% {
    -o-transform: rotate(0deg) scale(1) skew(1deg)
  }
}

@keyframes kmacb__phone-circle-img-anim-hover {
  0% {
    transform: rotate(0deg) scale(1) skew(1deg)
  }

  10% {
    transform: rotate(-35deg) scale(1) skew(1deg)
  }

  20% {
    transform: rotate(35deg) scale(1) skew(1deg)
  }

  30% {
    transform: rotate(-35deg) scale(1) skew(1deg)
  }

  40% {
    transform: rotate(35deg) scale(1) skew(1deg)
  }

  50% {
    transform: rotate(0deg) scale(1) skew(1deg)
  }

  100% {
    transform: rotate(0deg) scale(1) skew(1deg)
  }
}

@-moz-keyframes kmacb__phone-circle-img-anim-hover {
  0% {
    transform: rotate(0deg) scale(1) skew(1deg)
  }

  10% {
    transform: rotate(-35deg) scale(1) skew(1deg)
  }

  20% {
    transform: rotate(35deg) scale(1) skew(1deg)
  }

  30% {
    transform: rotate(-35deg) scale(1) skew(1deg)
  }

  40% {
    transform: rotate(35deg) scale(1) skew(1deg)
  }

  50% {
    transform: rotate(0deg) scale(1) skew(1deg)
  }

  100% {
    transform: rotate(0deg) scale(1) skew(1deg)
  }
}

@-webkit-keyframes kmacb__phone-circle-img-anim-hover {
  0% {
    transform: rotate(0deg) scale(1) skew(1deg)
  }

  10% {
    transform: rotate(-35deg) scale(1) skew(1deg)
  }

  20% {
    transform: rotate(35deg) scale(1) skew(1deg)
  }

  30% {
    transform: rotate(-35deg) scale(1) skew(1deg)
  }

  40% {
    transform: rotate(35deg) scale(1) skew(1deg)
  }

  50% {
    transform: rotate(0deg) scale(1) skew(1deg)
  }

  100% {
    transform: rotate(0deg) scale(1) skew(1deg)
  }
}

@-o-keyframes kmacb__phone-circle-img-anim-hover {
  0% {
    transform: rotate(0deg) scale(1) skew(1deg)
  }

  10% {
    transform: rotate(-35deg) scale(1) skew(1deg)
  }

  20% {
    transform: rotate(35deg) scale(1) skew(1deg)
  }

  30% {
    transform: rotate(-35deg) scale(1) skew(1deg)
  }

  40% {
    transform: rotate(35deg) scale(1) skew(1deg)
  }

  50% {
    transform: rotate(0deg) scale(1) skew(1deg)
  }

  100% {
    transform: rotate(0deg) scale(1) skew(1deg)
  }
}

@-webkit-keyframes kmacb__manager-border-anim {
  0% {
    transform: scale(1)
  }

  75% {
    opacity: .6
  }

  100% {
    transform: scale(2.1);
    opacity: .3
  }
}

@-moz-keyframes kmacb__manager-border-anim {
  0% {
    transform: scale(1)
  }

  75% {
    opacity: .6
  }

  100% {
    transform: scale(2.1);
    opacity: .3
  }
}

@-ms-keyframes kmacb__manager-border-anim {
  0% {
    transform: scale(1)
  }

  75% {
    opacity: .6
  }

  100% {
    transform: scale(2.1);
    opacity: .3
  }
}

@-o-keyframes kmacb__manager-border-anim {
  0% {
    transform: scale(1)
  }

  75% {
    opacity: .6
  }

  100% {
    transform: scale(2.1);
    opacity: .3
  }
}

@keyframes kmacb__manager-border-anim {
  0% {
    transform: scale(1)
  }

  75% {
    opacity: .6
  }

  100% {
    transform: scale(2.1);
    opacity: .3
  }
}

@-webkit-keyframes kmacb__manager-fill-anim {
  0% {
    transform: scale(1)
  }

  75% {
    opacity: .3;
    transform: scale(2.1)
  }

  100% {
    opacity: 0;
    transform: scale(2.1)
  }
}

@-moz-keyframes kmacb__manager-fill-anim {
  0% {
    transform: scale(1)
  }

  75% {
    opacity: .3;
    transform: scale(2.1)
  }

  100% {
    opacity: 0;
    transform: scale(2.1)
  }
}

@-ms-keyframes kmacb__manager-fill-anim {
  0% {
    transform: scale(1)
  }

  75% {
    opacity: .3;
    transform: scale(2.1)
  }

  100% {
    opacity: 0;
    transform: scale(2.1)
  }
}

@-o-keyframes kmacb__manager-fill-anim {
  0% {
    transform: scale(1)
  }

  75% {
    opacity: .3;
    transform: scale(2.1)
  }

  100% {
    opacity: 0;
    transform: scale(2.1)
  }
}

@keyframes kmacb__manager-fill-anim {
  0% {
    transform: scale(1)
  }

  75% {
    opacity: .3;
    transform: scale(2.1)
  }

  100% {
    opacity: 0;
    transform: scale(2.1)
  }
}

select,
button,
input[type=button],
input[type=submit] {
  -webkit-appearance: none;
  -moz-appearance: none
}

.x_country_select {
    display: none !important;
}
#order-in-progress__popup span {color: #000 !important;}