@-ms-viewport {
  width: device-width;
}

.page {
  box-sizing: border-box;
  -webkit-tap-highlight-color: transparent;
  -ms-overflow-style: scrollbar;
  -ms-text-size-adjust: 100%;
  min-width: 320px;
  min-height: 100%;
}

.page__inner {
  min-height: 100vh;
  display: flex;
  flex-direction: column;
}

.page__content {
  flex-grow: 1;
}

.page__footer-wrapper {
  flex-shrink: 0;
}

*,
*:before,
*:after {
  box-sizing: inherit;
}

body {
  display: flex;
  flex-direction: column;
  background-color: #fff;
  margin: 0;
  min-height: 100%;
}

[tabindex='-1']:focus {
  outline: none !important;
}

[role='button'] {
  cursor: pointer;
}

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

a,
button,
[role='button'],
input,
label,
select,
textarea {
  touch-action: manipulation;
  margin: 0;
}

button,
input {
  overflow: visible;
  text-transform: none;
}

button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
  outline: none;
}

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

input[type="date"],
input[type="time"],
input[type="datetime-local"],
input[type="month"] {
  -webkit-appearance: listbox;
}

textarea {
  overflow: auto;
  resize: vertical;
}

a svg,
button svg {
  pointer-events: none;
}

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

img {
  max-width: 100%;
  height: auto;
}

a {
  color: #445AEE;
  background-color: transparent;
  text-decoration-skip: ink;
  -webkit-text-decoration-skip: objects;
  transition: color 0.3s;
}

a:hover,
a:focus {
  color: #014c8d;
}

a:visited {
  /* color: #014c8d; */
}

hr {
  box-sizing: content-box;
  overflow: visible;
}

@import url('https://fonts.googleapis.com/css?family=Ubuntu:300,300i,400,400i,500,500i,700,700i&subset=cyrillic');

html {
  font-size: 16px;
}

body {
  font-family: 'Ubuntu', sans-serif;
  line-height: 1.75;
  color: #1a1a1a;
  /* background: #1D1E25; */
  /* margin-bottom: 200px; */
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Ubuntu', sans-serif;
  font-weight: 700;
  line-height: 1.2;
}


/* TITLE start */



/* TITLE end */

h1 {
  font-size: 20px;
}

@media(min-width:768px) {
  h1 {
    font-size: 48px;
    text-transform: uppercase;
  }
}

.h1 {
  font-size: 20px;
}

@media(min-width:768px) {
  .h1 {
    font-size: 48px;
    text-transform: uppercase;
  }
}


h2 {
  font-size: 24px;
}

@media(min-width:768px) {
  h2 {
    font-size: 32px;
    text-transform: uppercase;
  }
}


h3 {
  font-size: 20px;
}

@media(min-width:768px) {
  h3 {
    font-size: 24px;
    text-transform: uppercase;
  }
}

h4 {
  font-size: 16px;
}




p,
ul,
ol,
dl,
table,
blockquote,
pre,
address,
figure {
  margin-top: 0;
}

address {
  font-style: normal;
}

ul,
ol {}

ol ol,
ul ul,
ol ul,
ul ol {
  margin-top: 0;
  margin-bottom: 0;
}

li {
  line-height: inherit;
}

dt {
  font-weight: 700;
}

dd {
  margin-left: 0;
}

@media (min-width: 480px) {
  dd {}
}

dd+dt {
  margin-top: 0.75;
}

hr {
  border: 0;
  border-top: 1px solid #999999;
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 80%;
}

mark {
  background: rgba(239, 172, 77, 0.3);
  padding: 0.1em 0.3em;
}

b,
strong {
  font-weight: bolder;
}

abbr[title] {
  text-decoration: underline dotted;
}

blockquote {
  padding: 0;
  margin-left: 0;
  margin-right: 0;
}

code,
kbd,
pre,
samp {
  font-family: SFMono-Regular, "Menlo", "Monaco", "Consolas", "Liberation Mono", "Courier New", monospace;
}

code {
  padding: 0.06em 0.3em;
  color: #1a1a1a;
  background-color: rgba(0, 0, 0, 0.08);
}

kbd {
  padding: 0.06em 0.3em;
  color: #1a1a1a;
  background-color: #e6e6e6;
}

kbd kbd {
  padding: 0;
}

pre {
  display: block;
  width: 100%;
  overflow-x: auto;
  tab-size: 2;
}

a,
input {
  font-family: 'Ubuntu', sans-serif;
}


a:hover,
a:focus {
  text-decoration: none;
}

/* center text start */

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

/* center text end */

/* CENTER start */

.center {
  max-width: 1360px;
  padding: 0 16px;
  margin: 0 auto;
}


/* CENTER end */


/* text start */

.text {
  color: #868CA5;
  font-size: 14px;
}

.ttn {
  text-transform: none;
}

/* text end */

/* header start */


/*s*/

.header {
  -webkit-transition: transform 0.3s ease;
  transition: transform 0.3s ease;
}

.header.active {
  transform: translateY(52px);
}

.header__body {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  align-items: center;
}



.header__logo {
  margin-right: 16px;
}

.header__logobrand {
  margin-right: 16px;
}

.header__burger {}

.header__menu {
  display: none;
}

.header__phone {
  font-weight: bold;
  margin-left: auto;
  font-size: 14px;
  white-space: nowrap;
}

.header__callback {
  display: none;
}



/*e*/

@media(min-width:900px) {

  /*s*/
  .header {}

  .header__body {}

  .header__bottom {}

  .header__logo {}

  .header__burger {
    display: none;
  }

  .header__menu {
    display: block;
    margin-left: auto;
  }

  .header__phone {
    /* margin-left: 70px; */
  }

  .header__callback {}

  /*e*/
}




/* header end */

/* header -- dark start */


/*s*/

.header--dark {
  color: #fff;
}

.header--dark .logo {
  background: url('../img/laga-mobile.svg') center left no-repeat;
}

.header--dark .menu__item a {
  color: #fff;
}

.header--dark .hamburger-inner,
.header--dark .hamburger-inner::before,
.header--dark .hamburger-inner::after {
  background: #fff;
}

/*e*/

@media(min-width:900px) {

  /*s*/
  .header--dark .logo {
    background: url('../img/laga-white.svg') center left no-repeat;
  }

  .header--dark .header__callback {
    display: block;
    margin-left: 32px;
  }

  /*e*/
}



/* header -- dark end */

/* header--brand start */


/*s*/

.header.header--brand {
  background: #fff;
}

.header.header--brand .header__body {
  height: 56px;
}

.header.header--brand .header__logobrand a {
  display: flex;
  align-items: center;
}

.header__thecity {
  display: none;
}

.header.header--brand .header__logobrand a img {
  max-height: 100%;
  width: auto !important;
}

.header--brand .header__menu {
  display: none;
}

.header--brand .header__support {
  display: none;
  margin-left: auto;
}

.header--brand .header__support-label {
  color: #252836;
  opacity: 0.7;
  font-size: 12px;
}

.header--brand .header__support-phone {
  font-size: 16px;
  font-weight: bold;

}




/*e*/

@media(min-width:768px) {

  /*s*/
  .header--brand .header__callback {
    display: block;
    margin-left: 32px;
  }


  /*e*/
}



@media(min-width:900px) {

  /*s*/
  .header__thecity {
    display: block;
  }

  .header.header--brand .header__logobrand a img {
    width: auto !important;
  }

  .header.header--brand .header__body {
    height: 87px;
  }

  .header--brand .header__phone {
    font-size: 24px;
  }

  .header--brand .header__support {
    display: block;
    padding-left: 22px;
    padding-right: 22px;
  }

  /*e*/
}

@media(min-width:1100px) {
  .header--brand .header__support {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    align-items: center;
  }

  .header--brand .header__support-label {
    order: 2;
  }

  .header--brand .header__support-phone {
    margin-right: 32px;
  }
}

/* header--brand end */

/* header start */


/*s*/

.header--sticky {
  background: #fff;
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 1000;
  color: #252836;
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.3);
}

.header--sticky .header__body {
  height: 48px;
}

.header--sticky .header__bottom {
  height: 48px;
}

.header--sticky .menu__item a {
  color: #252836;
}

.header--sticky .hamburger-inner,
.header--sticky .hamburger-inner::before,
.header--sticky .hamburger-inner::after {
  background: #445AD1;
}



/*e*/

@media(min-width:900px) {

  /*s*/
  .header--sticky .header__logo a {
    width: 123px;
    background: url('../img/laga-black.svg') center left no-repeat;
  }

  .header--sticky .header__callback {
    display: block;
    margin-left: 32px;
  }

  .header--sticky .header__callback button {
    height: 48px;
    border-radius: 0;
    padding: 0 37px;
  }

  .header--sticky .header__phone {
    margin-left: auto;
    font-size: 16px !important;
  }

  .provaider__header .header--sticky .header__phone {
    margin-left: auto;
    font-size: 24px !important;
  }

  .header--sticky .header__thecity {
    /*display: none;*/
  }

  /*e*/
}





/* header end */

/* footer start */

.footer {}

.footer__grid1 {
  display: none;
}

.footer__grid2 {
  display: none;
}

.footer__body {
  border-top: 1px solid rgba(37, 40, 54, 0.1);
  padding-top: 33px;
  padding-bottom: 32px;
}

.footer__logo {
  display: block;
}

.footer__menu {}

.footer__phone {
  font-weight: bold;
  white-space: nowrap;
}

.footer__callback {}

.footer__callback a {
  padding: 0 18px;
}

.footer__copy {
  font-size: 11px;
  line-height: 1.5;
}

.footer__social {}

.footer__developer {
  font-size: 11px;
}

.footer__developer a {
  text-decoration: none;
  color: #868CA5;
}

.footer__social-title {
  font-size: 12px;
  line-height: 1.4;
  margin-bottom: 12px;
}

.footer__social-list {}

.footer__social-list a {
  display: inline-block;
  margin: 0 4px 4px 0;
}

@media(max-width:767px) {
  .footer__grid1 {
    display: block;
  }

  .footer__grid1 .footer__logo {
    margin-bottom: 18px;
  }

  .footer__grid1 .footer__menu {
    margin-bottom: 17px;
  }

  .footer__grid1 .footer__menu .menu__item {
    margin: 0 !important;
    line-height: 2;
  }

  .footer__grid1 .footer__menu .menu {
    flex-direction: column;
  }

  .footer__grid1 .footer__phone {
    margin-bottom: 11px;
    font-size: 24px;
  }

  .footer__grid1 .footer__callback {
    margin-bottom: 20px;
  }

  .footer__grid1 .footer__copy {
    margin-bottom: 23px;
  }

  .footer__grid1 .footer__social {
    margin-bottom: 15px;
  }

  .footer__grid1 .footer__developer {}
}

@media(min-width:768px) {

  /*s*/
  .footer {
    margin-top: 18px;
  }

  .footer__grid2 {
    display: flex;
    justify-content: space-between;
  }

  .footer__grid2 .footer__col1 {
    padding-right: 32px;
  }

  .footer__grid2 .footer__col2 {
    width: 640px;
  }

  .footer__grid2 .footer__logo {
    margin-bottom: 11px;
  }

  .footer__grid2 .footer__copy {
    max-width: 290px;
  }

  .footer__grid2 .footer__phone {
    margin-left: auto;
    padding: 5px 0;
    /* margin-right: 31px; */
  }

  .footer__grid2 .footer__menu {
    margin-right: 32px;
  }

  .footer__grid2 .footer__callback {
    margin-left: 32px;
  }

  .footer__grid2 .footer__coltop {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: flex-end;
  }

  .footer__grid2 .footer__colbottom {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 27px;
  }

  .footer__grid2 .footer__social {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    align-items: center;
  }

  .footer__grid2 .footer__social-list {
    height: 24px;
  }

  .footer__grid2 .footer__social-title {
    margin: 0;
    margin-right: 17px;
  }

  .footer__grid2 .footer__social-list a {
    margin: 0 4px 0 0;
    height: 24px;
  }

  /*e*/
}



@media(min-width:768px) and (max-width:949px) {

  /*s*/
  .footer__phone {
    margin-right: 32px;
  }

  .footer__developer {}

  /*e*/
}

/* footer end */

.provaider__footer .menu__item a {
  font-size: 14px;
}

/* logo start */

/*s*/
.logo {
  display: block;
  background: url('../img/laga-mobile.svg') center left no-repeat;
  height: 40px;
  width: 40px;
}

/*e*/
@media(min-width:900px) {

  /*s*/
  .logo {
    display: block;
    background: url('../img/laga-black.svg') center left no-repeat;
    height: 50px;
    width: 192px;
    background-size: 100%;
  }

  /*e*/
}

/* logo end */

.main-nav {
  position: relative;
  z-index: 10;
}

.main-nav__list {
  margin: 0;
  padding: 0;
  list-style: none;
}

@media (max-width: 991px) {
  .js .main-nav__list {
    overflow: hidden;
    max-height: 0;
    transition: max-height 0.2s;
  }

  .js .main-nav--open .main-nav__list {
    max-height: 100vh;
    transition: max-height 0.6s;
  }
}

@media (min-width: 992px) {
  .main-nav__list {
    display: flex;
    flex-wrap: wrap;
  }

  .main-nav__list--lvl-2 {
    display: block;
  }

  .main-nav__list--lvl-3 {
    display: block;
  }
}

.main-nav__item {
  position: relative;
}

.main-nav__item--active>.main-nav__link {
  color: #000;
}

.main-nav__link {
  display: block;
  padding: 0.5em 1em;
  text-decoration: none;
  background-color: #fff;
}

.main-nav__link:hover,
.main-nav__link:focus {
  text-decoration: none;
  background-color: #e6e6e6;
}

@media (max-width: 991px) {
  .main-nav__link--lvl-2 {
    padding-left: 1.2em;
  }
}

@media (max-width: 991px) {
  .main-nav__link--lvl-3 {
    padding-left: 2.4em;
  }
}

@media (min-width: 992px) {
  .main-nav__sublist-wrapper--lvl-2 {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1;
    opacity: 0;
    height: 0;
    overflow: hidden;
    transition: opacity 0.3s;
  }

  .main-nav__item--show-child>.main-nav__sublist-wrapper--lvl-2,
  .main-nav__item:hover .main-nav__sublist-wrapper--lvl-2 {
    opacity: 1;
    height: auto;
    overflow: visible;
  }
}

@media (min-width: 992px) {
  .main-nav__sublist-wrapper--lvl-3 {
    position: absolute;
    z-index: 1;
    top: 0;
    left: 100%;
    opacity: 0;
    height: 0;
    overflow: hidden;
    transition: opacity 0.3s;
  }

  .main-nav__item--show-child>.main-nav__sublist-wrapper--lvl-3,
  .main-nav__item--lvl-2:hover .main-nav__sublist-wrapper--lvl-3 {
    opacity: 1;
    height: auto;
    overflow: visible;
  }
}

.main-nav__toggler {
  display: inline-block;
  padding: 0;
  background: none;
  border: none;
}

.no-js .main-nav__toggler {
  display: none;
}

@media (min-width: 992px) {
  .main-nav__toggler {
    display: none;
  }
}

.close {
  position: relative;
  z-index: 1;
  display: inline-block;
  padding: 0;
  width: 14px;
  line-height: 14px;
  background: transparent;
  border: none;
  user-select: none;
  cursor: pointer;
}

.close>span {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  width: 100%;
  height: 3px;
  font-size: 0;
  color: transparent;
  background: transparent;
}

.close>span:before,
.close>span:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 2px;
  background: #3C4EAC;
  transform-origin: 50% 50%;
}

.close>span:before {
  transform: rotate3d(0, 0, 1, 45deg);
}

.close>span:after {
  transform: rotate3d(0, 0, 1, -45deg);
}

.close--sm {
  width: 20px;
  line-height: 20px;
}

.close--sm>span {
  width: 60%;
}

.close--sm>span:before,
.close--sm>span:after {
  height: 1px;
  background: #000;
}

.burger {
  position: relative;
  z-index: 1;
  display: inline-block;
  padding: 0;
  width: 30px;
  line-height: 30px;
  background: transparent;
  border: none;
  user-select: none;
  cursor: pointer;
}

.burger>span {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  width: 100%;
  height: 3px;
  font-size: 0;
  color: transparent;
  background: #000;
  transition: background 0.3s 0.3s;
}

.burger>span:before,
.burger>span:after {
  content: '';
  position: absolute;
  left: 0;
  width: 100%;
  height: 3px;
  background: #000;
  transform-origin: 50% 50%;
  transition: top 0.3s 0.3s, transform 0.3s;
}

.burger>span:before {
  top: -10px;
}

.burger>span:after {
  top: 10px;
}

.burger--close>span {
  transition: background 0.3s 0s;
  background: transparent;
}

.burger--close>span:before,
.burger--close>span:after {
  transition: top 0.3s, transform 0.3s 0.3s;
  top: 0;
}

.burger--close>span:before {
  transform: rotate3d(0, 0, 1, 45deg);
}

.burger--close>span:after {
  transform: rotate3d(0, 0, 1, -45deg);
}

.code {
  display: block;
  width: 100%;
  max-height: rem(500px);
  padding: 0.5rem 1rem;
  margin-bottom: 1rem;
  overflow-x: auto;
  background-color: #e6e6e6;
  border-radius: rem(3px);
  border: 1px solid #cccccc;
  white-space: normal;
  tab-size: 2;
}

.code code {
  display: block;
  padding: 0;
  white-space: pre;
  background-color: transparent;
  min-height: 1em;
}

.thumb {
  display: inline-block;
  padding: 0.4rem;
  line-height: 1.5;
  background-color: white;
  border: 1px solid #999999;
  border-radius: rem(3px);
  transition: all 0.3s;
}

.alert {
  position: relative;
  padding: 0.7em 1.5em 0.7em 1.4em;
  margin-top: 1em;
  margin-bottom: 1em;
  border: 1px solid #cccccc;
  border-radius: rem(3px);
  color: #1a1a1a;
  background-color: #fff;
}

.alert>* {
  margin-top: 0;
  margin-bottom: 0;
}

.alert>*+* {
  margin-top: 1rem;
}

.alert__header {
  display: block;
  margin-top: 0;
  margin-bottom: 0.5rem;
  font-size: rem(24px);
  font-weight: 400;
  line-height: 1.2;
  color: inherit;
}

.alert__header+* {
  margin-top: 0;
}

.alert__close {
  position: absolute;
  top: 0;
  right: 0;
  margin: 0;
}

.alert--warning {
  background-color: #fcedd9;
  border: 1px solid #f8d8ab;
  color: #1a1a1a;
}

.menu {
  min-width: 10em;
  margin: 0;
  padding: 0;
  list-style: none;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
}

.menu__item:not(:last-of-type):not(:first-of-type) {
  margin: 0 13px;
}

.menu__item a {
  font-size: 16px;
  text-decoration: none;
  color: #252836;
}

.menu__item a:hover,
.menu__item a:focus {
  text-decoration: underline;
}

@media(min-width:768px) {

  /*s*/
  .menu__item:not(:last-of-type):not(:first-of-type) {
    margin: 0 35px;
  }

  /*e*/
}

.label {
  display: inline-block;
  position: relative;
  margin: 0 0.1em;
  vertical-align: baseline;
  line-height: 1;
  padding: 0.25em 0.4em 0.2em;
  background-color: #e6e6e6;
  color: #1a1a1a;
  text-decoration: none;
  text-transform: none;
  font-weight: 700;
  font-size: 80%;
  white-space: nowrap;
  border-radius: rem(3px);
}

.label:hover,
.label:focus {
  color: #1a1a1a;
  text-decoration: none;
}

.loader {
  display: inline-block;
}

.loader:before {
  content: '';
  display: block;
  width: 3rem;
  height: 3rem;
  border: 3px solid #e6e6e6;
  border-top: 3px solid #cccccc;
  border-radius: 50%;
  animation: loader-rotate 1s linear infinite;
}

@keyframes loader-rotate {
  0% {
    transform: rotate(0);
  }

  100% {
    transform: rotate(360deg);
  }
}

.table {
  display: block;
  width: 100%;
  margin-bottom: 1rem;
  overflow-x: auto;
  border: 1px solid #999999;
}

.table table {
  margin: 0;
  border: 0;
  border-collapse: collapse;
  width: 100%;
}

.table td,
.table th {
  padding: 0.3em 0.7em;
  vertical-align: top;
  border-bottom: 1px solid #999999;
}

.table td:not(:first-child),
.table th:not(:first-child) {
  border-left: 1px solid #999999;
}

.table th {
  text-align: left;
}

.table tbody:last-child tr:last-child td,
.table tbody:last-child tr:last-child th,
.table thead:last-child tr:last-child td,
.table thead:last-child tr:last-child th,
.table tfoot:last-child tr:last-child td,
.table tfoot:last-child tr:last-child th {
  border-bottom: 0;
}

.table caption {
  caption-side: top;
  text-align: left;
  padding: 0.4rem 0.7em;
  border-bottom: 1px solid #999999;
  font-size: 80%;
  line-height: 1em;
  color: gray;
}

.table-responsive {
  margin-bottom: 1rem;
  border-collapse: collapse;
  border: 1px solid #999999;
  width: 100%;
}

.table-responsive caption {
  caption-side: top;
  text-align: left;
  padding: 0.4em 0.7em;
  border: 1px solid #999999;
  border-bottom: 0;
  font-size: 80%;
  line-height: 1em;
  color: gray;
}

.table-responsive td,
.table-responsive th {
  padding: 0.3em 0.7em;
  vertical-align: top;
  border-bottom: 1px solid #999999;
}

.table-responsive td:not(:first-child),
.table-responsive th:not(:first-child) {
  border-left: 1px solid #999999;
}

.table-responsive th {
  text-align: left;
}

@media (max-width: 767px) {
  .table-responsive {
    display: block;
    border: 0;
  }

  .table-responsive caption {
    display: none;
  }

  .table-responsive thead {
    display: none;
  }

  .table-responsive tbody {
    display: block;
    width: 100%;
  }

  .table-responsive tbody tr {
    display: block;
    border: 1px solid #999999;
    border-bottom: 0;
  }

  .table-responsive tbody tr:not(:last-child) {
    margin-bottom: 1.5;
  }

  .table-responsive tbody td {
    display: block;
    width: 100%;
    border-right: 0 !important;
    border-left: 0 !important;
  }

  .table-responsive tbody td:before {
    display: block;
    font-weight: 700;
    content: attr(data-label);
  }
}

.pagination {
  display: flex;
  flex-wrap: wrap;
  margin-top: 1rem;
  margin-bottom: 1rem;
}

.pagination__item {
  display: block;
  padding: 0.5rem;
  min-width: 2.5rem;
  border: 1px solid #999999;
  text-decoration: none;
  text-align: center;
  color: #1a1a1a;
}

.pagination__item+.pagination__item {
  border-left: 0;
}

.pagination__item:hover,
.pagination__item:focus {
  text-decoration: none;
  color: #1a1a1a;
}

a.pagination__item:hover,
a.pagination__item:focus {
  background-color: #e6e6e6;
}

.pagination__item--active {
  background-color: #e6e6e6;
}

.breadcrumbs {
  padding: 0;
  list-style: none;
  margin-top: 1rem;
  margin-bottom: 1rem;
  color: #fff;
}

.breadcrumbs a {
  color: #fff;
  text-decoration: none;
  font-size: 12px;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}

.breadcrumbs a:hover,
.breadcrumbs a:focus {
  color: #fff;
  text-decoration: none;
  opacity: 0.8;
}

.breadcrumbs__item {
  display: inline-block;
  white-space: nowrap;
  font-size: 12px;
  margin-right: 18px;
}

.breadcrumbs__item:not(:last-child):after {
  content: '';
  display: inline-block;
  margin-left: 25px;
  color: gray;
  height: 8px;
  width: 8px;
  background: #DE2B32;
  position: relative;
  top: 1px;
}

.breadcrumbs__item span {
  opacity: 0.3;
}

.breadcrumbs__item:last-of-type {
  margin-right: 0;
}

.progress {
  margin-top: 1rem;
  margin-bottom: 1rem;
  border: 1px solid #999999;
  border-radius: rem(3px);
  text-align: center;
}

.progress__bar {
  background-color: #e6e6e6;
  border-radius: rem(3px);
  max-width: 100%;
  min-height: 1px;
  transition: width 0.3s;
}

.progress__bartext {
  display: inline-block;
  padding: 0.5em;
}

.js .pie-chart {
  display: inline-block;
  position: relative;
  min-width: 100px;
  min-height: 100px;
}

.js .pie-chart__svg {
  display: block;
  transform: rotate(-90deg);
}

.js .pie-chart__circle-back {
  fill: #cccccc;
}

.js .pie-chart__circle {
  fill: #cccccc;
  stroke: #999999;
}

