@charset "UTF-8";
* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

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

*::-webkit-input-placeholder {
  color: #7fccdd;
  opacity: 1;
}

*:-moz-placeholder {
  color: #7fccdd;
  opacity: 1;
}

*::-moz-placeholder {
  color: #7fccdd;
  opacity: 1;
}

*:-ms-input-placeholder {
  color: #7fccdd;
  opacity: 1;
}

body input:focus:required:invalid,
body textarea:focus:required:invalid {
  color: #7fccdd;
}

body input:required:valid,
body textarea:required:valid {
  color: #7fccdd;
}

body {
  background-color: #fff;
  font-size: 16px;
  min-width: 320px;
  max-width: 1920px;
  display: block;
  margin: 0 auto;
  position: relative;
  line-height: 1.25;
  overflow-x: hidden;
  text-rendering: optimizeLegibility;
  -webkit-text-decoration-skip: objects;
          text-decoration-skip: objects;
  -webkit-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -webkit-tap-highlight-color: transparent;
}

.img-responsive, img {
  display: block;
  max-width: 100%;
  height: auto;
}

/*класс для скрытия элементов, напр при стилизации чекбоксов*/
.visually-hidden {
  position: absolute;
  z-index: -1;
  width: 0;
  height: 0;
  padding: 0;
  margin: 0;
  border: none;
  overflow: hidden;
}

/*add new style*/
*:focus {
  outline: none;
}

p,
dd,
dl,
figure,
blockquote {
  margin: 0;
}

h1, h2, h3, h4, h5, h6 {
  margin: 0;
  font-weight: inherit;
}

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

table {
  border-collapse: collapse;
  border-spacing: 0;
}

th {
  font-weight: inherit;
}

audio,
video {
  display: block;
}

a {
  background-color: transparent;
  text-decoration: none;
  color: inherit;
}

i,
em {
  font-style: inherit;
}

button,
input,
optgroup,
select,
textarea {
  padding: 0;
  margin: 0;
  border: none;
  border-radius: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  background-color: transparent;
  font: inherit;
  color: inherit;
  letter-spacing: inherit;
}

button,
[type='button'],
[type='reset'],
[type='submit'] {
  cursor: pointer;
  -webkit-appearance: none;
}

button::-moz-focus-inner,
[type='button']::-moz-focus-inner,
[type='reset']::-moz-focus-inner,
[type='submit']::-moz-focus-inner {
  border: none;
  padding: 0;
}

button:-moz-focusring,
[type='button']:-moz-focusring,
[type='reset']:-moz-focusring,
[type='submit']:-moz-focusring {
  outline: none;
}

[type='number']::-webkit-inner-spin-button,
[type='number']::-webkit-outer-spin-button {
  height: auto;
}

[type='search'] {
  outline: none;
}

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

::-webkit-file-upload-button {
  -webkit-appearance: none;
  font: inherit;
}

svg {
  display: block;
  width: 100%;
  height: 100%;
  fill: currentColor;
}

/*убираем стандартный стиль селекта со стрелкой и делаем свою*/
/* https://codepen.io/yurch-html/pen/djdMZq */
select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

select::-ms-expand {
  display: none;
}

@font-face {
  font-family: "VAGWorldBold";
  font-weight: normal;
  font-style: normal;
  src: url(../img/VAGWorldBold.eot);
  src: url(../img/VAGWorldBold.eot) format("embedded-opentype"), url(../img/VAGWorldBold.woff) format("woff"), url(../img/VAGWorldBold.ttf) format("truetype");
}

[data-simplebar] {
  position: relative;
  z-index: 0;
  overflow: hidden !important;
  max-height: inherit;
  -webkit-overflow-scrolling: touch;
}

[data-simplebar="init"] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}

.simplebar-scroll-content {
  overflow-x: hidden !important;
  overflow-y: scroll;
  min-width: 100% !important;
  max-height: inherit !important;
  -webkit-box-sizing: content-box !important;
  box-sizing: content-box !important;
}

.simplebar-content {
  overflow-y: hidden !important;
  overflow-x: scroll;
  -webkit-box-sizing: border-box !important;
  box-sizing: border-box !important;
  min-height: 100% !important;
}

.simplebar-track {
  z-index: 1;
  position: absolute;
  right: 0;
  bottom: 0;
  width: 11px;
}

.simplebar-scrollbar {
  position: absolute;
  right: 2px;
  width: 7px;
  min-height: 10px;
}

.simplebar-scrollbar:before {
  position: absolute;
  content: "";
  background: black;
  border-radius: 7px;
  left: 0;
  right: 0;
  opacity: 0;
  -webkit-transition: opacity 0.2s linear;
  -o-transition: opacity 0.2s linear;
  transition: opacity 0.2s linear;
}

.simplebar-track:hover .simplebar-scrollbar:before, .simplebar-track .simplebar-scrollbar.visible:before {
  opacity: 0.5;
  -webkit-transition: opacity 0 linear;
  -o-transition: opacity 0 linear;
  transition: opacity 0 linear;
}

.simplebar-track.vertical {
  top: 0;
}

.simplebar-track.vertical .simplebar-scrollbar:before {
  top: 2px;
  bottom: 2px;
}

.simplebar-track.horizontal {
  left: 0;
  width: auto;
  height: 11px;
}

.simplebar-track.horizontal .simplebar-scrollbar {
  right: auto;
  top: 2px;
  height: 7px;
  min-height: 0;
  min-width: 10px;
  width: auto;
}

.simplebar-track.horizontal .simplebar-scrollbar:before {
  height: 100%;
  left: 2px;
  right: 2px;
}

/* -------------------------------------
	Common styles
	------------------------------------- */
.container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
  position: relative;
}

.container-big {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  position: relative;
}

.df {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}

