



@charset "utf-8";



@font-face {

  font-family: 'Roboto';

  src: url('../fonts/Roboto/Roboto-Bold.eot');

  src: local('Roboto Bold'), local('Roboto-Bold'),

      url('../fonts/Roboto/Roboto-Bold.eot?#iefix') format('embedded-opentype'),

      url('../fonts/Roboto/Roboto-Bold.woff') format('woff'),

      url('../fonts/Roboto/Roboto-Bold.ttf') format('truetype');

  font-weight: bold;

  font-style: normal;

}



@font-face {

  font-family: 'Roboto';

  src: url('../fonts/Roboto/Roboto-Light.eot');

  src: local('Roboto Light'), local('Roboto-Light'),

      url('../fonts/Roboto/Roboto-Light.eot?#iefix') format('embedded-opentype'),

      url('../fonts/Roboto/Roboto-Light.woff') format('woff'),

      url('../fonts/Roboto/Roboto-Light.ttf') format('truetype');

  font-weight: 300;

  font-style: normal;

}



@font-face {

  font-family: 'Roboto';

  src: url('../fonts/Roboto/Roboto-Regular.eot');

  src: local('Roboto Regular'), local('Roboto-Regular'),

      url('../fonts/Roboto/Roboto-Regular.eot?#iefix') format('embedded-opentype'),

      url('../fonts/Roboto/Roboto-Regular.woff') format('woff'),

      url('../fonts/Roboto/Roboto-Regular.ttf') format('truetype');

  font-weight: normal;

  font-style: normal;

}



@font-face {

  font-family: 'Roboto Condensed';

  src: url('../fonts/RobotoCondensed/RobotoCondensed-Bold.eot');

  src: local('Roboto Condensed Bold'), local('RobotoCondensed-Bold'),

      url('../fonts/RobotoCondensed/RobotoCondensed-Bold.eot?#iefix') format('embedded-opentype'),

      url('../fonts/RobotoCondensed/RobotoCondensed-Bold.woff') format('woff'),

      url('../fonts/RobotoCondensed/RobotoCondensed-Bold.ttf') format('truetype');

  font-weight: bold;

  font-style: normal;

}



@font-face {

  font-family: 'Montserrat';

  src: url('../fonts/Montserrat/Montserrat-Black.eot');

  src: local('Montserrat Black'), local('Montserrat-Black'),

    url('../fonts/Montserrat/Montserrat-Black.eot?#iefix') format('embedded-opentype'),

    url('../fonts/Montserrat/Montserrat-Black.woff') format('woff'),

    url('../fonts/Montserrat/Montserrat-Black.ttf') format('truetype');

  font-weight: 900;

  font-style: normal;

}



@font-face {

  font-family: 'Montserrat';

  src: url('../fonts/Montserrat/Montserrat-ExtraBoldItalic.eot');

  src: local('Montserrat ExtraBoldItalic'), local('Montserrat-ExtraBoldItalic'),

    url('../fonts/Montserrat/Montserrat-ExtraBoldItalic.eot?#iefix') format('embedded-opentype'),

    url('../fonts/Montserrat/Montserrat-ExtraBoldItalic.woff') format('woff'),

    url('../fonts/Montserrat/Montserrat-ExtraBoldItalic.ttf') format('truetype');

  font-weight: 800;

  font-style: italic;

}



@font-face {

  font-family: 'Open Sans';

  src: url('../fonts/OpenSans/OpenSans-Light.eot');

  src: local('Open Sans Light'), local('OpenSans-Light'),

    url('../fonts/OpenSans/OpenSans-Light.eot?#iefix') format('embedded-opentype'),

    url('../fonts/OpenSans/OpenSans-Light.woff') format('woff'),

    url('../fonts/OpenSans/OpenSans-Light.ttf') format('truetype');

  font-weight: 300;

  font-style: normal;

}



@font-face {

  font-family: 'Open Sans';

  src: url('../fonts/OpenSans/OpenSans-ExtraBold.eot');

  src: local('Open Sans ExtraBold'), local('OpenSans-ExtraBold'),

    url('../fonts/OpenSans/OpenSans-ExtraBold.eot?#iefix') format('embedded-opentype'),

    url('../fonts/OpenSans/OpenSans-ExtraBold.woff') format('woff'),

    url('../fonts/OpenSans/OpenSans-ExtraBold.ttf') format('truetype');

  font-weight: 800;

  font-style: normal;

}







* {

  -webkit-tap-highlight-color: transparent;

  -moz-tap-highlight-color: transparent;

}



body {

	position: relative;

	background: #e6e6e6;

  font-family: 'Roboto', sans-serif, Helvetica;

	font-weight: 300;

  font-style: normal;

	font-size: 16px;

	line-height: 25px;

	color: #1f3233;

	text-align: left;

  word-break: break-word;

  overflow-x: hidden;

}



p {

  font-family: 'Roboto', sans-serif, Helvetica;

	font-weight: 300;

  font-style: normal;

	font-size: 15px;

	line-height: 25px;

	color: #1f3233;

	text-align: left;

  margin-top: 25px;

}



p:first-child {

  margin-top: 0px;

}



i {

  font-style: normal;

}



ul, ol {

  display: block;

  position: relative;

  width: 100%;

  text-align: left;

  -webkit-padding-start: 0;

  padding-inline-start: 0;

  -webkit-margin-before: 0;

  margin-block-start: 0;

  -webkit-margin-after: 0;

  margin-block-end: 0;

  -webkit-margin-start: 0;

  margin-inline-start: 0;

  -webkit-margin-end: 0;

  margin-inline-end: 0;

  padding: 0 30px 25px 30px;

  margin-top: 25px;

  background: #fff;

  -webkit-border-radius: 10px;

          border-radius: 10px;

  font-family: 'Open Sans', sans-serif, Helvetica;

}



ul {

  list-style: disc inside;

}



ul > li, ol > li {

  display: block;

  position: relative;

  padding: 25px 0px 0px 40px;

}



ol > li {

  counter-increment: ol;

}



ul > li:before {

  content: "";

  display: inline-block;

  position: absolute;

  top: 28px;

  left: 0;

  width: 13px;

  height: 20px;

  background: url(../images/bullet.png) 0 0 no-repeat;

}



ol > li:before {

  content: counter(ol);

  display: inline-block;

  position: absolute;

  top: 25px;

  left: 0px;

  width: 25px;

  height: 25px;

  color: #fff;

  font-size: 15px;

  font-weight: 800;

  text-align: center;

  -webkit-border-radius: 50px;

          border-radius: 50px;

  background: #0498dd;

}



img {

  max-width: 100%;

  max-height: 100%;

}