.js .pie-chart__descr {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.embed-responsive {
  position: relative;
  display: block;
  width: 100%;
  margin-top: 1rem;
  margin-bottom: 1rem;
  padding: 0;
  overflow: hidden;
}

.embed-responsive::before {
  content: '';
  display: block;
  padding-top: 56.25%;
}

.embed-responsive iframe,
.embed-responsive video {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

.embed-responsive--4-3::before {
  padding-top: 75%;
}

.comment {
  margin-top: 1rem;
  margin-bottom: 1rem;
}

@media (min-width: 768px) {
  .comment .comment {
    padding-left: calc(60px + 1rem);
  }

  .comment .comment .comment .comment {
    padding-left: 0;
  }
}

.comment__inner {
  display: flex;
}

.comment__avatar-wrap {
  flex-shrink: 0;
  margin-right: 1rem;
}

.comment__avatar-wrap img {
  display: block;
  width: 60px;
  height: 60px;
  object-fit: cover;
}

.comment__text {
  flex-grow: 1;
}

.comment__text *:first-child {
  margin-top: 0;
}

.tooltip {
  position: relative;
  z-index: 1;
}

.tooltip__btn {
  display: inline-block;
  padding: 0;
  width: 1.5em;
  height: 1.5em;
  overflow: hidden;
  border: none;
  color: transparent;
  background: transparent;
  background-image: svg-load("../blocks/tooltip/bg-img/info.svg", fill=gray);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 1em;
}

.tooltip__bubble {
  position: absolute;
  top: calc(100% + 8px);
  left: 0;
  min-width: rem(150px);
  max-width: rem(250px);
  padding: 0.8rem 1rem;
  background-color: #fff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
}

@supports (filter: drop-shadow(0 0 0)) {
  .tooltip__bubble {
    box-shadow: none;
    filter: drop-shadow(0 0 5px rgba(0, 0, 0, 0.5));
  }
}

.tooltip__bubble:before {
  content: '';
  position: absolute;
  top: -5px;
  left: 5px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 5px 5px 5px;
  border-color: transparent transparent #fff transparent;
}

.btn {
  box-sizing: border-box;
  margin: 0;
  white-space: nowrap;
  user-select: none;
  text-align: center;
  text-decoration: none;
  border-radius: 4px;
  background-color: #e6e6e6;
  background-image: none;
  cursor: pointer;
  height: 40px;
  border: none;
  color: #fff;
  font-weight: bold;
  text-transform: uppercase;
  font-family: 'Ubuntu', sans-serif;
  font-size: 12px;
  padding: 0 24px;
  width: 100%;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  outline: none;
}

.btn:hover,
.btn:focus {
  text-decoration: none;
  box-shadow: 0px 6px 36px rgba(68, 90, 208, 0.6);
}

.btn:visited {
  /* color: #1a1a1a; */
}

.btn:active,
.btn:focus {}

.btn--disabled,
.btn:disabled {
  opacity: 0.7;
  cursor: not-allowed;
  color: #1a1a1a;
  background-color: #e6e6e6;
  border-color: #cccccc;
}

a.btn--disabled {
  pointer-events: none;
}

.btn__label {
  display: flex;
  width: 100%;
  height: 100%;
  justify-content: center;
  align-items: center;
}



/* btn -- big start */

/*s*/

/*e*/
@media(min-width:768px) {

  /*s*/
  .btn--big {
    height: 56px;
  }

  /*e*/
}

.btn--bigall {
  height: 56px;
}


/* btn -- big end */

/* btn -- big start */

/*s*/
.btn--accent {
  background: #DE2B32;
}

.btn--accent:hover,
.btn--accent:focus {
  text-decoration: none;
  box-shadow: 0px 6px 36px rgba(222, 43, 50, 0.6);
}

/*e*/
@media(min-width:768px) {
  /*s*/

  /*e*/
}


/* btn -- big end */

/* btn--filled start */

.btn--filled {
  background: #445AD1;
  color: #fff;
}

.btn--filled:hover,
.btn--filled:focus {
  background: #445AD1;
  color: #fff;
}


/* btn--filled end */

/* btn--inline start */

.btn--inline {
  display: inline-block;
  width: auto;
}


/* btn--inline end */

/* btn--border start */

.btn--border {
  border: 2px solid #445AD1;
  background: none;
  color: #445AD1;
}


.btn--border:hover,
.btn--border:focus {
  background: #445AD1;
  color: #fff;
}


/* btn--border end */

/* btn--empty start */

.btn--empty {
  border: 1px solid rgba(37, 40, 54, 0.2);
  background: none;
  -webkit-transition: border-color 0.3s ease;
  transition: border-color 0.3s ease;
  color: #252836;
}

.btn--empty:hover,
.btn--empty:focus {
  box-shadow: none;
  border-color: rgba(37, 40, 54, 0.5);
}


/* btn--empty end */

.btn--rates {
  background: #fff;
  color: #DE2B32;
  height: 72px;
}

.btn--rates:before {
  content: "\e90a";
  display: inline-block;
  color: #DE2B32;
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 16px;
  position: relative;
  top: 3px;
  margin-right: 21px;
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
}


.btn--rates:hover,
.btn--rates:focus {
  box-shadow: none;
  background: #DE2B32;
  color: #fff;
}

.btn--rates:hover:before,
.btn--rates:focus:before {
  color: #fff;
}

.field-text {
  display: block;
  margin-bottom: 1rem;
}

.field-text__name {
  display: block;
  margin-bottom: 0.4em;
  line-height: 1.5;
  font-weight: 700;
}

.field-text__input-wrap {
  display: block;
}

.field-text__input {
  display: inline-block;
  vertical-align: middle;
  width: 100%;
  padding: 0.3em 0.7em;
  margin: 0;
  line-height: 1.5;
  font-size: 1em;
  font-family: inherit;
  background-color: #fff;
  border: 1px solid #999999;
  border-radius: rem(3px);
  appearance: textfield;
}

.field-text__input:focus {
  outline: 0;
  box-shadow: 0 0 0 2px rgba(2, 117, 217, 0.7);
}

.field-text__input[disabled],
.field-text__input[readonly] {
  cursor: default;
  background-color: #cccccc;
}

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

.field-text__input[type='color'] {
  padding: 0;
}

.field-text__input::placeholder {
  color: gray;
  opacity: 1;
}

textarea.field-text__input {
  height: auto;
  min-height: calc(3.6em + 2px);
  resize: vertical;
}

.field-text__help-text {
  display: block;
  padding-top: 0.4em;
  font-size: 80%;
  line-height: 1.2em;
  color: gray;
}

.field-text__help-text:empty {
  display: none;
}

.field-text--error .field-text__name,
.field-text--error .field-text__input,
.field-text--error .field-text__help-text {
  color: #d8544f;
}

.field-text--error .field-text__input {
  border-color: #d8544f;
  background-color: #f9e2e2;
}

.field-checkbox {
  display: block;
  font-size: 12px;
}

.field-checkbox__title {
  display: block;
  font-weight: 700;
  line-height: 1.5;
}

.field-checkbox__input-wrap+.field-checkbox__input-wrap {}

.field-checkbox__name {
  position: relative;
  display: inline-block;
  font-weight: 400;
  line-height: 1.5;
  white-space: nowrap;
  vertical-align: top;
}

.field-checkbox__name-text {
  display: inline-block;
  vertical-align: middle;
  white-space: normal;
}




.field-checkbox__name-text:after {
  content: '';
  position: absolute;
  left: 3px;
  opacity: 0;
  border-left: 2px solid currentColor;
  border-bottom: 2px solid currentColor;
  transform: rotate(-45deg);
  transition: opacity 0.3s;
  box-shadow: 1px 2px 0 #fff, inset 0 -2px 0 #fff;
}



.field-checkbox__input {
  display: inline-block;
  margin-right: 13px;
  vertical-align: middle;
  vertical-align: top;
  margin-top: 4px;
}

.field-checkbox__input:focus,
.field-checkbox__input:active {
  outline: 0;
  box-shadow: 0 0 0 2px rgba(2, 117, 217, 0.7);
}

.field-checkbox__help-text-wrap {
  padding-left: 1.5em;
}

.field-checkbox__help-text {
  display: block;
  font-size: 80%;
  color: gray;
}


.field-checkbox__input a {
  color: #3D4FAE;
}

.field-checkbox__input a:hover,
.field-checkbox__input a:focus {
  text-decoration: none;
}

.field-checkbox__input-wrap--error .field-checkbox__name-text,
.field-checkbox__input-wrap--error .field-checkbox__help-text {
  color: #d8544f;
}

.field-radio {
  display: block;
  margin-bottom: 1rem;
}

.field-radio__title {
  display: block;
  font-weight: 700;
  line-height: 1.5;
  margin-bottom: 0.4em;
}

.field-radio__input-wrap+.field-radio__input-wrap {
  margin-top: -5px;
}

.field-radio__name {
  position: relative;
  display: inline-block;
  padding-left: 23px;
  margin-right: 0.6em;
  font-weight: 400;
  line-height: 1.5;
}

.field-radio__name-text {
  display: inline-block;
  font-size: 14px;
}

.field-radio__name-text:before {
  /* content: ''; */
  position: absolute;
  top: rem(5px);
  left: 0;
  width: rem(14px);
  height: rem(14px);
  border: 2px solid currentColor;
  border-radius: 50%;
}

input:focus~.field-radio__name-text:before {
  outline: 0;
  box-shadow: 0 0 0 2px rgba(2, 117, 217, 0.7);
}

.field-radio__name-text:after {
  content: '';
  position: absolute;
  top: rem(9px);
  left: rem(4px);
  width: rem(6px);
  height: rem(6px);
  opacity: 0;
  border-radius: 50%;
  background-color: currentColor;
  transition: opacity 0.3s;
}

input:checked~.field-radio__name-text:after {
  opacity: 1;
}

.field-radio__input {
  position: absolute;
  top: 6px;
  left: 0;
  padding: 0;
  margin: 0;
  /* transform: translateY(-50%); */
  /* opacity: 0; */
}

.field-radio__input:focus,
.field-radio__input:active {
  outline: 0;
  box-shadow: 0 0 0 2px rgba(2, 117, 217, 0.7);
}

.field-radio__help-text-wrap {
  padding-left: 1.5em;
}

.field-radio__help-text {
  display: block;
  padding-top: 0.4em;
  font-size: 80%;
  line-height: 1.2em;
  color: gray;
}

.field-radio__help-text:empty {
  display: none;
}

.field-radio__input-wrap--error .field-radio__name-text,
.field-radio__input-wrap--error .field-radio__help-text {
  color: #d8544f;
}

.field-toggler {
  display: block;
  margin-bottom: 1rem;
}

.field-toggler__title {
  display: block;
  margin-bottom: 0.4em;
  line-height: 1.5;
  font-weight: 700;
}

.field-toggler__input-wrap+.field-toggler__input-wrap {
  margin-top: 1rem;
}

.field-toggler__name {
  position: relative;
  display: inline-block;
  padding-left: 3.2rem;
  margin-right: 0.6rem;
  font-weight: 400;
  line-height: 1.5;
}

.field-toggler__name-text {
  display: inline-block;
}

.field-toggler__name-text:before {
  content: '';
  position: absolute;
  top: rem(3px);
  left: 0;
  width: rem(35px);
  height: rem(18px);
  background-color: #fff;
  border: 1px solid #999999;
}

input:focus~.field-toggler__name-text:before {
  outline: 0;
  box-shadow: 0 0 0 2px rgba(2, 117, 217, 0.7);
}

.field-toggler__name-text:after {
  content: '';
  position: absolute;
  top: rem(5px);
  left: 2px;
  width: rem(14px);
  height: rem(14px);
  background-color: #e6e6e6;
  border: 1px solid #999999;
  transition: all 0.3s;
}

input:checked~.field-toggler__name-text:after {
  transform: translate(rem(17px), 0);
}

.field-toggler__input {
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 0;
  opacity: 0;
}

.field-toggler__help-text-wrap {
  padding-left: 3.2em;
}

.field-toggler__help-text {
  display: block;
  padding-top: 0.4em;
  font-size: 80%;
  line-height: 1.2em;
  color: gray;
}

.field-toggler__help-text:empty {
  display: none;
}

.field-file {
  display: block;
  margin-bottom: 1rem;
}

.field-file__name {
  display: block;
  margin-bottom: 0.4em;
  line-height: 1.5;
  font-weight: 700;
}

.field-file__input-wrap {
  display: block;
  position: relative;
}

.field-file__input {
  position: absolute;
  width: 0;
  height: 0;
  opacity: 0;
}

.field-file__input:active~.field-file__name-text,
.field-file__input:focus~.field-file__name-text {
  outline: 0;
  box-shadow: 0 0 0 2px rgba(2, 117, 217, 0.7);
}

.field-file__name-text {
  position: relative;
  display: flex;
  align-items: baseline;
  width: 100%;
  background-color: #fff;
  border: 1px solid #999999;
  border-radius: rem(3px);
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  cursor: pointer;
}

.field-file__name-text:before {
  content: attr(data-button-text);
  display: block;
  background-color: #e6e6e6;
  border-right: 1px solid #999999;
  margin-right: 0.7em;
  line-height: 1.5;
  padding: 0.3em 0.7em;
  border-top-left-radius: rem(3px);
  border-bottom-left-radius: rem(3px);
}

.field-file__name-text:hover:before,
.field-file__name-text:focus:before {
  background-color: #cccccc;
}

.field-file__help-text {
  display: block;
  padding-top: 0.4em;
  font-size: 80%;
  line-height: 1.2em;
  color: gray;
}

.field-file__help-text:empty {
  display: none;
}

.field-file--error .field-file__name,
.field-file--error .field-file__name-text,
.field-file--error .field-file__input,
.field-file--error .field-file__help-text {
  color: #d8544f;
}

.field-file--error .field-file__name-text {
  border-color: #d8544f;
  background-color: #f9e2e2;
}

.field-range {
  display: block;
  margin-bottom: 1rem;
}

.field-range__name {
  display: block;
  margin-bottom: 0.4em;
  line-height: 1.5;
  font-weight: 700;
}

.field-range__input-wrap {
  position: relative;
  display: block;
}

.field-range__input {
  align-self: center;
  padding: 0;
  width: 100%;
  height: 2rem;
  border-radius: 0.25rem;
  border: 0;
  background: none;
  font-size: inherit;
  cursor: pointer;
  appearance: none;
}

.field-range__input::-webkit-slider-runnable-track,
.field-range__input::-webkit-slider-thumb {
  -webkit-appearance: none;
}

.field-range__input:focus {
  outline: 0;
  box-shadow: 0 0 0 2px rgba(2, 117, 217, 0.7);
}

.field-range__input::-webkit-slider-runnable-track {
  box-sizing: border-box;
  width: 100%;
  height: 0.75em;
  border-radius: rem(3px);
  background: #fff;
  border: 1px solid #999999;
}

.field-range__input::-moz-range-track {
  box-sizing: border-box;
  width: 100%;
  height: 0.75em;
  border-radius: rem(3px);
  background: #fff;
  border: 1px solid #999999;
}

.field-range__input::-ms-track {
  box-sizing: border-box;
  width: 100%;
  height: 0.75em;
  border-radius: rem(3px);
  background: #fff;
  border: 1px solid #999999;
  color: transparent;
}

.field-range__input::-webkit-slider-thumb {
  margin-top: -0.68em;
  box-sizing: border-box;
  padding: 0;
  width: 2em;
  height: 2em;
  border-radius: 1em;
  box-shadow: none;
  cursor: ew-resize;
  background: #e6e6e6;
  border: 1px solid #999999;
}

.field-range__input::-moz-range-thumb {
  box-sizing: border-box;
  padding: 0;
  width: 2em;
  height: 2em;
  border-radius: 1em;
  box-shadow: none;
  cursor: ew-resize;
  background: #e6e6e6;
  border: 1px solid #999999;
}

.field-range__input::-ms-thumb {
  box-sizing: border-box;
  padding: 0;
  width: 2em;
  height: 2em;
  border-radius: 1em;
  box-shadow: none;
  cursor: ew-resize;
  background: #e6e6e6;
  border: 1px solid #999999;
}

.field-range__input::-ms-fill-lower,
.field-range__input::-ms-tooltip {
  display: none;
}

.field-range__help-text {
  display: block;
  padding-top: 0.4em;
  font-size: 80%;
  line-height: 1.2em;
  color: gray;
  padding-top: 0;
}

.field-range__help-text:empty {
  display: none;
}

.field-select {
  display: block;
  margin-bottom: 1rem;
}

.field-select__name {
  display: block;
  margin-bottom: 0.4em;
  line-height: 1.5;
  font-weight: 700;
}

.field-select__select {
  display: inline-block;
  vertical-align: middle;
  width: 100%;
  line-height: 1.5;
  padding: 0.3em 0.7em;
  font-size: inherit;
  font-family: inherit;
  border: 1px solid #999999;
  border-radius: rem(3px);
  appearance: none;
  background-color: #fff;
  background-image: svg-load("../blocks/field-select/bg-img/select-down.svg");
  background-repeat: no-repeat;
  background-position: right 0.3em center;
  background-size: 1.063em 0.688em;
}

.field-select__select[multiple] {
  background-image: none;
  min-height: 6.8em;
}

.field-select__select::-ms-expand {
  display: none;
}

.field-select__select:active,
.field-select__select:focus {
  outline: 0;
  box-shadow: 0 0 0 2px rgba(2, 117, 217, 0.7);
}

.field-select__select[disabled],
.field-select__select[readonly] {
  cursor: default;
  background-color: #e6e6e6;
}

.field-select__help-text {
  display: block;
  padding-top: 0.4em;
  font-size: 80%;
  line-height: 1.2em;
  color: gray;
}

.field-select__help-text:empty {
  display: none;
}

.field-select--error .field-select__name,
.field-select--error .field-select__select,
.field-select--error .field-select__help-text {
  color: #d8544f;
}

.field-select--error .field-select__select {
  border-color: #d8544f;
  background-color: #f9e2e2;
}

.field-actions {
  display: block;
  margin-top: 1rem;
  margin-bottom: 1rem;
}

.field-actions__text {
  display: block;
  margin-top: 1rem;
  margin-bottom: 1rem;
  font-size: 80%;
  color: gray;
  line-height: 1.2em;
}

.fields-group {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
  /* flex-direction: column; */
}

.fields-group__item {
  flex-basis: 100%;
  width: 100%;
  /* margin-bottom: -2px; */
}

.fields-group__item.focus {
  position: relative;
  z-index: 4 !important;
}

/*  start */

@media(max-width:767px) {
  .fields-group__item .btn {
    margin-top: 16px;
  }
}

@media(min-width:768px) {

  /*s*/
  .fields-group {
    flex-wrap: nowrap;
    flex-direction: row;
  }

  :root .fields-group {
    display: block \;
  }

  .fields-group__item {
    flex-basis: unset;
    width: auto;
  }

  :root .fields-group__item {
    display: inline-block \;
  }

  .fields-group__item:not(:first-of-type):not(:last-of-type) .input {
    border-radius: 0;
  }

  .fields-group__item:first-of-type .input {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }

  .fields-group__item:not(:last-of-type) {
    position: relative;
    z-index: 2;
  }

  .fields-group__item:last-of-type .input {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }

  .fields-group__item:last-of-type .btn {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }

  .fields-group__item:not(:last-of-type) {
    margin-right: -1px;
  }

  /*e*/
}




/*  end */

/* field-group--dark start */

/*s*/
.fields-group--dark {
  /*background: red;*/
}


/*e*/
@media(min-width:768px) {

  /*s*/
  .fields-group--dark .fields-group__item:not(:last-of-type) {
    margin: 0;
    margin-right: 1px;
  }

  /*e*/
}

/* field-group--dark end */

.form__fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}

.form__fieldset:not(:last-child) {
  margin-bottom: 1rem;
}

.form__legend {
  display: block;
  width: 100%;
  max-width: 100%;
  margin-top: 1rem;
  margin-bottom: 1rem;
  font-size: rem(24px);
  font-family: -apple-system, BlinkMacSystemFont, "Roboto", "Ubuntu", "Droid Sans", "Helvetica Neue", "Arial", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-weight: 700;
  line-height: 1.5;
  white-space: normal;
  color: currentColor;
}



.to-top {
  position: fixed;
  right: 1rem;
  bottom: 1rem;
  z-index: 99;
  width: 3rem;
  height: 3rem;
  border-radius: 50%;
  background-color: #000;
  color: transparent;
  font: 0/0 a;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 17 11' width='17' height='11'%3E%3Cpath fill='%23fff' d='M.202 1.97L1.956.204A.61.61 0 0 1 2.43 0a.61.61 0 0 1 .47.204L8.5 5.84 14.1.204A.61.61 0 0 1 14.57 0a.61.61 0 0 1 .474.204l1.754 1.766a.618.618 0 0 1 .202.473.62.62 0 0 1-.202.476l-7.826 7.875A.61.61 0 0 1 8.5 11a.61.61 0 0 1-.472-.204L.202 2.92A.618.618 0 0 1 0 2.444c0-.203.067-.34.202-.475z'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center;
  transform: rotate(180deg);
  transition: opacity 0.3s;
}

.js .to-top {
  opacity: 0;
  visibility: hidden;
}

.js .to-top--visible {
  opacity: 1;
  visibility: visible;
}

.dropdown {
  position: relative;
  display: inline-block;
}

.dropdown__menu {
  position: absolute;
  z-index: -1;
  top: 100%;
  left: 0;
  max-width: 90vw;
  width: 1px;
  margin: 0;
  background-color: #fff;
  color: #1a1a1a;
  opacity: 0;
  visibility: hidden;
  overflow: hidden;
  transition: opacity 0.3s;
}

.dropdown--open .dropdown__menu {
  z-index: 1;
  visibility: visible;
  opacity: 1;
  width: auto;
}

.dropdown--up .dropdown__menu {
  top: auto;
  bottom: 100%;
}

.dropdown--right .dropdown__menu {
  left: auto;
  right: 0;
}

/**
 * Owl Carousel v2.2.0
 * Copyright 2013-2016 David Deutsch
 * Licensed under MIT (https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE)
 */


/*
 *  Owl Carousel - Core
 */

.owl-carousel {
  display: none;
  width: 100%;
  -webkit-tap-highlight-color: transparent;
  /* position relative and z-index fix webkit rendering fonts issue */
  position: relative;
  z-index: 1;
}

.owl-carousel .owl-stage {
  position: relative;
  -ms-touch-action: pan-Y;
}

.owl-carousel .owl-stage:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}

.owl-carousel .owl-stage-outer {
  position: relative;
  overflow: hidden;
  /* fix for flashing background */
  -webkit-transform: translate3d(0px, 0px, 0px);
}

.owl-carousel .owl-item {
  position: relative;
  min-height: 1px;
  float: left;
  -webkit-backface-visibility: hidden;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
}

.owl-carousel .owl-item img {
  display: block;
  /* width: 100%; */
  -webkit-transform-style: preserve-3d;
  max-height: 100%;
}

.owl-carousel .owl-nav.disabled,
.owl-carousel .owl-dots.disabled {
  display: none;
}

.owl-carousel .owl-nav .owl-prev,
.owl-carousel .owl-nav .owl-next,
.owl-carousel .owl-dot {
  cursor: pointer;
  cursor: hand;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  width: 24px;
  height: 48px;
  overflow: hidden;
  display: block;
  position: relative;
}

.owl-carousel.owl-loaded {
  display: block;
}

.owl-carousel.owl-loading {
  opacity: 0;
  display: block;
}

.owl-carousel.owl-hidden {
  opacity: 0;
}

.owl-carousel.owl-refresh .owl-item {
  visibility: hidden;
}

.owl-carousel.owl-drag .owl-item {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.owl-carousel.owl-grab {
  cursor: move;
  cursor: grab;
}

.owl-carousel.owl-rtl {
  direction: rtl;
}

.owl-carousel.owl-rtl .owl-item {
  float: right;
}


/* No Js */

.no-js .owl-carousel {
  display: block;
}


/*
 *  Owl Carousel - Animate Plugin
 */

.owl-carousel .animated {
  -webkit-animation-duration: 1000ms;
  animation-duration: 1000ms;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.owl-carousel .owl-animated-in {
  z-index: 0;
}

.owl-carousel .owl-animated-out {
  z-index: 1;
}

.owl-carousel .fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut;
}

@-webkit-keyframes fadeOut {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}

@keyframes fadeOut {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}


/*
 *  Owl Carousel - Auto Height Plugin
 */

.owl-height {
  transition: height 500ms ease-in-out;
}


/*
 *  Owl Carousel - Lazy Load Plugin
 */

.owl-carousel .owl-item .owl-lazy {
  opacity: 0;
  transition: opacity 400ms ease;
}

.owl-carousel .owl-item img.owl-lazy {
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}


/*
 *  Owl Carousel - Video Plugin
 */

.owl-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000;
}

.owl-carousel .owl-video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  background: url("owl.video.play.png") no-repeat;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  transition: -webkit-transform 100ms ease;
  transition: transform 100ms ease;
}

.owl-carousel .owl-video-play-icon:hover {
  -webkit-transform: scale(1.3, 1.3);
  -ms-transform: scale(1.3, 1.3);
  transform: scale(1.3, 1.3);
}

.owl-carousel .owl-video-playing .owl-video-tn,
.owl-carousel .owl-video-playing .owl-video-play-icon {
  display: none;
}

.owl-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  transition: opacity 400ms ease;
}

.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
  height: 100%;
  width: 100%;
}


.owl-nav {
  position: absolute;
  top: 50%;
  margin-top: -25px;
  width: 100%;
  height: 0;
}

.owl-prev {
  float: left;
}

.owl-next {
  float: right;
}

.owl-prev:after,
.owl-next:after {
  content: '';
  border: 1px solid #ECEAEA;
  height: 48px;
  width: 48px;
  border-radius: 50%;
  display: block;
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: -1;
}

.owl-prev span,
.owl-next span {
  position: relative;
  top: 16px;
}

.owl-prev span:before,
.owl-next span:before {
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
}

.owl-prev:hover span:before,
.owl-next:hover span:before {
  color: #DE2B32;
}

.owl-prev span {
  float: left;
}

.owl-next span {
  float: right;
}

.owl-prev:after {
  left: -24px;
}

.owl-next:after {}

.owl-dots {
  display: none;
}

.swipe {
  overflow: hidden;
  position: relative;
  visibility: hidden;
}

.swipe-wrap {
  overflow: hidden;
  position: relative;
}

.swipe-wrap>div {
  float: left;
  width: 100%;
  position: relative;
  overflow: hidden;
}

/*! nouislider - 10.1.0 - 2017-07-28 17:11:18 */


/* Functional styling;
 * These styles are required for noUiSlider to function.
 * You don't need to change these rules to apply your design.
 */

