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

@font-face {
    font-family: "geometria-light";
    src: url("../css/fonts/geometria-light.eot");
    src: url("../css/fonts/geometria-light?#iefix")format("embedded-opentype"),
    url("../css/fonts/geometria-light.woff") format("woff"),
    url("../css/fonts/geometria-light.ttf") format("truetype");
    font-style: normal;
    font-weight: normal;
}
@font-face {
    font-family: "Geometria";
    src: url("../css/fonts/geometria/Geometria.eot");
    src: url("../css/fonts/geometria/Geometria?#iefix")format("embedded-opentype"),
    url("../css/fonts/geometria/Geometria.woff") format("woff"),
    url("../css/fonts/geometria/Geometria.ttf") format("truetype");
    font-style: normal;
    font-weight: normal;
}
@font-face {
    font-family: "Geometria-Medium";
    src: url("../css/fonts/geometria/Geometria-Medium.eot");
    src: url("../css/fonts/geometria/Geometria-Medium?#iefix")format("embedded-opentype"),
    url("../css/fonts/geometria/Geometria-Medium.woff") format("woff"),
    url("../css/fonts/geometria/Geometria-Medium.ttf") format("truetype");
    font-style: normal;
    font-weight: normal;
}


html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after, q:before, q:after {
  content: "";
  content: none;
}

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

img {
  vertical-align: top;
}

input, textarea, button {
  -webkit-appearance: none;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -ms-border-radius: 0px;
  -o-border-radius: 0px;
  border-radius: 0px;
}

input, textarea {
  font-size: 12px;
  line-height: 18px;
  font-family: Roboto;
  font-family: /* "geometria-light", */ "Geometria-Medium", "Roboto";
  color: white;
}

textarea {
  resize: none;
}

.form-control {
  width: 100%;
  background-color: transparent;
  border: 1px solid #d3e5f6;
  outline: none;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  color: white;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px;
  padding: 5px 10px;
}
.form-control:-moz-placeholder, .form-control::-moz-placeholder {
  color: #b8d8f3;
  color: #eee;
  opacity: 1;
}
.form-control::-webkit-input-placeholder {
  color: #b8d8f3;
  color: #eee;
}

.btn {
  border: none;
  outline: none;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  cursor: pointer;
  background-color: transparent;
  display: inline-block;
  position: relative;
}
.btn:active {
  top: 1px;
}

.btn-default {
  font-size: 14px;
  line-height: 16px;
  border: 2px solid white;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  -o-border-radius: 20px;
  border-radius: 20px;
  padding: 10px 45px;
}

.btn-white {
  font-size: 14px;
  color: #3992dc;
  background-color: white;
  border: 2px solid white;
  text-transform: uppercase;
  letter-spacing: 1px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  -o-border-radius: 20px;
  border-radius: 20px;
  padding: 10px 45px;
  margin-left: 15px;
}

.btn-block {
  width: 100%;
  padding-left: 0;
  padding-right: 0;
}

.space {
  padding: 22px 0;
  position: relative;
}
.space.white:before {
  background-color: white;
}
.space:before {
  display: block;
  content: "";
  width: 44px;
  height: 2px;
  background-color: #f51286;
  position: absolute;
  top: 20px;
  left: 50%;
  margin-left: -22px;
}

* {
  outline: none !important;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.icon {
  display: inline-block;
  vertical-align: middle;
  position: relative;
}

html, body {
  height: 100%;
}

body {
  background-color: white;
  font-size: 14px;
  line-height: 20px;
  font-family: Roboto;
  font-family: "Geometria", "Roboto";
  color: black;
}

a {
  text-decoration: none;
}

.wrapper {
  min-height: 100%;
  position: relative;
}

.wrapper__top {
  padding-bottom: 229px;
}

.wrapper__bottom {
  width: 100%;
  height: 229px;
  position: absolute;
  bottom: 0;
  left: 0;
}

.container {
  width: 980px;
  margin: 0 auto;
}

.header {
  width: 100%;
  height: 71px;
  background-color: white;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
  overflow: hidden;
}
.header.active {
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.3);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.3);
}
.header .container {
  height: 71px;
  position: relative;
}
.header .header__logo {
  float: left;
  margin-top: 17px;
}
.header .header__logo a, .header .header__logo span {
  display: block;
  width: 167px;
  height: 38px;
  text-indent: -9999px;
  background: url("../images/logo.png") 0 0 no-repeat;
}
.header .header__menu {
  margin-left: 200px;
}
.header .header__menu li {
  float: left;
  color: #44a7fa;
  margin-left: 20px;
}
.header .header__menu li:first-child {
  margin-left: 0;
}
.header .header__menu li a {
  display: block;
  line-height: 21px;
  color: inherit;
  text-decoration: none;
  padding: 25px 0;
}
.header .header__menu li a:hover, .header .header__menu li a.active {
  color: black;
  border-bottom: 2px solid #f20075;
  padding-bottom: 23px;
}
.header .header__tel {
  font-size: 16px;
  color: #1d2382;
  position: absolute;
  top: 50%;
  right: 0;
  margin-top: -11px;
  font-family: "Geometria-Medium";
}
.header .header__tel a {
  color: inherit;
}