a {

  font-family: 'Roboto', sans-serif, Helvetica;

  display: inline-block;

  position: relative;

  font: inherit;

  text-decoration: none;

  padding: 0px;

  margin: 0px;

  cursor: pointer;

  -webkit-transition: all 0.5s;

  -o-transition: all 0.5s;

  transition: all 0.5s;

}



a:hover {

  text-decoration: none;

}



a:not([href]) {

  cursor: default;

}











main {

  position: relative;

  overflow: hidden;

  padding-top: 100px;

}



.content {

  display: block;

  position: relative;

  height: 100%;

  width: 100%;

  max-width: 1110px;

  text-align: center;

  padding: 10px 0;

  margin: 0px auto;

  z-index: 1;

}











h1, h2, h3, h4, .title {

	display: block;

	position: relative;

  width: 100%;

	font: inherit;

  -webkit-transition: all 0.5s;

  -o-transition: all 0.5s;

  transition: all 0.5s;

}



h1, h1.title, .title.general {

  font-family: 'Roboto Condensed', sans-serif, Helvetica;

	font-size: 55px;

	line-height: 1.2;

  font-weight: bold;

  color: #fff;

  text-align: center;

}



h2, h2.title, .title.high {

  font-family: 'Roboto', sans-serif, Helvetica;

  font-size: 45px;

	line-height: 50px;

  font-weight: bold;

  color: #000;

  padding: 0;

  padding: 25px 0 0 10px;

  margin: 0 0 25px 0;

  text-align: left;

  border-top: 2px solid #0a2d56;

}



h3, h3.title, .title.mid {

  font-family: 'Roboto', sans-serif, Helvetica;

  font-size: 40px;

	line-height: 45px;

  font-weight: bold;

  color: #000;

  padding: 0;

  margin: 0 0 25px 0;

  text-align: left;

}



h4, h4.title, .title.min {

  font-family: 'Roboto', sans-serif, Helvetica;

  font-size: 35px;

	line-height: 40px;

  font-weight: bold;

  color: #000;

  padding: 0;

  margin: 0 0 15px 0;

  text-align: left;

}











.button {

	display: inline-block;

	position: relative;

	width: auto;

  min-width: 140px;

	height: 50px;

	font-family: 'Roboto', sans-serif, Helvetica;

	font-weight: bold;

	font-size: 20px;

	line-height: 44px;

	text-align: center;

  text-transform: uppercase;

	color: #fff;

	white-space: nowrap;

  cursor: pointer;

  z-index: 1;

  padding: 0px 20px;

  margin: 50px auto 0;

  background: #ff5500;

  border: 3px solid #ff5500;

  -webkit-border-radius: 25px;

          border-radius: 25px;

	-webkit-transition: all 0.5s;

	-o-transition: all 0.5s;

	transition: all 0.5s;

}



.button:hover {

  color: #fff;

  background: transparent;

  text-decoration: none;

}



.main__btn {

  width: 180px;

}

.main__btn:hover {

  color: #ff5500;

}













.button.inverse {



}



.button.inverse:hover {



}













h2 + *, h3 + *, h4 + * {

  margin-top: 0px;

  padding-top: 0px;

}



* + h2 {

  margin-top: 50px;

}



* + h3 {

  margin-top: 25px;

}



* + h4 {

  margin-top: 15px;

}



.js-expand-content {

	display: none;

	overflow: hidden;

}



.js-expand-content.expanded {

	height: 100%;

}











.type-list {

  display: block;

  position: relative;

  width: auto;

  margin: 0;

  background: transparent;

  -webkit-border-radius: 0;

          border-radius: 0;

}



.type-list > li {

  display: inline-block;

  position: relative;

  width: 100%;

  max-width: 100%;

  vertical-align: top;

	line-height: 1;

  padding: 0;

}











.header {

	display: block;

	width: 100%;

	position: fixed;

	top: 0;

	left: 0;

	right: 0;

	z-index: 9999;

}

.header.scrolled {

  




}



.header__back {

  background-color: #081d36;

  -webkit-box-shadow: 0px 1px 0px #8597b1;

  box-shadow: 0px 1px 0px #8597b1;

  -webkit-transition: background-color .2s ease;

  -o-transition: background-color .2s ease;

  transition: background-color .2s ease;

}



.header__content {

  display: -webkit-box;

  display: -webkit-flex;

  display: -ms-flexbox;

  display: flex;

  -webkit-box-orient: horizontal;

  -webkit-box-direction: normal;

  -webkit-flex-direction: row;

  -ms-flex-direction: row;

      flex-direction: row;

  -webkit-flex-wrap: nowrap;

  -ms-flex-wrap: nowrap;

      flex-wrap: nowrap;

  -webkit-box-pack: justify;

  -webkit-justify-content: space-between;

  -ms-flex-pack: justify;

      justify-content: space-between;

  -webkit-box-align: center;

  -webkit-align-items: center;

  -ms-flex-align: center;

      align-items: center;

	padding: 25px 0;

}



.header__bgSecond {

  position: relative;

  z-index: 0;

  background: rgba(4, 152, 221, .25);

}

.header.scrolled .header__bgSecond {

  background: rgba(4, 152, 221, .75);

}



.header__content > *, .header__menu > * {

	display: inline-block;

  position: relative;

  vertical-align: middle;

  padding: 0px;

  margin: 0px 12.5px 0px 0px;

}



.header__content > *:last-child {

	margin-right: 0px;

}



.logo > img {

  display: block;

  height: 50px;

  -webkit-transition: all 0.5s;

  -o-transition: all 0.5s;

  transition: all 0.5s;

}

.header__logo > img {

  max-width: inherit;

}



.logo:hover > img {

  opacity: 0.50;

}



.header__baseline {

  -webkit-box-flex: 3;

  -webkit-flex: 3 1 auto;

  -ms-flex: 3 1 auto;

      flex: 3 1 auto;

  padding: 0 15px;

  font-size: 15px;

  line-height: 25px;

}



.header__menu {

	margin: 0;

  -webkit-display: flex;

  -moz-display: flex;

  display: -webkit-box;

  display: -ms-flexbox;

  display: flex;

  -webkit-align-items: center;

  -moz-align-items: center;

  -webkit-box-align: center;

      -ms-flex-align: center;

          align-items: center;

  width: 100%;

}



.header__menu ul {

	display: -webkit-box;

	display: -webkit-flex;

	display: -ms-flexbox;

	display: flex;

	width: auto;

	padding: 0px;

	margin: 0 auto 0 0;

  background: transparent;

  -webkit-border-radius: 0;

          border-radius: 0;

  -webkit-transition: all 0.5s;

  -o-transition: all 0.5s;

  transition: all 0.5s;

}



.header__menu li {

	display: inline-block;

  position: relative;

  padding: 0px;

}



.header__menu li:before {

	display: none;

}



.header__menu li + li {

  margin-left: 24px;

}