.noUi-target,
.noUi-target * {
  -webkit-touch-callout: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-user-select: none;
  -ms-touch-action: none;
  touch-action: none;
  -ms-user-select: none;
  -moz-user-select: none;
  user-select: none;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.noUi-target {
  position: relative;
  direction: ltr;
}

.noUi-base {
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 1;
  /* Fix 401 */
}

.noUi-connect {
  position: absolute;
  right: 0;
  top: 0;
  left: 0;
  bottom: 0;
}

.noUi-origin {
  position: absolute;
  height: 0;
  width: 0;
}

.noUi-handle {
  position: relative;
  z-index: 1;
}

.noUi-state-tap .noUi-connect,
.noUi-state-tap .noUi-origin {
  -webkit-transition: top 0.3s, right 0.3s, bottom 0.3s, left 0.3s;
  transition: top 0.3s, right 0.3s, bottom 0.3s, left 0.3s;
}

.noUi-state-drag * {
  cursor: inherit !important;
}


/* Painting and performance;
 * Browsers can paint handles in their own layer.
 */

.noUi-base,
.noUi-handle {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}


/* Slider size and handle placement;
 */

.noUi-horizontal {
  height: 4px;
}

.noUi-horizontal .noUi-handle {
  width: 16px;
  height: 16px;
  left: -9px;
  top: -6px;
}

.noUi-vertical {
  width: 18px;
}

.noUi-vertical .noUi-handle {
  width: 28px;
  height: 34px;
  left: -6px;
  top: -17px;
}


/* Styling;
 */

.noUi-target {
  background: #E4E5E9;
  border-radius: 4px;
  /* border: 1px solid #D3D3D3; */
  box-shadow: inset 0 1px 1px #F0F0F0, 0 3px 6px -5px #BBB;
}

.noUi-connect {
  background: #445AD0;
  border-radius: 4px;
  box-shadow: inset 0 0 3px rgba(51, 51, 51, 0.45);
  -webkit-transition: background 450ms;
  transition: background 450ms;
}


/* Handles and cursors;
 */

.noUi-draggable {
  cursor: ew-resize;
}

.noUi-vertical .noUi-draggable {
  cursor: ns-resize;
}

.noUi-handle {
  /* border: 1px solid #D9D9D9; */
  border-radius: 50%;
  background: #445AD0;
  cursor: default;
}

.noUi-active {
  box-shadow: inset 0 0 1px #FFF, inset 0 1px 7px #DDD, 0 3px 6px -3px #BBB;
}


/* Handle stripes;
 */

.noUi-handle:before,
.noUi-handle:after {
  /* content: ""; */
  display: block;
  position: absolute;
  height: 14px;
  width: 1px;
  background: #E8E7E6;
  left: 14px;
  top: 6px;
}

.noUi-handle:after {
  left: 17px;
}

.noUi-vertical .noUi-handle:before,
.noUi-vertical .noUi-handle:after {
  width: 14px;
  height: 1px;
  left: 6px;
  top: 14px;
}

.noUi-vertical .noUi-handle:after {
  top: 17px;
}


/* Disabled state;
 */

[disabled] .noUi-connect {
  background: #B8B8B8;
}

[disabled].noUi-target,
[disabled].noUi-handle,
[disabled] .noUi-handle {
  cursor: not-allowed;
}


/* Base;
 *
 */

.noUi-pips,
.noUi-pips * {
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.noUi-pips {
  position: absolute;
  color: #999;
}


/* Values;
 *
 */

.noUi-value {
  position: absolute;
  white-space: nowrap;
  text-align: center;
}

.noUi-value-sub {
  color: #ccc;
  font-size: 10px;
}


/* Markings;
 *
 */

.noUi-marker {
  position: absolute;
  background: #CCC;
}

.noUi-marker-sub {
  background: #AAA;
}

.noUi-marker-large {
  background: #AAA;
}


/* Horizontal layout;
 *
 */

.noUi-pips-horizontal {
  padding: 10px 0;
  height: 80px;
  top: 100%;
  left: 0;
  width: 100%;
}

.noUi-value-horizontal {
  -webkit-transform: translate3d(-50%, 50%, 0);
  transform: translate3d(-50%, 50%, 0);
}

.noUi-marker-horizontal.noUi-marker {
  margin-left: -1px;
  width: 2px;
  height: 5px;
}

.noUi-marker-horizontal.noUi-marker-sub {
  height: 10px;
}

.noUi-marker-horizontal.noUi-marker-large {
  height: 15px;
}


/* Vertical layout;
 *
 */

.noUi-pips-vertical {
  padding: 0 10px;
  height: 100%;
  top: 0;
  left: 100%;
}

.noUi-value-vertical {
  -webkit-transform: translate3d(0, 50%, 0);
  transform: translate3d(0, 50%, 0);
  padding-left: 25px;
}

.noUi-marker-vertical.noUi-marker {
  width: 5px;
  height: 2px;
  margin-top: -1px;
}

.noUi-marker-vertical.noUi-marker-sub {
  width: 10px;
}

.noUi-marker-vertical.noUi-marker-large {
  width: 15px;
}

.noUi-tooltip {
  display: block;
  position: absolute;
  /* border: 1px solid #D9D9D9; */
  /* border-radius: 3px; */
  /* background: #fff; */
  color: #000;
  /* padding: 5px; */
  text-align: center;
  white-space: nowrap;
}

.noUi-horizontal .noUi-tooltip {
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  left: 50%;
  bottom: -123%;
  font-size: 11px;
}

.noUi-vertical .noUi-tooltip {
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  top: 50%;
  right: 120%;
}


.nouislider__group {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  margin-top: 44px;
}

.nouislider__group .inputlabel {
  margin: 0 !important;
  flex-basis: 50%;
}

.nouislider__group .inputlabel:not(:last-of-type) {
  margin-right: -1px !important;
}

.nouislider__group .inputlabel:first-of-type input {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.nouislider__group .inputlabel:last-of-type input {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.nouislider__group input {
  text-align: center;
  padding: 0;
}

.js-modal-open {
  overflow: hidden;
}

.modal {
  display: none;
  overflow: hidden;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 200;
  -webkit-overflow-scrolling: touch;
  /* display: flex; */
  padding: 16px !important;
}

.js-modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}

.modal__dialog {
  position: relative;
  margin: 0;
  width: 100%;
  max-width: 1088px;
  margin: auto;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
}

.modal__space {
  flex-basis: 24px;
  position: relative;
  background: #ECEEF7;
  border-radius: 0 0 8px 0;
}

.modal__content {
  position: relative;
  flex-direction: column;
  flex-basis: 100%;
  min-height: 100%;
  background-color: #fff;
  outline: 0;
  padding: 0 24px;
  border-radius: 8px 0 0 8px;
}

.modal__header {
  flex-shrink: 0;
}

.modal__title {
  line-height: 1.4;
  font-weight: 700;
  color: currentColor;
}

.modal__space .modal__close {
  position: absolute;
  top: 3px;
  right: 5px;
}

.modal__body {
  flex-grow: 1;
}

.modal__footer {
  flex-shrink: 0;
}

.modal__backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 199;
  background-color: rgba(0, 0, 0, 0.7);
}

.modal__dialog {}

@media(min-width:768px) {
  .modal__content {
    border-radius: 16px 0 0 16px;
  }

  .modal__space {
    width: 80px;
    flex-basis: 80px;
    border-radius: 0 0 16px 0;
  }

  .close {
    width: 26px;
    line-height: 21px;
  }

  .modal__space .modal__close {
    right: 24px;
    top: 29px;
  }

  .modal__dialog {}
}

@media (min-width: 992px) {
  .modal__backdrop {
    animation: modal-backdrop-show 0.3s 1;
  }
}


@keyframes modal-backdrop-show {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@keyframes modal-content-show {
  0% {
    opacity: 0;
    transform: translateY(-2em);
  }

  100% {
    opacity: 1;
    transform: translateY(0);
  }
}


/* action start */

.modal__action {
  width: 70px;
  height: 70px;
  position: absolute;
  right: -5px;
  top: -4px;
  z-index: 4;
}

.modal__action.new {
  background: url('../img/label-new.svg') no-repeat;
  background-size: 100%;
}

.modal__action.action {
  background: url('../img/label-action.svg') no-repeat;
  background-size: 100%;
}

.modal__action.hit {
  background: url('../img/label-hit.svg') no-repeat;
  background-size: 100%;
}


@media(min-width:768px) {

  /*s*/
  .modal__action {
    width: 102px;
    height: 102px;
    right: -7px;
    top: -7px;
  }

  /*e*/
}

/* action end */


.or {
  display: flex;
  align-items: center;
}

.or:before,
.or:after {
  content: '';
  flex-grow: 1;
  height: 1px;
  background-color: #999999;
}

.or__inner {
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  font-size: 80%;
  color: #999999;
}

/* inputlabel start */


/*s*/


.inputlabel:focus {
  border-color: rgba(68, 90, 209, 0.3);
}

.inputlabel {
  display: block;
  position: relative;
  /* top: -9px */
}

.inputlabel label {
  position: relative;
  padding-top: 18px;
  display: block;
  overflow: hidden;
}

.inputlabel__placeholder {
  display: block;
  font-size: 12px;
  font-weight: 400;
  position: absolute;
  top: 27px;
  /*   -webkit-transition: font-size .5s ease, opacity .5s ease, top .5s ease, left .5s ease;
  transition: font-size .5s ease, opacity .5s ease, top .5s ease, left .5s ease; */
  z-index: 1;
  color: #151515;
  font-weight: bold;
  text-transform: uppercase;
  font-family: "Ubuntu", sans-serif;
  margin-top: 1px;
  font-weight: bold;
  left: 15px;
  white-space: nowrap;
}

.inputlabel label .inputlabel__field.not_empty+.inputlabel__placeholder,
.inputlabel label .inputlabel__field:focus+.inputlabel__placeholder {
  top: -1px;
  font-size: 10px;
  left: 0;
}

.inputlabel__textarea {
  min-height: 100px
}

.lookgen {
  padding: 0 0 30px 110px;
  max-width: 526px
}

.lookgen__description {
  margin-top: 33px
}


.inputlabel label:after {
  content: '';
  display: inline-block;
  width: 16px;
  height: 13px;
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1em;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e904";
  color: #3db32d;
  font-size: 13px;
  position: absolute;
  right: 18px;
  bottom: 14px;
  opacity: 0;
}


/*e*/

@media(min-width:768px) {

  /*s*/
  .inputlabel--big label:after {
    bottom: 20px;
  }

  /*e*/
}

/* inputlabel end */

/* input label --big start */


/*s*/


/*e*/

@media(min-width:768px) {

  /*s*/
  .inputlabel--big .inputlabel__placeholder {
    top: 45px;
    left: 25px;
  }

  .inputlabel--big label {
    padding-top: 27px;
  }

  .inputlabel--big label:after {
    bottom: 22px;
  }

  /*e*/
}

.inputlabel--bigall .inputlabel__placeholder {
  top: 45px;
  left: 25px;
}

.inputlabel--bigall label {
  padding-top: 27px;
}

.inputlabel--bigall label:after {
  bottom: 22px;
}

/* input label --big end */

/* input label --opacity start */

@media(max-width:767px) {

  .inputlabel--opacity label .inputlabel__field.not_empty+.inputlabel__placeholder,
  .inputlabel--opacity label .inputlabel__field:focus+.inputlabel__placeholder {
    top: 27px;
    font-size: 12px;
    left: 15px;
    opacity: 0;
  }
}




/* input label --opacity end */

/* inputlabel--dark start */

/*s*/
.inputlabel--dark .input {
  background: rgba(255, 255, 255, 0.1);
  color: #fff;
  border: none;
}

.inputlabel--dark .inputlabel__placeholder {
  color: #fff;
}

.inputlabel--dark .input.not_empty,
.inputlabel--dark .input:focus {
  background: rgba(255, 255, 255, 0.3);
}

/*e*/
@media(min-width:768px) {
  /*s*/

  /*e*/
}

/* inputlabel--dark end */

/* input label --padding start */


.inputlabel--padding label {
  padding: 0;
}

/* input label --padding end */

/* inputalbe empty start */

.inputlabel--empty.not_empty {
  border-color: rgba(68, 90, 209, 0.3);
}

/* inputalbe empty end */

/* input start */


/*s*/

.input {
  background: none;
  border: 1px solid rgba(37, 40, 54, 0.1);
  outline: none;
  width: 100%;
  height: 40px;
  font-size: 16px;
  font-family: "Ubuntu", sans-serif;
  font-weight: 100;
  -webkit-transition: border-bottom 0.3s ease;
  transition: border-bottom 0.3s ease;
  border-radius: 4px;
  font-size: 16px;
  padding: 0 15px 3px 15px;
  background: #fff;
}

.input:focus {
  border-color: rgba(68, 90, 209, 0.5);
}

textarea.input {
  min-height: 26px;
  max-height: 300px;
  overflow: hidden;
}


/*e*/

@media(min-width:768px) {
  /*s*/
  /*e*/
}


/* input end */

/* input start */


/*s*/


/*e*/

@media(min-width:768px) {

  /*s*/
  .input--big {
    height: 56px;
    padding-left: 25px;
  }

  /*e*/
}

.input--bigall {
  height: 56px;
  padding-left: 25px;
}


/* input end */

/* input start */


/*s*/

.inputlabel--access label:after {
  opacity: 1;
}

/*e*/

@media(min-width:768px) {
  /*s*/

  /*e*/
}


/* input end */

/* brand start */

/*БИЛАЙН*/
/*Цвета фонов*/
.brand1 .btn {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.brand1 .btn:hover,
.brand1 .btn:focus {
  text-decoration: none;
  box-shadow: 0px 6px 36px rgba(244, 159, 39, 0.6);
}

.brand1 .btn--empty {
  background: #F49F27;
  border: none;
}


.brand1 .btn--border {
  border: 1px solid #F49F27;
  background: none;
  color: #F49F27;
}

.brand1 .btn--border:hover,
.brand1 .btn--border:focus {
  background: #F49F27;
  color: #202333;
}

.brand1 .btn--filled {
  background: #F49F27;
  color: #202333;
}

.brand1 .btn--filled:hover,
.brand1 .btn--filled:focus {
  background: #F49F27;
  color: #202333;
}

.brand1 .btn--accent {
  background: #F49F27;
  color: #202333;
}

.brand1 .btn--accent:hover,
.brand1 .btn--accent:focus {
  background: #F49F27;
  color: #202333;
}

/*Цвета фонов*/
/*БИЛАЙН*/

/*MTS*/
/*Цвета фонов*/
.brand2 .btn {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.brand2 .btn:hover,
.brand2 .btn:focus {
  text-decoration: none;
  box-shadow: 0px 6px 36px rgba(227, 6, 17, 0.6);
}

.brand2 .btn--empty {
  background: #E30611;
  border: none;
  color: #fff;
}


.brand2 .btn--border {
  border: 1px solid #E30611;
  background: none;
  color: #E30611;
}

.brand2 .btn--border:hover,
.brand2 .btn--border:focus {
  background: #E30611;
  color: #fff;
}

.brand2 .btn--filled {
  background: #E30611;
  color: #fff;
}

.brand2 .btn--filled:hover,
.brand2 .btn--filled:focus {
  background: #E30611;
  color: #fff;
}

.brand2 .btn--accent {
  background: #E30611;
  color: #fff;
}

.brand2 .btn--accent:hover,
.brand2 .btn--accent:focus {
  background: #E30611;
  color: #fff;
}

/*Цвета фонов*/
/*MTS*/

/*RT*/
/*Цвета фонов*/
.brand3 .btn {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.brand3 .btn:hover,
.brand3 .btn:focus {
  text-decoration: none;
  box-shadow: 0px 6px 36px rgba(0, 171, 232, 0.6);
}

.brand3 .btn--empty {
  background: #00ABE8;
  border: none;
  color: #fff;
}


.brand3 .btn--border {
  border: 1px solid #00ABE8;
  background: none;
  color: #00ABE8;
}

.brand3 .btn--border:hover,
.brand3 .btn--border:focus {
  background: #00ABE8;
  color: #fff;
}

.brand3 .btn--filled {
  background: #00ABE8;
  color: #fff;
}

.brand3 .btn--filled:hover,
.brand3 .btn--filled:focus {
  background: #00ABE8;
  color: #fff;
}

.brand3 .btn--accent {
  background: #00ABE8;
  color: #fff;
}

.brand3 .btn--accent:hover,
.brand3 .btn--accent:focus {
  background: #00ABE8;
  color: #fff;
}

/*Цвета фонов*/


/*Ровные углы фонов*/
.brand3 .input,
.brand3 .btn {
  border-radius: 0;
}

/*Ровные углы фонов*/
/*RT*/

/*DOMRU*/
/*Цвета фонов*/
.brand4 .btn {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.brand4 .btn:hover,
.brand4 .btn:focus {
  text-decoration: none;
  box-shadow: 0px 6px 36px rgba(236, 28, 36, 0.6);
}

.brand4 .btn--empty {
  background: #EC1C24;
  border: none;
  color: #fff;
}


.brand4 .btn--border {
  border: 1px solid #EC1C24;
  background: none;
  color: #EC1C24;
}

.brand4 .btn--border:hover,
.brand4 .btn--border:focus {
  background: #EC1C24;
  color: #fff;
}

.brand4 .btn--filled {
  background: #EC1C24;
  color: #fff;
}

.brand4 .btn--filled:hover,
.brand4 .btn--filled:focus {
  background: #EC1C24;
  color: #fff;
}

.brand4 .btn--accent {
  background: #EC1C24;
  color: #fff;
}

.brand4 .btn--accent:hover,
.brand4 .btn--accent:focus {
  background: #EC1C24;
  color: #fff;
}

/*Цвета фонов*/


/*Ровные углы фонов*/
.brand4 .input,
.brand4 .btn {
  border-radius: 0;
}

/*Ровные углы фонов*/
/*DOMRU*/


/*TTK*/
/*Цвета фонов*/
.brand5 .btn {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.brand5 .btn:hover,
.brand5 .btn:focus {
  text-decoration: none;
  box-shadow: 0px 6px 36px rgba(227, 6, 17, 0.6);
}

.brand5 .btn--empty {
  background: #E30611;
  border: none;
  color: #fff;
}


.brand5 .btn--border {
  border: 1px solid #E30611;
  background: none;
  color: #E30611;
}

.brand5 .btn--border:hover,
.brand5 .btn--border:focus {
  background: #E30611;
  color: #fff;
}

.brand5 .btn--filled {
  background: #E30611;
  color: #fff;
}

.brand5 .btn--filled:hover,
.brand5 .btn--filled:focus {
  background: #E30611;
  color: #fff;
}

.brand5 .btn--accent {
  background: #E30611;
  color: #fff;
}

.brand5 .btn--accent:hover,
.brand5 .btn--accent:focus {
  background: #E30611;
  color: #fff;
}

/*Цвета фонов*/
/*TTK*/


/* brand end */

/*!
 * Hamburgers
 * @description Tasty CSS-animated hamburgers
 * @author Jonathan Suh @jonsuh
 * @site https://jonsuh.com/hamburgers
 * @link https://github.com/jonsuh/hamburgers
 */
.hamburger {
  padding: 0;
  display: inline-block;
  cursor: pointer;
  transition-property: opacity, filter;
  transition-duration: 0.15s;
  transition-timing-function: linear;
  font: inherit;
  color: inherit;
  text-transform: none;
  background-color: transparent;
  border: 0;
  margin: 0;
  overflow: visible;
  padding-top: 7px;
}

.hamburger:hover {
  opacity: 0.7;
}

.hamburger-box {
  width: 24px;
  height: 20px;
  display: inline-block;
  position: relative;
}

.hamburger-inner {
  display: block;
  top: 50%;
  margin-top: -2px;
}

.hamburger-inner,
.hamburger-inner::before,
.hamburger-inner::after {
  width: 24px;
  height: 2px;
  background-color: #445AD1;
  border-radius: 4px;
  position: absolute;
  transition-property: transform;
  transition-duration: 0.15s;
  transition-timing-function: ease;
}

.hamburger-inner::before,
.hamburger-inner::after {
  content: "";
  display: block;
}

.hamburger-inner::before {
  top: -6px;
}

.hamburger-inner::after {
  bottom: -6px;
}

/*
   * 3DX
   */
.hamburger--3dx .hamburger-box {
  perspective: 80px;
}

.hamburger--3dx .hamburger-inner {
  transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.hamburger--3dx .hamburger-inner::before,
.hamburger--3dx .hamburger-inner::after {
  transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.hamburger--3dx.is-active .hamburger-inner {
  background-color: transparent;
  transform: rotateY(180deg);
}

.hamburger--3dx.is-active .hamburger-inner::before {
  transform: translate3d(0, 10px, 0) rotate(45deg);
}

.hamburger--3dx.is-active .hamburger-inner::after {
  transform: translate3d(0, -10px, 0) rotate(-45deg);
}

/*
   * 3DX Reverse
   */
.hamburger--3dx-r .hamburger-box {
  perspective: 80px;
}

.hamburger--3dx-r .hamburger-inner {
  transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.hamburger--3dx-r .hamburger-inner::before,
.hamburger--3dx-r .hamburger-inner::after {
  transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.hamburger--3dx-r.is-active .hamburger-inner {
  background-color: transparent;
  transform: rotateY(-180deg);
}

.hamburger--3dx-r.is-active .hamburger-inner::before {
  transform: translate3d(0, 10px, 0) rotate(45deg);
}

.hamburger--3dx-r.is-active .hamburger-inner::after {
  transform: translate3d(0, -10px, 0) rotate(-45deg);
}

/*
   * 3DY
   */
.hamburger--3dy .hamburger-box {
  perspective: 80px;
}

.hamburger--3dy .hamburger-inner {
  transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.hamburger--3dy .hamburger-inner::before,
.hamburger--3dy .hamburger-inner::after {
  transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.hamburger--3dy.is-active .hamburger-inner {
  background-color: transparent;
  transform: rotateX(-180deg);
}

.hamburger--3dy.is-active .hamburger-inner::before {
  transform: translate3d(0, 10px, 0) rotate(45deg);
}

.hamburger--3dy.is-active .hamburger-inner::after {
  transform: translate3d(0, -10px, 0) rotate(-45deg);
}

/*
   * 3DY Reverse
   */
.hamburger--3dy-r .hamburger-box {
  perspective: 80px;
}

.hamburger--3dy-r .hamburger-inner {
  transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.hamburger--3dy-r .hamburger-inner::before,
.hamburger--3dy-r .hamburger-inner::after {
  transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.hamburger--3dy-r.is-active .hamburger-inner {
  background-color: transparent;
  transform: rotateX(180deg);
}

.hamburger--3dy-r.is-active .hamburger-inner::before {
  transform: translate3d(0, 10px, 0) rotate(45deg);
}

.hamburger--3dy-r.is-active .hamburger-inner::after {
  transform: translate3d(0, -10px, 0) rotate(-45deg);
}

/*
   * 3DXY
   */
.hamburger--3dxy .hamburger-box {
  perspective: 80px;
}

.hamburger--3dxy .hamburger-inner {
  transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.hamburger--3dxy .hamburger-inner::before,
.hamburger--3dxy .hamburger-inner::after {
  transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.hamburger--3dxy.is-active .hamburger-inner {
  background-color: transparent;
  transform: rotateX(180deg) rotateY(180deg);
}

.hamburger--3dxy.is-active .hamburger-inner::before {
  transform: translate3d(0, 10px, 0) rotate(45deg);
}

.hamburger--3dxy.is-active .hamburger-inner::after {
  transform: translate3d(0, -10px, 0) rotate(-45deg);
}

/*
   * 3DXY Reverse
   */
.hamburger--3dxy-r .hamburger-box {
  perspective: 80px;
}

.hamburger--3dxy-r .hamburger-inner {
  transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.hamburger--3dxy-r .hamburger-inner::before,
.hamburger--3dxy-r .hamburger-inner::after {
  transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.hamburger--3dxy-r.is-active .hamburger-inner {
  background-color: transparent;
  transform: rotateX(180deg) rotateY(180deg) rotateZ(-180deg);
}

.hamburger--3dxy-r.is-active .hamburger-inner::before {
  transform: translate3d(0, 10px, 0) rotate(45deg);
}

.hamburger--3dxy-r.is-active .hamburger-inner::after {
  transform: translate3d(0, -10px, 0) rotate(-45deg);
}

/*
   * Arrow
   */
.hamburger--arrow.is-active .hamburger-inner::before {
  transform: translate3d(-8px, 0, 0) rotate(-45deg) scale(0.7, 1);
}

.hamburger--arrow.is-active .hamburger-inner::after {
  transform: translate3d(-8px, 0, 0) rotate(45deg) scale(0.7, 1);
}

/*
   * Arrow Right
   */
.hamburger--arrow-r.is-active .hamburger-inner::before {
  transform: translate3d(8px, 0, 0) rotate(45deg) scale(0.7, 1);
}

.hamburger--arrow-r.is-active .hamburger-inner::after {
  transform: translate3d(8px, 0, 0) rotate(-45deg) scale(0.7, 1);
}

/*
   * Arrow Alt
   */
.hamburger--arrowalt .hamburger-inner::before {
  transition: top 0.1s 0.1s ease, transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.hamburger--arrowalt .hamburger-inner::after {
  transition: bottom 0.1s 0.1s ease, transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.hamburger--arrowalt.is-active .hamburger-inner::before {
  top: 0;
  transform: translate3d(-8px, -10px, 0) rotate(-45deg) scale(0.7, 1);
  transition: top 0.1s ease, transform 0.1s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22);
}

.hamburger--arrowalt.is-active .hamburger-inner::after {
  bottom: 0;
  transform: translate3d(-8px, 10px, 0) rotate(45deg) scale(0.7, 1);
  transition: bottom 0.1s ease, transform 0.1s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22);
}

/*
   * Arrow Alt Right
   */
.hamburger--arrowalt-r .hamburger-inner::before {
  transition: top 0.1s 0.1s ease, transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.hamburger--arrowalt-r .hamburger-inner::after {
  transition: bottom 0.1s 0.1s ease, transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.hamburger--arrowalt-r.is-active .hamburger-inner::before {
  top: 0;
  transform: translate3d(8px, -10px, 0) rotate(45deg) scale(0.7, 1);
  transition: top 0.1s ease, transform 0.1s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22);
}

.hamburger--arrowalt-r.is-active .hamburger-inner::after {
  bottom: 0;
  transform: translate3d(8px, 10px, 0) rotate(-45deg) scale(0.7, 1);
  transition: bottom 0.1s ease, transform 0.1s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22);
}

/*
 * Arrow Turn
 */
.hamburger--arrowturn.is-active .hamburger-inner {
  transform: rotate(-180deg);
}

.hamburger--arrowturn.is-active .hamburger-inner::before {
  transform: translate3d(8px, 0, 0) rotate(45deg) scale(0.7, 1);
}

.hamburger--arrowturn.is-active .hamburger-inner::after {
  transform: translate3d(8px, 0, 0) rotate(-45deg) scale(0.7, 1);
}

/*
 * Arrow Turn Right
 */
.hamburger--arrowturn-r.is-active .hamburger-inner {
  transform: rotate(-180deg);
}

.hamburger--arrowturn-r.is-active .hamburger-inner::before {
  transform: translate3d(-8px, 0, 0) rotate(-45deg) scale(0.7, 1);
}

.hamburger--arrowturn-r.is-active .hamburger-inner::after {
  transform: translate3d(-8px, 0, 0) rotate(45deg) scale(0.7, 1);
}

/*
   * Boring
   */
.hamburger--boring .hamburger-inner,
.hamburger--boring .hamburger-inner::before,
.hamburger--boring .hamburger-inner::after {
  transition-property: none;
}

.hamburger--boring.is-active .hamburger-inner {
  transform: rotate(45deg);
}

.hamburger--boring.is-active .hamburger-inner::before {
  top: 0;
  opacity: 0;
}

.hamburger--boring.is-active .hamburger-inner::after {
  bottom: 0;
  transform: rotate(-90deg);
}

/*
   * Collapse
   */
.hamburger--collapse .hamburger-inner {
  top: auto;
  bottom: 3px;
  transition-duration: 0.13s;
  transition-delay: 0.13s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--collapse .hamburger-inner::after {
  top: -12px;
  transition: top 0.2s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), opacity 0.1s linear;
}

.hamburger--collapse .hamburger-inner::before {
  transition: top 0.12s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--collapse.is-active .hamburger-inner {
  transform: translate3d(0, -10px, 0) rotate(-45deg);
  transition-delay: 0.22s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  bottom: -1px;
}

.hamburger--collapse.is-active .hamburger-inner::after {
  top: 0;
  opacity: 0;
  transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), opacity 0.1s 0.22s linear;
}

.hamburger--collapse.is-active .hamburger-inner::before {
  top: 0;
  transform: rotate(-90deg);
  transition: top 0.1s 0.16s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.25s cubic-bezier(0.215, 0.61, 0.355, 1);
}

/*
   * Collapse Reverse
   */
.hamburger--collapse-r .hamburger-inner {
  top: auto;
  bottom: 0;
  transition-duration: 0.13s;
  transition-delay: 0.13s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--collapse-r .hamburger-inner::after {
  top: -20px;
  transition: top 0.2s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), opacity 0.1s linear;
}

.hamburger--collapse-r .hamburger-inner::before {
  transition: top 0.12s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--collapse-r.is-active .hamburger-inner {
  transform: translate3d(0, -10px, 0) rotate(45deg);
  transition-delay: 0.22s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}

.hamburger--collapse-r.is-active .hamburger-inner::after {
  top: 0;
  opacity: 0;
  transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), opacity 0.1s 0.22s linear;
}

.hamburger--collapse-r.is-active .hamburger-inner::before {
  top: 0;
  transform: rotate(90deg);
  transition: top 0.1s 0.16s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.25s cubic-bezier(0.215, 0.61, 0.355, 1);
}

/*
   * Elastic
   */
.hamburger--elastic .hamburger-inner {
  top: 2px;
  transition-duration: 0.275s;
  transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);
}

.hamburger--elastic .hamburger-inner::before {
  top: 10px;
  transition: opacity 0.125s 0.275s ease;
}

.hamburger--elastic .hamburger-inner::after {
  top: 20px;
  transition: transform 0.275s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}

.hamburger--elastic.is-active .hamburger-inner {
  transform: translate3d(0, 10px, 0) rotate(135deg);
  transition-delay: 0.075s;
}

.hamburger--elastic.is-active .hamburger-inner::before {
  transition-delay: 0s;
  opacity: 0;
}

.hamburger--elastic.is-active .hamburger-inner::after {
  transform: translate3d(0, -20px, 0) rotate(-270deg);
  transition-delay: 0.075s;
}

/*
   * Elastic Reverse
   */
.hamburger--elastic-r .hamburger-inner {
  top: 2px;
  transition-duration: 0.275s;
  transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);
}

.hamburger--elastic-r .hamburger-inner::before {
  top: 10px;
  transition: opacity 0.125s 0.275s ease;
}

.hamburger--elastic-r .hamburger-inner::after {
  top: 20px;
  transition: transform 0.275s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}

.hamburger--elastic-r.is-active .hamburger-inner {
  transform: translate3d(0, 10px, 0) rotate(-135deg);
  transition-delay: 0.075s;
}

.hamburger--elastic-r.is-active .hamburger-inner::before {
  transition-delay: 0s;
  opacity: 0;
}

.hamburger--elastic-r.is-active .hamburger-inner::after {
  transform: translate3d(0, -20px, 0) rotate(270deg);
  transition-delay: 0.075s;
}

/*
   * Emphatic
   */
.hamburger--emphatic {
  overflow: hidden;
}

.hamburger--emphatic .hamburger-inner {
  transition: background-color 0.125s 0.175s ease-in;
}

.hamburger--emphatic .hamburger-inner::before {
  left: 0;
  transition: transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335), top 0.05s 0.125s linear, left 0.125s 0.175s ease-in;
}

.hamburger--emphatic .hamburger-inner::after {
  top: 10px;
  right: 0;
  transition: transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335), top 0.05s 0.125s linear, right 0.125s 0.175s ease-in;
}

.hamburger--emphatic.is-active .hamburger-inner {
  transition-delay: 0s;
  transition-timing-function: ease-out;
  background-color: transparent;
}

.hamburger--emphatic.is-active .hamburger-inner::before {
  left: -80px;
  top: -80px;
  transform: translate3d(80px, 80px, 0) rotate(45deg);
  transition: left 0.125s ease-out, top 0.05s 0.125s linear, transform 0.125s 0.175s cubic-bezier(0.075, 0.82, 0.165, 1);
}

.hamburger--emphatic.is-active .hamburger-inner::after {
  right: -80px;
  top: -80px;
  transform: translate3d(-80px, 80px, 0) rotate(-45deg);
  transition: right 0.125s ease-out, top 0.05s 0.125s linear, transform 0.125s 0.175s cubic-bezier(0.075, 0.82, 0.165, 1);
}

/*
   * Emphatic Reverse
   */
.hamburger--emphatic-r {
  overflow: hidden;
}

.hamburger--emphatic-r .hamburger-inner {
  transition: background-color 0.125s 0.175s ease-in;
}

.hamburger--emphatic-r .hamburger-inner::before {
  left: 0;
  transition: transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335), top 0.05s 0.125s linear, left 0.125s 0.175s ease-in;
}

.hamburger--emphatic-r .hamburger-inner::after {
  top: 10px;
  right: 0;
  transition: transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335), top 0.05s 0.125s linear, right 0.125s 0.175s ease-in;
}

.hamburger--emphatic-r.is-active .hamburger-inner {
  transition-delay: 0s;
  transition-timing-function: ease-out;
  background-color: transparent;
}

.hamburger--emphatic-r.is-active .hamburger-inner::before {
  left: -80px;
  top: 80px;
  transform: translate3d(80px, -80px, 0) rotate(-45deg);
  transition: left 0.125s ease-out, top 0.05s 0.125s linear, transform 0.125s 0.175s cubic-bezier(0.075, 0.82, 0.165, 1);
}

.hamburger--emphatic-r.is-active .hamburger-inner::after {
  right: -80px;
  top: 80px;
  transform: translate3d(-80px, -80px, 0) rotate(45deg);
  transition: right 0.125s ease-out, top 0.05s 0.125s linear, transform 0.125s 0.175s cubic-bezier(0.075, 0.82, 0.165, 1);
}

/*
   * Minus
   */
.hamburger--minus .hamburger-inner::before,
.hamburger--minus .hamburger-inner::after {
  transition: bottom 0.08s 0s ease-out, top 0.08s 0s ease-out, opacity 0s linear;
}

.hamburger--minus.is-active .hamburger-inner::before,
.hamburger--minus.is-active .hamburger-inner::after {
  opacity: 0;
  transition: bottom 0.08s ease-out, top 0.08s ease-out, opacity 0s 0.08s linear;
}

.hamburger--minus.is-active .hamburger-inner::before {
  top: 0;
}

.hamburger--minus.is-active .hamburger-inner::after {
  bottom: 0;
}

/*
   * Slider
   */
.hamburger--slider .hamburger-inner {
  top: 2px;
}

.hamburger--slider .hamburger-inner::before {
  top: 10px;
  transition-property: transform, opacity;
  transition-timing-function: ease;
  transition-duration: 0.15s;
}

.hamburger--slider .hamburger-inner::after {
  top: 20px;
}

.hamburger--slider.is-active .hamburger-inner {
  transform: translate3d(0, 10px, 0) rotate(45deg);
}

.hamburger--slider.is-active .hamburger-inner::before {
  transform: rotate(-45deg) translate3d(-5.71429px, -6px, 0);
  opacity: 0;
}

.hamburger--slider.is-active .hamburger-inner::after {
  transform: translate3d(0, -20px, 0) rotate(-90deg);
}

/*
   * Slider Reverse
   */
.hamburger--slider-r .hamburger-inner {
  top: 2px;
}

.hamburger--slider-r .hamburger-inner::before {
  top: 10px;
  transition-property: transform, opacity;
  transition-timing-function: ease;
  transition-duration: 0.15s;
}

.hamburger--slider-r .hamburger-inner::after {
  top: 20px;
}

.hamburger--slider-r.is-active .hamburger-inner {
  transform: translate3d(0, 10px, 0) rotate(-45deg);
}

.hamburger--slider-r.is-active .hamburger-inner::before {
  transform: rotate(45deg) translate3d(5.71429px, -6px, 0);
  opacity: 0;
}

.hamburger--slider-r.is-active .hamburger-inner::after {
  transform: translate3d(0, -20px, 0) rotate(90deg);
}

/*
   * Spin
   */
.hamburger--spin .hamburger-inner {
  transition-duration: 0.22s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--spin .hamburger-inner::before {
  transition: top 0.1s 0.25s ease-in, opacity 0.1s ease-in;
}

.hamburger--spin .hamburger-inner::after {
  transition: bottom 0.1s 0.25s ease-in, transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--spin.is-active .hamburger-inner {
  transform: rotate(225deg);
  transition-delay: 0.12s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}

.hamburger--spin.is-active .hamburger-inner::before {
  top: 0;
  opacity: 0;
  transition: top 0.1s ease-out, opacity 0.1s 0.12s ease-out;
}

.hamburger--spin.is-active .hamburger-inner::after {
  bottom: 0;
  transform: rotate(-90deg);
  transition: bottom 0.1s ease-out, transform 0.22s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
}

/*
   * Spin Reverse
   */
.hamburger--spin-r .hamburger-inner {
  transition-duration: 0.22s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--spin-r .hamburger-inner::before {
  transition: top 0.1s 0.25s ease-in, opacity 0.1s ease-in;
}

.hamburger--spin-r .hamburger-inner::after {
  transition: bottom 0.1s 0.25s ease-in, transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--spin-r.is-active .hamburger-inner {
  transform: rotate(-225deg);
  transition-delay: 0.12s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}

.hamburger--spin-r.is-active .hamburger-inner::before {
  top: 0;
  opacity: 0;
  transition: top 0.1s ease-out, opacity 0.1s 0.12s ease-out;
}

.hamburger--spin-r.is-active .hamburger-inner::after {
  bottom: 0;
  transform: rotate(90deg);
  transition: bottom 0.1s ease-out, transform 0.22s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
}

/*
   * Spring
   */
.hamburger--spring .hamburger-inner {
  top: 2px;
  transition: background-color 0s 0.13s linear;
}

.hamburger--spring .hamburger-inner::before {
  top: 10px;
  transition: top 0.1s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--spring .hamburger-inner::after {
  top: 20px;
  transition: top 0.2s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--spring.is-active .hamburger-inner {
  transition-delay: 0.22s;
  background-color: transparent;
}

.hamburger--spring.is-active .hamburger-inner::before {
  top: 0;
  transition: top 0.1s 0.15s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1);
  transform: translate3d(0, 10px, 0) rotate(45deg);
}

.hamburger--spring.is-active .hamburger-inner::after {
  top: 0;
  transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1);
  transform: translate3d(0, 10px, 0) rotate(-45deg);
}

/*
   * Spring Reverse
   */
.hamburger--spring-r .hamburger-inner {
  top: auto;
  bottom: 0;
  transition-duration: 0.13s;
  transition-delay: 0s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--spring-r .hamburger-inner::after {
  top: -20px;
  transition: top 0.2s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), opacity 0s linear;
}

.hamburger--spring-r .hamburger-inner::before {
  transition: top 0.1s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--spring-r.is-active .hamburger-inner {
  transform: translate3d(0, -10px, 0) rotate(-45deg);
  transition-delay: 0.22s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}

.hamburger--spring-r.is-active .hamburger-inner::after {
  top: 0;
  opacity: 0;
  transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), opacity 0s 0.22s linear;
}

.hamburger--spring-r.is-active .hamburger-inner::before {
  top: 0;
  transform: rotate(90deg);
  transition: top 0.1s 0.15s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1);
}

/*
   * Stand
   */
.hamburger--stand .hamburger-inner {
  transition: transform 0.075s 0.15s cubic-bezier(0.55, 0.055, 0.675, 0.19), background-color 0s 0.075s linear;
}

.hamburger--stand .hamburger-inner::before {
  transition: top 0.075s 0.075s ease-in, transform 0.075s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--stand .hamburger-inner::after {
  transition: bottom 0.075s 0.075s ease-in, transform 0.075s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--stand.is-active .hamburger-inner {
  transform: rotate(90deg);
  background-color: transparent;
  transition: transform 0.075s 0s cubic-bezier(0.215, 0.61, 0.355, 1), background-color 0s 0.15s linear;
}

.hamburger--stand.is-active .hamburger-inner::before {
  top: 0;
  transform: rotate(-45deg);
  transition: top 0.075s 0.1s ease-out, transform 0.075s 0.15s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.hamburger--stand.is-active .hamburger-inner::after {
  bottom: 0;
  transform: rotate(45deg);
  transition: bottom 0.075s 0.1s ease-out, transform 0.075s 0.15s cubic-bezier(0.215, 0.61, 0.355, 1);
}

/*
   * Stand Reverse
   */
.hamburger--stand-r .hamburger-inner {
  transition: transform 0.075s 0.15s cubic-bezier(0.55, 0.055, 0.675, 0.19), background-color 0s 0.075s linear;
}

.hamburger--stand-r .hamburger-inner::before {
  transition: top 0.075s 0.075s ease-in, transform 0.075s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--stand-r .hamburger-inner::after {
  transition: bottom 0.075s 0.075s ease-in, transform 0.075s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--stand-r.is-active .hamburger-inner {
  transform: rotate(-90deg);
  background-color: transparent;
  transition: transform 0.075s 0s cubic-bezier(0.215, 0.61, 0.355, 1), background-color 0s 0.15s linear;
}

.hamburger--stand-r.is-active .hamburger-inner::before {
  top: 0;
  transform: rotate(-45deg);
  transition: top 0.075s 0.1s ease-out, transform 0.075s 0.15s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.hamburger--stand-r.is-active .hamburger-inner::after {
  bottom: 0;
  transform: rotate(45deg);
  transition: bottom 0.075s 0.1s ease-out, transform 0.075s 0.15s cubic-bezier(0.215, 0.61, 0.355, 1);
}

/*
   * Squeeze
   */
.hamburger--squeeze .hamburger-inner {
  transition-duration: 0.075s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--squeeze .hamburger-inner::before {
  transition: top 0.075s 0.12s ease, opacity 0.075s ease;
}

.hamburger--squeeze .hamburger-inner::after {
  transition: bottom 0.075s 0.12s ease, transform 0.075s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--squeeze.is-active .hamburger-inner {
  transform: rotate(45deg);
  transition-delay: 0.12s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}

.hamburger--squeeze.is-active .hamburger-inner::before {
  top: 0;
  opacity: 0;
  transition: top 0.075s ease, opacity 0.075s 0.12s ease;
}

.hamburger--squeeze.is-active .hamburger-inner::after {
  bottom: 0;
  transform: rotate(-90deg);
  transition: bottom 0.075s ease, transform 0.075s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
}

/*
   * Vortex
   */
.hamburger--vortex .hamburger-inner {
  transition-duration: 0.2s;
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}

.hamburger--vortex .hamburger-inner::before,
.hamburger--vortex .hamburger-inner::after {
  transition-duration: 0s;
  transition-delay: 0.1s;
  transition-timing-function: linear;
}

.hamburger--vortex .hamburger-inner::before {
  transition-property: top, opacity;
}

.hamburger--vortex .hamburger-inner::after {
  transition-property: bottom, transform;
}

.hamburger--vortex.is-active .hamburger-inner {
  transform: rotate(765deg);
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}

.hamburger--vortex.is-active .hamburger-inner::before,
.hamburger--vortex.is-active .hamburger-inner::after {
  transition-delay: 0s;
}

.hamburger--vortex.is-active .hamburger-inner::before {
  top: 0;
  opacity: 0;
}

.hamburger--vortex.is-active .hamburger-inner::after {
  bottom: 0;
  transform: rotate(90deg);
}

/*
   * Vortex Reverse
   */
.hamburger--vortex-r .hamburger-inner {
  transition-duration: 0.2s;
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}

.hamburger--vortex-r .hamburger-inner::before,
.hamburger--vortex-r .hamburger-inner::after {
  transition-duration: 0s;
  transition-delay: 0.1s;
  transition-timing-function: linear;
}

.hamburger--vortex-r .hamburger-inner::before {
  transition-property: top, opacity;
}

.hamburger--vortex-r .hamburger-inner::after {
  transition-property: bottom, transform;
}

.hamburger--vortex-r.is-active .hamburger-inner {
  transform: rotate(-765deg);
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}

.hamburger--vortex-r.is-active .hamburger-inner::before,
.hamburger--vortex-r.is-active .hamburger-inner::after {
  transition-delay: 0s;
}

.hamburger--vortex-r.is-active .hamburger-inner::before {
  top: 0;
  opacity: 0;
}

.hamburger--vortex-r.is-active .hamburger-inner::after {
  bottom: 0;
  transform: rotate(-90deg);
}

/* fs start */


/*s*/

.fs {
  position: relative;
  overflow: hidden;
  z-index: 10;
}


.fs__background {
  background: #1D1E25;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: -1;
  height: 480px;
  min-width: 230%;
}




.fs__info {
  justify-content: space-between;
  display: none;
}


.fs__schedule {
  color: #fff;
  font-size: 12px;
  opacity: 0.8;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}


.fs__schedule:hover,
.fs__schedule:focus {
  opacity: 1;
}

.fs__header {
  margin: 12px 0 0 0;
}

.fs__header .header:not(.header--sticky) .center {
  padding: 0;
}

.fs__place {
  margin: 41px 0 0 0;
}

.fs__title {
  color: #fff;
  margin-bottom: 7px;
}

.fs__title h1 {
  margin: 0;
}


.fs__setcity a {
  color: #FFBA3B;
  font-size: 12px;
}

.fs__form {
  margin: -3px 0 0 0;
}

.fs__help {
  max-width: 416px;
  font-size: 12px;
  margin: 34px auto 0;
  color: #fff;
  text-align: center;
  line-height: 1.5;
}

.fs__optionslist {
  margin-top: 28px;
}

.fs__down {
  text-align: center;
  display: none;
}

.fs__down a {
  text-decoration: none;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}



/*e*/

@media(min-width:600px) {
  .fs {
    padding-bottom: 28px;
  }

  .fs__background {
    bottom: 0px;
    height: 100%;
  }

  .fs__down {
    display: block;
    margin: 67px 0 0 0;
    font-size: 17px;
  }

  .fs__down a:hover,
  .fs__down a:focus {
    opacity: 0.7;
  }
}

@media(max-width:767px) {
  .sticky .fs__body {
    padding-top: 52px;
  }
}


@media(min-width:768px) {

  /*s*/
  .fs {
    min-height: 1080px;
    padding-bottom: 28px;
    position: relative;
    z-index: 15;
  }

  .fs__info {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    margin: 12px 0px 0;
  }

  .fs__header {
    margin: 23px 0 0 0;
    height: 48px;
  }

  .fs__place {
    max-width: 864px;
    margin: 127px auto 0;
  }

  .fs__title {
    margin-bottom: 16px;
  }

  .fs__setcity a {
    font-size: 24px;
  }

  .fs__form {
    display: flex;
    justify-content: center;
    margin: 32px auto 0;
    width: 640px;
  }

  .fs__help {
    font-size: 16px;
    margin: 93px auto 0;
  }

  .fs__optionslist {
    margin-top: 116px;
  }

  .fs__background {
    min-width: 100%;
    width: 100%;
  }

  /*e*/
}

@media(min-width:1024px) {
  /*s*/
  /*e*/
}






/* fs end */

/* fslite start */


/*s*/

.fslite {
  position: relative;
  overflow: hidden;
  height: 320px;
  z-index: 13;
}

.fslite__background {
  background: #1D1E25;
  position: absolute;
  top: -170px;
  left: -8%;
  width: 100%;
  z-index: -1;
  height: 480px;
  min-width: 230%;
  height: 680px;
}

.fslite__info {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: space-between;
  align-items: center;
  display: none;
}

.fslite__schedule {
  color: #fff;
  font-size: 12px;
  opacity: 0.5;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.fslite__schedule:hover,
.fslite__schedule:focus {
  opacity: 1;
}

.fslite__header {
  margin: 12px 0 0 0;
  min-height: 40px;
}

.fslite__header .header:not(.header--sticky) .center {
  padding: 0;
}

.fslite__title {
  color: #fff;
}

.fslite__title h1 {
  margin: 0;
  font-size: 24px;
}

.fslite__schedule {
  color: #fff;
  font-size: 12px;
  opacity: 0.8;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}


.fslite__schedule:hover,
.fslite__schedule:focus {
  opacity: 1;
}


.fslite__cover {
  color: #fff;
}

.fslite__question {
  color: #fff;
  -webkit-transition: background 0.3s ease;
  transition: background 0.3s ease;
}

.fslite__question .option {
  padding: 41px 0 29px 0px;
}

.fslite__question .option:hover {
  color: #fff;
}




.fslite__breacrumbs {
  display: none;
}


.fslite__place {
  margin-top: 39px;
}




/*e*/

@media(min-width:600px) {
  .fslite {}

  .fslite__background {
    /* bottom: 50px; */
    /* height: 100%; */
  }
}

@media(max-width:767px) {
  .sticky .fslitelite__body {
    padding-top: 52px;
  }
}


@media(min-width:768px) {

  /*s*/
  .fslite {
    position: relative;
  }

  .fslite__info {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    margin: 12px 0px 0;
  }

  .fslite__header {
    margin: 23px 0 0 0;
    height: 48px;
  }

  .fslite__background {
    /* min-width: 100%; */
    width: 100%;
    /* left: -450px; */
    right: -790px;
    left: auto;
  }

  .fslite__title h1 {
    margin: 0;
    font-size: 40px;
    text-transform: none;
  }


  .fslite__place {
    border-top: 1px solid rgba(255, 255, 255, 0.2);
  }

  .fslite__cover {}

  .fslite__question {
    margin-left: auto;
    padding-left: 32px;
    border-left: 1px solid rgba(255, 255, 255, 0.2);
    height: 170px;
    margin-right: -15px;
    padding-right: 15px;
  }

  .fslite__breacrumbs {
    display: block;
    margin-top: -7px;
  }

  .fslite__title {
    margin-top: 33px;
  }

  .fslite__box {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    padding-bottom: 0;
  }

  .fslite__question .option {
    padding: 41px 0 18px 0px;
  }

  .fslite__question:hover,
  .fslite__question:focus {
    background: #445AD1;
  }

  .option__btn {
    -webkit-transition: color 0.3s ease;
    transition: color 0.3s ease;
  }

  .fslite__question:hover .option__btn,
  .fslite__question:focus .option__btn {
    color: #fff;
  }

  .fslite .header__phone {
    font-size: 24px;
  }

  /*e*/
}





/* fslite end */

/* thcity start */

/*s*/
.thecity {
  color: #fff;
  text-decoration: none;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  outline: none;
}

.thecity:hover,
.thecity:focus {
  color: #fff;
  opacity: 0.8;
}

.thecity__icon {
  display: inline-block;
  vertical-align: middle;
  font-size: 8px;
  margin-right: 10px;
}

.thecity__label {
  display: inline-block;
  vertical-align: middle;
  font-size: 12px;
  position: relative;
  top: -1px;
}

/*e*/
@media(min-width:768px) {
  /*s*/

  /*e*/
}

@media(min-width:1024px) {
  /*s*/

  /*e*/
}

/* thcity end */

/* thecity--gold start */


/*s*/

.thecity--gold {
  color: #FFBA3B;
}

.thecity--gold:hover,
.thecity--gold:focus {
  color: #FFBA3B;
  opacity: 0.9;
}


.thecity--blue {
  color: #252836;
  margin-left: 46px;
}

.thecity--blue:hover,
.thecity--blue:focus {
  color: #252836;
  opacity: 0.8;
}



/* thecity--gold end */

/* optionlist start */


/*s*/

.optionlist {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-direction: column;
  align-items: center;
}

@media(max-width:599px) {
  .optionlist__item {
    background: #fff;
    border-radius: 4px;
    box-shadow: 0px 1px 4px rgba(37, 40, 54, 0.4);
    /* max-width: 288px; */
    margin-bottom: 5px;
    width: 100%;
  }

  .optionlist__item .option {
    color: #252836;
    padding-right: 32px;
  }

  .optionlist__item .option__btn {
    color: #F2002A;
  }
}


/*e*/

@media(min-width:600px) {

  /*s*/
  .optionlist {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    flex-direction: row;
    align-items: center;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -o-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .optionlist__item {
    border: 1px solid rgba(255, 255, 255, 0.2);
    height: 176px;
    width: 50%;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    position: relative;
  }

  .optionlist__item:hover,
  .optionlist__item:focus {
    background: #445AD1;
    border-color: #445AD1;
  }

  .optionlist__item:after {
    content: '';
    display: inline-block;
    width: 16px;
    height: 16px;
    background: url('../img/decor1.svg') 0 0 no-repeat;
    position: absolute;
    top: 8px;
    right: 8px;
    z-index: 4;
    opacity: 0;
    -webkit-transition: opacity 0.3s ease;
    transition: opacity 0.3s ease;
  }

  .optionlist__item:hover:after,
  .optionlist__item:focus:after {
    opacity: 1;
  }

  .optionlist__item:hover .option__btn,
  .optionlist__item:focus .option__btn {
    color: #fff;
  }


  .optionlist__item .option {
    color: #fff;
  }

  .optionlist__item {}

  /*e*/
}

@media(min-width:600px) and (max-width:1180px) {
  .optionlist__item {}

  .optionlist__item:nth-child(1) {
    border-right: 0;
    border-bottom: 0;
    border-top-left-radius: 8px;
  }

  .optionlist__item:nth-child(2) {
    border-bottom: 0;
    border-top-right-radius: 8px;
  }

  .optionlist__item:nth-child(3) {
    border-right: 0;
    border-bottom-left-radius: 8px;
  }

  .optionlist__item:nth-child(4) {
    border-bottom-right-radius: 8px;
  }
}

@media (min-width:1180px) {


  .optionlist__item {
    width: 25%;
  }

  .optionlist__item:not(:last-of-type) {
    border-right: 0;
  }

  .optionlist__item:nth-child(1) {
    border-right: 0;
    border-radius: 8px 0 0 8px;
  }

  .optionlist__item:nth-child(2) {}

  .optionlist__item:nth-child(4) {
    border-radius: 0 8px 8px 0;
  }
}

/* optionlist end */

/* option start */

/*s*/
.option {
  color: #fff;
  text-decoration: none;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  padding: 32px 0 29px 32px;
}


.option__icon {
  font-size: 64px;
}

.option__description {
  padding-left: 30px;
  margin-top: 2px;
}

.option__header {
  font-size: 14px;
  line-height: 1.4;
  margin-bottom: 4px;
}

.option__header b {
  display: block;
  font-size: 18px;
  text-transform: uppercase;

}

.option__small {
  font-size: 11px;
  opacity: 0.5;
  line-height: 1.6;
  margin-bottom: 12px;
}

.option__btn {
  font-size: 12px;
  color: #FFBA3B;
  text-transform: uppercase;
  font-weight: bold;
}

/*e*/
@media(min-width:768px) {
  /*s*/

  /*e*/
}

/* option end */

.option--intertet-apartment .option__icon {}

.option--internet-house .option__icon {}

.option--internet-office .option__icon {}

.option--questions .option__icon {
  font-size: 48px;
}

/* formgird start */


/* ************************** start */
/* **********FORM 1********* start */
/* ************************** start */

@media(min-width:768px) {
  .formgird1 .fields-group__item:nth-child(1) {
    width: 311px;
  }

  .formgird1 .fields-group__item:nth-child(2) {
    width: 110px;
  }

  .formgird1 .fields-group__item:nth-child(3) {
    width: 215px;
  }
}

/* ************************** end */
/* **********FORM 1********* end */
/* ************************** end */





/* ************************** start */
/* **********FORM 2********* start */
/* ************************** start */

@media(min-width:768px) {
  .formgird2 .fields-group__item:nth-child(1) {
    flex-basis: 209px;
  }

  .formgird2 .fields-group__item:nth-child(2) {
    flex-basis: 352px;
  }

  .formgird2 .fields-group__item:nth-child(3) {
    flex-basis: 80px;
    min-width: 80px;
  }

  .formgird2 .fields-group__item:nth-child(4) {
    flex-basis: 176px;
    width: 179px;
  }
}

/* ************************** end */
/* **********FORM 2********* end */
/* ************************** end */



/* ************************** start */
/* **********FORM 3********* start */
/* ************************** start */
@media(min-width:768px) and (max-width: 1023px) {

  .formgird3 {
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -o-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .formgird3 .fields-group__item:not(:last-of-type) {
    margin-bottom: 16px;
  }




  .formgird3 .fields-group__item:nth-child(1) .input {
    border-radius: 4px;
  }

  .formgird3 .fields-group__item:nth-child(2) .input {
    border-radius: 4px 0 0 4px;
  }

  .formgird3 .fields-group__item:nth-child(4) .input {
    border-radius: 0 4px 4px 0;
  }

  .formgird3 .fields-group__item:nth-child(1) {
    flex-basis: 100%;
  }

  .formgird3 .fields-group__item:nth-child(2) {
    flex-basis: 50%;
  }

  .formgird3 .fields-group__item:nth-child(3) {
    flex-basis: 50%;
  }

  .formgird3 .fields-group__item:nth-child(4) {
    flex-basis: 100% !important;
  }

  .formgird3 .fields-group__item:last-of-type .btn {
    border-radius: 4px;
    margin-top: 26px;
  }
}

@media(min-width:1024px) {
  .formgird3 .fields-group__item:nth-child(1) {
    flex-basis: 209px;
  }

  .formgird3 .fields-group__item:nth-child(2) {
    flex-basis: 160px;
    min-width: 160px;
  }

  .formgird3 .fields-group__item:nth-child(3) {
    flex-basis: 270px;
  }

  .formgird3 .fields-group__item:nth-child(4) {
    flex-basis: 176px !important;
  }
}

/* ************************** end */
/* **********FORM 3********* end */
/* ************************** end */





/* **************************  start */
/* ********** FORM 4 ********* start */
/* **************************  start */

@media(min-width:768px) {
  .formgird4 .fields-group__item:nth-child(1) {
    flex-basis: 264px;
  }

  .formgird4 .fields-group__item:nth-child(2) {
    flex-basis: 152px;
  }
}

/* **************************  end */
/* ********** FORM 4 ********* end */
/* **************************  end */



/* formgird end */

/* allprovaider start */


/*s*/
.allprovaider {}

.allprovaider__body {}

.allprovaider__title {}

.allprovaider__slider {
  margin-top: 37px;
}

.allprovaider {
  margin: 10px 0 0 0;
  padding-bottom: 36px;
}

.allprovaider__body {}

.allprovaider__item {
  text-decoration: none;
}

.allprovaider__logo {
  text-align: center;
  height: 97px;
}

.allprovaider__logo img {
  margin: 0 auto;
}

.allprovaider__description {
  text-align: center;
  /* margin-top: 27px; */
  font-size: 12px;
  text-transform: uppercase;
}

.allprovaider__name {
  color: #445AD1;
  font-weight: bold;
}

.allprovaider__number {
  color: #A8ACBD;
  margin-left: 13px;
}


/*e*/

@media(min-width:768px) {

  /*s*/
  .allprovaider {
    margin: 29px 0 0 0;
    padding-bottom: 56px;
  }

  .allprovaider__body {}

  .allprovaider__title {}

  .allprovaider__slider {}

  /*e*/
}



/* allprovaider end */

/* bestdealsd start */


/*s*/

.bestdealsd {
  background: #F2F3F4;
  padding-bottom: 32px;
}

.bestdealsd__body {}

.bestdealsd__title {
  margin: 34px 0 26px;
}

.bestdealsd__title h2 {
  margin: 0;
}

.bestdealsd__list {}

/*e*/

@media(min-width:768px) {
  /*s*/

  .bestdealsd__title {
    margin: 57px 0 33px;
  }

  /*e*/
}




/* bestdealsd end */

/* newspromotions start */


/*s*/

.newspromotions {}

.newspromotions__body {}

.newspromotions__title {}

.newspromotions__list {}

.newspromotions__footer {
  text-align: center;
}

.newspromotions__footer a {
  max-width: 192px;
  width: 100%;
}

.newspromotions__item {
  margin-bottom: 29px;
}

.newspromotions__img {
  position: relative;
  display: block;
  border-radius: 4px;
  overflow: hidden;
  margin-bottom: 11px;
}

.newspromotions__img img {
  width: 100%;
  display: block;
}

.newspromotions__name {
  font-size: 16px;
  color: #252836;
  font-weight: bold;
  text-decoration-color: rgba(37, 40, 54, 0.3);
  display: block;
  line-height: 1.6;
  margin-bottom: 12px;
}

.newspromotions__name:hover,
.newspromotions__name:focus {
  color: #252836;
}

.newspromotions__description {
  font-size: 12px;
  line-height: 1.4;
}

.newspromotions__procent {
  width: 40px;
  height: 40px;
  position: absolute;
  top: -1px;
  right: -1px;
  background: url('../img/procent.svg') center no-repeat;
}

.newspromotions__footer a {
  height: 56px;
  max-width: 192px;
}

/*e*/

@media(min-width:768px) {

  /*s*/
  .newspromotions__footer {
    margin-top: 15px;
  }

  /*e*/
}


@media(max-width:767px) {
  .newspromotions__footer a {
    max-width: none;
  }

}


/* newspromotions end */

/* seo start */


/*s*/

.seo {
  margin-top: 42px;
  /* padding: 20px 0 0 0; */
}

.seo__title {
  font-size: 14px;
  text-transform: uppercase;
  line-height: 1.8;
  margin-bottom: 15px;
}

.seo__text {}

.seo__center {
  border-top: 1px solid rgba(32, 35, 51, 0.1);
  padding: 20px 0 0 0;
}


/*e*/


/* seo end */

/* imbox start */


/*s*/

.imbox {
  background: #fff;
  padding-bottom: 32px;
  position: relative;
}

.imbox__center {
  padding: 0 16px;
}

.imbox__action {
  width: 71px;
  height: 70px;
  position: absolute;
  right: -4px;
  top: -4px;
}

.imbox__action.new {
  background: url('../img/label-new.svg') no-repeat;
  background-size: 100%;
}

.imbox__action.action {
  background: url('../img/label-action.svg') no-repeat;
  background-size: 100%;
}

.imbox__action.hit {
  background: url('../img/label-hit.svg') no-repeat;
  background-size: 100%;
}

.imbox__logo {}

/*e*/

@media(min-width:768px) {

  /*s*/
  .imbox {
    padding-bottom: 40px;
  }

  .imbox__center {
    padding: 0 32px;
  }

  .imbox__price {
    margin: 24px 0 0 0;
  }

  .imbox__name {
    margin-left: 32px;
  }

  /*e*/
}


.imbox--dark {
  background: #F6F7F7;
}


/* imbox end */

/* imbox-header start */


/*s*/

.imbox__header {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  align-items: center;
  border-bottom: 1px solid #E2E3E7;
  padding-bottom: 11px;
  min-height: 70px;
  padding-top: 11px;
}

.imbox__logo {}

.imbox__name {
  margin: 0;
  margin-left: 16px;
  text-transform: none;
  font-size: 20px;
}


/*e*/

@media(min-width:768px) {

  /*s*/
  .imbox__header {
    min-height: 81px;
  }

  /*e*/
}




/* imbox-header end */

/* imbox start */


/*s*/

.imbox__footer {
  margin-top: 20px;
}

.imbox__footer button {
  white-space: normal;
}

/*e*/

@media(min-width:768px) {
  /*s*/
  /*e*/
}



/* imbox end */

/* imbox start */


/*s*/

.imbox__kit {
  text-align: center;
  font-size: 12px;
  line-height: 1.4;
  min-height: 48px;
}

.imbox__kit b {
  font-size: 12px;
  text-transform: uppercase;
  display: block;
}

.imbox__kit .text {
  font-size: 12px;
}

.imbox__price {
  text-align: center;
  margin: 31px 0 0 0;
  position: relative;
}

.imbox__price-number {
  font-size: 64px;
  font-weight: 100;
  position: relative;
  display: inline-block;
  line-height: 0.8;
}

.imbox__price-currency {
  font-size: 12px;
  text-transform: uppercase;
  line-height: 1.4;
  display: inline-block;
  vertical-align: top;
  position: absolute;
  top: 4px;
  left: 100%;
  margin-left: 7px;
  letter-spacing: 1.3px;
}

.imbox__price-discount {
  display: none;
}

.imbox__item {
  width: 79px;
  /* margin: 0 12px; */
}

.imbox__item:first-of-type {
  margin-left: 0;
}

.imbox__item:last-of-type {
  margin-right: 0;
}

.imbox__percentages {
  margin: 0 auto;
  margin-top: 20px;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: space-between;
  margin-bottom: 29px;
  /* flex-wrap: wrap; */
  max-width: 280px;
}

.imbox__percentage {
  width: 72px;
  margin: 0 auto;
  margin-bottom: 17px;
}

.imbox__label {
  color: #252836;
  font-size: 10px;
  text-align: center;
  text-transform: uppercase;
  line-height: 1;
  letter-spacing: 0.1px;
}


/*e*/

@media(min-width:768px) {

  /*s*/
  .imbox__price-discount {
    display: inline-block;
    position: absolute;
    top: 50%;
    left: 0px;
    line-height: 0.5;
    color: rgba(37, 40, 54, 0.5);
    font-size: 16px;
    margin-top: -4px;
  }

  .imbox__price-discount:after {
    content: '';
    display: block;
    height: 1px;
    background: #DE2B32;
    z-index: 3;
    top: 50%;
    position: absolute;
    left: -8px;
    right: -8px;
  }

  /*e*/
}



/* imbox end */

.percentage {
  display: block;
  width: 72px;
  height: 72px;
  position: relative;
}

.percentage circle {
  fill: rgba(0, 0, 0, 0);
  stroke: #eee;
  stroke-width: 4;
  stroke-dasharray: 408px 408px;
}

.percentage circle:nth-child(2n) {
  fill: rgba(0, 0, 0, 0);
  stroke: #445AD0;
  stroke-width: 4;
}

.percentage__svg {}

.percentage__number {
  position: absolute;
  top: 0;
  width: 100%;
  color: #445AD0;
  font-size: 24px;
  font-weight: bold;
  text-align: center;
  line-height: 71px;
}

.percentage--green circle:nth-child(2n) {
  stroke: #2FB432;
}

.percentage--green .percentage__number {
  color: #2FB432;
}

/* filter start */


/*s*/

.modal__content .filter {
  margin: 32px 0;
}

.filter {}

.filter__group:not(:last-of-type) {
  margin-bottom: 32px;
}

.filter__group h4 {
  margin: 0;
  margin-bottom: 19px;
}

.filter__group .inputlabel:not(:last-of-type) {
  margin-bottom: 16px;
}

.filter__group .field-checkbox {
  font-size: 14px;
}

.filter__home {
  max-width: 96px;
}

.filter__reset {
  text-align: left;
  background: none;
  color: #445AD0;
  font-weight: bold;
  font-size: 12px;
  text-transform: uppercase;
  border: none;
}

/*e*/

@media(min-width:768px) {

  /*s*/
  .filter {
    margin-right: 16px;
  }

  /*e*/
}



/* filter end */

/* tariff start */

/*s*/

.tariff {
  padding-top: 16px;
}

.tariff__filter {
  display: none;
}

.tariff__showfilter {
  margin-bottom: 16px;
}

/*e*/

@media(min-width:768px) {

  /*s*/
  .tariff__filter {
    /* display: block; */
    margin-top: 1;
  }

  .tariff__body {
    margin-top: 9px;
  }

  .tariff__list {
    margin-top: 7px;
  }

  /*e*/
}

@media(min-width:1024px) {
  .tariff__showfilter {
    display: none;
  }

  .tariff__filter {
    display: block;
  }
}

/* tariff end */

/* {blockName} start */

/*s*/

/*e*/
@media(min-width:768px) {
  /*s*/

  /*e*/
}

@media(min-width:1024px) {
  /*s*/

  /*e*/
}

@media(min-width:1280px) {
  /*s*/

  /*e*/
}

/* {blockName} end */
/* imboxlist start */

/*s*/
.imboxlist__item {
  margin-bottom: 32px;
}

.imboxlist__more {
  margin: 0 16px;
}

/*e*/
@media(min-width:768px) {
  /*s*/

  /*e*/
}

/* imboxlist end */

/* provaider start */


/*s*/

.provaider {}

.provaider__center {}

.provaider__box {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: center;
  height: 100%;
}

.provaider__backgroundleft {
  display: none;
}

.provaider__backgroundright {
  display: none;
}

.provaider__body {
  display: flex;
  flex-direction: column;
  width: 100%;
}


.provaider__header {
  height: 56px;
}

.provaider__banner {}

.provaider__footer {
  margin-top: auto;
  padding-bottom: 55px;
}

.provaider__photo {
  background-position: center;
  background-repeat: no-repeat;
  height: 214px;
  display: block;
  background-size: cover;
}


/*******FILTER*******/
.provaider__filter {}

.provaider__filter-btn {
  margin: -2px 0 24px 0;
}

/*******FILTER END*******/


.provaider__list {
  margin-top: 1px;
}

/*e*/

@media(min-width:768px) {

  /*s*/
  .provaider__photo {
    height: 420px;
  }

  .provaider__filter {
    display: block;
    margin-top: -5px;
  }

  .provaider__filter-btn {
    margin: -2px 0 24px 0;
    display: none;
  }

  .provaider__list {
    margin-top: 40px;
  }

  /*e*/
}

@media(min-width:900px) {

  /*s*/
  .provaider__header {
    height: 87px;
  }

  /*e*/
}


@media(max-width:900px) {
  .provaider__banner--left {
    background-position: 37% center;
  }

}

/* provaider end */



/* -place start */

/*s*/
.provaider__place {
  margin: 20px 0 0 0;
}

.provaider__title {}

.provaider__title h2 {
  margin: 0;
}

.provaider__setcity {
  font-size: 16px;
  font-weight: 100;
  margin-top: -2px;
}

.provaider__form {
  margin: 0 auto;
  margin-top: -2px;
  border-bottom: 1px solid #D1D2D5;
  padding-bottom: 32px;
  display: flex;
  justify-content: center;
}

/*e*/
@media(min-width:768px) {

  /*s*/
  .provaider__setcity.center-text {
    font-size: 24px;
  }

  /*e*/
}

/* -place end */

/*  provaider-all start */

/*s*/
.provaider__all {
  width: 232px;
  height: 56px;
  border: 1px solid #D1D2D5;
  position: fixed;
  top: 0px;
  left: 0px;
  background: #fff;
  z-index: 4;
  align-items: center;
  justify-content: space-between;
  display: flex;
  padding: 0 12px 0 24px;
  transform: rotate(-90deg);
  -webkit-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  top: 50%;
  left: -88px;
  text-decoration: none;
  color: #252836;
  font-weight: bold;
  display: none;
}


.provaider__all:hover,
.provaider__all:focus {
  color: #252836;
  text-decoration: underline;
}

.provaider__all span {}

.provaider__all img {
  width: 24px;
}



/*e*/
@media(min-width:768px) {
  /*s*/
  /*e*/
}

@media(min-width:1360px) {

  /*s*/
  .provaider__all {
    display: flex;
  }

  /*e*/
}

/*  provaider-all end */

.provaider__allmobile {
  position: fixed;
  left: 0px;
  bottom: 0;
  right: 0px;
  background: #fff;
  /*z-index: 3333333;*/
  text-decoration: none;
  color: #252836;
  font-weight: bold;
  /* display: none; */
  /* background: #eeeeee; */
  border: 1px solid #D1D2D5;
}

.provaider__allmobile:hover,
.provaider__allmobile:focus {
  color: #252836;
  text-decoration: underline;
}

.provaider__allmobile .center {
  /* max-width: 320px; */
}

.provaider__allmobile-center {
  align-items: center;
  justify-content: center;
  display: flex;
  padding: 0 12px 0 24px;
  height: 56px;
  position: relative;
}

.provaider__allmobile-center span {
  /* margin-left: 55px; */
}

.provaider__allmobile img {
  width: 24px;
  position: absolute;
  left: 0;
}

@media(min-width:1360px) {

  /*s*/
  .provaider__allmobile {
    display: none;
  }

  /*e*/
}

/* -tarif start */

/*s*/
.provaider__tarif {
  padding-top: 5px;
}

.provaider__tarif-title {}

/*e*/
@media(min-width:768px) {
  /*s*/

  /*e*/
}

/* -tarif end */


/* name start */

/*s*/
.provaider--branded {}

.provaider--branded .provaider__backgroundleft,
.provaider--branded .provaider__backgroundright {
  background-repeat: no-repeat;
  background-position: 0 0;
}

.provaider--branded .provaider__backgroundleft {
  background-color: #F7F7F8;
  flex-basis: 30%;
  display: block;
  background-repeat: no-repeat;
  background-size: cover;
}

.provaider--branded .provaider__backgroundright {
  background-color: #F7F7F8;
  flex-basis: 30%;
  display: block;
  background-repeat: no-repeat;
  background-size: cover;
}


.provaider--branded .provaider__body {
  max-width: 1440px;
  flex-basis: 100%;
  flex-shrink: 0;
  box-shadow: 0 0 20px #0606067a;
  position: relative;
}

/*e*/
@media(min-width:768px) {
  /*s*/

  /*e*/
}

@media(min-width:1440px) {

  /*s*/
  .provaider--branded .provaider__banner {
    margin: 0 -32px;
    position: relative;
  }

  .provaider--branded .provaider__banner:after {
    content: '';
    display: block;
    width: 32px;
    height: 24px;
    background: url('../img/ug1.svg') center no-repeat;
    position: absolute;
    left: 0;
    top: 100%;
  }

  .provaider--branded .provaider__banner:before {
    content: '';
    display: block;
    width: 32px;
    height: 24px;
    background: url('../img/ug2.svg') center no-repeat;
    position: absolute;
    right: 0;
    top: 100%;
  }

  /*e*/
}

/* name end */

/* provaiderfilter start */


/*s*/


/*e*/

@media(min-width:768px) {

  /*s*/
  .provaiderfilter .field-radio {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: center;
    align-items: flex-end;
  }

  .provaiderfilter .field-radio__input-wrap:not(:last-of-type):not(:last-of-type) {
    margin: 0 8px;
  }

  /*e*/
}


/* provaiderfilter end */

/* question start */


/*s*/

.question {
  padding: 1px 0;
}

.question__title {
  margin: 0;
}

.question__body {
  border-top: 1px solid #D1D2D5;
  padding: 25px 0 39px 0;
  border-bottom: 1px solid #D1D2D5;
}

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


/*e*/

@media(min-width:768px) {

  /*s*/
  .question__body {
    padding: 39px 0 63px 0;
    margin-bottom: 11px;
  }

  .question__title {
    margin: 0 0 15px 0;
  }

  /*e*/
}


/* question end */

/* mycity start */


/*s*/

.mycity {
  margin-top: 32px;
}

.mycity__title {
  font-weight: normal;
  margin: 0;
  margin-bottom: 2px;
}

.mycity__group {
  display: inline-block;
  width: 100%;
  margin-bottom: 28px;
}

.mycity__group h4 {
  margin: 0 0 6px 0;
  font-size: 12px;
  text-transform: uppercase;
  font-weight: bold;
}

.mycity__list ul {
  text-decoration: none;
  list-style-type: none;
  margin: 0;
  padding: 0;
}

.mycity__list ul li {
  font-size: 12px;
  margin-bottom: 3px;
}

.mycity__list a {
  text-decoration: none;
}

.bold {
  font-weight: bold;
}

.mycity__header {
  margin-bottom: 29px;
}

.mycity__input {
  position: relative;
}

.mycity__input .inputlabel--bigall label {
  /* padding: 0; */
}

.mycity__input .input {}

.mycity__input:after {
  content: '';
  display: inline-block;
  width: 16px;
  height: 16px;
  background: url('../img/search.svg') center no-repeat;
  position: absolute;
  right: 12px;
  top: 29px;
}


/*e*/

@media(min-width:768px) {

  /*s*/
  .mycity {
    margin-top: 64px;
  }

  .mycity__title {
    font-weight: 40;
    margin-bottom: 12px;
  }

  .mycity__list {
    columns: 4;
    -ms-columns: 4;
  }

  .mycity__input:after {
    top: 46px;
    right: 23px;
  }

  /*e*/
}



/* mycity end */

/* {blockName} start */

/*s*/

/*e*/
@media(min-width:768px) {
  /*s*/

  /*e*/
}

@media(min-width:1024px) {
  /*s*/

  /*e*/
}

@media(min-width:1280px) {
  /*s*/

  /*e*/
}

/* {blockName} end */
/* connectme start */


/*s*/

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

/*e*/

@media(min-width:768px) {

  /*s*/
  .connectme {
    margin: 55px 52px 0;
  }

  /*e*/
}



/* connectme end */

/* connectme-header start */

/*s*/
.connectme__logo {}

.connectme__header {
  margin: 11px 0 20px 0;
  border-bottom: 1px solid #E4E5E9;
  padding-bottom: 15px;
}

.connectme__title {
  font-weight: normal;
  margin: 0;
}

.connectme__tariff {
  font-size: 10px;
  text-transform: uppercase;
  font-weight: bold;
  margin: 3px 0 0 0;
}

/*e*/
@media(min-width:768px) {

  /*s*/
  .connectme__logo {}

  .connectme__header {
    margin: 25px 0 20px 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
    /* border-bottom: 1px solid #E4E5E9; */
    padding-bottom: 19px;
  }

  .connectme__title {
    font-size: 40px;
  }

  .connectme__tariff {
    font-size: 12px;
    margin: 8px 0 0 0;
  }

  /*e*/
}

/* connectme-header end */

/* connectme start */

.connectme__price {
  text-align: center;
  margin: 14px 0 0 0;
  position: relative;
  display: flex;
  align-items: center;
  /* justify-content: center; */
}

.connectme__price-number {
  font-size: 40px;
  font-weight: bold;
  position: relative;
  display: inline-block;
  line-height: 0.8;
  padding-right: 34px;
}

.connectme__price-currency {
  font-size: 12px;
  text-transform: uppercase;
  line-height: 1.4;
  display: inline-block;
  vertical-align: top;
  position: absolute;
  top: -3px;
  left: 100%;
  margin-left: -20px;
  letter-spacing: 1.3px;
  font-weight: 100;
}

.connectme__price-discount {}

.connectme__price-discount {
  display: inline-block;
  position: relative;
  top: 50%;
  left: 0px;
  line-height: 0.5;
  color: rgba(37, 40, 54, 0.5);
  font-size: 16px;
  margin-top: -4px;
}

.connectme__price-discount:after {
  content: '';
  display: block;
  height: 1px;
  background: #DE2B32;
  z-index: 3;
  top: 50%;
  position: absolute;
  left: -8px;
  right: -8px;
}

.connectme__price-info {
  text-align: left;
  margin-left: 32px;
}

.connectme__price-first {
  font-size: 10px;
  line-height: 0.8;
}


@media(min-width:768px) {
  /*s*/
  /*e*/
}



/* connectme end */

/* connectme-list start */


/*s*/

.connectme__list {
  margin-top: 29px;
}

.connectme__listitem {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
}

.connectme__listitem:not(:last-of-type) {
  margin-bottom: 30px;
}

.connectme__listitem-icon {
  line-height: 1;
  position: relative;
}

.connectme__listitem-descr {
  margin-left: 23px;
  text-align: left;
}

.connectme__listitem-title {
  font-size: 12px;
  font-weight: bold;
  text-transform: uppercase;
  line-height: 1.4;
  margin-bottom: 5px;
  margin-top: -3px;
}

.connectme__listitem-info {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  align-items: top;
}

.connectme__listitem-number {
  font-size: 32px;
  font-weight: 100;
  line-height: 0.8;
  margin-left: -2px;
}

.connectme__listitem-label {
  font-size: 12px;
  line-height: 1.1;
  margin-left: 4px;
  /* align-items: center; */
  position: relative;
  top: -2px;
}


/*ICON'S SIZE*/

.connectme__listitem-icon .icon-internet {
  font-size: 33px;
}

.connectme__listitem-icon .icon-tv {
  font-size: 28px;
}

.connectme__listitem-icon .icon-wifi {
  font-size: 28px;
}

.connectme__listitem-icon .icon-tv-console {
  font-size: 33px;
}

.connectme__listitem-icon .icon-phone {
  font-size: 32px;
}

.connectme__listitem-icon .icon-minutes {
  font-size: 32px;
}

.connectme__listitem-icon .icon-sms {
  font-size: 32px;
}

.connectme__listitem-icon .icon-internet-mobile {
  font-size: 32px;
}


/*ICON'S SIZE*/


/*e*/

@media(min-width:768px) {

  /*s*/
  .connectme__list {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }

  .connectme__listitem {
    width: 50%;
  }

  .connectme__listitem:not(:last-of-type) {}

  .connectme__listitem-icon {}

  .connectme__listitem-descr {}

  .connectme__listitem-title {}

  .connectme__listitem-info {}

  .connectme__listitem-number {}

  .connectme__listitem-label {}


  /*e*/
}

@media(min-width:992px) {

  .connectme__listitem {
    width: 25%;
  }
}

/* connectme-list end */

/* connectme start */


/*s*/

.connectme__content {
  font-size: 12px;
  color: #868CA5;
  margin: 32px 0 0 0;
  line-height: 1.4;
}

.connectme__cost {
  font-weight: bold;
  font-size: 12px;
}


/*e*/

@media(min-width:768px) {

  /*s*/
  .connectme__content {
    font-size: 14px;
    line-height: 1.7;
  }

  .connectme__cost {
    font-size: 14px;
  }


  /*e*/
}


/* connectme end */

/* connectme start */


/*s*/

.connectme__check {
  margin-top: 13px;
}

.connectme__check a {
  text-decoration: none;
  text-transform: uppercase;
  font-size: 12px;
  line-height: 1.6;
  display: inline-block;
  font-weight: bold;
}

.connectme__check a.active {
  color: #252836;
}

.connectme__check-form {
  background: rgba(235, 237, 247, 0.5);
  margin: 0 -24px;
  padding: 22px 24px 32px 24px;
  /* margin-top: 25px; */
  display: none;
}

.connectme__check-title {
  margin: 0;
  margin-bottom: 14px;
}

/*e*/

@media(min-width:768px) {

  /*s*/
  .connectme__check {
    margin-top: 13px;
    margin-bottom: 24px;
  }

  .connectme__check a {}

  .connectme__check-form {
    margin: 0 -76px;
    padding: 25px 74px 32px 74px;
    /* margin-top: 25px; */
  }

  .connectme__check-title {
    margin-bottom: 24px;
  }

  /*e*/
}


/* connectme end */

/* connectme start */


/*s*/

.connectme__form {
  margin-bottom: 32px;
}

.connectme__form-mobile {
  display: block;
}

.connectme__form-desctop {
  display: none;
}

.connectme__form-mobile .field-checkbox {
  margin-top: 15px;
}

/*e*/

@media(min-width:768px) {

  /*s*/
  .connectme__form {}

  .connectme__form-mobile {
    display: none;
  }

  .connectme__form-desctop {
    display: block;
    margin: 21px 0 0 0;
  }

  .connectme__form-checkbox {
    margin-top: 19px;
  }

  /*e*/
}


/* connectme end */

/* mobilemenu start */


/*s*/

.mobilemenu {
  background: #fff;
  transform: translateY(-52px);
  position: fixed;
  top: 0px;
  left: 0px;
  right: 0px;
  z-index: 1005;
  height: 52px;
  display: flex;
  padding: 0 12px;
  align-items: center;
  -webkit-transition: transform 0.3s ease;
  transition: transform 0.3s ease;
}

.mobilemenu.show {
  transform: translateY(0px);
}

.mobilemenu .menu__item a {}

/*e*/

@media(min-width: 900px) {

  /*s*/
  .mobilemenu {
    display: none;
  }

  /*e*/
}


/* mobilemenu end */

/**
 * Owl Carousel v2.2.0
 * Copyright 2013-2016 David Deutsch
 * Licensed under MIT (https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE)
 */
/*
 * 	Default theme - Owl Carousel CSS File
 */
.owl-theme .owl-nav {
  margin-top: 10px;
  text-align: center;
  -webkit-tap-highlight-color: transparent;
}

.owl-theme .owl-nav [class*='owl-'] {
  color: #FFF;
  font-size: 14px;
  margin: 5px;
  padding: 4px 7px;
  background: #D6D6D6;
  display: inline-block;
  cursor: pointer;
  border-radius: 3px;
}

.owl-theme .owl-nav [class*='owl-']:hover {
  background: #869791;
  color: #FFF;
  text-decoration: none;
}

.owl-theme .owl-nav .disabled {
  opacity: 0.5;
  cursor: default;
}

.owl-theme .owl-nav.disabled+.owl-dots {
  margin-top: 10px;
}

.owl-theme .owl-dots {
  text-align: center;
  -webkit-tap-highlight-color: transparent;
}

.owl-theme .owl-dots .owl-dot {
  display: inline-block;
  zoom: 1;
  *display: inline;
}

.owl-theme .owl-dots .owl-dot span {
  width: 10px;
  height: 10px;
  margin: 5px 7px;
  background: #D6D6D6;
  display: block;
  -webkit-backface-visibility: visible;
  transition: opacity 200ms ease;
  border-radius: 30px;
}

.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
  background: #869791;
}

@media print {

  *,
  *:before,
  *:after {
    background: transparent !important;
    color: #000 !important;
    box-shadow: none !important;
    text-shadow: none !important;
  }

  a,
  a:visited {
    text-decoration: underline !important;
  }

  a[href]:after {
    content: " (" attr(href) ")";
  }

  a[href^='#']:after,
  a[href^='javascript:']:after {
    content: '';
  }

  abbr[title]:after {
    content: " (" attr(title) ")";
  }

  pre,
  blockquote {
    border: 1px solid #999 !important;
    page-break-inside: avoid;
  }

  thead {
    display: table-header-group;
  }

  tr,
  img {
    page-break-inside: avoid;
  }

  img {
    max-width: 100% !important;
  }

  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }

  h2,
  h3 {
    page-break-after: avoid;
  }

  table {
    border-collapse: collapse !important;
  }

  table td,
  table th {
    background-color: #fff !important;
  }
}

@font-face {
  font-family: 'icomoon';
  src: url('../fonts/icomoon.eot?w0k2lb');
  src: url('../fonts/icomoon.eot?w0k2lb#iefix') format('embedded-opentype'),
    url('../fonts/icomoon.ttf?w0k2lb') format('truetype'),
    url('../fonts/icomoon.woff?w0k2lb') format('woff'),
    url('../fonts/icomoon.svg?w0k2lb#icomoon') format('svg');
  font-weight: normal;
  font-style: normal;
}

[class^="icon-"],
[class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;

  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-burger-city:before {
  content: "\e918";
}

.icon-access:before {
  content: "\e904";
  color: #3db32d;
}

.icon-close:before {
  content: "\e905";
  color: #3d4fae;
}

.icon-internet:before {
  content: "\e906";
  color: #3d4fae;
}

.icon-internet-mobile:before {
  content: "\e907";
  color: #3d4fae;
}

.icon-minutes:before {
  content: "\e908";
  color: #3d4fae;
}

.icon-phone:before {
  content: "\e909";
  color: #3d4fae;
}

.icon-plus:before {
  content: "\e90a";
  color: #d9332d;
}

.icon-rule-big-down:before {
  content: "\e90b";
  color: #fff;
}

.icon-rule-big-left:before {
  content: "\e90c";
  color: #fff;
}

.icon-rule-big-right:before {
  content: "\e90d";
  color: #fff;
}

.icon-rule-big-up:before {
  content: "\e90e";
  color: #fff;
}

.icon-rule-down:before {
  content: "\e90f";
  color: #475dd2;
}

.icon-rule-left:before {
  content: "\e910";
  color: #475dd2;
}

.icon-rule-right:before {
  content: "\e911";
  color: #475dd2;
}

.icon-rule-up:before {
  content: "\e912";
  color: #475dd2;
}

.icon-search:before {
  content: "\e913";
  color: #475dd2;
}

.icon-sms:before {
  content: "\e914";
  color: #3d4fae;
}

.icon-tv:before {
  content: "\e915";
  color: #3d4fae;
}

.icon-tv-console:before {
  content: "\e916";
  color: #3d4fae;
}

.icon-wifi:before {
  content: "\e917";
  color: #3d4fae;
}

.icon-fon1:before {
  content: "\e900";
}

.icon-fon2:before {
  content: "\e901";
}

.icon-fon3:before {
  content: "\e902";
}

.icon-fon4:before {
  content: "\e903";
}

@font-face {
  font-family: 'BN';
  src: url('../fonts/bebasneue_bold-webfont.eot');
  src: url('../fonts/bebasneue_bold-webfont.eot?#iefix') format('embedded-opentype'),
    url('../fonts/bebasneue_bold-webfont.woff2') format('woff2'),
    url('../fonts/bebasneue_bold-webfont.woff') format('woff'),
    url('../fonts/bebasneue_bold-webfont.ttf') format('truetype'),
    url('../fonts/bebasneue_bold-webfont.svg#bebas_neuebold') format('svg');
  font-weight: normal;
  font-style: normal;

}

@charset "UTF-8";

/*!
 * animate.css -http://daneden.me/animate
 * Version - 3.6.0
 * Licensed under the MIT license - http://opensource.org/licenses/MIT
 *
 * Copyright (c) 2018 Daniel Eden
 */

.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both
}

.animated.infinite {
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite
}

@-webkit-keyframes bounce {

  0%,
  20%,
  53%,
  80%,
  to {
    -webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
    animation-timing-function: cubic-bezier(.215, .61, .355, 1);
    -webkit-transform: translateZ(0);
    transform: translateZ(0)
  }

  40%,
  43% {
    -webkit-animation-timing-function: cubic-bezier(.755, .05, .855, .06);
    animation-timing-function: cubic-bezier(.755, .05, .855, .06);
    -webkit-transform: translate3d(0, -30px, 0);
    transform: translate3d(0, -30px, 0)
  }

  70% {
    -webkit-animation-timing-function: cubic-bezier(.755, .05, .855, .06);
    animation-timing-function: cubic-bezier(.755, .05, .855, .06);
    -webkit-transform: translate3d(0, -15px, 0);
    transform: translate3d(0, -15px, 0)
  }

  90% {
    -webkit-transform: translate3d(0, -4px, 0);
    transform: translate3d(0, -4px, 0)
  }
}

@keyframes bounce {

  0%,
  20%,
  53%,
  80%,
  to {
    -webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
    animation-timing-function: cubic-bezier(.215, .61, .355, 1);
    -webkit-transform: translateZ(0);
    transform: translateZ(0)
  }

  40%,
  43% {
    -webkit-animation-timing-function: cubic-bezier(.755, .05, .855, .06);
    animation-timing-function: cubic-bezier(.755, .05, .855, .06);
    -webkit-transform: translate3d(0, -30px, 0);
    transform: translate3d(0, -30px, 0)
  }

  70% {
    -webkit-animation-timing-function: cubic-bezier(.755, .05, .855, .06);
    animation-timing-function: cubic-bezier(.755, .05, .855, .06);
    -webkit-transform: translate3d(0, -15px, 0);
    transform: translate3d(0, -15px, 0)
  }

  90% {
    -webkit-transform: translate3d(0, -4px, 0);
    transform: translate3d(0, -4px, 0)
  }
}

.bounce {
  -webkit-animation-name: bounce;
  animation-name: bounce;
  -webkit-transform-origin: center bottom;
  transform-origin: center bottom
}

@-webkit-keyframes flash {

  0%,
  50%,
  to {
    opacity: 1
  }

  25%,
  75% {
    opacity: 0
  }
}

@keyframes flash {

  0%,
  50%,
  to {
    opacity: 1
  }

  25%,
  75% {
    opacity: 0
  }
}

.flash {
  -webkit-animation-name: flash;
  animation-name: flash
}

@-webkit-keyframes pulse {
  0% {
    -webkit-transform: scaleX(1);
    transform: scaleX(1)
  }

  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05)
  }

  to {
    -webkit-transform: scaleX(1);
    transform: scaleX(1)
  }
}

@keyframes pulse {
  0% {
    -webkit-transform: scaleX(1);
    transform: scaleX(1)
  }

  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05)
  }

  to {
    -webkit-transform: scaleX(1);
    transform: scaleX(1)
  }
}

.pulse {
  -webkit-animation-name: pulse;
  animation-name: pulse
}

@-webkit-keyframes rubberBand {
  0% {
    -webkit-transform: scaleX(1);
    transform: scaleX(1)
  }

  30% {
    -webkit-transform: scale3d(1.25, .75, 1);
    transform: scale3d(1.25, .75, 1)
  }

  40% {
    -webkit-transform: scale3d(.75, 1.25, 1);
    transform: scale3d(.75, 1.25, 1)
  }

  50% {
    -webkit-transform: scale3d(1.15, .85, 1);
    transform: scale3d(1.15, .85, 1)
  }

  65% {
    -webkit-transform: scale3d(.95, 1.05, 1);
    transform: scale3d(.95, 1.05, 1)
  }

  75% {
    -webkit-transform: scale3d(1.05, .95, 1);
    transform: scale3d(1.05, .95, 1)
  }

  to {
    -webkit-transform: scaleX(1);
    transform: scaleX(1)
  }
}

@keyframes rubberBand {
  0% {
    -webkit-transform: scaleX(1);
    transform: scaleX(1)
  }

  30% {
    -webkit-transform: scale3d(1.25, .75, 1);
    transform: scale3d(1.25, .75, 1)
  }

  40% {
    -webkit-transform: scale3d(.75, 1.25, 1);
    transform: scale3d(.75, 1.25, 1)
  }

  50% {
    -webkit-transform: scale3d(1.15, .85, 1);
    transform: scale3d(1.15, .85, 1)
  }

  65% {
    -webkit-transform: scale3d(.95, 1.05, 1);
    transform: scale3d(.95, 1.05, 1)
  }

  75% {
    -webkit-transform: scale3d(1.05, .95, 1);
    transform: scale3d(1.05, .95, 1)
  }

  to {
    -webkit-transform: scaleX(1);
    transform: scaleX(1)
  }
}

.rubberBand {
  -webkit-animation-name: rubberBand;
  animation-name: rubberBand
}

@-webkit-keyframes shake {

  0%,
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0)
  }

  10%,
  30%,
  50%,
  70%,
  90% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0)
  }

  20%,
  40%,
  60%,
  80% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0)
  }
}

@keyframes shake {

  0%,
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0)
  }

  10%,
  30%,
  50%,
  70%,
  90% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0)
  }

  20%,
  40%,
  60%,
  80% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0)
  }
}

.shake {
  -webkit-animation-name: shake;
  animation-name: shake
}

@-webkit-keyframes headShake {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0)
  }

  6.5% {
    -webkit-transform: translateX(-6px) rotateY(-9deg);
    transform: translateX(-6px) rotateY(-9deg)
  }

  18.5% {
    -webkit-transform: translateX(5px) rotateY(7deg);
    transform: translateX(5px) rotateY(7deg)
  }

  31.5% {
    -webkit-transform: translateX(-3px) rotateY(-5deg);
    transform: translateX(-3px) rotateY(-5deg)
  }

  43.5% {
    -webkit-transform: translateX(2px) rotateY(3deg);
    transform: translateX(2px) rotateY(3deg)
  }

  50% {
    -webkit-transform: translateX(0);
    transform: translateX(0)
  }
}

@keyframes headShake {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0)
  }

  6.5% {
    -webkit-transform: translateX(-6px) rotateY(-9deg);
    transform: translateX(-6px) rotateY(-9deg)
  }

  18.5% {
    -webkit-transform: translateX(5px) rotateY(7deg);
    transform: translateX(5px) rotateY(7deg)
  }

  31.5% {
    -webkit-transform: translateX(-3px) rotateY(-5deg);
    transform: translateX(-3px) rotateY(-5deg)
  }

  43.5% {
    -webkit-transform: translateX(2px) rotateY(3deg);
    transform: translateX(2px) rotateY(3deg)
  }

  50% {
    -webkit-transform: translateX(0);
    transform: translateX(0)
  }
}

.headShake {
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-name: headShake;
  animation-name: headShake
}

@-webkit-keyframes swing {
  20% {
    -webkit-transform: rotate(15deg);
    transform: rotate(15deg)
  }

  40% {
    -webkit-transform: rotate(-10deg);
    transform: rotate(-10deg)
  }

  60% {
    -webkit-transform: rotate(5deg);
    transform: rotate(5deg)
  }

  80% {
    -webkit-transform: rotate(-5deg);
    transform: rotate(-5deg)
  }

  to {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg)
  }
}

@keyframes swing {
  20% {
    -webkit-transform: rotate(15deg);
    transform: rotate(15deg)
  }

  40% {
    -webkit-transform: rotate(-10deg);
    transform: rotate(-10deg)
  }

  60% {
    -webkit-transform: rotate(5deg);
    transform: rotate(5deg)
  }

  80% {
    -webkit-transform: rotate(-5deg);
    transform: rotate(-5deg)
  }

  to {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg)
  }
}

.swing {
  -webkit-transform-origin: top center;
  transform-origin: top center;
  -webkit-animation-name: swing;
  animation-name: swing
}

@-webkit-keyframes tada {
  0% {
    -webkit-transform: scaleX(1);
    transform: scaleX(1)
  }

  10%,
  20% {
    -webkit-transform: scale3d(.9, .9, .9) rotate(-3deg);
    transform: scale3d(.9, .9, .9) rotate(-3deg)
  }

  30%,
  50%,
  70%,
  90% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate(3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate(3deg)
  }

  40%,
  60%,
  80% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate(-3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate(-3deg)
  }

  to {
    -webkit-transform: scaleX(1);
    transform: scaleX(1)
  }
}

@keyframes tada {
  0% {
    -webkit-transform: scaleX(1);
    transform: scaleX(1)
  }

  10%,
  20% {
    -webkit-transform: scale3d(.9, .9, .9) rotate(-3deg);
    transform: scale3d(.9, .9, .9) rotate(-3deg)
  }

  30%,
  50%,
  70%,
  90% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate(3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate(3deg)
  }

  40%,
  60%,
  80% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate(-3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate(-3deg)
  }

  to {
    -webkit-transform: scaleX(1);
    transform: scaleX(1)
  }
}

.tada {
  -webkit-animation-name: tada;
  animation-name: tada
}

@-webkit-keyframes wobble {
  0% {
    -webkit-transform: translateZ(0);
    transform: translateZ(0)
  }

  15% {
    -webkit-transform: translate3d(-25%, 0, 0) rotate(-5deg);
    transform: translate3d(-25%, 0, 0) rotate(-5deg)
  }

  30% {
    -webkit-transform: translate3d(20%, 0, 0) rotate(3deg);
    transform: translate3d(20%, 0, 0) rotate(3deg)
  }

  45% {
    -webkit-transform: translate3d(-15%, 0, 0) rotate(-3deg);
    transform: translate3d(-15%, 0, 0) rotate(-3deg)
  }

  60% {
    -webkit-transform: translate3d(10%, 0, 0) rotate(2deg);
    transform: translate3d(10%, 0, 0) rotate(2deg)
  }

  75% {
    -webkit-transform: translate3d(-5%, 0, 0) rotate(-1deg);
    transform: translate3d(-5%, 0, 0) rotate(-1deg)
  }

  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0)
  }
}

@keyframes wobble {
  0% {
    -webkit-transform: translateZ(0);
    transform: translateZ(0)
  }

  15% {
    -webkit-transform: translate3d(-25%, 0, 0) rotate(-5deg);
    transform: translate3d(-25%, 0, 0) rotate(-5deg)
  }

  30% {
    -webkit-transform: translate3d(20%, 0, 0) rotate(3deg);
    transform: translate3d(20%, 0, 0) rotate(3deg)
  }

  45% {
    -webkit-transform: translate3d(-15%, 0, 0) rotate(-3deg);
    transform: translate3d(-15%, 0, 0) rotate(-3deg)
  }

  60% {
    -webkit-transform: translate3d(10%, 0, 0) rotate(2deg);
    transform: translate3d(10%, 0, 0) rotate(2deg)
  }

  75% {
    -webkit-transform: translate3d(-5%, 0, 0) rotate(-1deg);
    transform: translate3d(-5%, 0, 0) rotate(-1deg)
  }

  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0)
  }
}