.start {
  background: url("../images/bg-start.jpg") top center no-repeat;
}
.start .container {
  height: 1083px;
  position: relative;
  padding-top: 345px;
}
.start .start__title {
  font-size: 24px;
  color: white;
  text-align: center;
  margin-bottom: 20px;
}
.start .start__slogan {
  font-weight: 500;
  font-size: 24px;
  line-height: 30px;
  color: white;
  text-transform: uppercase;
  text-align: center;
  font-family: "Geometria-Medium";
}
.start .start1 {
  position: absolute;
  top: 452px;
  left: 0;
  width: 143px;
  height: 90px;
  background: url("../images/icon-start1.png") 0 0 no-repeat;
  text-align: center;
  padding-top: 40px;
}
.start .start1.active {
  background-position: 0 -90px;
}
.start .start2 {
  position: absolute;
  top: 249px;
  left: 25px;
  width: 209px;
  height: 109px;
  background: url("../images/icon-start2.png") 0 0 no-repeat;
  text-align: center;
  padding-top: 44px;
}
.start .start2.active {
  background-position: 0 -109px;
}
.start .start3 {
  position: absolute;
  top: 100px;
  left: 50%;
  margin-left: -75px;
  width: 151px;
  height: 151px;
  background: url("../images/icon-start3.png") 0 0 no-repeat;
  text-align: center;
  padding-top: 55px;
}
.start .start3.active {
  background-position: 0 -151px;
}
.start .start4 {
  position: absolute;
  top: 257px;
  right: 70px;
  width: 156px;
  height: 98px;
  background: url("../images/icon-start4.png") 0 0 no-repeat;
  text-align: center;
  padding-top: 45px;
}
.start .start4.active {
  background-position: 0 -98px;
}
.start .start5 {
  position: absolute;
  top: 452px;
  right: -15px;
  width: 165px;
  height: 78px;
  background: url("../images/icon-start5.png") 0 0 no-repeat;
  padding: 20px 0 0 33px;
}
.start .start5.active {
  background-position: 0 -78px;
}
.start .name {
  cursor: pointer;
  font-size: 14px;
  line-height: 16px;
  color: #4ea3e4;
  font-family: "Geometria-Medium";
}
.start .name.active {
  cursor: default;
/*   font-weight: bold; */
  color: white;
}
.start .form {
  width: 367px;
  height: 367px;
  background: url("../images/bg-form.png") 0 0 no-repeat;
  position: absolute;
  bottom: 0;
  left: 50%;
  margin-left: -183px;
  text-align: center;
  padding-top: 80px;
}
.start .form .form__title {
  font-size: 18px;
  color: white;
  margin-bottom: 15px;
  font-family: "Geometria-Medium";
}
.start .form .form__text {
  color: white;
  margin-bottom: 10px;
}
.start .form .form-group {
  margin-bottom: 10px;
}
.start .form .form-submit {
  padding-top: 20px;
}
.start .form .form-control {
  width: 262px;
  border-color: transparent;
  border-bottom-color: #78c0fb;
  padding-left: 0;
  padding-right: 0;
}
.start .form .btn-default {
  width: 222px;
  padding-left: 0;
  padding-right: 0;
  text-align: center;
}