.header__menu li > a {

  display: block;

	position: relative;

  font-size: 18px;

  font-weight: bold;

  line-height: 25px;

  text-align: center;

  text-transform: uppercase;

  white-space: nowrap;

  color: #fff;

  margin: 0;

  text-decoration: none;

  -webkit-transition: all 0.5s;

  -o-transition: all 0.5s;

  transition: all 0.5s;

}



.header__menu li:hover > a {

  opacity: .5;

  -webkit-transition: all 0.5s;

  -o-transition: all 0.5s;

  transition: all 0.5s;

}



.header__signup-button, .header__login-button {

  min-width: 140px;

  padding: 0 20px;

  display: -webkit-box;

  display: -webkit-flex;

  display: -ms-flexbox;

  display: flex;

  -webkit-box-pack: center;

  -webkit-justify-content: center;

      -ms-flex-pack: center;

          justify-content: center;

  -webkit-box-align: center;

  -webkit-align-items: center;

      -ms-flex-align: center;

          align-items: center;

}

.header__signup-button {

  margin-right: 16px;

  background: #ff5500;

  border: 3px solid #ff5500;

}

.header__signup-button:hover {

  background: transparent;

}

.header__login-button {

  margin-right: 0;

  background: #0fa810;

  border: 3px solid #0fa810;

}

.header__login-button:hover {

  background: transparent;

}

.header__signup-button:before,

.header__login-button:before {

  -webkit-border-radius: 10px;

          border-radius: 10px;

}



.header__logo {

  margin-right: 48px;

}



.header__button-menu {

	display: none;

	min-width: 50px;

  margin-left: auto;

}



.header__menu-bg {

	display: block;

	width: 0 !important;

	opacity: 0.00;

  margin: 0;

	-webkit-transition: all 0.25s;

	-o-transition: all 0.25s;

	transition: all 0.25s;

}



.header__submenu {

  position: absolute;

  left: -8px;

  top: 100%;

  padding-top: 12px;

  z-index: 5;

  display: none;

}

.header__menu-hover:hover .header__submenu {

  display: block;

}

.header__submenu ul {

  -webkit-border-radius: 4px;

          border-radius: 4px;

  padding: 8px;

  background-color: #081D36;

  -webkit-box-orient: vertical;

  -webkit-box-direction: normal;

  -webkit-flex-direction: column;

      -ms-flex-direction: column;

          flex-direction: column;

}



.header__submenu li {

  width: 100%;

}

.header__submenu li a {

  text-align: left;

  white-space: nowrap;

}



.header__submenu ul li + li {

  margin: 4px 0 0 0;

}



.header__menu .header__menu-hover {

  padding-right: 28px;

}

.header__menu-hover::after {

  content: '';

  display: block;

  width: 20px;

  height: 20px;

  position: absolute;

  right: 0;

  top: 0;

  bottom: 0;

  margin: auto;

  background: url(../images/menu-arrow.svg) no-repeat center / contain;

  -webkit-transition: all 0.5s;

  -o-transition: all 0.5s;

  transition: all 0.5s;

}

.header__menu-hover:hover::after {

  opacity: 0.5;

  -webkit-transform: scale(-1);

      -ms-transform: scale(-1);

          transform: scale(-1);

}

.header__content.second__header {

  padding: 0;

  display: block;

}





.ul__secondHeader {

  display: -webkit-flex;

  -moz-display: flex;

  display: -webkit-box;

  display: -ms-flexbox;

  display: flex;

  -webkit-justify-content: center;

  -moz-justify-content: center;

  -webkit-box-pack: center;

      -ms-flex-pack: center;

          justify-content: center;

  -webkit-align-items: center;

  -moz-align-items: center;

  -webkit-box-align: center;

      -ms-flex-align: center;

          align-items: center;

  background: transparent;

  -webkit-border-radius: 0;

          border-radius: 0;

}

.ul__secondHeader li {

  padding: 7.5px 50px;

}

.ul__secondHeader li:before {

  display: none;

}

.ul__secondHeader li a {

  display: -webkit-flex;

  -moz-display: flex;

  display: -webkit-box;

  display: -ms-flexbox;

  display: flex;

  -webkit-align-items: center;

  -moz-align-items: center;

  -webkit-box-align: center;

      -ms-flex-align: center;

          align-items: center;

}

.ul__secondHeader li img {

  margin-right: 20px;

}

.ul__secondHeader li a:hover span {

  opacity: .5;

  -webkit-transition: all .3s ease;

  -o-transition: all .3s ease;

  transition: all .3s ease;

}

.ul__secondHeader li span {

  font-family: 'Roboto', sans-serif, Helvetica;

  font-size: 15px;

  font-weight: normal;

  color: #fff;

  text-shadow: 1px 1px 0px rgba(0, 0, 0, .25);

  -webkit-transition: all .3s ease;

  -o-transition: all .3s ease;

  transition: all .3s ease;

}









.main__cover {

	display: block;

	position: relative;

	overflow: hidden;

	line-height: 1;

}



.cover__type-list {

	display: -webkit-flex;

  -moz-display: flex;

  display: -webkit-box;

  display: -ms-flexbox;

  display: flex;

  -webkit-align-items: center;

  -moz-align-items: center;

  -webkit-box-align: center;

      -ms-flex-align: center;

          align-items: center;

  position: relative;

  top: auto;

  bottom: auto;

  left: auto;

  right: auto;

  padding: 50px 0;

	vertical-align: middle;

	z-index: 2;

  max-width: 1110px;

  min-height: 350px;

  margin: 0 auto;

}



.cover__type-list > li {

	max-width: 100%;

	vertical-align: middle;

  text-align: center;

  position: static;

}



.cover__type-list > li.dummy {

	width: 0 !important;

	max-width: 0 !important;

	height: 100% !important;

	padding: 0 !important;

	margin: 0 !important;

}



.cover__type-list > li:before {

	display: none;

}



.main__title {

	text-align: left;

}

.main__button {

  margin-top: 25px;

  width: 180px;

}



.main__cover > img {

	display: block;

	position: absolute;

  top: 0;

  min-width: 100%;

  max-width: none;

  margin: auto;

  max-height: 500px;

}



.new-page .main__cover > img {

  height: 100%;

  left: 0;

  max-height: 100%;

  max-width: 100%;

  -o-object-fit: cover;

     object-fit: cover;

  width: 100%;

}



.w100 {

  position: relative;

}

.page .w100Txt .w50 {

  padding-bottom: 0;

}

.w100 > .content {

  position: relative;

  display: -webkit-flex;

  -moz-display: flex;

  display: -webkit-box;

  display: -ms-flexbox;

  display: flex;

  -webkit-flex-wrap: wrap;

  -ms-flex-wrap: wrap;

      flex-wrap: wrap;

  z-index: 1;

  padding: 0;

}