@media (min-width: 576px) {
  .container,
  .container-big {
    max-width: 540px;
  }
}

@media (min-width: 768px) {
  .container,
  .container-big {
    max-width: 720px;
  }
}

@media (min-width: 992px) {
  .container,
  .container-big {
    max-width: 960px;
  }
}

@media (min-width: 1200px) {
  .container {
    max-width: 990px;
  }
  .container-big {
    max-width: 1100px;
  }
}

html {
  overflow-x: hidden;
}

.pasteType__wrap {
  right: -1500px;
  position: absolute;
  -webkit-transition: all 1.3s linear;
  -o-transition: all 1.3s linear;
  transition: all 1.3s linear;
  width: 100%;
}

.pasteType__wrap .pasteType__nameBlockWrap {
  margin-top: -250px;
  -webkit-transition: all 1s linear;
  -o-transition: all 1s linear;
  transition: all 1s linear;
}

.pasteType__wrap .pasteType__nameBlock {
  opacity: 0;
  -webkit-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}

.pasteType__wrap.active {
  right: 0;
  position: relative;
  width: 100%;
}

.pasteType__wrap.active .pasteType__nameBlockWrap {
  margin-top: 0px;
  -webkit-transition: all 1s linear 0.75s;
  -o-transition: all 1s linear 0.75s;
  transition: all 1s linear 0.75s;
}

.pasteType__wrap.active .pasteType__nameBlock {
  opacity: 1;
  -webkit-transition: all 1.5s linear;
  -o-transition: all 1.5s linear;
  transition: all 1.5s linear;
}

.btn:hover {
  -webkit-box-shadow: 0px 15px 25px -5px #0057ab;
          box-shadow: 0px 15px 25px -5px #0057ab;
  -webkit-transform: scale(1.03);
      -ms-transform: scale(1.03);
          transform: scale(1.03);
}

.btn:active {
  -webkit-box-shadow: 0px 4px 8px #0065c8;
          box-shadow: 0px 4px 8px #0065c8;
  -webkit-transform: scale(0.98);
      -ms-transform: scale(0.98);
          transform: scale(0.98);
}

/* -----------------------------------
	global style
	------------------------------------ */
/*GLOBAL STYLE BEGIN*/
.text-center {
  text-align: center;
}

.pasteType__arrow::-moz-selection {
  background-color: transparent;
  -webkit-user-select: none;
  -moz-user-select: none;
  color: #fe0201;
}

.pasteType__arrow::selection {
  background-color: transparent;
  -webkit-user-select: none;
  -moz-user-select: none;
  color: #fe0201;
}

.pasteType__bankBlock::-moz-selection {
  background-color: transparent;
  -webkit-user-select: none;
  -moz-user-select: none;
}

.pasteType__bankBlock::selection {
  background-color: transparent;
  -webkit-user-select: none;
  -moz-user-select: none;
}

.pasteType__arrow::-moz-selection {
  background-color: transparent;
}

.pasteType__arrow::selection {
  background-color: transparent;
}

::-moz-selection {
  background-color: orange;
  color: #fff;
}

::selection {
  background-color: orange;
  color: #fff;
}

img {
  -o-user-select: none;
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
      user-select: none;
}

body {
  font-family: "VAGWorldBold", sans-serif;
}

/*GLOBAL STYLE END*/
/* -------------------------------------
	header
	------------------------------------- */
.header {
  position: absolute;
  z-index: 10;
  top: 0;
  width: 100%;
  max-width: 1070px;
  height: 110px;
  -webkit-box-shadow: 3px 14px 20px rgba(41, 19, 19, 0.2);
          box-shadow: 3px 14px 20px rgba(41, 19, 19, 0.2);
  border-radius: 0 0 40px 40px;
  background-color: #c8e5eb;
  display: block;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  margin: 0 auto;
}