.about {
  background: url("../images/bg-about.jpg") bottom center no-repeat;
  padding-top: 52px;
  padding-bottom: 330px;
}
.about .about__title {
  font-size: 36px;
  line-height: 36px;
  color: #61829e;
  text-align: center;
  margin-bottom: 10px;
}
.about .about__slogan {
  font-weight: bold;
  font-size: 15px;
  text-align: center;
  padding-top: 6px;
  margin-bottom: 40px;
  font-family: "Geometria-Medium";
}
.about .about__name {
  font-size: 26px;
  line-height: 26px;
  text-align: center;
  margin-bottom: 59px;
    font-family: "Geometria-Medium";
}
.about .about__cloud {
  margin-bottom: 44px;
}
.about .about__cloud ul {
  overflow: hidden;
}
.about .about__cloud li {
  float: left;
  width: 200px;
  background: url("../images/about-cloud.png") 0 0 no-repeat;
  padding-top: 35px;
  margin-left: 55px;
}
.about .about__cloud li:first-child {
  margin-left: 0;
  width: 207px;
}
/*
.about .about__cloud li:nth-child(2) {
  margin-left: 0;	
}
*/
.about .about__list ul {
  overflow: hidden;
}
.about .about__list li {
	font-family: "Geometria-Medium";
	line-height: 1.1;
	font-size: 14px;
  float: left;
}
.about .about__list li.list1 {
  width: 195px;
  padding-right: 37px;
  background: url('../images/arrow.png') 100% 20px no-repeat;
}
.about .about__list li.list2 {
  width: 170px;
  margin-left: 75px;
  background: url('../images/arrow.png') 100% 20px no-repeat;
}
.about .about__list li.list3 {
  width: 170px;
  margin-left: 75px;
  background: url('../images/arrow.png') 100% 20px no-repeat;
}
.about .about__list li.list4 {
  float: right;
  width: 210px;
}
.about .about__list li strong {
  display: block;
  width: 58px;
  height: 58px;
  -webkit-border-radius: 29px;
  -moz-border-radius: 29px;
  -ms-border-radius: 29px;
  -o-border-radius: 29px;
  border-radius: 29px;
  border: 1px solid #fdcde5;
  text-align: center;
  font-size: 30px;
  color: #f51286;
  margin-bottom: 23px;
}
.about .about__list li strong > span {
  display: table;
  width: 100%;
  *zoom: 1;
  zoom: 1;
  *display: inline;
}
.about .about__list li strong > span:after {
  content: " ";
  display: table;
  clear: both;
}
.about .about__list li strong > span > span {
  display: table-cell;
  vertical-align: middle;
  width: 100%;
  height: 56px;
}

.what .what__title {
  font-size: 36px;
  line-height: 36px;
  color: white;
  text-align: center;
  margin-bottom: 10px;
}
.what .what__content {
  height: 725px;
  background: #44a7fa url("../images/bg-what.png") top center no-repeat;
  padding-top: 86px;
}
.what .what__order {
  height: 95px;
  background-color: #358dd7;
  text-align: center;
}
.what .what__order .container {
  display: table;
  width: 100%;
  *zoom: 1;
  zoom: 1;
  *display: inline;
}
.what .what__order .container:after {
  content: " ";
  display: table;
  clear: both;
}
.what .what__order .order__cell {
  display: table-cell;
  vertical-align: middle;
  width: 100%;
  height: 95px;
}
.what .what__order .btn-link {
  font-size: 20px;
  color: white;
}
.what .what__order .btn-link .icon__arrow {
  width: 13px;
  height: 10px;
  background: url("../images/about-arrow.png") 0 0 no-repeat;
  margin-left: 2px;
}
.what .what__list ul {
  padding-top: 20px;
  overflow: hidden;
}
.what .what__list li {
  float: left;
  width: 290px;
  height: 255px;
  color: white;
  padding-top: 78px;
  margin-left: 50px;
  position: relative;
  font-family: "geometria-light";
}
.what .what__list li:before {
  display: block;
  content: "";
  width: 60px;
  height: 60px;
  background: url("../images/what-icon.png") no-repeat;
  position: absolute;
  top: 0;
  left: 0;
}
.what .what__list li.what1 {
  margin-left: 0;
}
.what .what__list li.what1:before {
  background-position: 0 0;
}
.what .what__list li.what2:before {
  background-position: -60px 0;
}
.what .what__list li.what3:before {
  background-position: -120px 0;
}
.what .what__list li.what4 {
  margin-left: 0;
  width: 300px;
}
.what .what__list li.what4 span {
    line-height: 18px;
}
.what .what__list li.what4:before {
  background-position: 0 -60px;
}
.what .what__list li.what5:before {
  background-position: -60px -60px;
}
.what .what__list li.what6:before {
  background-position: -120px -60px;
}
.what .what__list li a {
  color: inherit;
}
.what .what__list li strong {
  display: block;
  font-weight: bold;
  font-size: 16px;
  margin-bottom: 18px;
}
.what .what__list li span {
  display: block;
  font-size: 13px;
}