.w50 {

  display: -webkit-flex;

  -moz-display: flex;

  display: -webkit-box;

  display: -ms-flexbox;

  display: flex;

  -webkit-align-items: center;

  -moz-align-items: center;

  -webkit-box-align: center;

      -ms-flex-align: center;

          align-items: center;

  -webkit-flex-basis: 100%;

  -ms-flex-preferred-size: 100%;

      flex-basis: 100%;

  padding: 15px 0;

  position: relative;

}

.w50.bonus {

  padding:50px 35px 25px;

  background: #fff;

  overflow: hidden;

}

.w50.bonus:before {

  content: "";

  position: absolute;

  top: -60px;

  left: -300px;

  width: 600px;

  height: 210px;

  background: url(../images/bonus_icon.svg) 0 0 no-repeat;

}

.w50.bonus:after {

  content: "";

  position: absolute;

  bottom: -60px;

  right: -300px;

  width: 600px;

  height: 210px;

  background: url(../images/bonus_icon.svg) 0 0 no-repeat;

  -webkit-transform: rotate(180deg);

  -ms-transform: rotate(180deg);

      transform: rotate(180deg);

}

.w100Txt .w50 {

  padding-bottom: 50px;

  display: block;

}

.bonuses .w100Txt .w50 {

  padding-bottom: 0;

}



.site__rated {

  float: left;

  background: #e0e0e0;

  padding: 12px 20px 12px 10px;

  -webkit-border-radius: 10px;

          border-radius: 10px;

  margin-top: 25px;

  text-align: left;

}



.site__rated .rated__text {

  display: block;

  font-size: 15px;

  color: #000;

  font-weight: normal;

  text-transform: uppercase;

  padding-bottom: 5px;

}

.site__rated .rated__text > b {

  font-family: 'Montserrat', sans-serif, Helvetica;

  font-weight: 900;

  padding-left: 5px;

}



.site__rating {

  display: -webkit-flex;

  -moz-display: flex;

  display: -webkit-box;

  display: -ms-flexbox;

  display: flex;

  -webkit-align-items: center;

  -moz-align-items: center;

  -webkit-box-align: center;

      -ms-flex-align: center;

          align-items: center;

  margin: 0 -5px;

}

.site__rating .rating__star {

  width: 25px;

  height: 24px;

  margin: 0 5px;

  background: url(../images/star.png) 0 0 no-repeat;

}

.site__rating .rating__star.active {

  background: url(../images/star_active.png) 0 0 no-repeat;

}



.block__signUp {

  display: -webkit-flex;

  -moz-display: flex;

  display: -webkit-box;

  display: -ms-flexbox;

  display: flex;

  -webkit-flex-wrap: wrap;

  -ms-flex-wrap: wrap;

      flex-wrap: wrap;

  -webkit-flex-basis: 100%;

  -ms-flex-preferred-size: 100%;

      flex-basis: 100%;

  margin-bottom: 50px;

}



.block__signUp > h2 {

  -webkit-flex-basis: 100%;

  -ms-flex-preferred-size: 100%;

      flex-basis: 100%;

  margin-bottom: 70px;

}



.w__50 {

  -webkit-flex-basis: 50%;

  -ms-flex-preferred-size: 50%;

      flex-basis: 50%;

}



.step__row {

  position: relative;

  display: -webkit-flex;

  -moz-display: flex;

  display: -webkit-box;

  display: -ms-flexbox;

  display: flex;

  -webkit-align-items: center;

  -moz-align-items: center;

  -webkit-box-align: center;

      -ms-flex-align: center;

          align-items: center;

  margin-bottom: 50px;

  color: #000;

  font-weight: bold;

}

.step__row:before {

  content: "";

  position: absolute;

  left: 36px;

  bottom: -40px;

  height: 30px;

  width: 2px;

  background: #000;

}

.step__row:last-of-type:before {

  display: none;

}

.step__row .step__number {

  font-size: 40px;

  display: -webkit-flex;

  -moz-display: flex;

  display: -webkit-box;

  display: -ms-flexbox;

  display: flex;

  -webkit-align-items: center;

  -moz-align-items: center;

  -webkit-box-align: center;

      -ms-flex-align: center;

          align-items: center;

  -webkit-justify-content: center;

  -moz-justify-content: center;

  -webkit-box-pack: center;

      -ms-flex-pack: center;

          justify-content: center;

  width: 74px;

  height: 74px;

  border: 2px solid #000;

  -webkit-border-radius: 50%;

          border-radius: 50%;

  margin-right: 30px;

}

.step__row:last-of-type .step__number {

  background: #000;

  color: #fff;

}

.step__row .step__text {

  font-size: 30px;

  text-transform: uppercase;

  text-align: left;

}



.block__form {

  text-align: center;

}

.block__form .row {

  margin-bottom: 25px;

  position: relative;

}

.block__form .row:last-of-type {

  margin-bottom: 0;

}

.block__form .row input {

  font-family: 'Roboto', sans-serif, Helvetica;

  font-weight: normal;

  font-size: 20px;

  width: 100%;

  height: 50px;

  -webkit-border-radius: 10px;

          border-radius: 10px;

  background: #fff;

  color: #000;

  border: none;

  outline: none;

  padding: 18px 20px;

}

.block__form .row input::-webkit-input-placeholder {

  font-family: 'Roboto', sans-serif, Helvetica;

  font-weight: normal;

  font-size: 20px;

  color: rgba(0, 0, 0, .25);

}

.block__form .row input::-moz-placeholder {

  font-family: 'Roboto', sans-serif, Helvetica;

  font-weight: normal;

  font-size: 20px;

  color: rgba(0, 0, 0, .25);

}

.block__form .row input:-ms-input-placeholder {

  font-family: 'Roboto', sans-serif, Helvetica;

  font-weight: normal;

  font-size: 20px;

  color: rgba(0, 0, 0, .25);

}

.block__form .row input::-ms-input-placeholder {

  font-family: 'Roboto', sans-serif, Helvetica;

  font-weight: normal;

  font-size: 20px;

  color: rgba(0, 0, 0, .25);

}

.block__form .row input::placeholder {

  font-family: 'Roboto', sans-serif, Helvetica;

  font-weight: normal;

  font-size: 20px;

  color: rgba(0, 0, 0, .25);

}

.block__form .row input.error {

  border: 2px solid red;

}



.js__show__password {

  display: none;

  position: absolute;

  top: 12px;

  right: 10px;

  width: 36px;

  height: 26px;

  cursor: pointer;

  background: url(../images/eye.png) 0 0 no-repeat;

}

.block__form .row:hover .js__show__password {

  display: block;

}