.wobble {
  -webkit-animation-name: wobble;
  animation-name: wobble
}

@-webkit-keyframes jello {

  0%,
  11.1%,
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0)
  }

  22.2% {
    -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
    transform: skewX(-12.5deg) skewY(-12.5deg)
  }

  33.3% {
    -webkit-transform: skewX(6.25deg) skewY(6.25deg);
    transform: skewX(6.25deg) skewY(6.25deg)
  }

  44.4% {
    -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
    transform: skewX(-3.125deg) skewY(-3.125deg)
  }

  55.5% {
    -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
    transform: skewX(1.5625deg) skewY(1.5625deg)
  }

  66.6% {
    -webkit-transform: skewX(-.78125deg) skewY(-.78125deg);
    transform: skewX(-.78125deg) skewY(-.78125deg)
  }

  77.7% {
    -webkit-transform: skewX(.390625deg) skewY(.390625deg);
    transform: skewX(.390625deg) skewY(.390625deg)
  }

  88.8% {
    -webkit-transform: skewX(-.1953125deg) skewY(-.1953125deg);
    transform: skewX(-.1953125deg) skewY(-.1953125deg)
  }
}

@keyframes jello {

  0%,
  11.1%,
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0)
  }

  22.2% {
    -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
    transform: skewX(-12.5deg) skewY(-12.5deg)
  }

  33.3% {
    -webkit-transform: skewX(6.25deg) skewY(6.25deg);
    transform: skewX(6.25deg) skewY(6.25deg)
  }

  44.4% {
    -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
    transform: skewX(-3.125deg) skewY(-3.125deg)
  }

  55.5% {
    -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
    transform: skewX(1.5625deg) skewY(1.5625deg)
  }

  66.6% {
    -webkit-transform: skewX(-.78125deg) skewY(-.78125deg);
    transform: skewX(-.78125deg) skewY(-.78125deg)
  }

  77.7% {
    -webkit-transform: skewX(.390625deg) skewY(.390625deg);
    transform: skewX(.390625deg) skewY(.390625deg)
  }

  88.8% {
    -webkit-transform: skewX(-.1953125deg) skewY(-.1953125deg);
    transform: skewX(-.1953125deg) skewY(-.1953125deg)
  }
}