.choose {
  padding-top: 67px;
}
.choose .choose__title {
  font-size: 36px;
  line-height: 36px;
  color: #61829e;
  text-align: center;
  margin-bottom: 10px;
}
.choose .choose__list ul {
  padding-top: 30px;
  overflow: hidden;
}
.choose .choose__list li {
  float: left;
  position: relative;
  padding-top: 75px;
  margin-bottom: 40px;
}
.choose .choose__list li:before {
  display: block;
  content: "";
  width: 55px;
  height: 55px;
  background: url("../images/choose-icon.png") no-repeat;
  position: absolute;
  top: 0;
  left: 0;
}
.choose .choose__list li.c1 {
  width: 200px;
}
.choose .choose__list li.c1:before {
  background-position: 0 0;
}
.choose .choose__list li.c2 {
  width: 210px;
  margin-left: 40px;
}
.choose .choose__list li.c2:before {
  background-position: -55px 0;
}
.choose .choose__list li.c3 {
  margin-left: 35px;
  width: 210px;
}
.choose .choose__list li.c3:before {
  background-position: -110px 0;
}
.choose .choose__list li.c4 {
  margin-left: 35px;
  width: 250px;
}
.choose .choose__list li.c4:before {
  background-position: -165px 0;
}
.choose .choose__list li.c5 {
  width: 200px;
}
.choose .choose__list li.c5:before {
  background-position: 0 -55px;
}
.choose .choose__list li.c6 {
  width: 210px;
  margin-left: 40px;
}
.choose .choose__list li.c6:before {
  background-position: -55px -55px;
}
.choose .choose__list li.c7 {
  width: 210px;
  margin-left: 35px;
}
.choose .choose__list li.c7:before {
  background-position: -110px -55px;
}
.choose .choose__list li.c8 {
  width: 250px;
  margin-left: 35px;
}
.choose .choose__list li.c8:before {
  background-position: -165px -55px;
}
.choose .choose__personal {
  min-height: 460px;
  padding-top: 30px;
  background: url("../images/bg-choose.jpg") bottom center no-repeat;
}
.choose .choose__personal .space {
  margin-bottom: 22px;
}
.choose .choose__personal p {
  font-size: 16px;
  line-height: 22px;
  margin-bottom: 17px;
}
.choose .choose__personal p strong {
  font-weight: bold;
}
.choose .choose__personal .container {
  padding-left: 470px;
}
.choose .choose__personal .choose__title {
  text-align: left;
}
.choose .choose__personal .space:before {
  left: 0;
  margin-left: 0;
}
.choose .choose__personal .garant {
  background: #eef6fc url("../images/choose-garant.png") top right no-repeat;
  padding: 20px 0 25px 0;
  margin-bottom: 35px;
}
.choose .choose__personal .garant .garant__name {
  font-weight: bold;
  font-size: 16px;
  padding: 0 0 20px 140px;
}
.choose .choose__personal .garant .garant__text {
  font-size: 14px;
  line-height: 16px;
  background: url("../images/choose-garant-icon.png") 0 0 no-repeat;
  padding: 0 20px 0 140px;
}

.demo {
  height: 340px;
  background: url("../images/bg-demo.jpg") top center no-repeat;
  position: relative;
}
.demo:before {
  display: block;
  content: "";
  width: 100%;
  height: 289px;
  background-color: #44a7fa;
  position: absolute;
  top: 25px;
  left: 0;
}
.demo .demo__content {
  background: url("../images/bg-demo.jpg") top center no-repeat;
/*   background: url("../images/bg-demo.jpg") 10px top no-repeat;   */
  max-width: 1576px;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}

@media (max-width: 1279px) {
	.demo .demo__content {
		background-position: -130px top;
	}
}
@media (min-width: 1280px) {
	.demo .demo__content {
		background-position: 0px top;
	}
}
@media (min-width: 1480px) {
	.demo .demo__content {
		background-position: 130px top;
	}
}