.submit__form {

  background: #ff5500;

  border: 3px solid #ff5500;

  min-width: 220px;

  margin-top: 50px;

}

.submit__form:hover {

  color: #ff5500;

}



.w50.bonus > img {

  display: block;

  position: absolute;

  top: 0;

  right: 11%;

  z-index: 1;

}



.w100.bonus {

  background: url(../images/bonus_vector.png) center center no-repeat;

}



.w100.bonus .w50 {

  padding: 50px 0;

}



.bonus__logo {

  padding: 0 50px 0 80px;

}

.bonus__logo img {

  display: block;

}



.bonus__btn {

  width: 350px;

  height: 75px;

  font-size: 30px;

  line-height: 70px;

  background: #ff5500;

  border: 3px solid #ff5500;

  -webkit-border-radius: 37px;

          border-radius: 37px;

  padding: 0 70px 0 20px;

  margin-top: 25px;

}

.bonus__btn:before {

  content: "";

  position: absolute;

  top: -webkit-calc(50% - 12px);

  top: calc(50% - 12px);

  right: 15%;

  width: 34px;

  height: 25px;

  background: url(../images/arrow.png) 0 0 no-repeat;

  -webkit-transition: right .3s ease;

  -o-transition: right .3s ease;

  transition: right .3s ease;

}

.bonus__btn:hover:before {

  right: 20%;

  -webkit-transform: rotate(180deg);

  -ms-transform: rotate(180deg);

      transform: rotate(180deg);

  -webkit-transition: right .3s ease;

  -o-transition: right .3s ease;

  transition: right .3s ease;

}



.main__welcome-bonus {

  display: -webkit-box;

  display: -webkit-flex;

  display: -ms-flexbox;

  display: flex;

	position: relative;

	overflow: unset;

  margin: 0;

	z-index: 1;

  width: 100%;

  height: 100%;

  text-align: center;

}



.bonus__text {

  margin-top: 25px;

}



.welcome-bonus__text {

  font-family: 'Montserrat', sans-serif, Helvetica;

	font-size: 50px;

	font-weight: 800;

  font-style: italic;

	line-height: 60px;

	color: #fff;

  text-align: center;

}



.welcome-bonus__text > i {

  color: transparent;

  font-family: 'Montserrat', sans-serif, Helvetica;

  font-weight: 800;

  font-style: italic;

  white-space: nowrap;

}

.welcome-bonus__text > i:first-of-type {

  position: relative;

  font-size: 75px;

}

.welcome-bonus__text > i:first-of-type:before {

  content: attr(data-text);

  position: absolute;

  left: 0;

  right: 0;

  -webkit-background-clip: text;

  -webkit-text-fill-color: transparent;

  text-shadow: 2px 2px 5px rgba(0, 0, 0, .25);

}