.jello {
  -webkit-animation-name: jello;
  animation-name: jello;
  -webkit-transform-origin: center;
  transform-origin: center
}

@-webkit-keyframes bounceIn {

  0%,
  20%,
  40%,
  60%,
  80%,
  to {
    -webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
    animation-timing-function: cubic-bezier(.215, .61, .355, 1)
  }

  0% {
    opacity: 0;
    -webkit-transform: scale3d(.3, .3, .3);
    transform: scale3d(.3, .3, .3)
  }

  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1)
  }

  40% {
    -webkit-transform: scale3d(.9, .9, .9);
    transform: scale3d(.9, .9, .9)
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03)
  }

  80% {
    -webkit-transform: scale3d(.97, .97, .97);
    transform: scale3d(.97, .97, .97)
  }

  to {
    opacity: 1;
    -webkit-transform: scaleX(1);
    transform: scaleX(1)
  }
}

@keyframes bounceIn {

  0%,
  20%,
  40%,
  60%,
  80%,
  to {
    -webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
    animation-timing-function: cubic-bezier(.215, .61, .355, 1)
  }

  0% {
    opacity: 0;
    -webkit-transform: scale3d(.3, .3, .3);
    transform: scale3d(.3, .3, .3)
  }

  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1)
  }

  40% {
    -webkit-transform: scale3d(.9, .9, .9);
    transform: scale3d(.9, .9, .9)
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03)
  }

  80% {
    -webkit-transform: scale3d(.97, .97, .97);
    transform: scale3d(.97, .97, .97)
  }

  to {
    opacity: 1;
    -webkit-transform: scaleX(1);
    transform: scaleX(1)
  }
}