.demo .container {
  height: 340px;
  position: relative;
  z-index: 5;
}
.demo .demo__title {
  font-weight: bold;
  font-size: 24px;
  color: white;
  padding-top: 67px;
  margin-bottom: 20px;
}
.demo p {
  color: white;
  max-width: 430px;
  margin-bottom: 27px;
}
.demo .form-row {
  overflow: hidden;
  margin-bottom: 38px;
}
.demo .form-group {
  float: left;
  width: 170px;
  margin-right: 10px;
}
.demo .form-group.last {
  margin-right: 0;
}
.demo .form-group .form-control {
  border-color: transparent;
  border-bottom-color: #daedfe;
  padding-left: 0;
  padding-right: 0;
}
.demo .form-group .form-control:-moz-placeholder, .demo .form-group .form-control::-moz-placeholder {
  color: #b8d8f3;
  color: #eee;
  opacity: 1;
}
.demo .form-group .form-control::-webkit-input-placeholder {
  color: #b8d8f3;
  color: #eee;
}

.price {
  padding-top: 68px;
  padding-bottom: 30px;
}
.price .price__title {
  font-size: 36px;
  line-height: 36px;
  color: #61829e;
  text-align: center;
  margin-bottom: 10px;
}
.price table {
  width: 100%;
  border-bottom: 1px solid #eef3f7;
  margin-top: 38px;
}
.price table tr:nth-child(odd) td {
  background-color: #f8fcff;
  padding: 13px 25px;
}
.price table th {
  border-bottom: 1px solid #eef3f7;
  text-align: left;
  font-weight: bold;
  font-size: 16px;
  text-align: left;
  vertical-align: middle;
  padding: 10px 25px;
}
.price table th.price {
  width: 230px;
}
.price table th.buy {
  width: 215px;
  padding-right: 0;
}
.price table td {
  font-size: 14px;
  padding: 16px 25px;
}
.price table td.price {
  font-weight: bold;
}
/* .price table tr td:nth-child(3) {text-align: center;} */
.price table .btn {
  background-color: #f51286;
  color: white;
  padding: 5px 18px;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  -ms-border-radius: 15px;
  -o-border-radius: 15px;
  border-radius: 15px;
  letter-spacing: 1px;
}
.price .price__list {
  font-size: 14px;
  padding-top: 80px;
  overflow: hidden;
}
.price .price__list .list__left {
  float: left;
  max-width: 340px;
  padding-left: 62px;
  background: url("../images/sale.png") center left no-repeat;
}
.price .price__list .list__right {
  float: right;
  max-width: 340px;
  padding-left: 62px;
  background: url("../images/user.png") center left no-repeat;
	margin-right: 80px;
}

.faq {
  min-height: 700px;
  background: url("../images/bg-faq.jpg") top center no-repeat;
  padding-top: 120px;
  padding-bottom: 30px;
}
.faq .faq__title {
  font-size: 36px;
  line-height: 36px;
  color: white;
  text-align: center;
  margin-bottom: 10px;
}
.faq .faq__content {
  overflow: hidden;
}
.faq .faq__content .faq-list {
  display: table-cell;
  vertical-align: top;
}
.faq .faq__content .faq-list ul {
  width: 350px;
}
.faq .faq__content .faq-list li {
  margin-top: 5px;
}
.faq .faq__content .faq-list li a {

  display: table-cell;
  height: 60px;
  width: 350px;
  vertical-align: middle;
    font-family: "Geometria-Medium";
}

.faq .faq__content .faq-list li:first-child {
  margin-top: 0;
}
.faq .faq__content .faq-list li.active a {
  -webkit-border-radius: 30px 0 0 30px;
  -moz-border-radius: 30px 0 0 30px;
  -ms-border-radius: 30px 0 0 30px;
  -o-border-radius: 30px 0 0 30px;
  border-radius: 30px 0 0 30px;
  background-color: rgba(255, 255, 255, 0.1);
}
.faq .faq__content .faq-list a {
  display: block;
  line-height: 16px;
  color: white;
  cursor: pointer;
  padding: 5px 5px 5px 15px;
  overflow: hidden;
}
.faq .faq__content .faq-tabs {
  display: table-cell;
  vertical-align: top;
  width: 10000px;
  background-color: rgba(255, 255, 255, 0.1);
  padding: 20px 30px 30px 40px;
  -webkit-border-radius: 0 30px 30px 0;
  -moz-border-radius: 0 30px 30px 0;
  -ms-border-radius: 0 30px 30px 0;
  -o-border-radius: 0 30px 30px 0;
  border-radius: 0 30px 30px 30px;
}

.faq .faq__content .faq-tabs.all_radius{
	  border-radius: 30px 30px 30px 30px;
}

.faq .faq__content .faq-tabs.bottom_radius {
	  border-radius: 30px 30px 30px 0;
}