.welcome-bonus__text > i:first-of-type:after {

  content: attr(data-text);

  position: absolute;

  left: 0;

  right: 0;

  background: -webkit-gradient(linear, left top, left bottom, from(#ff8534), to(#942e05));

  background: -o-linear-gradient(top, #ff8534, #942e05);

  background: linear-gradient(to bottom, #ff8534, #942e05);

  -webkit-background-clip: text;

  -webkit-text-fill-color: transparent;

}



.welcome-bonus__text > i:last-of-type {

  position: relative;

  font-size: 50px;

  

  

}

.welcome-bonus__text > i:last-of-type:before {

  content: attr(data-text);

  position: absolute;

  left: 0;

  right: 0;

  -webkit-background-clip: text;

  -webkit-text-fill-color: transparent;

  text-shadow: 2px 2px 5px rgba(0, 0, 0, .25);

}

.welcome-bonus__text > i:last-of-type:after {

  content: attr(data-text);

  position: absolute;

  left: 0;

  right: 0;

  background: -webkit-gradient(linear, left top, left bottom, from(#33ff58), to(#06940b));

  background: -o-linear-gradient(top, #33ff58, #06940b);

  background: linear-gradient(to bottom, #33ff58, #06940b);

  -webkit-background-clip: text;

  -webkit-text-fill-color: transparent;

}



.welcome-bonus__text > span {

  font-family: 'Montserrat', sans-serif, Helvetica;

  font-weight: 800;

  font-style: italic;

	display: inline-block;

	font-size: 50px;

	line-height: 1;

  position: relative;

  color: transparent;

}

.welcome-bonus__text > span:before {

  content: attr(data-text);

  position: absolute;

  left: 0;

  right: 0;

  -webkit-background-clip: text;

  -webkit-text-fill-color: transparent;

  text-shadow: 2px 2px 5px rgba(0, 0, 0, .25);

}

.welcome-bonus__text > span:after {

  content: attr(data-text);

  position: absolute;

  left: 0;

  right: 0;

  background: -webkit-gradient(linear, left top, left bottom, from(#33ff58), to(#06940b));

  background: -o-linear-gradient(top, #33ff58, #06940b);

  background: linear-gradient(to bottom, #33ff58, #06940b);

  -webkit-background-clip: text;

  -webkit-text-fill-color: transparent;

}

.welcome-bonus__text > span i {

  color: #3c2a5c;

}



.welcome-bonus__text > span > span {

  line-height: 1;

  display: block;

  padding-top: 15px;

}



.welcome-bonus__button {

  margin: 35px 0 0 0;

}

.welcome-bonus__button:hover {

  background: transparent;

  color: #000;

}



.row__rating {

  display: -webkit-flex;

  -moz-display: flex;

  display: -webkit-box;

  display: -ms-flexbox;

  display: flex;

  -webkit-align-items: center;

  -moz-align-items: center;

  -webkit-box-align: center;

      -ms-flex-align: center;

          align-items: center;

  -webkit-justify-content: space-between;

  -moz-justify-content: space-between;

  -webkit-box-pack: justify;

      -ms-flex-pack: justify;

          justify-content: space-between;

  padding: 18px 20px;

  -webkit-border-radius: 10px;

          border-radius: 10px;

}

.row__rating:nth-child(odd) {

  background: #ebebeb;

}



.rating__left {

  font-size: 20px;

  font-weight: normal;

  color: #000;

  text-transform: uppercase;

}



.rating__right {

  display: -webkit-flex;

  -moz-display: flex;

  display: -webkit-box;

  display: -ms-flexbox;

  display: flex;

  -webkit-align-items: center;

  -moz-align-items: center;

  -webkit-box-align: center;

      -ms-flex-align: center;

          align-items: center;

}

.rating__all {

  display: -webkit-flex;

  -moz-display: flex;

  display: -webkit-box;

  display: -ms-flexbox;

  display: flex;

  -webkit-align-items: center;

  -moz-align-items: center;

  -webkit-box-align: center;

      -ms-flex-align: center;

          align-items: center;

  margin: 0 20px 0 0;

}

.rating__all .rating__star {

  width: 25px;

  height: 24px;

  margin: 0 5px;

  background: url(../images/star_active.png) 0 0 no-repeat;

  opacity: .5;

}

.rating__all .rating__star.active {

  opacity: 1;

}

.rating__text {

  font-size: 19px;

  font-weight: bold;

  color: #335354;

  min-width: 51px;

  text-align: right;

}











h2.faq__title {

  margin-bottom: 75px;

}



.faq__list {

  background: transparent;

  -webkit-border-radius: 0;

          border-radius: 0;

  padding: 0;

}

.faq__list > li {

  padding: 0;

  margin-bottom: 25px;

  cursor: pointer;

}

.faq__list > li:last-of-type {

  margin-bottom: 0;

}



.faq__list > li:before {

  display: none;

}



.faq-item__title {

  font-family: 'Roboto', sans-serif, Helvetica;

  font-size: 15px;

  font-weight: bold;

  line-height: 25px;

  text-transform: uppercase;

  color: #fff;

  padding: 12.5px 20px;

  background: #323b3f;

  -webkit-border-radius: 10px;

          border-radius: 10px;

}

.faq-item__title:hover:not(.active .faq-item__title) {

  background: #ff5500;

}



.faq-item__title > span {

  position: relative;

}

.faq-item__title > span:before {

  content: "";

  display: none;

  position: absolute;

  top: 5px;

  left: -32px;

  width: 21px;

  height: 21px;

  background: url("../images/arrow.svg") no-repeat center center / 100% 100%;

	-webkit-transition: all 0.5s;

	-o-transition: all 0.5s;

	transition: all 0.5s;

}



.js-button-expander.active .faq-item__title > span:before {

	-webkit-transform: rotate(180deg);

	-ms-transform: rotate(180deg);

	    transform: rotate(180deg);

}



.faq-item__text {

	padding: 25px 10px 0;

}

.faq-item__text p {

  font-size: 16px;

}











.footer {

	background: -webkit-gradient(linear, left top, left bottom, from(#1f334b), to(#14171a));

	background: -o-linear-gradient(top, #1f334b, #14171a);

	background: linear-gradient(to bottom, #1f334b, #14171a);

  position: relative;

  z-index: 1;

}



.footer__content {

  position: relative;

  padding: 25px 0;

}



.footer__type-list {

  padding: 0;

}



.footer__type-list > li {

	max-width: 100%;

}



.footer__type-list > li:before {

	display: none;

}



.footer__desc {

  display: inline-block;

  width: 100%;

  text-align: center;

}



.footer__logo > img {

  max-height: inherit;

}



.footer__logo-list {

	margin: 0 0px 25px -15px;

  width: 100%;

}



.footer__logo {

  display: inline-block;

}



.footer__text {

  display: inline-block;

  width: 100%;

  padding-right: 30px;

  vertical-align: top;

}

.footer__text p {

  color: #fff;

  text-align: center;

}

.footer__desc > p {

  margin-top: 0;

}



.footer__logo-list > img {

	display: inline-block;

	position: relative;

	max-height: 25px;

	margin: 25px 0px 0px 15px;

  -webkit-filter: invert(94%) sepia(60%) saturate(0%) hue-rotate(204deg) brightness(102%) contrast(101%);

  -moz-filter: invert(94%) sepia(60%) saturate(0%) hue-rotate(204deg) brightness(102%) contrast(101%);

  filter: invert(94%) sepia(60%) saturate(0%) hue-rotate(204deg) brightness(102%) contrast(101%);

}



.footer__copyText {

  background: #29153b;

  padding: 10px 0 15px;

}

.footer__copyText > .content {

  padding: 0;

}



.footer__copyright {

	padding: 0;

	margin: 25px 0 0 0;

  font-weight: normal;

}



#scrollTop {

  position: absolute;

  top: 35px;

  right: -60px;

  width: 52px;

  height: 52px;

  background: #0498dd;

  cursor: pointer;

  -webkit-transition: opacity .25s ease;

  -o-transition: opacity .25s ease;

  transition: opacity .25s ease;

}

#scrollTop:before {

  content: "";

  position: absolute;

  top: 48%;

  left: 50%;

  width: 26px;

  height: 16px;

  background: url(../images/arrow_icon.png) 0 0 no-repeat;

  -webkit-transform: translate(-50%, -50%);

  -ms-transform: translate(-50%, -50%);

      transform: translate(-50%, -50%);

}

#scrollTop:hover {

  opacity: .62;

  -webkit-transition: opacity .25s ease;

  -o-transition: opacity .25s ease;

  transition: opacity .25s ease;

}











main.page .main__title {

	padding-bottom: 0px;

}







.breadcrumbs {

  display: block;

  position: absolute;

  top: 55px;

	padding: 0 0 10px;

	margin: 0;

  background: transparent;

  -webkit-border-radius: 0;

          border-radius: 0;

  text-align: center;

}



.breadcrumbs li {

  display: inline-block;

  position: relative;

	padding: 0px;

}



.breadcrumbs li:before {

  display: none;

}



.breadcrumbs li > a {

  font-family: 'Roboto', sans-serif, Helvetica;

  display: inline-block;

  position: relative;

	font-size: 20px;

	line-height: 25px;

  font-weight: normal;

  color: #fff;

  padding-right: 30px;

  text-decoration: none;

}



.breadcrumbs li a:hover:not(.breadcrumbs li:last-child a) {

  opacity: .5;

}



.breadcrumbs li > span {

  font-family: 'Roboto', sans-serif, Helvetica;

  display: inline-block;

  position: relative;

  font-size: 20px;

  line-height: 25px;

  font-weight: normal;

  color: #fff;

  padding-right: 30px;

  text-decoration: none;

}

.breadcrumbs li:last-of-type span {

  padding: 0;

}



.breadcrumbs li:not(:last-child):after {

  content: "";

  position: absolute;

  top: 15%;

  right: 14px;

  width: 2px;

  height: 70%;

  background: #fff;

}











.bonuses__content > .content {

  padding: 0;

}

.bonuses__content .for__bonuses {

  -webkit-display: flex;

  -moz-display: flex;

  display: -webkit-box;

  display: -ms-flexbox;

  display: flex;

  -webkit-flex-wrap: wrap;

  -ms-flex-wrap: wrap;

      flex-wrap: wrap;

  -webkit-justify-content: center;

  -moz-justify-content: center;

  -webkit-box-pack: center;

      -ms-flex-pack: center;

          justify-content: center;

  margin: 0 -15px;

}



.bonuses__item {

  padding: 0 15px;

  margin: 50px 0 0 0;

  -webkit-flex-basis: 50%;

  -ms-flex-preferred-size: 50%;

      flex-basis: 50%;

  overflow: hidden;

  position: relative;

}

.bonuses__item:last-of-type {

  margin-bottom: 0;

}



.bonuses-item__type-list {

  -webkit-display: flex;

  -moz-display: flex;

  display: -webkit-box;

  display: -ms-flexbox;

  display: flex;

  -webkit-flex-wrap: wrap;

  -ms-flex-wrap: wrap;

      flex-wrap: wrap;

  -webkit-align-items: center;

  -moz-align-items: center;

  -webkit-box-align: center;

      -ms-flex-align: center;

          align-items: center;

  z-index: 1;

  padding: 0;

}

.bonuses-item__type-list > li {

	vertical-align: top;

}



.bonuses-item__type-list > li:before {

	display: none;

}



.bonuses-item__type-list li.bonuses_image div {

  position: relative;

}



.bonuses-item__type-list > li img {

	display: block;

	position: relative;

	margin: auto;

  max-width: 350px;

}

.bonuses_imageTxt {

  font-family: 'Roboto', sans-serif, Helvetica;

  position: absolute;

  top: 50%;

  left: 50%;

  font-size: 60px;

  line-height: 1;

  font-weight: bold;

  color: #fff;

  text-transform: uppercase;

  font-weight: 500;

  opacity: .05;

  -webkit-transform: translate(-50%, -50%);

  -ms-transform: translate(-50%, -50%);

      transform: translate(-50%, -50%);

}



.bonuses-item__type-list li.bonuses_text {

  margin: 50px 0 0 0;

  text-align: center;

}



.bonuses-item__type-list h2 {

  font-size: 45px;

  line-height: 50px;

  padding: 0 0 25px;

  text-align: center;

  background: transparent;

  margin: 0;

  width: 100%;

  border: none;

}



.bonuses-item__type-list p {

  font-size: 15px;

  font-weight: 300;

  text-align: center;

}



.bonuses-item__button {

  width: 220px;

  margin-top: 25px;

}

.bonuses-item__button:hover {

  color: #ff5500;

  background: transparent;

}



.bonuses-item__type-list > li.adaptive {

	display: none;

}



.black {

  background: #292426;

}



.faq {



}



.faq > .content {

  padding-top: 0;

}



.desritionFaq {

  position: relative;

  overflow: hidden;

}







.background {

	display: block !important;

	position: absolute !important;

	top: 0px;

	bottom: 0px;

	left: 0px;

	right: 0px;

	margin: 0;

	z-index: -1;

	position: relative;

	margin: auto;

}



.background img {

	width: 100%;

	height: 100%;

	-o-object-fit: cover;

	object-fit: cover;

}





.app__content {

  padding-top: 0;

  padding-bottom: 0;

  background: -webkit-gradient(linear, left top, right top, from(#011832), to(#011832));

  background: -o-linear-gradient(left, #011832 0%, #011832 100%);

  background: linear-gradient(90deg, #011832 0%, #011832 100%);

  max-width: 100%;

  display: -webkit-box;

  display: -webkit-flex;

  display: -ms-flexbox;

  display: flex;

  -webkit-box-align: center;

  -webkit-align-items: center;

      -ms-flex-align: center;

          align-items: center;

  -webkit-box-pack: justify;

  -webkit-justify-content: space-between;

      -ms-flex-pack: justify;

          justify-content: space-between;

	padding-left: -webkit-calc(50% - ((1120px - 20px) / 2));

	padding-left: calc(50% - ((1120px - 20px) / 2));

	padding-right: -webkit-calc(50% - ((1120px - 20px) / 2));

	padding-right: calc(50% - ((1120px - 20px) / 2));

}



.app__image {

  max-width: 413px;

  margin-right: -55px;

}



.app__logo {

  margin: 20px;

}

.app__buttons {

  display: -webkit-box;

  display: -webkit-flex;

  display: -ms-flexbox;

  display: flex;

  -webkit-box-orient: vertical;

  -webkit-box-direction: normal;

  -webkit-flex-direction: column;

      -ms-flex-direction: column;

          flex-direction: column;

}

.app__button + .app__button {

  margin-top: 16px;

}

.app__button {

  display: -webkit-box;

  display: -webkit-flex;

  display: -ms-flexbox;

  display: flex;

  -webkit-box-align: center;

  -webkit-align-items: center;

      -ms-flex-align: center;

          align-items: center;

  -webkit-box-pack: center;

  -webkit-justify-content: center;

      -ms-flex-pack: center;

          justify-content: center;

  padding: 19px;

  -webkit-border-radius: 60px;

          border-radius: 60px;

  background: #f50;

  text-align: center;

  text-decoration: none!important;

  min-width: 263px;

  -webkit-transition: all .3s;

  -o-transition: all .3s;

  transition: all .3s;

}

.app__button:hover {

  -webkit-transform: scale(1.04);

      -ms-transform: scale(1.04);

          transform: scale(1.04);

}

.app__button:nth-child(2) {

  background: #0fa810;

}

.app__button img {

  max-width: 32px;

  margin-right: 12px;

}

.app__button span {

  font-weight: 700;

  font-size: 20px;

  text-transform: uppercase;

  color: #fff;

}





.casino {

  padding: 0;

  background: none;

  -webkit-border-radius: 0;

          border-radius: 0;

  -webkit-box-sizing: border-box;

          box-sizing: border-box;

}



.casino__list {

  background: none;

  padding: 0;

	display: -webkit-box;

	display: -ms-flexbox;

	display: -webkit-flex;

	display: flex;

	-ms-flex-wrap: wrap;

	-webkit-flex-wrap: wrap;

	        flex-wrap: wrap;

	-webkit-box-pack: center;

	-ms-flex-pack: center;

	-webkit-justify-content: center;

	        justify-content: center;

	margin: -10px;

  width: auto;

}



.casino__item {

  border: 3px solid rgba(4, 152, 221, 0.25);

  -webkit-border-radius: 16px;

          border-radius: 16px;

	padding: 0;

	width: -webkit-calc(25% - 20px);

	width: calc(25% - 20px);

  margin: 10px;

	overflow: hidden;

	display: -webkit-box;

	display: -webkit-flex;

	display: -ms-flexbox;

	display: flex;

	-webkit-box-orient: vertical;

	-webkit-box-direction: normal;

	-webkit-flex-direction: column;

	    -ms-flex-direction: column;

	        flex-direction: column;

}



.casino__item a {

	display: -webkit-box;

	display: -webkit-flex;

	display: -ms-flexbox;

	display: flex;

	-webkit-box-orient: vertical;

	-webkit-box-direction: normal;

	-webkit-flex-direction: column;

	    -ms-flex-direction: column;

	        flex-direction: column;

	text-decoration: none!important;

	-webkit-box-flex: 1;

	-webkit-flex: 1;

	    -ms-flex: 1;

	        flex: 1;

}





.casino__item:before {

	display: none;

}



.casino__item img {

	display: block;

}



.casino__item-desc {

	font-weight: 700;

	font-size: 16px;

  text-transform: uppercase;

	color: #fff;

	padding: 21px 12px;

	text-align: center;

  background: #323b3f;

	-webkit-box-flex: 1;

	-webkit-flex: 1;

	    -ms-flex: 1;

	        flex: 1;

	display: -webkit-box;

	display: -webkit-flex;

	display: -ms-flexbox;

	display: flex;

	-webkit-box-align: center;

	-webkit-align-items: center;

	    -ms-flex-align: center;

	        align-items: center;

	-webkit-box-pack: center;

	-webkit-justify-content: center;

	    -ms-flex-pack: center;

	        justify-content: center;

  margin: 0;

}









.live {

  -webkit-box-sizing: border-box;

          box-sizing: border-box;

  padding: 0;

  background: none;

  -webkit-border-radius: 0;

          border-radius: 0;

  -webkit-box-shadow: none;

          box-shadow: none;



}





.live__content {

  padding: 0;

  background: none;

  -webkit-border-radius: 0;

          border-radius: 0;

  -webkit-box-shadow: none;

          box-shadow: none;

  display: -webkit-box;

  display: -webkit-flex;

  display: -ms-flexbox;

  display: flex;

  margin: -10px;

}

.live__image img {

  width: 100%;

  height: 100%;

  display: block;

  -o-object-fit: cover;

     object-fit: cover;

}

.live__item {

  text-decoration: none!important;

  width: -webkit-calc(50% - 20px);

  width: calc(50% - 20px);

  -webkit-border-radius: 16px;

          border-radius: 16px;

  overflow: hidden;

  position: relative;

  margin: 10px;

}



.live__caption {

  font-weight: 700;

  font-size: 20px;

  line-height: 133%;

  text-transform: uppercase;

  text-align: center;

  color: #fff;

  margin: 0;

  text-align: center;

  text-decoration: none;

  padding: 0;

  background: #323b3f;

  padding: 24px 12px;

  margin: 0;

}







.upto {

  padding-left: -webkit-calc(50% - ((1120px - 20px) / 2));

  padding-left: calc(50% - ((1120px - 20px) / 2));

	padding-right: -webkit-calc(50% - ((1120px - 20px) / 2));

	padding-right: calc(50% - ((1120px - 20px) / 2));

  z-index: 0;

  position: relative;

  max-width: 100%;

  padding-top: 75px;

  padding-bottom: 75px;

}



.upto__wrap {

  width: 100%;

  max-width: 550px;

  text-align: center;

}

.upto__title {

  text-align: center;

  padding: 0;

  margin: 0 0 16px 0;

  color: #fff;

  border: none;

}

.upto__text {

  margin: 0;

  font-weight: 700;

  font-size: 20px;

  line-height: 125%;

  text-align: center;

  color: #fff;

}

.upto__button {

  margin: 20px 0 0 0;

}









.support {

	display: -webkit-box;

	display: -webkit-flex;

	display: -ms-flexbox;

	display: flex;

  -webkit-flex-wrap: wrap;

      -ms-flex-wrap: wrap;

          flex-wrap: wrap;

	-webkit-box-orient: horizontal;

	-webkit-box-direction: normal;

	-webkit-flex-direction: row;

	    -ms-flex-direction: row;

	        flex-direction: row;

	-webkit-box-pack: justify;

	-webkit-justify-content: space-between;

	    -ms-flex-pack: justify;

	        justify-content: space-between;

	-webkit-box-align: center;

	-webkit-align-items: center;

	    -ms-flex-align: center;

	        align-items: center;

}

.support__title {

  width: 100%;

}

.support__image {

	width: 100%;

  max-width: 545px;

}

.support__image img {

  display: block;

}



.form {

	display: -webkit-box;

	display: -ms-flexbox;

	display: -webkit-flex;

	display: flex;

	-webkit-box-orient: vertical;

	-webkit-box-direction: normal;

			-ms-flex-direction: column;

					-webkit-flex-direction: column;

					flex-direction: column;

	-webkit-box-align: start;

			-ms-flex-align: start;

					-webkit-align-items: flex-start;

					align-items: flex-start;

	width: 100%;

  max-width: 360px;

}



.field-input {

	border: 1px solid rgba(10, 45, 86, 0.3);

	-webkit-border-radius: 6px;

					border-radius: 6px;

	padding: 8px 16px;

	width: 100%;

	font-weight: 300;

	font-size: 15px;

	line-height: 150%;

	color: #000;

	background: #ffffff;

	display: block;

	outline: none;

	-webkit-box-shadow: none;

					box-shadow: none;

}

.field-input + .field-input {

  margin-top: 20px;

}

.field-input:active, .field-input:focus {

  border-color: #f50;

}



.field-input::-webkit-input-placeholder {

	color: #1f3233;

	opacity: 1;

}



.field-input::-moz-placeholder {

	color: #1f3233;

	opacity: 1;

}



.field-input:-ms-input-placeholder {

	color: #1f3233;

	opacity: 1;

}



.field-input::-ms-input-placeholder {

	color: #1f3233;

	opacity: 1;

}



.field-input::placeholder {

	color: #1f3233;

	opacity: 1;

}

textarea.field-input {

	resize: none;

	height: 93px;

}



.field-checkbox {

	position: relative;

	padding-left: 24px;

	cursor: pointer;

	-webkit-user-select: none;

	-moz-user-select: none;

	-ms-user-select: none;

	user-select: none;

	font-weight: 300;

	font-size: 12px;

	line-height: 150%;

	color: #1f3233;

	margin: 20px 0 0 0;

	min-height: 16px;

  text-align: left;

}

.field-checkbox a {

  color: #f50;

  display: inline;

}

.field-checkbox input {

	position: absolute;

	opacity: 0;

	cursor: pointer;

	height: 0;

	width: 0;

}



.field-checkbox__checkmark {

	position: absolute;

	top: 0;

	left: 0;

  border: 1px solid rgba(10, 45, 86, 0.3);

  -webkit-border-radius: 4px;

          border-radius: 4px;

  width: 16px;

  height: 16px;

}







.field-checkbox__checkmark:after {

	content: "";

	position: absolute;

	display: none;

}



.field-checkbox input:checked ~ .field-checkbox__checkmark:after {

	display: block;

}



.field-checkbox .field-checkbox__checkmark:after {

	left: 2px;

	top: 1px;

	width: 12px;

	height: 12px;

	background-image: url(../images/check.svg);

	background-position: center;

	background-repeat: no-repeat;

	background-size: contain;

}



.form__button {

	margin: 20px auto 0 0;

}