.bounceIn {
  -webkit-animation-duration: .75s;
  animation-duration: .75s;
  -webkit-animation-name: bounceIn;
  animation-name: bounceIn
}

@-webkit-keyframes bounceInDown {

  0%,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
    animation-timing-function: cubic-bezier(.215, .61, .355, 1)
  }

  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -3000px, 0);
    transform: translate3d(0, -3000px, 0)
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, 25px, 0);
    transform: translate3d(0, 25px, 0)
  }

  75% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0)
  }

  90% {
    -webkit-transform: translate3d(0, 5px, 0);
    transform: translate3d(0, 5px, 0)
  }

  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0)
  }
}

@keyframes bounceInDown {

  0%,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
    animation-timing-function: cubic-bezier(.215, .61, .355, 1)
  }

  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -3000px, 0);
    transform: translate3d(0, -3000px, 0)
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, 25px, 0);
    transform: translate3d(0, 25px, 0)
  }

  75% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0)
  }

  90% {
    -webkit-transform: translate3d(0, 5px, 0);
    transform: translate3d(0, 5px, 0)
  }

  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0)
  }
}

.bounceInDown {
  -webkit-animation-name: bounceInDown;
  animation-name: bounceInDown
}

@-webkit-keyframes bounceInLeft {

  0%,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
    animation-timing-function: cubic-bezier(.215, .61, .355, 1)
  }

  0% {
    opacity: 0;
    -webkit-transform: translate3d(-3000px, 0, 0);
    transform: translate3d(-3000px, 0, 0)
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(25px, 0, 0);
    transform: translate3d(25px, 0, 0)
  }

  75% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0)
  }

  90% {
    -webkit-transform: translate3d(5px, 0, 0);
    transform: translate3d(5px, 0, 0)
  }

  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0)
  }
}

@keyframes bounceInLeft {

  0%,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
    animation-timing-function: cubic-bezier(.215, .61, .355, 1)
  }

  0% {
    opacity: 0;
    -webkit-transform: translate3d(-3000px, 0, 0);
    transform: translate3d(-3000px, 0, 0)
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(25px, 0, 0);
    transform: translate3d(25px, 0, 0)
  }

  75% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0)
  }

  90% {
    -webkit-transform: translate3d(5px, 0, 0);
    transform: translate3d(5px, 0, 0)
  }

  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0)
  }
}

.bounceInLeft {
  -webkit-animation-name: bounceInLeft;
  animation-name: bounceInLeft
}

@-webkit-keyframes bounceInRight {

  0%,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
    animation-timing-function: cubic-bezier(.215, .61, .355, 1)
  }

  0% {
    opacity: 0;
    -webkit-transform: translate3d(3000px, 0, 0);
    transform: translate3d(3000px, 0, 0)
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(-25px, 0, 0);
    transform: translate3d(-25px, 0, 0)
  }

  75% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0)
  }

  90% {
    -webkit-transform: translate3d(-5px, 0, 0);
    transform: translate3d(-5px, 0, 0)
  }

  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0)
  }
}