.faq .faq__content .faq-tabs section {
  color: white;
}
.faq .faq__content .faq-tabs section li {
  margin-bottom: 12px;
}
.faq .faq__content .faq-tabs section p {
  margin-bottom: 12px;
}

.footer__feedback {
  height: 132px;
  background-color: #3c82bc;
  overflow: hidden;
}
.footer__feedback .feedback__left {
  float: left;
  width: 210px;
  font-size: 16px;
  color: white;
}
.footer__feedback .feedback__reuslt {
  float: left;
  width: 700px;
  font-size: 16px;
  color: white;	
  text-align: center;
}
.footer__feedback .feedback__reuslt .success {
  display: table-cell;
  width: 700px;
  height: 132px;
  vertical-align: middle;
}
.footer__feedback .feedback__left strong {
  display: block;
  font-weight: 700;
}
.footer__feedback .feedback__left .feedback__vertical {
  display: table-cell;
  width: 100%;
  height: 132px;
  vertical-align: middle;
}
.footer__feedback .feedback__left .feedback__vertical span {
	font-size: 14px;
}
.footer__feedback .feedback__right {
  float: right;
}
.footer__feedback .feedback__right form {
  display: table-cell;
  vertical-align: middle;
  height: 132px;
}
.footer__feedback .feedback__right .form-group {
  float: left;
  width: 170px;
  margin-left: 15px;
}
.footer__feedback .feedback__right .form-submit {
  float: left;
  margin-left: 15px;
}
.footer__feedback .feedback__right .form-control {
  border-color: transparent;
  border-bottom-color: #5da3dd;
  padding-left: 0;
  padding-right: 0;
}

.footer__copyright {
  height: 97px;
  overflow: hidden;
}
.footer__copyright .footer__counter {
  float: left;
  margin-top: 29px;
  margin-right: 30px;
}
.footer__copyright .footer__link {
  float: left;
  margin-top: 29px;
  margin-left: 240px;
  color: #1d2382;
  margin-top: 42px;
}
.footer__copyright .footer__link a {
  color: inherit;
}
.footer__copyright .footer__link a:hover {
	text-decoration: underline;
}
.footer__copyright .footer__logo {
  float: left;
  margin-top: 29px;
  margin-right: 30px;
}
.footer__copyright .footer__logo a, .footer__copyright .footer__logo span {
  display: block;
  width: 167px;
  height: 38px;
  text-indent: -9999px;
  background: url("../images/logo.png") 0 0 no-repeat;
}
.footer__copyright .footer__tel {
  float: right;
  font-size: 16px;
  color: #1d2382;
  margin-top: 42px;
  
font-family: "Geometria-Medium";
}
.footer__copyright .footer__tel a {
  color: inherit;
}

.popup {
  display: none;
}
.popup .popup-title {
  font-size: 28px;
  padding-top: 20px;
  margin-bottom: 12px;
  text-align: center;
}
.popup .popup-slogan {
  font-size: 14px;
  line-height: 22px;
  text-align: center;
  border-bottom: 1px solid #f4f4f4;
  padding-bottom: 10px;
  margin-bottom: 20px;
}
.popup .form-content {
  padding: 10px 0 20px 0;
}
.popup .form-group {
  padding: 0 15px;
  margin-bottom: 15px;
}
.popup .form-group label {
  display: block;
  font-size: 14px;
  color: #b3b3b3;
  color: #777;
  padding-bottom: 5px;
}
.popup .form-group .form-control {
  color: black;
  color: #333;
}
.popup .form-group .form-control:-moz-placeholder, .popup .form-group .form-control::-moz-placeholder {
  color: #b3b3b3;
  /* color: #eee; */
  opacity: 1;
}
.popup .form-group .form-control::-webkit-input-placeholder {
  color: #b3b3b3;
  /* color: #eee; */
}
.popup .form-submit {
  background-color: #edf2f9;
  padding: 25px 100px;
  -webkit-border-radius: 0 0 5px 5px;
  -moz-border-radius: 0 0 5px 5px;
  -ms-border-radius: 0 0 5px 5px;
  -o-border-radius: 0 0 5px 5px;
  border-radius: 0 0 5px 5px;
}
.popup .form-submit .btn {
  width: 100%;
  font-size: 16px;
  background-color: #3fafef;
  padding: 16px 0;
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  -ms-border-radius: 25px;
  -o-border-radius: 25px;
  border-radius: 25px;
}

#popup-request {
  width: 362px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
}