.header__row {
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.header__title {
  color: #ed1b23;
  font-size: 30px;
  text-transform: uppercase;
}

.header__subtitle {
  color: #ed1b23;
  font-size: 18px;
  text-transform: uppercase;
}

.header__logo {
  margin-top: -110px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 33%;
      -ms-flex: 0 0 33%;
          flex: 0 0 33%;
  max-width: 33%;
  margin-left: -30px;
}

.header__descr {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 70%;
      -ms-flex: 0 0 70%;
          flex: 0 0 70%;
  max-width: 70%;
  padding-top: 25px;
  text-shadow: 2px 1px 0 #fff;
}

@media only screen and (max-width: 991px) {
  .header {
    height: 90px;
  }
  .header__logo {
    margin-top: -60px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 26%;
        -ms-flex: 0 0 26%;
            flex: 0 0 26%;
    max-width: 26%;
  }
  .header__title {
    font-size: 24px;
  }
  .header__subtitle {
    font-size: 15px;
  }
  .header__descr {
    max-width: 78%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 78%;
        -ms-flex: 0 0 78%;
            flex: 0 0 78%;
    padding-top: 18px;
  }
}

@media only screen and (max-width: 767px) {
  .header {
    height: 90px;
  }
  .header__logo {
    margin-top: -45px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 30%;
        -ms-flex: 0 0 30%;
            flex: 0 0 30%;
    max-width: 30%;
  }
  .header__title {
		font-size: 20px;
		margin-bottom: 4px;
  }
  .header__subtitle {
    font-size: 14px;
  }
  .header__descr {
    max-width: 74%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 74%;
        -ms-flex: 0 0 74%;
            flex: 0 0 74%;
    padding-top: 10px;
  }
}

@media only screen and (max-width: 575px) {
  .header {
    height: 119px;
    border-radius: 0;
  }
  /* .header__row {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  } */
  .header__logo {
    margin: -60px 0 0 -50px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 200px;
        -ms-flex: 0 0 200px;
            flex: 0 0 200px;
    max-width: 200px;
    width: 100%;
  }
  .header__title {

  }
  .header__subtitle {
		
  }
  .header__descr {
    max-width: 66%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 66%;
        -ms-flex: 0 0 66%;
            flex: 0 0 66%;
		/* padding-top: 0; */
		/* margin-top: -10px; */
    height: 120px;
  }
}

@media only screen and (max-width: 480px) {
  .header__title {

  }
  .header__subtitle {
    font-size: 13px;
  }
  .header__descr {
    max-width: 60%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 60%;
        -ms-flex: 0 0 60%;
            flex: 0 0 60%;
    /* padding-top: 0; */
    height: 120px;
    margin-bottom: 10px;
	}
}

@media only screen and (max-width: 410px) {
	.header__logo {
    margin: -30px 0 0 -42px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 150px;
        -ms-flex: 0 0 150px;
            flex: 0 0 150px;
    max-width: 150px;
    width: 100%;
  }
  .header__descr {
    max-width: 65%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 65%;
        -ms-flex: 0 0 65%;
						flex: 0 0 65%;
		margin-right: -7px;
  }
}

@media only screen and (max-width: 375px) {
	
  .header__title {
  }
  .header__subtitle {
    font-size: 13px;
  }
  .header__descr {
    /* max-width: 68%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 68%;
        -ms-flex: 0 0 68%;
            flex: 0 0 68%; */
    /* padding-top: 0; */
    height: 120px;
    margin-bottom: 20px;
		/* margin-left: -10px; */
		margin-top: 0px;
  }
  .header__row {
    /* margin: 0 auto;
    max-width: 340px; */
  }
}

@media only screen and (max-width: 330px) {
  .header__descr {
    max-width: 66%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 66%;
        -ms-flex: 0 0 66%;
            flex: 0 0 66%;
    /* padding-top: 0; */
		margin-right: -10px;
  }
}

/* -------------------------------------
	hero
	------------------------------------- */
.hero {
  background-image: -webkit-gradient(linear, left top, right top, from(#7eccdd), color-stop(18%, #7eccdd), to(#007c9d));
  background-image: -o-linear-gradient(left, #7eccdd 0%, #7eccdd 18%, #007c9d 100%);
  background-image: linear-gradient(to right, #7eccdd 0%, #7eccdd 18%, #007c9d 100%);
  padding: 150px 0 2px;
  overflow: hidden;
  max-height: 615px;
}

.hero__btn {
  max-width: 281px;
  -webkit-box-shadow: 3px 4px 10px rgba(41, 19, 19, 0.4);
          box-shadow: 3px 4px 10px rgba(41, 19, 19, 0.4);
  border-radius: 20px;
  background-color: #fb0404;
  color: #fefefe;
  text-transform: uppercase;
  font-size: 14px;
  text-align: center;
  padding: 20px 10px;
  display: block;
  margin: 102px 0 50px 16%;
  -webkit-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}

.hero__btn:hover {
  background: #B70202;
}

.hero__colL {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 55%;
      -ms-flex: 0 0 55%;
          flex: 0 0 55%;
  max-width: 55%;
  height: 100%;
}

.heroAction {
  background: url(../img/broad.png) no-repeat left top 20px;
  position: relative;
  z-index: 9;
}

.heroAction__descrWrap1 {
  -webkit-transform: rotate(-13deg);
      -ms-transform: rotate(-13deg);
          transform: rotate(-13deg);
  margin-top: 35px;
  margin-left: 28%;
  position: relative;
  z-index: 2;
}

.heroAction__descr1 {
  -webkit-box-shadow: 3px 14px 20px rgba(41, 19, 19, 0.2);
          box-shadow: 3px 14px 20px rgba(41, 19, 19, 0.2);
  background-color: #c8e5eb;
  width: 350px;
  padding: 10px 16px;
  -webkit-transform: skewX(-13deg);
      -ms-transform: skewX(-13deg);
          transform: skewX(-13deg);
  -webkit-animation: actionBlick 5s linear infinite;
          animation: actionBlick 5s linear infinite;
}

.heroAction__txt1 {
  color: #fb0404;
  font-size: 41px;
  line-height: 42px;
  text-shadow: 2px 2px 0px #fff;
  text-transform: uppercase;
}

.heroAction__txt1 span {
  color: #ed1b23;
  font-size: 20px;
  font-weight: 700;
  line-height: 34px;
  text-transform: uppercase;
  display: block;
  text-shadow: 2px 2px 0px #fff;
}

.heroAction__txt2 {
  color: #fb0404;
  font-size: 69px;
  line-height: 60.66px;
  text-shadow: 2px 2px 0px #fff;
  margin-left: 10px;
}

.heroAction__descrWrap2 {
  -webkit-transform: rotate(-13deg);
      -ms-transform: rotate(-13deg);
          transform: rotate(-13deg);
  margin-top: 0px;
  margin-left: 15%;
}

.heroAction__descr2 {
  -webkit-box-shadow: 3px 14px 20px rgba(41, 19, 19, 0.2);
          box-shadow: 3px 14px 20px rgba(41, 19, 19, 0.2);
  background-color: #c8e5eb;
  width: 370px;
  padding: 20px 17px 15px;
  -webkit-transform: skewX(-13deg);
      -ms-transform: skewX(-13deg);
          transform: skewX(-13deg);
}

.heroAction__txt3 {
  color: #fb0404;
  font-size: 31px;
  line-height: 30px;
  text-shadow: 2px 2px 0px #fff;
}

.pasteType {
  position: absolute;
  right: 0;
  top: 0;
  width: 42vw;
}

.pasteType__wrap {
  min-height: 618px;
  background-size: auto;
}

.pasteType__nameBlockWrap {
  position: absolute;
  top: 0;
  width: 100%;
  padding-top: 125px;
  max-width: 203px;
  height: 208px;
  -webkit-box-shadow: 3px 14px 20px rgba(41, 19, 19, 0.2);
          box-shadow: 3px 14px 20px rgba(41, 19, 19, 0.2);
  border-radius: 20px;
  text-align: center;
  overflow: hidden;
}

.pasteType__nameBlock {
  position: relative;
  width: 100%;
  padding-top: 125px;
  max-width: 203px;
  height: 208px;
}

.pasteType__headline {
  font-size: 20px;
  text-transform: uppercase;
  margin-bottom: 8px;
}

.pasteType__subheadline {
  color: #faf6f6;
  font-size: 12px;
  text-transform: uppercase;
}

.pasteType__bank1 {
  position: relative;
  z-index: 2;
}

.pasteType__bank2 {
  margin-top: 40px;
  margin-left: -50px;
}

.pasteType__arrow {
  position: absolute;
  right: 0;
  top: 45%;
  z-index: 444;
  color: #fe0201;
  font-size: 34px;
  text-shadow: 3px 1px 0 #fff;
  text-transform: uppercase;
  border: 1px solid #fe0201;
  border-radius: 100%;
  width: 35px;
  height: 35px;
  line-height: 16px;
  text-align: center;
  cursor: pointer;
  -webkit-transition: all 0.25s;
  -o-transition: all 0.25s;
  transition: all 0.25s;
}

.pasteType__bankBlock {
  position: relative;
  max-width: 400px;
  margin-left: -80px;
  margin-top: 15px;
}

.pasteType__bankBlock:before {
  content: '';
  position: absolute;
  width: 71px;
  height: 169px;
  right: 25px;
  top: -100px;
  z-index: 9;
}

.pasteTypeBraun {
  background: url(../img/elipsBgBraun.png) no-repeat left top 40%;
}

.pasteTypeBraun .pasteType__headline {
  color: #7a3b25;
}

.pasteTypeBraun .pasteType__nameBlockWrap {
  background-color: #ce925a;
}

.pasteTypeBraun .pasteType__bankBlock:before {
  background: url(../img/labelBraun.png) no-repeat center center;
}

.pasteTypePink {
  background: url(../img/elipsBgPink.png) no-repeat left top 40%;
}

.pasteTypePink .pasteType__headline {
  color: #e83e3c;
}

.pasteTypePink .pasteType__nameBlockWrap {
  background-color: #ed9193;
}

.pasteTypePink .pasteType__bankBlock:before {
  background: url(../img/labelPink.png) no-repeat center center;
}

.pasteTypeBlue {
  background: url(../img/elipsBgBlue.png) no-repeat left top 40%;
}

.pasteTypeBlue .pasteType__headline {
  color: #007c9d;
}

.pasteTypeBlue .pasteType__nameBlockWrap {
  background-color: #7eccdd;
}

.pasteTypeBlue .pasteType__bankBlock:before {
  background: url(../img/labelBlue.png) no-repeat center center;
}

@media only screen and (max-width: 991px) {
  .pasteType {
    width: 39vw;
  }
  .pasteType__wrap {
    min-height: 580px;
  }
  .pasteType__nameBlockWrap,
  .pasteType__nameBlock {
    padding-top: 105px;
    height: 190px;
  }
  .pasteType__bankBlock {
    margin-left: -50px;
    margin-top: 45px;
  }
  .pasteType__bank1 {
    max-width: 200px;
  }
  .pasteType__bank2 {
    max-width: 130px;
  }
  .pasteType__arrow {
    right: -10px;
  }
  .heroAction {
    background: url(../img/broad.png) no-repeat left top 0px;
    background-size: 200px;
    margin-left: -20px;
  }
  .heroAction__txt1 {
    font-size: 38px;
    line-height: 31px;
  }
  .heroAction__txt1 span {
    font-size: 18px;
  }
  .heroAction__txt2 {
    font-size: 64px;
    line-height: 44px;
  }
  .heroAction__txt3 {
    font-size: 28px;
  }
  .heroAction__descr1 {
    width: 325px;
    padding: 8px 12px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .heroAction__descr2 {
    width: 322px;
    padding: 15px 14px 15px;
  }
  .hero__btn {
    margin: 102px 0 32px 16%;
  }
  .pasteType__bankBlock:before {
    top: -108px;
  }
}

@media only screen and (max-width: 767px) {
  .hero {
    padding: 95px 0 0;
    min-height: 700px;
  }
  .pasteType {
    width: 100%;
  }
  .pasteType__wrap {
    min-height: 700px;
  }
  .pasteType__nameBlockWrap {
    padding-top: 100px;
    height: 190px;
  }
  .pasteType__nameBlock {
    padding-top: 100px;
    height: 190px;
    float: right;
  }
  .pasteType__bankBlock {
    margin-left: 0;
    width: 380px;
    max-width: 100%;
    margin-top: 45px;
    position: absolute;
    left: 30%;
    top: 245px;
  }
  .pasteType__bank1 {
    max-width: 220px;
  }
  .pasteType__bank2 {
    max-width: 150px;
  }
  .pasteType__arrow {
    right: -10px;
    top: 50%;
  }
  .heroAction {
    background: url(../img/broad.png) no-repeat left top 0px;
    background-size: 150px;
    margin-left: -20px;
  }
  .heroAction__txt1 {
    font-size: 28px;
    line-height: 26px;
  }
  .heroAction__txt1 span {
    font-size: 14px;
  }
  .heroAction__txt2 {
    font-size: 54px;
    line-height: 44px;
  }
  .heroAction__txt3 {
    font-size: 22px;
    line-height: 1;
  }
  .heroAction__descr1 {
    width: 264px;
    padding: 6px 8px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .heroAction__descr2 {
    width: 260px;
    padding: 10px 14px 12px;
  }
  .hero__btn {
    margin: 300px 0 32px 14%;
  }
  .pasteType__bankBlock:before {
    top: -108px;
  }
  .heroAction__descrWrap1 {
    margin-left: 21%;
  }
  .heroAction__descrWrap2 {
    margin-left: 5%;
  }
  .hero__colL {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 64%;
        -ms-flex: 0 0 64%;
            flex: 0 0 64%;
    max-width: 64%;
  }
}

@media only screen and (max-width: 575px) {
  .hero {
    max-height: none;
    min-height: 500px;
  }
  .hero__row {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .hero__colL {
    position: relative;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
    margin: 0 auto;
    overflow: hidden;
  }
  .hero__colR {
    position: relative;
    z-index: 99;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
    overflow: hidden;
    background: #fff;
  }
  .hero__btn {
    margin: 100px auto 42px;
  }
  .pasteType__wrap {
    min-height: 370px;
  }
  .pasteType__nameBlock {
    float: none;
    left: 18px;
  }
  .pasteType__nameBlock, .pasteType__nameBlockWrap {
    height: 100px;
    padding-top: 10px;
    border-radius: 0 0 20px 20px;
  }
  .pasteType__bankBlock {
    margin-top: 110px;
    top: 0;
    left: 22vw;
  }
  .pasteType__bankBlock:before {
    top: -105px;
    right: 55px;
  }
  .pasteType__arrow {
    right: 10px;
    top: auto;
    bottom: -235px;
  }
  .pasteType__bank1 {
    max-width: 50%;
  }
  .pasteType__bank2 {
    max-width: 35%;
    margin-top: 25px;
    margin-left: -33px;
  }
  .pasteTypeBraun {
    background: url(../img/elipsBgBraun.png) no-repeat left 150px center;
    background-size: auto 160%;
  }
  .pasteTypePink {
    background: url(../img/elipsBgPink.png) no-repeat left 150px center;
    background-size: auto 160%;
  }
  .pasteTypeBlue {
    background: url(../img/elipsBgBlue.png) no-repeat left 150px center;
    background-size: auto 160%;
  }
  .heroAction {
    background: none;
  }
  .heroAction__descrWrap1 {
    margin-left: 29%;
    margin-top: 100px;
    position: relative;
  }
  .heroAction__descrWrap1:before {
    content: '';
    position: absolute;
    left: -130px;
    top: -50px;
    width: 300px;
    height: 300px;
    background: url(../img/broad.png) no-repeat left top;
    background-size: 150px;
  }
  .heroAction__descr1 {
    width: 280px;
  }
  .heroAction__txt1 {
    font-size: 32px;
  }
  .heroAction__txt1 span {
    font-size: 15px;
  }
  .heroAction__txt3 {
    font-size: 23px;
  }
  .heroAction__descr2 {
    width: 272px;
  }
}

@media only screen and (max-width: 480px) {
  .hero__btn {
    margin: 100px auto 42px;
    -webkit-box-shadow: 2px 5px 5px rgba(41, 19, 19, 0.4);
            box-shadow: 2px 5px 5px rgba(41, 19, 19, 0.4);
  }
  .hero__colL {
    height: 455px;
    max-width: 295px;
    margin: 0 auto;
  }
  .pasteType__wrap {
    min-height: 370px;
  }
  .pasteType__nameBlock {
    float: none;
    left: 18px;
  }
  .pasteType__nameBlock, .pasteType__nameBlockWrap {
    height: 100px;
    padding-top: 10px;
    border-radius: 0 0 20px 20px;
  }
  .pasteType__bankBlock {
    margin-top: 110px;
    top: 0;
    left: 11vw;
  }
  .pasteType__arrow {
    right: 10px;
    top: auto;
    bottom: -235px;
  }
  .pasteType__bank1 {
    max-width: 48%;
  }
  .pasteType__bank2 {
    max-width: 33%;
    margin-top: 25px;
    margin-left: -33px;
  }
  .pasteTypeBraun {
    background: url(../img/elipsBgBraun.png) no-repeat left 70px center;
    background-size: auto 160%;
  }
  .pasteTypePink {
    background: url(../img/elipsBgPink.png) no-repeat left 70px center;
    background-size: auto 160%;
  }
  .pasteTypeBlue {
    background: url(../img/elipsBgBlue.png) no-repeat left 70px center;
    background-size: auto 160%;
  }
  .heroAction__descrWrap1 {
    margin-left: 120px;
    margin-top: 65px;
    -webkit-transform: rotate(-12deg);
        -ms-transform: rotate(-12deg);
            transform: rotate(-12deg);
  }
  .heroAction__descrWrap1:before {
    left: -125px;
    top: 0;
    width: 300px;
    height: 300px;
    background: url(../img/broad.png) no-repeat left top -4px;
		background-size: 150px;
  }
  .heroAction__descrWrap2 {
    -webkit-transform: rotate(-12deg);
        -ms-transform: rotate(-12deg);
            transform: rotate(-12deg);
    margin-left: 0px;
    margin-top: 15px;
  }
  .heroAction__descr1 {
    width: 163px;
    padding: 6px 10px 15px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-shadow: 3px 6px 6px rgba(41, 19, 19, 0.2);
            box-shadow: 3px 6px 6px rgba(41, 19, 19, 0.2);
  }
  .heroAction__descr2 {
    -webkit-box-shadow: 3px 6px 6px rgba(41, 19, 19, 0.2);
            box-shadow: 3px 6px 6px rgba(41, 19, 19, 0.2);
  }
  .heroAction__txt1 {
    font-size: 32px;
  }
  .heroAction__txt1 span {
    font-size: 15px;
    line-height: 24px;
  }
  .heroAction__txt2 {
    margin-left: 0;
    margin-right: 15px;
  }
  .heroAction__txt3 {
    font-size: 23px;
  }
  .heroAction__descr2 {
    width: 272px;
    padding: 15px 14px 14px;
  }
}

@media only screen and (max-width: 375px) {
  .hero__btn {
    margin: 90px auto 42px;
  }
  .heroAction__descrWrap1 {
    margin-left: 120px;
    margin-top: 75px;
  }
  .pasteType__wrap {
    min-height: 370px;
  }
  .pasteType__nameBlock {
    float: none;
    left: 18px;
  }
  .pasteType__nameBlock, .pasteType__nameBlockWrap {
    height: 100px;
    padding-top: 10px;
    border-radius: 0 0 20px 20px;
  }
  .pasteType__bankBlock {
    margin-top: 125px;
    top: 0;
    left: 12%;
  }
  .pasteType__bankBlock:before {
    top: -115px;
    right: 55px;
  }
  .pasteType__arrow {
    right: 10px;
    top: auto;
    bottom: -235px;
  }
  .pasteType__bank1 {
    max-width: 160px;
  }
  .pasteType__bank2 {
    max-width: 107px;
    margin-top: 30px;
    margin-left: -33px;
  }
  .pasteTypeBraun {
    background: url(../img/elipsBgBraun.png) no-repeat left -25% center;
    background-size: auto 160%;
  }
  .pasteTypePink {
    background: url(../img/elipsBgPink.png) no-repeat left -25% center;
    background-size: auto 160%;
  }
  .pasteTypeBlue {
    background: url(../img/elipsBgBlue.png) no-repeat left -25% center;
    background-size: auto 160%;
  }
}

/* -------------------------------------
	advantages
	------------------------------------- */
.advantages {
  position: relative;
  padding-bottom: 50px;
  z-index: 3;
  background: #fff;
}

.advantages__row {
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 0 -35px;
}

.advantages__col {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 25%;
      -ms-flex: 0 0 25%;
          flex: 0 0 25%;
  max-width: 25%;
  padding: 0 5px;
  text-align: center;
  margin-bottom: 40px;
}

.advantages__step {
  -webkit-box-shadow: 3px 14px 20px rgba(41, 19, 19, 0.2);
          box-shadow: 3px 14px 20px rgba(41, 19, 19, 0.2);
  border-radius: 0 0 20px 20px;
  background-color: #1ccc04;
  text-align: center;
  padding: 7px 5px;
  margin: 0 15px;
}

.advantages__col:first-child .advantages__descr {
  text-align: center;
}

.advantages__step-number {
  width: 63px;
  height: 63px;
  border-radius: 100%;
  margin: 0 auto;
  border: 2px solid #fff;
  font-size: 44px;
  line-height: 46px;
  color: #fff;
}

.advantages__descr {
  display: inline-block;
  text-align: left;
  color: #007c9d;
  font-size: 18px;
  text-transform: uppercase;
  margin: 65px 0 30px 0;
  padding: 0 15px;
  text-align: center;
}

@media only screen and (max-width: 991px) {
  .advantages {
    padding-bottom: 50px;
  }
  .advantages__row {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin: 0 -35px;
  }
  .advantages__col {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 300px;
    padding: 0 5px;
    text-align: center;
    margin-bottom: 20px;
  }
  .advantages__descr {
    margin: 25px 0 30px 0;
    text-align: center;
  }
}

@media only screen and (max-width: 767px) {
  .advantages {
    padding-bottom: 0;
  }
  .advantages__row {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin: 0 -35px;
  }
  .advantages__col {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 300px;
    padding: 0 5px;
    text-align: center;
    margin-bottom: 20px;
  }
  .advantages__descr {
    margin: 25px 0 30px 0;
    text-align: center;
  }
}

@media only screen and (max-width: 575px) {
  .advantages__row {
    margin: 0 -15px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .advantages__col {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 264px;
    padding: 0 5px;
    text-align: center;
    margin-bottom: 10px;
    margin-left: 3%;
    margin-right: 3%;
  }
  .advantages__descr {
    margin: 20px 0 20px 0;
    padding: 0;
    text-align: center;
    font-size: 19px;
  }
  .advantages__step-number {
    width: 70px;
    height: 70px;
    font-size: 50px;
    line-height: 50px;
  }
  .advantages__col:first-child {
    max-width: 100%;
    padding: 0;
  }
  .advantages__col:first-child .advantages__step {
    margin: 0;
    border-radius: 0;
  }
}

/* -------------------------------------
	footer
	------------------------------------- */
.footer {
  background: #7eccdd;
  color: #fff;
  padding: 15px 0;
  position: relative;
  z-index: 32;
}

.footer__row {
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.footer__colL {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 30%;
      -ms-flex: 0 0 30%;
          flex: 0 0 30%;
  max-width: 30%;
  font-size: 10px;
  text-transform: uppercase;
  line-height: 1.5;
}

.footer__colC {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 35%;
      -ms-flex: 0 0 35%;
          flex: 0 0 35%;
  max-width: 35%;
  -webkit-align-self: flex-start;
      -ms-flex-item-align: start;
          align-self: flex-start;
}

.footer__colR {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 15%;
      -ms-flex: 0 0 15%;
          flex: 0 0 15%;
  max-width: 15%;
}

.footer__colR a {
  display: block;
}

.footer .btn {
  -webkit-align-self: flex-start;
      -ms-flex-item-align: start;
          align-self: flex-start;
  max-width: 281px;
  -webkit-box-shadow: 3px 4px 10px rgba(41, 19, 19, 0.4);
          box-shadow: 3px 4px 10px rgba(41, 19, 19, 0.4);
  border-radius: 20px;
  background-color: #fb0404;
  color: #fefefe;
  text-transform: uppercase;
  font-size: 14px;
  text-align: center;
  padding: 20px 10px;
  display: block;
  -webkit-transform: translate(-15%, -75%);
      -ms-transform: translate(-15%, -75%);
          transform: translate(-15%, -75%);
  -webkit-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
  margin: 0;
}

.footer .btn:hover {
  background: #B70202;
  -webkit-box-shadow: 0px 15px 25px -5px #0057ab;
          box-shadow: 0px 15px 25px -5px #0057ab;
  -webkit-transform: scale(1.03) translate(-15%, -75%);
      -ms-transform: scale(1.03) translate(-15%, -75%);
          transform: scale(1.03) translate(-15%, -75%);
}

.footer .btn:active {
  -webkit-box-shadow: 0px 4px 8px #0065c8;
          box-shadow: 0px 4px 8px #0065c8;
  -webkit-transform: scale(0.98) translate(-15%, -75%);
      -ms-transform: scale(0.98) translate(-15%, -75%);
          transform: scale(0.98) translate(-15%, -75%);
}

.footer__contacts {
  font-size: 12px;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  line-height: 1.25;
  margin-bottom: 10px;
}

.footer__requisites {
  font-size: 12px;
  letter-spacing: 0;
  text-transform: uppercase;
  line-height: 1.2;
}

.footer__adress {
  font-size: 12px;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  line-height: 1.25;
  margin-bottom: 10px;
}

.footer__allRight {
  padding-top: 0;
}

@media only screen and (max-width: 991px) {
  .footer__colL {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 33%;
        -ms-flex: 0 0 33%;
            flex: 0 0 33%;
    max-width: 33%;
    font-size: 10px;
    text-transform: uppercase;
    line-height: 1.5;
  }
  .footer__colC {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 35%;
        -ms-flex: 0 0 35%;
            flex: 0 0 35%;
    max-width: 35%;
    -webkit-align-self: flex-start;
        -ms-flex-item-align: start;
            align-self: flex-start;
  }
  .footer__colR {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 27%;
        -ms-flex: 0 0 27%;
            flex: 0 0 27%;
    max-width: 27%;
  }
  .footer .btn {
    -webkit-transform: translate(-8%, -75%);
        -ms-transform: translate(-8%, -75%);
            transform: translate(-8%, -75%);
    position: relative;
    z-index: 44;
  }
  .footer .btn:hover {
    -webkit-transform: scale(1.03) translate(-8%, -75%);
        -ms-transform: scale(1.03) translate(-8%, -75%);
            transform: scale(1.03) translate(-8%, -75%);
  }
  .footer .btn:active {
    -webkit-transform: scale(0.98) translate(-8%, -75%);
        -ms-transform: scale(0.98) translate(-8%, -75%);
            transform: scale(0.98) translate(-8%, -75%);
  }
}

@media only screen and (max-width: 767px) {
  .footer {
    margin-top: 50px;
    position: relative;
    z-index: 3;
  }
  .footer__colL {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
    font-size: 10px;
    text-transform: uppercase;
    line-height: 1.5;
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
        -ms-flex-order: 2;
            order: 2;
    text-align: center;
  }
  .footer__colC {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
    -webkit-align-self: flex-start;
        -ms-flex-item-align: start;
            align-self: flex-start;
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
        -ms-flex-order: 1;
            order: 1;
  }
  .footer__colR {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
    -webkit-box-ordinal-group: 4;
    -webkit-order: 3;
        -ms-flex-order: 3;
            order: 3;
    text-align: center;
  }
  .footer .btn {
    -webkit-transform: translate(0, -75%);
        -ms-transform: translate(0, -75%);
            transform: translate(0, -75%);
    margin-left: auto;
    margin-right: auto;
  }
  .footer .btn:hover {
    -webkit-transform: scale(1.03) translate(0, -75%);
        -ms-transform: scale(1.03) translate(0, -75%);
            transform: scale(1.03) translate(0, -75%);
  }
  .footer .btn:active {
    -webkit-transform: scale(0.98) translate(0, -75%);
        -ms-transform: scale(0.98) translate(0, -75%);
            transform: scale(0.98) translate(0, -75%);
  }
}

@media only screen and (max-width: 575px) {
  .footer {
    margin-top: 50px;
    padding-bottom: 80px;
  }
  .footer__colC {
    height: 33px;
  }
  .footer__colL {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
        -ms-flex-order: 2;
            order: 2;
    text-align: left;
    font-size: 14px;
  }
  .footer__colR {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
    -webkit-box-ordinal-group: 4;
    -webkit-order: 3;
        -ms-flex-order: 3;
            order: 3;
    margin-bottom: 15px;
    text-align: left;
    font-size: 16px;
    text-transform: uppercase;
  }
  .footer__adress {
    font-size: 14px;
    margin-bottom: 8px;
  }
  .footer__contacts {
    font-size: 14px;
    margin-bottom: 15px;
  }
  .footer__requisites {
    font-size: 14px;
  }
  .footer__allRight-block {
    position: absolute;
    bottom: -55px;
  }
}

/* -------------------------------------
	popups
	------------------------------------- */
.cd-popup {
  position: fixed;
  z-index: 999;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.6);
  display: block;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 0.3s 0s, visibility 0s 0.3s;
  -o-transition: opacity 0.3s 0s, visibility 0s 0.3s;
  transition: opacity 0.3s 0s, visibility 0s 0.3s;
}

.cd-popup.is-visible {
  opacity: 1;
  visibility: visible;
  -webkit-transition: opacity 0.3s 0s, visibility 0s 0s;
  -o-transition: opacity 0.3s 0s, visibility 0s 0s;
  transition: opacity 0.3s 0s, visibility 0s 0s;
}

.cd-popup .container {
  max-width: 740px;
  margin: 0 auto;
}

.cd-popup-container {
  position: relative;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
  border-radius: .25em .25em .4em .4em;
  -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
          box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
  -webkit-backface-visibility: hidden;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  -o-transition-property: transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-transition-duration: 0.3s;
       -o-transition-duration: 0.3s;
          transition-duration: 0.3s;
}

.cd-popup-container .cd-popup-close {
  position: absolute;
  top: 8px;
  right: 8px;
  width: 30px;
  height: 30px;
  background: white;
  border-radius: 50%;
}

.cd-popup-container .cd-popup-close::before, .cd-popup-container .cd-popup-close::after {
  content: '';
  position: absolute;
  top: 13px;
  width: 18px;
  height: 4px;
  background-color: #000;
}

.cd-popup-container .cd-popup-close::before {
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
  left: 6px;
}

.cd-popup-container .cd-popup-close::after {
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg);
  right: 6px;
}

.img-replace {
  display: inline-block;
  overflow: hidden;
  text-indent: 100%;
  color: #000;
  white-space: nowrap;
}

.popupContainerWrap {
  background: url(../img/popupBg.jpg) no-repeat center center;
  color: #fff;
  padding: 1px;
  max-width: 710px;
  position: relative;
  margin: 0 auto;
}

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

/* popup end */
.my_form {
  width: 100%;
  max-width: 510px;
  margin: 4em auto;
  -webkit-box-shadow: 3px 4px 10px rgba(41, 19, 19, 0.4);
          box-shadow: 3px 4px 10px rgba(41, 19, 19, 0.4);
  border-radius: 30px;
  background-color: #fffefe;
  padding: 10px 48px 20px;
}

.my_form input:not([type="submit"]), .my_form textarea {
  -webkit-box-shadow: 3px 4px 10px rgba(41, 19, 19, 0.4);
          box-shadow: 3px 4px 10px rgba(41, 19, 19, 0.4);
  border-radius: 20px;
  border: 3px solid #7fccdd;
  font-size: 25px;
  line-height: 30px;
  color: #7fccdd;
  font-variant: small-caps;
  padding: 8px 10px 12px;
}

.my_form input, .my_form textarea {
  width: 100%;
  margin-bottom: 10px;
  border: none;
  outline: none;
}

.my_form .check {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.my_form .check input {
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 auto;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  margin-top: 7px;
  width: auto;
  border-radius: 5px;
}

.my_form .check label {
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 auto;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  width: auto;
  color: #9a9a9a;
  font-size: 17px;
  font-variant: small-caps;
}

.my_form input[type="submit"] {
  -webkit-align-self: flex-start;
      -ms-flex-item-align: start;
          align-self: flex-start;
  max-width: 215px;
  -webkit-box-shadow: 3px 4px 10px rgba(41, 19, 19, 0.4);
          box-shadow: 3px 4px 10px rgba(41, 19, 19, 0.4);
  border-radius: 20px;
  background-color: #fb0404;
  color: #fefefe;
  text-transform: uppercase;
  font-size: 14px;
  text-align: center;
  padding: 17px 10px;
  display: block;
  -webkit-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
  margin: 0 auto;
  box-shadow: 3px 4px 10px rgba(41, 19, 19, 0.4);
}

.my_form input[type="submit"]:hover {
  background: #B70202;
}

.simplebar-content {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.popup-title {
  color: #ed1b23;
  font-size: 29px;
  line-height: 29px;
  font-variant: small-caps;
  text-align: center;
  margin-bottom: 20px;
}

#popup-privace-js .popupContainerWrap {
  padding: 20px 15px;
  font-size: 13px;
  letter-spacing: 1px;
}

@media (max-width: 480px) {
  .my_form {
    padding: 10px 15px 20px;
  }
  .popup-title {
    font-size: 24px;
    line-height: 1.2;
  }
  .my_form .check label {
    font-size: 16px;
  }
}

@media (max-width: 375px) {
  .my_form {
    padding: 10px 8px 20px;
  }
  .popup-title {
    font-size: 20px;
    line-height: 1.2;
  }
  .my_form .check label {
    font-size: 14px;
    margin-left: 6px;
  }
}

.form-block {
  position: relative;
}

.my_form.is-hidden {
  display: none;
}

.my_form .submitForm[disabled] {
  cursor: not-allowed;
  opacity: 0.7;
}

.form-response {
  display: none;
  margin-top: 20px;
  padding: 15px 18px;
  border-radius: 6px;
  background-color: #f7f7f7;
  color: #2b2b2b;
  text-align: center;
  line-height: 1.4;
  font-size: 16px;
}

.form-response.is-visible {
  display: block;
}

.form-response--success {
  border-left: 4px solid #4caf50;
}

.form-response--error {
  border-left: 4px solid #f44336;
  background-color: #fff5f5;
  color: #b71c1c;
}

/*
     FILE ARCHIVED ON 20:39:01 Jun 23, 2022 AND RETRIEVED FROM THE
     INTERNET ARCHIVE ON 03:09:03 Oct 02, 2025.
     JAVASCRIPT APPENDED BY WAYBACK MACHINE, COPYRIGHT INTERNET ARCHIVE.

     ALL OTHER CONTENT MAY ALSO BE PROTECTED BY COPYRIGHT (17 U.S.C.
     SECTION 108(a)(3)).
*/
/*
playback timings (ms):
  captures_list: 0.43
  exclusion.robots: 0.016
  exclusion.robots.policy: 0.007
  esindex: 0.009
  cdx.remote: 38.251
  LoadShardBlock: 217.575 (3)
  PetaboxLoader3.datanode: 454.093 (5)
  PetaboxLoader3.resolve: 104.392 (3)
  load_resource: 414.563 (2)
*/