@keyframes bounceInRight {

  0%,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
    animation-timing-function: cubic-bezier(.215, .61, .355, 1)
  }

  0% {
    opacity: 0;
    -webkit-transform: translate3d(3000px, 0, 0);
    transform: translate3d(3000px, 0, 0)
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(-25px, 0, 0);
    transform: translate3d(-25px, 0, 0)
  }

  75% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0)
  }

  90% {
    -webkit-transform: translate3d(-5px, 0, 0);
    transform: translate3d(-5px, 0, 0)
  }

  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0)
  }
}

.bounceInRight {
  -webkit-animation-name: bounceInRight;
  animation-name: bounceInRight
}

@-webkit-keyframes bounceInUp {

  0%,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
    animation-timing-function: cubic-bezier(.215, .61, .355, 1)
  }

  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 3000px, 0);
    transform: translate3d(0, 3000px, 0)
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0)
  }

  75% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0)
  }

  90% {
    -webkit-transform: translate3d(0, -5px, 0);
    transform: translate3d(0, -5px, 0)
  }

  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0)
  }
}

@keyframes bounceInUp {

  0%,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
    animation-timing-function: cubic-bezier(.215, .61, .355, 1)
  }

  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 3000px, 0);
    transform: translate3d(0, 3000px, 0)
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0)
  }

  75% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0)
  }

  90% {
    -webkit-transform: translate3d(0, -5px, 0);
    transform: translate3d(0, -5px, 0)
  }

  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0)
  }
}

.bounceInUp {
  -webkit-animation-name: bounceInUp;
  animation-name: bounceInUp
}

@-webkit-keyframes bounceOut {
  20% {
    -webkit-transform: scale3d(.9, .9, .9);
    transform: scale3d(.9, .9, .9)
  }

  50%,
  55% {
    opacity: 1;
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1)
  }

  to {
    opacity: 0;
    -webkit-transform: scale3d(.3, .3, .3);
    transform: scale3d(.3, .3, .3)
  }
}

@keyframes bounceOut {
  20% {
    -webkit-transform: scale3d(.9, .9, .9);
    transform: scale3d(.9, .9, .9)
  }

  50%,
  55% {
    opacity: 1;
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1)
  }

  to {
    opacity: 0;
    -webkit-transform: scale3d(.3, .3, .3);
    transform: scale3d(.3, .3, .3)
  }
}

.bounceOut {
  -webkit-animation-duration: .75s;
  animation-duration: .75s;
  -webkit-animation-name: bounceOut;
  animation-name: bounceOut
}

@-webkit-keyframes bounceOutDown {
  20% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0)
  }

  40%,
  45% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0)
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0)
  }
}

@keyframes bounceOutDown {
  20% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0)
  }

  40%,
  45% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0)
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0)
  }
}

.bounceOutDown {
  -webkit-animation-name: bounceOutDown;
  animation-name: bounceOutDown
}

@-webkit-keyframes bounceOutLeft {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(20px, 0, 0);
    transform: translate3d(20px, 0, 0)
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0)
  }
}

@keyframes bounceOutLeft {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(20px, 0, 0);
    transform: translate3d(20px, 0, 0)
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0)
  }
}

.bounceOutLeft {
  -webkit-animation-name: bounceOutLeft;
  animation-name: bounceOutLeft
}

@-webkit-keyframes bounceOutRight {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(-20px, 0, 0);
    transform: translate3d(-20px, 0, 0)
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0)
  }
}

@keyframes bounceOutRight {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(-20px, 0, 0);
    transform: translate3d(-20px, 0, 0)
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0)
  }
}

.bounceOutRight {
  -webkit-animation-name: bounceOutRight;
  animation-name: bounceOutRight
}

@-webkit-keyframes bounceOutUp {
  20% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0)
  }

  40%,
  45% {
    opacity: 1;
    -webkit-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0)
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0)
  }
}

@keyframes bounceOutUp {
  20% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0)
  }

  40%,
  45% {
    opacity: 1;
    -webkit-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0)
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0)
  }
}

.bounceOutUp {
  -webkit-animation-name: bounceOutUp;
  animation-name: bounceOutUp
}

@-webkit-keyframes fadeIn {
  0% {
    opacity: 0
  }

  to {
    opacity: 1
  }
}

@keyframes fadeIn {
  0% {
    opacity: 0
  }

  to {
    opacity: 1
  }
}

.fadeIn {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn
}

@-webkit-keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0)
  }

  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0)
  }
}

@keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0)
  }

  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0)
  }
}

.fadeInDown {
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown
}

@-webkit-keyframes fadeInDownBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0)
  }

  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0)
  }
}

@keyframes fadeInDownBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0)
  }

  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0)
  }
}

.fadeInDownBig {
  -webkit-animation-name: fadeInDownBig;
  animation-name: fadeInDownBig
}

@-webkit-keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0)
  }

  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0)
  }
}

@keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0)
  }

  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0)
  }
}

.fadeInLeft {
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft
}

@-webkit-keyframes fadeInLeftBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0)
  }

  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0)
  }
}

@keyframes fadeInLeftBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0)
  }

  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0)
  }
}

.fadeInLeftBig {
  -webkit-animation-name: fadeInLeftBig;
  animation-name: fadeInLeftBig
}

@-webkit-keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0)
  }

  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0)
  }
}

@keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0)
  }

  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0)
  }
}

.fadeInRight {
  -webkit-animation-name: fadeInRight;
  animation-name: fadeInRight
}

@-webkit-keyframes fadeInRightBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0)
  }

  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0)
  }
}

@keyframes fadeInRightBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0)
  }

  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0)
  }
}

.fadeInRightBig {
  -webkit-animation-name: fadeInRightBig;
  animation-name: fadeInRightBig
}

@-webkit-keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0)
  }

  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0)
  }
}

@keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0)
  }

  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0)
  }
}

.fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp
}

@-webkit-keyframes fadeInUpBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0)
  }

  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0)
  }
}

@keyframes fadeInUpBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0)
  }

  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0)
  }
}

.fadeInUpBig {
  -webkit-animation-name: fadeInUpBig;
  animation-name: fadeInUpBig
}

@-webkit-keyframes fadeOut {
  0% {
    opacity: 1
  }

  to {
    opacity: 0
  }
}

@keyframes fadeOut {
  0% {
    opacity: 1
  }

  to {
    opacity: 0
  }
}

.fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut
}

@-webkit-keyframes fadeOutDown {
  0% {
    opacity: 1
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0)
  }
}

@keyframes fadeOutDown {
  0% {
    opacity: 1
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0)
  }
}

.fadeOutDown {
  -webkit-animation-name: fadeOutDown;
  animation-name: fadeOutDown
}

@-webkit-keyframes fadeOutDownBig {
  0% {
    opacity: 1
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0)
  }
}

@keyframes fadeOutDownBig {
  0% {
    opacity: 1
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0)
  }
}

.fadeOutDownBig {
  -webkit-animation-name: fadeOutDownBig;
  animation-name: fadeOutDownBig
}

@-webkit-keyframes fadeOutLeft {
  0% {
    opacity: 1
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0)
  }
}

@keyframes fadeOutLeft {
  0% {
    opacity: 1
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0)
  }
}

.fadeOutLeft {
  -webkit-animation-name: fadeOutLeft;
  animation-name: fadeOutLeft
}

@-webkit-keyframes fadeOutLeftBig {
  0% {
    opacity: 1
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0)
  }
}

@keyframes fadeOutLeftBig {
  0% {
    opacity: 1
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0)
  }
}

.fadeOutLeftBig {
  -webkit-animation-name: fadeOutLeftBig;
  animation-name: fadeOutLeftBig
}

@-webkit-keyframes fadeOutRight {
  0% {
    opacity: 1
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0)
  }
}

@keyframes fadeOutRight {
  0% {
    opacity: 1
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0)
  }
}

.fadeOutRight {
  -webkit-animation-name: fadeOutRight;
  animation-name: fadeOutRight
}

@-webkit-keyframes fadeOutRightBig {
  0% {
    opacity: 1
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0)
  }
}

@keyframes fadeOutRightBig {
  0% {
    opacity: 1
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0)
  }
}

.fadeOutRightBig {
  -webkit-animation-name: fadeOutRightBig;
  animation-name: fadeOutRightBig
}

@-webkit-keyframes fadeOutUp {
  0% {
    opacity: 1
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0)
  }
}

@keyframes fadeOutUp {
  0% {
    opacity: 1
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0)
  }
}

.fadeOutUp {
  -webkit-animation-name: fadeOutUp;
  animation-name: fadeOutUp
}

@-webkit-keyframes fadeOutUpBig {
  0% {
    opacity: 1
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0)
  }
}

@keyframes fadeOutUpBig {
  0% {
    opacity: 1
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0)
  }
}

.fadeOutUpBig {
  -webkit-animation-name: fadeOutUpBig;
  animation-name: fadeOutUpBig
}

@-webkit-keyframes flip {
  0% {
    -webkit-transform: perspective(400px) rotateY(-1turn);
    transform: perspective(400px) rotateY(-1turn);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out
  }

  40% {
    -webkit-transform: perspective(400px) translateZ(150px) rotateY(-190deg);
    transform: perspective(400px) translateZ(150px) rotateY(-190deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out
  }

  50% {
    -webkit-transform: perspective(400px) translateZ(150px) rotateY(-170deg);
    transform: perspective(400px) translateZ(150px) rotateY(-170deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in
  }

  80% {
    -webkit-transform: perspective(400px) scale3d(.95, .95, .95);
    transform: perspective(400px) scale3d(.95, .95, .95);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in
  }

  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in
  }
}

@keyframes flip {
  0% {
    -webkit-transform: perspective(400px) rotateY(-1turn);
    transform: perspective(400px) rotateY(-1turn);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out
  }

  40% {
    -webkit-transform: perspective(400px) translateZ(150px) rotateY(-190deg);
    transform: perspective(400px) translateZ(150px) rotateY(-190deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out
  }

  50% {
    -webkit-transform: perspective(400px) translateZ(150px) rotateY(-170deg);
    transform: perspective(400px) translateZ(150px) rotateY(-170deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in
  }

  80% {
    -webkit-transform: perspective(400px) scale3d(.95, .95, .95);
    transform: perspective(400px) scale3d(.95, .95, .95);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in
  }

  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in
  }
}

.animated.flip {
  -webkit-backface-visibility: visible;
  backface-visibility: visible;
  -webkit-animation-name: flip;
  animation-name: flip
}

@-webkit-keyframes flipInX {
  0% {
    -webkit-transform: perspective(400px) rotateX(90deg);
    transform: perspective(400px) rotateX(90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0
  }

  40% {
    -webkit-transform: perspective(400px) rotateX(-20deg);
    transform: perspective(400px) rotateX(-20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in
  }

  60% {
    -webkit-transform: perspective(400px) rotateX(10deg);
    transform: perspective(400px) rotateX(10deg);
    opacity: 1
  }

  80% {
    -webkit-transform: perspective(400px) rotateX(-5deg);
    transform: perspective(400px) rotateX(-5deg)
  }

  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px)
  }
}

@keyframes flipInX {
  0% {
    -webkit-transform: perspective(400px) rotateX(90deg);
    transform: perspective(400px) rotateX(90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0
  }

  40% {
    -webkit-transform: perspective(400px) rotateX(-20deg);
    transform: perspective(400px) rotateX(-20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in
  }

  60% {
    -webkit-transform: perspective(400px) rotateX(10deg);
    transform: perspective(400px) rotateX(10deg);
    opacity: 1
  }

  80% {
    -webkit-transform: perspective(400px) rotateX(-5deg);
    transform: perspective(400px) rotateX(-5deg)
  }

  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px)
  }
}

.flipInX {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipInX;
  animation-name: flipInX
}

@-webkit-keyframes flipInY {
  0% {
    -webkit-transform: perspective(400px) rotateY(90deg);
    transform: perspective(400px) rotateY(90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0
  }

  40% {
    -webkit-transform: perspective(400px) rotateY(-20deg);
    transform: perspective(400px) rotateY(-20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in
  }

  60% {
    -webkit-transform: perspective(400px) rotateY(10deg);
    transform: perspective(400px) rotateY(10deg);
    opacity: 1
  }

  80% {
    -webkit-transform: perspective(400px) rotateY(-5deg);
    transform: perspective(400px) rotateY(-5deg)
  }

  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px)
  }
}

@keyframes flipInY {
  0% {
    -webkit-transform: perspective(400px) rotateY(90deg);
    transform: perspective(400px) rotateY(90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0
  }

  40% {
    -webkit-transform: perspective(400px) rotateY(-20deg);
    transform: perspective(400px) rotateY(-20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in
  }

  60% {
    -webkit-transform: perspective(400px) rotateY(10deg);
    transform: perspective(400px) rotateY(10deg);
    opacity: 1
  }

  80% {
    -webkit-transform: perspective(400px) rotateY(-5deg);
    transform: perspective(400px) rotateY(-5deg)
  }

  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px)
  }
}

.flipInY {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipInY;
  animation-name: flipInY
}

@-webkit-keyframes flipOutX {
  0% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px)
  }

  30% {
    -webkit-transform: perspective(400px) rotateX(-20deg);
    transform: perspective(400px) rotateX(-20deg);
    opacity: 1
  }

  to {
    -webkit-transform: perspective(400px) rotateX(90deg);
    transform: perspective(400px) rotateX(90deg);
    opacity: 0
  }
}

@keyframes flipOutX {
  0% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px)
  }

  30% {
    -webkit-transform: perspective(400px) rotateX(-20deg);
    transform: perspective(400px) rotateX(-20deg);
    opacity: 1
  }

  to {
    -webkit-transform: perspective(400px) rotateX(90deg);
    transform: perspective(400px) rotateX(90deg);
    opacity: 0
  }
}

.flipOutX {
  -webkit-animation-duration: .75s;
  animation-duration: .75s;
  -webkit-animation-name: flipOutX;
  animation-name: flipOutX;
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important
}

@-webkit-keyframes flipOutY {
  0% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px)
  }

  30% {
    -webkit-transform: perspective(400px) rotateY(-15deg);
    transform: perspective(400px) rotateY(-15deg);
    opacity: 1
  }

  to {
    -webkit-transform: perspective(400px) rotateY(90deg);
    transform: perspective(400px) rotateY(90deg);
    opacity: 0
  }
}

@keyframes flipOutY {
  0% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px)
  }

  30% {
    -webkit-transform: perspective(400px) rotateY(-15deg);
    transform: perspective(400px) rotateY(-15deg);
    opacity: 1
  }

  to {
    -webkit-transform: perspective(400px) rotateY(90deg);
    transform: perspective(400px) rotateY(90deg);
    opacity: 0
  }
}

.flipOutY {
  -webkit-animation-duration: .75s;
  animation-duration: .75s;
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipOutY;
  animation-name: flipOutY
}

@-webkit-keyframes lightSpeedIn {
  0% {
    -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
    transform: translate3d(100%, 0, 0) skewX(-30deg);
    opacity: 0
  }

  60% {
    -webkit-transform: skewX(20deg);
    transform: skewX(20deg);
    opacity: 1
  }

  80% {
    -webkit-transform: skewX(-5deg);
    transform: skewX(-5deg);
    opacity: 1
  }

  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    opacity: 1
  }
}

@keyframes lightSpeedIn {
  0% {
    -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
    transform: translate3d(100%, 0, 0) skewX(-30deg);
    opacity: 0
  }

  60% {
    -webkit-transform: skewX(20deg);
    transform: skewX(20deg);
    opacity: 1
  }

  80% {
    -webkit-transform: skewX(-5deg);
    transform: skewX(-5deg);
    opacity: 1
  }

  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    opacity: 1
  }
}

.lightSpeedIn {
  -webkit-animation-name: lightSpeedIn;
  animation-name: lightSpeedIn;
  -webkit-animation-timing-function: ease-out;
  animation-timing-function: ease-out
}

@-webkit-keyframes lightSpeedOut {
  0% {
    opacity: 1
  }

  to {
    -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
    transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0
  }
}

@keyframes lightSpeedOut {
  0% {
    opacity: 1
  }

  to {
    -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
    transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0
  }
}

.lightSpeedOut {
  -webkit-animation-name: lightSpeedOut;
  animation-name: lightSpeedOut;
  -webkit-animation-timing-function: ease-in;
  animation-timing-function: ease-in
}

@-webkit-keyframes rotateIn {
  0% {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate(-200deg);
    transform: rotate(-200deg);
    opacity: 0
  }

  to {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    opacity: 1
  }
}

@keyframes rotateIn {
  0% {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate(-200deg);
    transform: rotate(-200deg);
    opacity: 0
  }

  to {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    opacity: 1
  }
}

.rotateIn {
  -webkit-animation-name: rotateIn;
  animation-name: rotateIn
}

@-webkit-keyframes rotateInDownLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    opacity: 0
  }

  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    opacity: 1
  }
}

@keyframes rotateInDownLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    opacity: 0
  }

  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    opacity: 1
  }
}

.rotateInDownLeft {
  -webkit-animation-name: rotateInDownLeft;
  animation-name: rotateInDownLeft
}

@-webkit-keyframes rotateInDownRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    opacity: 0
  }

  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    opacity: 1
  }
}

@keyframes rotateInDownRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    opacity: 0
  }

  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    opacity: 1
  }
}

.rotateInDownRight {
  -webkit-animation-name: rotateInDownRight;
  animation-name: rotateInDownRight
}

@-webkit-keyframes rotateInUpLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    opacity: 0
  }

  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    opacity: 1
  }
}

@keyframes rotateInUpLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    opacity: 0
  }

  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    opacity: 1
  }
}

.rotateInUpLeft {
  -webkit-animation-name: rotateInUpLeft;
  animation-name: rotateInUpLeft
}

@-webkit-keyframes rotateInUpRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    opacity: 0
  }

  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    opacity: 1
  }
}

@keyframes rotateInUpRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    opacity: 0
  }

  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    opacity: 1
  }
}

.rotateInUpRight {
  -webkit-animation-name: rotateInUpRight;
  animation-name: rotateInUpRight
}

@-webkit-keyframes rotateOut {
  0% {
    -webkit-transform-origin: center;
    transform-origin: center;
    opacity: 1
  }

  to {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate(200deg);
    transform: rotate(200deg);
    opacity: 0
  }
}

@keyframes rotateOut {
  0% {
    -webkit-transform-origin: center;
    transform-origin: center;
    opacity: 1
  }

  to {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate(200deg);
    transform: rotate(200deg);
    opacity: 0
  }
}

.rotateOut {
  -webkit-animation-name: rotateOut;
  animation-name: rotateOut
}

@-webkit-keyframes rotateOutDownLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1
  }

  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    opacity: 0
  }
}

@keyframes rotateOutDownLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1
  }

  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    opacity: 0
  }
}

.rotateOutDownLeft {
  -webkit-animation-name: rotateOutDownLeft;
  animation-name: rotateOutDownLeft
}

@-webkit-keyframes rotateOutDownRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1
  }

  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    opacity: 0
  }
}

@keyframes rotateOutDownRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1
  }

  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    opacity: 0
  }
}

.rotateOutDownRight {
  -webkit-animation-name: rotateOutDownRight;
  animation-name: rotateOutDownRight
}

@-webkit-keyframes rotateOutUpLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1
  }

  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    opacity: 0
  }
}

@keyframes rotateOutUpLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1
  }

  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    opacity: 0
  }
}

.rotateOutUpLeft {
  -webkit-animation-name: rotateOutUpLeft;
  animation-name: rotateOutUpLeft
}

@-webkit-keyframes rotateOutUpRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1
  }

  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    opacity: 0
  }
}

@keyframes rotateOutUpRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1
  }

  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    opacity: 0
  }
}

.rotateOutUpRight {
  -webkit-animation-name: rotateOutUpRight;
  animation-name: rotateOutUpRight
}

@-webkit-keyframes hinge {
  0% {
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out
  }

  20%,
  60% {
    -webkit-transform: rotate(80deg);
    transform: rotate(80deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out
  }

  40%,
  80% {
    -webkit-transform: rotate(60deg);
    transform: rotate(60deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    opacity: 1
  }

  to {
    -webkit-transform: translate3d(0, 700px, 0);
    transform: translate3d(0, 700px, 0);
    opacity: 0
  }
}

@keyframes hinge {
  0% {
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out
  }

  20%,
  60% {
    -webkit-transform: rotate(80deg);
    transform: rotate(80deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out
  }

  40%,
  80% {
    -webkit-transform: rotate(60deg);
    transform: rotate(60deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    opacity: 1
  }

  to {
    -webkit-transform: translate3d(0, 700px, 0);
    transform: translate3d(0, 700px, 0);
    opacity: 0
  }
}

.hinge {
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
  -webkit-animation-name: hinge;
  animation-name: hinge
}

@-webkit-keyframes jackInTheBox {
  0% {
    opacity: 0;
    -webkit-transform: scale(.1) rotate(30deg);
    transform: scale(.1) rotate(30deg);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom
  }

  50% {
    -webkit-transform: rotate(-10deg);
    transform: rotate(-10deg)
  }

  70% {
    -webkit-transform: rotate(3deg);
    transform: rotate(3deg)
  }

  to {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1)
  }
}

@keyframes jackInTheBox {
  0% {
    opacity: 0;
    -webkit-transform: scale(.1) rotate(30deg);
    transform: scale(.1) rotate(30deg);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom
  }

  50% {
    -webkit-transform: rotate(-10deg);
    transform: rotate(-10deg)
  }

  70% {
    -webkit-transform: rotate(3deg);
    transform: rotate(3deg)
  }

  to {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1)
  }
}

.jackInTheBox {
  -webkit-animation-name: jackInTheBox;
  animation-name: jackInTheBox
}

@-webkit-keyframes rollIn {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0) rotate(-120deg);
    transform: translate3d(-100%, 0, 0) rotate(-120deg)
  }

  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0)
  }
}

@keyframes rollIn {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0) rotate(-120deg);
    transform: translate3d(-100%, 0, 0) rotate(-120deg)
  }

  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0)
  }
}

.rollIn {
  -webkit-animation-name: rollIn;
  animation-name: rollIn
}

@-webkit-keyframes rollOut {
  0% {
    opacity: 1
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0) rotate(120deg);
    transform: translate3d(100%, 0, 0) rotate(120deg)
  }
}

@keyframes rollOut {
  0% {
    opacity: 1
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0) rotate(120deg);
    transform: translate3d(100%, 0, 0) rotate(120deg)
  }
}

.rollOut {
  -webkit-animation-name: rollOut;
  animation-name: rollOut
}

@-webkit-keyframes zoomIn {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(.3, .3, .3);
    transform: scale3d(.3, .3, .3)
  }

  50% {
    opacity: 1
  }
}

@keyframes zoomIn {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(.3, .3, .3);
    transform: scale3d(.3, .3, .3)
  }

  50% {
    opacity: 1
  }
}

.zoomIn {
  -webkit-animation-name: zoomIn;
  animation-name: zoomIn
}

@-webkit-keyframes zoomInDown {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
    transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
    animation-timing-function: cubic-bezier(.55, .055, .675, .19)
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
    transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
    animation-timing-function: cubic-bezier(.175, .885, .32, 1)
  }
}

@keyframes zoomInDown {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
    transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
    animation-timing-function: cubic-bezier(.55, .055, .675, .19)
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
    transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
    animation-timing-function: cubic-bezier(.175, .885, .32, 1)
  }
}

.zoomInDown {
  -webkit-animation-name: zoomInDown;
  animation-name: zoomInDown
}

@-webkit-keyframes zoomInLeft {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
    transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
    animation-timing-function: cubic-bezier(.55, .055, .675, .19)
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0);
    transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
    animation-timing-function: cubic-bezier(.175, .885, .32, 1)
  }
}

@keyframes zoomInLeft {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
    transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
    animation-timing-function: cubic-bezier(.55, .055, .675, .19)
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0);
    transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
    animation-timing-function: cubic-bezier(.175, .885, .32, 1)
  }
}

.zoomInLeft {
  -webkit-animation-name: zoomInLeft;
  animation-name: zoomInLeft
}

@-webkit-keyframes zoomInRight {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
    transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
    animation-timing-function: cubic-bezier(.55, .055, .675, .19)
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0);
    transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
    animation-timing-function: cubic-bezier(.175, .885, .32, 1)
  }
}

@keyframes zoomInRight {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
    transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
    animation-timing-function: cubic-bezier(.55, .055, .675, .19)
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0);
    transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
    animation-timing-function: cubic-bezier(.175, .885, .32, 1)
  }
}

.zoomInRight {
  -webkit-animation-name: zoomInRight;
  animation-name: zoomInRight
}

@-webkit-keyframes zoomInUp {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0);
    transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
    animation-timing-function: cubic-bezier(.55, .055, .675, .19)
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
    transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
    animation-timing-function: cubic-bezier(.175, .885, .32, 1)
  }
}

@keyframes zoomInUp {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0);
    transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
    animation-timing-function: cubic-bezier(.55, .055, .675, .19)
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
    transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
    animation-timing-function: cubic-bezier(.175, .885, .32, 1)
  }
}

.zoomInUp {
  -webkit-animation-name: zoomInUp;
  animation-name: zoomInUp
}

@-webkit-keyframes zoomOut {
  0% {
    opacity: 1
  }

  50% {
    opacity: 0;
    -webkit-transform: scale3d(.3, .3, .3);
    transform: scale3d(.3, .3, .3)
  }

  to {
    opacity: 0
  }
}

@keyframes zoomOut {
  0% {
    opacity: 1
  }

  50% {
    opacity: 0;
    -webkit-transform: scale3d(.3, .3, .3);
    transform: scale3d(.3, .3, .3)
  }

  to {
    opacity: 0
  }
}

.zoomOut {
  -webkit-animation-name: zoomOut;
  animation-name: zoomOut
}

@-webkit-keyframes zoomOutDown {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
    transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
    animation-timing-function: cubic-bezier(.55, .055, .675, .19)
  }

  to {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(0, 2000px, 0);
    transform: scale3d(.1, .1, .1) translate3d(0, 2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
    animation-timing-function: cubic-bezier(.175, .885, .32, 1)
  }
}

@keyframes zoomOutDown {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
    transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
    animation-timing-function: cubic-bezier(.55, .055, .675, .19)
  }

  to {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(0, 2000px, 0);
    transform: scale3d(.1, .1, .1) translate3d(0, 2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
    animation-timing-function: cubic-bezier(.175, .885, .32, 1)
  }
}

.zoomOutDown {
  -webkit-animation-name: zoomOutDown;
  animation-name: zoomOutDown
}

@-webkit-keyframes zoomOutLeft {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(42px, 0, 0);
    transform: scale3d(.475, .475, .475) translate3d(42px, 0, 0)
  }

  to {
    opacity: 0;
    -webkit-transform: scale(.1) translate3d(-2000px, 0, 0);
    transform: scale(.1) translate3d(-2000px, 0, 0);
    -webkit-transform-origin: left center;
    transform-origin: left center
  }
}

@keyframes zoomOutLeft {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(42px, 0, 0);
    transform: scale3d(.475, .475, .475) translate3d(42px, 0, 0)
  }

  to {
    opacity: 0;
    -webkit-transform: scale(.1) translate3d(-2000px, 0, 0);
    transform: scale(.1) translate3d(-2000px, 0, 0);
    -webkit-transform-origin: left center;
    transform-origin: left center
  }
}

.zoomOutLeft {
  -webkit-animation-name: zoomOutLeft;
  animation-name: zoomOutLeft
}

@-webkit-keyframes zoomOutRight {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(-42px, 0, 0);
    transform: scale3d(.475, .475, .475) translate3d(-42px, 0, 0)
  }

  to {
    opacity: 0;
    -webkit-transform: scale(.1) translate3d(2000px, 0, 0);
    transform: scale(.1) translate3d(2000px, 0, 0);
    -webkit-transform-origin: right center;
    transform-origin: right center
  }
}

@keyframes zoomOutRight {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(-42px, 0, 0);
    transform: scale3d(.475, .475, .475) translate3d(-42px, 0, 0)
  }

  to {
    opacity: 0;
    -webkit-transform: scale(.1) translate3d(2000px, 0, 0);
    transform: scale(.1) translate3d(2000px, 0, 0);
    -webkit-transform-origin: right center;
    transform-origin: right center
  }
}

.zoomOutRight {
  -webkit-animation-name: zoomOutRight;
  animation-name: zoomOutRight
}

@-webkit-keyframes zoomOutUp {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
    transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
    animation-timing-function: cubic-bezier(.55, .055, .675, .19)
  }

  to {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(0, -2000px, 0);
    transform: scale3d(.1, .1, .1) translate3d(0, -2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
    animation-timing-function: cubic-bezier(.175, .885, .32, 1)
  }
}

@keyframes zoomOutUp {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
    transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
    animation-timing-function: cubic-bezier(.55, .055, .675, .19)
  }

  to {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(0, -2000px, 0);
    transform: scale3d(.1, .1, .1) translate3d(0, -2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
    animation-timing-function: cubic-bezier(.175, .885, .32, 1)
  }
}

.zoomOutUp {
  -webkit-animation-name: zoomOutUp;
  animation-name: zoomOutUp
}

@-webkit-keyframes slideInDown {
  0% {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
    visibility: visible
  }

  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0)
  }
}

@keyframes slideInDown {
  0% {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
    visibility: visible
  }

  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0)
  }
}

.slideInDown {
  -webkit-animation-name: slideInDown;
  animation-name: slideInDown
}

@-webkit-keyframes slideInLeft {
  0% {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    visibility: visible
  }

  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0)
  }
}

@keyframes slideInLeft {
  0% {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    visibility: visible
  }

  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0)
  }
}

.slideInLeft {
  -webkit-animation-name: slideInLeft;
  animation-name: slideInLeft
}

@-webkit-keyframes slideInRight {
  0% {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    visibility: visible
  }

  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0)
  }
}

@keyframes slideInRight {
  0% {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    visibility: visible
  }

  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0)
  }
}

.slideInRight {
  -webkit-animation-name: slideInRight;
  animation-name: slideInRight
}

@-webkit-keyframes slideInUp {
  0% {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    visibility: visible
  }

  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0)
  }
}

@keyframes slideInUp {
  0% {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    visibility: visible
  }

  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0)
  }
}

.slideInUp {
  -webkit-animation-name: slideInUp;
  animation-name: slideInUp
}

@-webkit-keyframes slideOutDown {
  0% {
    -webkit-transform: translateZ(0);
    transform: translateZ(0)
  }

  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0)
  }
}

@keyframes slideOutDown {
  0% {
    -webkit-transform: translateZ(0);
    transform: translateZ(0)
  }

  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0)
  }
}

.slideOutDown {
  -webkit-animation-name: slideOutDown;
  animation-name: slideOutDown
}

@-webkit-keyframes slideOutLeft {
  0% {
    -webkit-transform: translateZ(0);
    transform: translateZ(0)
  }

  to {
    visibility: hidden;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0)
  }
}

@keyframes slideOutLeft {
  0% {
    -webkit-transform: translateZ(0);
    transform: translateZ(0)
  }

  to {
    visibility: hidden;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0)
  }
}

.slideOutLeft {
  -webkit-animation-name: slideOutLeft;
  animation-name: slideOutLeft
}

@-webkit-keyframes slideOutRight {
  0% {
    -webkit-transform: translateZ(0);
    transform: translateZ(0)
  }

  to {
    visibility: hidden;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0)
  }
}

@keyframes slideOutRight {
  0% {
    -webkit-transform: translateZ(0);
    transform: translateZ(0)
  }

  to {
    visibility: hidden;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0)
  }
}

.slideOutRight {
  -webkit-animation-name: slideOutRight;
  animation-name: slideOutRight
}

@-webkit-keyframes slideOutUp {
  0% {
    -webkit-transform: translateZ(0);
    transform: translateZ(0)
  }

  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0)
  }
}

@keyframes slideOutUp {
  0% {
    -webkit-transform: translateZ(0);
    transform: translateZ(0)
  }

  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0)
  }
}

.slideOutUp {
  -webkit-animation-name: slideOutUp;
  animation-name: slideOutUp
}

/*!
 * Bootstrap v3.3.5 (http://getbootstrap.com)
 * Copyright 2011-2015 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */



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

.img-thumbnail {
  padding: 4px;
  line-height: 1.42857143;
  background-color: #ffffff;
  border: 1px solid #dddddd;
  border-radius: 4px;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  display: inline-block;
  max-width: 100%;
  height: auto;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

.sr-only-focusable:active,
.sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}

[role="button"] {
  cursor: pointer;
}

.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}

.row {
  margin-left: -15px;
  margin-right: -15px;
}

.col-xs-1,
.col-sm-1,
.col-md-1,
.col-lg-1,
.col-xs-2,
.col-sm-2,
.col-md-2,
.col-lg-2,
.col-xs-3,
.col-sm-3,
.col-md-3,
.col-lg-3,
.col-xs-4,
.col-sm-4,
.col-md-4,
.col-lg-4,
.col-xs-5,
.col-sm-5,
.col-md-5,
.col-lg-5,
.col-xs-6,
.col-sm-6,
.col-md-6,
.col-lg-6,
.col-xs-7,
.col-sm-7,
.col-md-7,
.col-lg-7,
.col-xs-8,
.col-sm-8,
.col-md-8,
.col-lg-8,
.col-xs-9,
.col-sm-9,
.col-md-9,
.col-lg-9,
.col-xs-10,
.col-sm-10,
.col-md-10,
.col-lg-10,
.col-xs-11,
.col-sm-11,
.col-md-11,
.col-lg-11,
.col-xs-12,
.col-sm-12,
.col-md-12,
.col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}

.col-xs-1,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9,
.col-xs-10,
.col-xs-11,
.col-xs-12 {
  float: left;
}

.col-xs-12 {
  width: 100%;
}

.col-xs-11 {
  width: 91.66666667%;
}

.col-xs-10 {
  width: 83.33333333%;
}

.col-xs-9 {
  width: 75%;
}

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

.col-xs-7 {
  width: 58.33333333%;
}

.col-xs-6 {
  width: 50%;
}

.col-xs-5 {
  width: 41.66666667%;
}

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

.col-xs-3 {
  width: 25%;
}

.col-xs-2 {
  width: 16.66666667%;
}

.col-xs-1 {
  width: 8.33333333%;
}

.col-xs-pull-12 {
  right: 100%;
}

.col-xs-pull-11 {
  right: 91.66666667%;
}

.col-xs-pull-10 {
  right: 83.33333333%;
}

.col-xs-pull-9 {
  right: 75%;
}

.col-xs-pull-8 {
  right: 66.66666667%;
}

.col-xs-pull-7 {
  right: 58.33333333%;
}

.col-xs-pull-6 {
  right: 50%;
}

.col-xs-pull-5 {
  right: 41.66666667%;
}

.col-xs-pull-4 {
  right: 33.33333333%;
}

.col-xs-pull-3 {
  right: 25%;
}

.col-xs-pull-2 {
  right: 16.66666667%;
}

.col-xs-pull-1 {
  right: 8.33333333%;
}

.col-xs-pull-0 {
  right: auto;
}

.col-xs-push-12 {
  left: 100%;
}

.col-xs-push-11 {
  left: 91.66666667%;
}

.col-xs-push-10 {
  left: 83.33333333%;
}

.col-xs-push-9 {
  left: 75%;
}

.col-xs-push-8 {
  left: 66.66666667%;
}

.col-xs-push-7 {
  left: 58.33333333%;
}

.col-xs-push-6 {
  left: 50%;
}

.col-xs-push-5 {
  left: 41.66666667%;
}

.col-xs-push-4 {
  left: 33.33333333%;
}

.col-xs-push-3 {
  left: 25%;
}

.col-xs-push-2 {
  left: 16.66666667%;
}

.col-xs-push-1 {
  left: 8.33333333%;
}

.col-xs-push-0 {
  left: auto;
}

.col-xs-offset-12 {
  margin-left: 100%;
}

.col-xs-offset-11 {
  margin-left: 91.66666667%;
}

.col-xs-offset-10 {
  margin-left: 83.33333333%;
}

.col-xs-offset-9 {
  margin-left: 75%;
}

.col-xs-offset-8 {
  margin-left: 66.66666667%;
}

.col-xs-offset-7 {
  margin-left: 58.33333333%;
}

.col-xs-offset-6 {
  margin-left: 50%;
}

.col-xs-offset-5 {
  margin-left: 41.66666667%;
}

.col-xs-offset-4 {
  margin-left: 33.33333333%;
}

.col-xs-offset-3 {
  margin-left: 25%;
}

.col-xs-offset-2 {
  margin-left: 16.66666667%;
}

.col-xs-offset-1 {
  margin-left: 8.33333333%;
}

.col-xs-offset-0 {
  margin-left: 0%;
}

@media (min-width: 768px) {

  .col-sm-1,
  .col-sm-2,
  .col-sm-3,
  .col-sm-4,
  .col-sm-5,
  .col-sm-6,
  .col-sm-7,
  .col-sm-8,
  .col-sm-9,
  .col-sm-10,
  .col-sm-11,
  .col-sm-12 {
    float: left;
  }

  .col-sm-12 {
    width: 100%;
  }

  .col-sm-11 {
    width: 91.66666667%;
  }

  .col-sm-10 {
    width: 83.33333333%;
  }

  .col-sm-9 {
    width: 75%;
  }

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

  .col-sm-7 {
    width: 58.33333333%;
  }

  .col-sm-6 {
    width: 50%;
  }

  .col-sm-5 {
    width: 41.66666667%;
  }

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

  .col-sm-3 {
    width: 25%;
  }

  .col-sm-2 {
    width: 16.66666667%;
  }

  .col-sm-1 {
    width: 8.33333333%;
  }

  .col-sm-pull-12 {
    right: 100%;
  }

  .col-sm-pull-11 {
    right: 91.66666667%;
  }

  .col-sm-pull-10 {
    right: 83.33333333%;
  }

  .col-sm-pull-9 {
    right: 75%;
  }

  .col-sm-pull-8 {
    right: 66.66666667%;
  }

  .col-sm-pull-7 {
    right: 58.33333333%;
  }

  .col-sm-pull-6 {
    right: 50%;
  }

  .col-sm-pull-5 {
    right: 41.66666667%;
  }

  .col-sm-pull-4 {
    right: 33.33333333%;
  }

  .col-sm-pull-3 {
    right: 25%;
  }

  .col-sm-pull-2 {
    right: 16.66666667%;
  }

  .col-sm-pull-1 {
    right: 8.33333333%;
  }

  .col-sm-pull-0 {
    right: auto;
  }

  .col-sm-push-12 {
    left: 100%;
  }

  .col-sm-push-11 {
    left: 91.66666667%;
  }

  .col-sm-push-10 {
    left: 83.33333333%;
  }

  .col-sm-push-9 {
    left: 75%;
  }

  .col-sm-push-8 {
    left: 66.66666667%;
  }

  .col-sm-push-7 {
    left: 58.33333333%;
  }

  .col-sm-push-6 {
    left: 50%;
  }

  .col-sm-push-5 {
    left: 41.66666667%;
  }

  .col-sm-push-4 {
    left: 33.33333333%;
  }

  .col-sm-push-3 {
    left: 25%;
  }

  .col-sm-push-2 {
    left: 16.66666667%;
  }

  .col-sm-push-1 {
    left: 8.33333333%;
  }

  .col-sm-push-0 {
    left: auto;
  }

  .col-sm-offset-12 {
    margin-left: 100%;
  }

  .col-sm-offset-11 {
    margin-left: 91.66666667%;
  }

  .col-sm-offset-10 {
    margin-left: 83.33333333%;
  }

  .col-sm-offset-9 {
    margin-left: 75%;
  }

  .col-sm-offset-8 {
    margin-left: 66.66666667%;
  }

  .col-sm-offset-7 {
    margin-left: 58.33333333%;
  }

  .col-sm-offset-6 {
    margin-left: 50%;
  }

  .col-sm-offset-5 {
    margin-left: 41.66666667%;
  }

  .col-sm-offset-4 {
    margin-left: 33.33333333%;
  }

  .col-sm-offset-3 {
    margin-left: 25%;
  }

  .col-sm-offset-2 {
    margin-left: 16.66666667%;
  }

  .col-sm-offset-1 {
    margin-left: 8.33333333%;
  }

  .col-sm-offset-0 {
    margin-left: 0%;
  }
}

@media (min-width: 1024px) {

  .col-md-1,
  .col-md-2,
  .col-md-3,
  .col-md-4,
  .col-md-5,
  .col-md-6,
  .col-md-7,
  .col-md-8,
  .col-md-9,
  .col-md-10,
  .col-md-11,
  .col-md-12 {
    float: left;
  }

  .col-md-12 {
    width: 100%;
  }

  .col-md-11 {
    width: 91.66666667%;
  }

  .col-md-10 {
    width: 83.33333333%;
  }

  .col-md-9 {
    width: 75%;
  }

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

  .col-md-7 {
    width: 58.33333333%;
  }

  .col-md-6 {
    width: 50%;
  }

  .col-md-5 {
    width: 41.66666667%;
  }

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

  .col-md-3 {
    width: 25%;
  }

  .col-md-2 {
    width: 16.66666667%;
  }

  .col-md-1 {
    width: 8.33333333%;
  }

  .col-md-pull-12 {
    right: 100%;
  }

  .col-md-pull-11 {
    right: 91.66666667%;
  }

  .col-md-pull-10 {
    right: 83.33333333%;
  }

  .col-md-pull-9 {
    right: 75%;
  }

  .col-md-pull-8 {
    right: 66.66666667%;
  }

  .col-md-pull-7 {
    right: 58.33333333%;
  }

  .col-md-pull-6 {
    right: 50%;
  }

  .col-md-pull-5 {
    right: 41.66666667%;
  }

  .col-md-pull-4 {
    right: 33.33333333%;
  }

  .col-md-pull-3 {
    right: 25%;
  }

  .col-md-pull-2 {
    right: 16.66666667%;
  }

  .col-md-pull-1 {
    right: 8.33333333%;
  }

  .col-md-pull-0 {
    right: auto;
  }

  .col-md-push-12 {
    left: 100%;
  }

  .col-md-push-11 {
    left: 91.66666667%;
  }

  .col-md-push-10 {
    left: 83.33333333%;
  }

  .col-md-push-9 {
    left: 75%;
  }

  .col-md-push-8 {
    left: 66.66666667%;
  }

  .col-md-push-7 {
    left: 58.33333333%;
  }

  .col-md-push-6 {
    left: 50%;
  }

  .col-md-push-5 {
    left: 41.66666667%;
  }

  .col-md-push-4 {
    left: 33.33333333%;
  }

  .col-md-push-3 {
    left: 25%;
  }

  .col-md-push-2 {
    left: 16.66666667%;
  }

  .col-md-push-1 {
    left: 8.33333333%;
  }

  .col-md-push-0 {
    left: auto;
  }

  .col-md-offset-12 {
    margin-left: 100%;
  }

  .col-md-offset-11 {
    margin-left: 91.66666667%;
  }

  .col-md-offset-10 {
    margin-left: 83.33333333%;
  }

  .col-md-offset-9 {
    margin-left: 75%;
  }

  .col-md-offset-8 {
    margin-left: 66.66666667%;
  }

  .col-md-offset-7 {
    margin-left: 58.33333333%;
  }

  .col-md-offset-6 {
    margin-left: 50%;
  }

  .col-md-offset-5 {
    margin-left: 41.66666667%;
  }

  .col-md-offset-4 {
    margin-left: 33.33333333%;
  }

  .col-md-offset-3 {
    margin-left: 25%;
  }

  .col-md-offset-2 {
    margin-left: 16.66666667%;
  }

  .col-md-offset-1 {
    margin-left: 8.33333333%;
  }

  .col-md-offset-0 {
    margin-left: 0%;
  }
}

@media (min-width: 1280px) {

  .col-lg-1,
  .col-lg-2,
  .col-lg-3,
  .col-lg-4,
  .col-lg-5,
  .col-lg-6,
  .col-lg-7,
  .col-lg-8,
  .col-lg-9,
  .col-lg-10,
  .col-lg-11,
  .col-lg-12 {
    float: left;
  }

  .col-lg-12 {
    width: 100%;
  }

  .col-lg-11 {
    width: 91.66666667%;
  }

  .col-lg-10 {
    width: 83.33333333%;
  }

  .col-lg-9 {
    width: 75%;
  }

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

  .col-lg-7 {
    width: 58.33333333%;
  }

  .col-lg-6 {
    width: 50%;
  }

  .col-lg-5 {
    width: 41.66666667%;
  }

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

  .col-lg-3 {
    width: 25%;
  }

  .col-lg-2 {
    width: 16.66666667%;
  }

  .col-lg-1 {
    width: 8.33333333%;
  }

  .col-lg-pull-12 {
    right: 100%;
  }

  .col-lg-pull-11 {
    right: 91.66666667%;
  }

  .col-lg-pull-10 {
    right: 83.33333333%;
  }

  .col-lg-pull-9 {
    right: 75%;
  }

  .col-lg-pull-8 {
    right: 66.66666667%;
  }

  .col-lg-pull-7 {
    right: 58.33333333%;
  }

  .col-lg-pull-6 {
    right: 50%;
  }

  .col-lg-pull-5 {
    right: 41.66666667%;
  }

  .col-lg-pull-4 {
    right: 33.33333333%;
  }

  .col-lg-pull-3 {
    right: 25%;
  }

  .col-lg-pull-2 {
    right: 16.66666667%;
  }

  .col-lg-pull-1 {
    right: 8.33333333%;
  }

  .col-lg-pull-0 {
    right: auto;
  }

  .col-lg-push-12 {
    left: 100%;
  }

  .col-lg-push-11 {
    left: 91.66666667%;
  }

  .col-lg-push-10 {
    left: 83.33333333%;
  }

  .col-lg-push-9 {
    left: 75%;
  }

  .col-lg-push-8 {
    left: 66.66666667%;
  }

  .col-lg-push-7 {
    left: 58.33333333%;
  }

  .col-lg-push-6 {
    left: 50%;
  }

  .col-lg-push-5 {
    left: 41.66666667%;
  }

  .col-lg-push-4 {
    left: 33.33333333%;
  }

  .col-lg-push-3 {
    left: 25%;
  }

  .col-lg-push-2 {
    left: 16.66666667%;
  }

  .col-lg-push-1 {
    left: 8.33333333%;
  }

  .col-lg-push-0 {
    left: auto;
  }

  .col-lg-offset-12 {
    margin-left: 100%;
  }

  .col-lg-offset-11 {
    margin-left: 91.66666667%;
  }

  .col-lg-offset-10 {
    margin-left: 83.33333333%;
  }

  .col-lg-offset-9 {
    margin-left: 75%;
  }

  .col-lg-offset-8 {
    margin-left: 66.66666667%;
  }

  .col-lg-offset-7 {
    margin-left: 58.33333333%;
  }

  .col-lg-offset-6 {
    margin-left: 50%;
  }

  .col-lg-offset-5 {
    margin-left: 41.66666667%;
  }

  .col-lg-offset-4 {
    margin-left: 33.33333333%;
  }

  .col-lg-offset-3 {
    margin-left: 25%;
  }

  .col-lg-offset-2 {
    margin-left: 16.66666667%;
  }

  .col-lg-offset-1 {
    margin-left: 8.33333333%;
  }

  .col-lg-offset-0 {
    margin-left: 0%;
  }
}


@media(max-width:767px) {
  .col-xs-hidden {
    display: none !important;
  }
}

@media(max-width:1023px) {
  .col-sm-hidden {
    display: none !important;
  }
}

@media(max-width:1287px) {
  .col-md-hidden {
    display: none !important;
  }
}



.container:before,
.container:after,
.container-fluid:before,
.container-fluid:after,
.row:before,
.row:after {
  content: " ";
  display: table;
}

.container:after,
.container-fluid:after,
.row:after {
  clear: both;
}

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

.pull-right {
  float: right !important;
}

.pull-left {
  float: left !important;
}

.invisible {
  visibility: hidden;
}

.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}

.hidden {
  display: none !important;
}

.affix {
  position: fixed;
}

.new-banner-aside {
  margin-top: 32px;
}

.new-banner-aside {
  display: block;
}

.new-banner-aside img {
  display: block;
  max-width: 100%;
  width: 100%;
}

@media (max-width: 1024px) {
  .new-banner-aside {
    display: none;
  }
}


.header-support-group {
  position: relative;
}
.header-support-group:hover .header-support-group__details {
  opacity: 1;
  visibility: initial;
}
.header-support-group:hover .header-support-group__link {
  color: #D9332D;
}
.header-support-group__link {
  cursor: pointer;
}
.header-support-group__details {
  position: absolute;
  top: 75%;
  width: 300px;
  padding: 24px 30px;
  background-color: #fff !important;
  color: #969698;
  -webkit-box-shadow: 2px 2px 12px 0 rgba(0, 0, 0, 0.25);
  box-shadow: 2px 2px 12px 0 rgba(0, 0, 0, 0.25);
  background: var(--white);
  z-index: 10;
  right: -150px;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.header-support-group__details span {
  display: block;
  line-height: 1.2;
  margin-bottom: 8px;
}
.header-support-group__details a {
  display: block;
  text-decoration: none !important;
  font-weight: 700;
  font-size: 26px;
  line-height: 1.2;
  color: #1a1a1a;
}

.active .header-support-group__details {
  opacity: 1;
  visibility: initial;
}

.support-link {
  padding: 10px 0;
  display: grid;
  max-width: -webkit-max-content;
  max-width: -moz-max-content;
  max-width: max-content;
  color: #252836;
  background-color: transparent;
  border: none;
  opacity: 0.7;
  font-size: 12px;
  grid-template-columns: auto auto auto;
  gap: 6px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-decoration: none !important;
}

@media (max-width: 1024px) {
  .header-support-group {
    display: none !important;
  }
}

.custom-catalog-filter {
  margin-bottom: 48px;
}
.custom-catalog-filter__grid {
  display: grid;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 100%;
  max-width: 100%;
  gap: 32px;
  grid-template-columns: repeat(2, auto);
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}
.custom-catalog-filter__group {
  margin: 0;
  padding: 0;
  border: none;
  display: grid;
  max-width: -webkit-max-content;
  max-width: -moz-max-content;
  max-width: max-content;
  gap: 16px;
  grid-template-columns: repeat(3, auto);
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.custom-catalog-filter__group--mod {
  grid-template-columns: repeat(4, auto);
}
.custom-catalog-filter__title {
  unicode-bidi: normal;
  display: block;
  margin: 0;
  padding: 0;
  border: none;
  text-transform: uppercase;
  font-weight: 700;
  color: #202333;
  margin-bottom: 20px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.custom-catalog-filter__label {
  display: block;
  color: #202333;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  cursor: pointer;
  padding: 24px 20px;
  background-color: #fff;
  border: 1px solid #D2D3D6;
}
.custom-catalog-filter__icon {
  display: block;
  margin-bottom: 20px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.custom-catalog-filter span {
  display: block;
  max-width: -webkit-max-content;
  max-width: -moz-max-content;
  max-width: max-content;
  margin: 0 auto;
}
.custom-catalog-filter__label:hover {
  -webkit-box-shadow: 2px 2px 12px 0 rgba(0, 0, 0, 0.25);
  box-shadow: 2px 2px 12px 0 rgba(0, 0, 0, 0.25);
  display: block;
  border-color: transparent;
}
.custom-catalog-filter__label:hover .custom-catalog-filter__icon {
  color: #d9332d;
}
[type=radio]:checked + .custom-catalog-filter__label, [type=checkbox]:checked + .custom-catalog-filter__label {
  -webkit-box-shadow: 2px 2px 12px 0 rgba(0, 0, 0, 0.25);
  box-shadow: 2px 2px 12px 0 rgba(0, 0, 0, 0.25);
  display: block;
  border-color: transparent;
}
[type=radio]:checked + .custom-catalog-filter__label .custom-catalog-filter__icon, [type=checkbox]:checked + .custom-catalog-filter__label .custom-catalog-filter__icon {
  color: #d9332d;
}
@media (max-width: 1023px) {
  .custom-catalog-filter__grid {
    grid-template-columns: repeat(1, auto);
  }
}
@media (max-width: 767px) {
  .custom-catalog-filter__grid {
    grid-template-columns: repeat(1, 1fr);
  }
  .custom-catalog-filter__group {
    grid-template-columns: repeat(3, 1fr);
    max-width: 100%;
    width: 100%;
  }
  .custom-catalog-filter__group--mod {
    grid-template-columns: repeat(3, 1fr);
    max-width: 100%;
    width: 100%;
  }
  .custom-catalog-filter__group--mod .custom-catalog-filter__item:first-of-type {
    grid-column: span 3;
  }
}
.isHide {
  display: none !important;
}