@import "fonts.css";
@import "default.css";

/*
 * Header
*/
header {
    font-family: "GothamPro Medium";
    font-size: 16px;
    padding: 30px 0 20px;
    position: relative;
}
.header__item {
    min-height: 70px;
    position: relative;
    //text-align: left;

    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
}
/*
 *
*/
.header__item:first-child {
    float: left;
}
.logo {}
.logo__thumb {

    max-width: 160px;
    height: 100%;
}
.logo__text {
    font-size: 12px;
    color: #919191;
    letter-spacing: 1px;
    margin-top: 2px;
}
.logo_white {
     background-image: url(../images/logo_white.png);
}
/*
 * Элементы списка в блоке header.
*/
.header__item .ico {
    background-repeat: no-repeat;
    background-position: center;
    height: 27px;
    width: 33px;
    position: absolute;
    left: 0;
    top: 0;
}
.header__item-1 .ico {
    background-image: url(../images/ico/purse.png);
}
.header__item-2 .ico {
    background-image: url(../images/ico/list.png);
}
.header__item-3 .ico {
    background-image: url(../images/ico/money.png);
}
.header__item-1, .header__item-2, .header__item-3 {
    padding-left: 45px;
}

/* Правки Begin */
.header__item-list {
    margin-left: 115px;
    width: 685px;
    float: left;
    box-sizing: border-box;
}
.header__item {
    display: inline-block;
    max-width: 220px;
}
.header__item-list li + li {
    margin-left: 30px;
}
.header__item-3 {
    width: 180px;
}
/* Правки End */

/*
 * Вход.
*/
.login {
    display: table;
    text-align: center;
    float: right;
    width: 85px;
}
.login__content {
    display: table-cell;
    vertical-align: middle;
}
.login__content span {
    display: inline-block;
}
.login__content span:hover {
    border-bottom: 1px dotted grey;
}
.login-ico {
    background-image: url(../images/ico/login.png);
    background-repeat: no-repeat;
    height: 19px;
    width: 23px;
    display: inline-block;
    vertical-align: bottom;
}

.login__content__new{
    font-size: 12px;
    color:#000000;
}


/*
 * Главная секция
*/
.main-section {
    background-color: #326483;
    //height: 596px;
}

/*
 * Описание главной секции
*/
.main-section__description {
    width: 430px;
    float: left;
    margin-top: 40px;
    position: relative;
}
.main-section p:first-child {
  font-size: 42px;
  font-family: "GothamPro Bold";
  color: rgb(255, 255, 255);
  line-height: 1;

}
.main-section p:last-child {
    width: 275px;
    margin-top: 0;
}

/*
 * Стили для placeholder полей "input"
*/
.input:-moz-placeholder {
    color: black;
    font-weight: bold;
}
.input::-webkit-input-placeholder {
    color: black;
    font-weight: bold;
}

/*
 * Изображения главной секции
*/
.main-section__images {
    position: absolute;
    height: 100%;
    min-width: 600px;
    height: 545px;
    display: inline-block;
    left: 233px;
    z-index: 10;
}
.main-section__image {
    position: absolute;
}
.main-section__image-cofee {
    background-image: url(../images/coffee.png);
    background-repeat: no-repeat;
    background-position: center top;
    position: absolute;
    width: 149px;
    height: 270px;
    bottom: 10px;
    left: 0;
}
.main-section_coffee-shadow {
    background-image: url(../images/shadow_coffee.png);
    background-repeat: no-repeat;
    background-position: center;
    position: absolute;
    bottom: 0;
    right: -30px;
    opacity: 0.4;
    width: 152px;
    height: 28px;
}
.main-section__image-book {
    background-image: url(../images/book.png);
    background-repeat: no-repeat;
    background-position:  center;
    width: 181px;
    height: 99px;
    top: 19px; left: 110px;
}
.main-section__image-spectascles {
    background-image: url(../images/spectacles.png);
    background-repeat: no-repeat;
    background-position:  center;
    width: 130px;
    height: 76px;
    top: 30px;
    left: 480px;
}
.main-section__image-main {
    background-image: url(../images/man.png);
    background-repeat: no-repeat;
    background-position:  center top;
    width: 521px;
    height: 560px;
    bottom: -10px;
    left: 100px;
}
.main-section_main-shadow {
    background-image: url(../images/shadow_man.png);
    background-repeat: no-repeat;
    background-position: center;
    position: absolute;
    bottom: 0;
    margin: 0 auto;
    margin-left: 140px;
    opacity: 0.4;
    width: 280px;
    height: 32px;
}

/*
 * Форма главной секции
*/
.main-section__form {
    text-align: center;
    position: relative;
    float: right;
    margin-top: 105px;
    height: 440px;
}
.main-section_form-shadow {
    background-image: url(../images/shadow_form.png);
    background-repeat: no-repeat;
    background-position: center;
    position: absolute;
    bottom: 0;
    margin: 0 auto;
    opacity: 0.4;
    width: 100%;
    height: 32px;
}

/*
 * Секция "Как это работает"
*/
.how-it-work {
    text-align: center;
}
.how-it-work__list {
    margin: 60px 0px 0;
}
.how-it-work__list > * {
    display: inline-block;
    vertical-align: top;
}
.how-it-work__list > .arrow-right {
    margin: 66px 2px 0; /*66px 7px 0;*/
}
.how-it-work h1 {
    margin: 20px 0;
}
.how-it-work p {
    line-height: 1.2;
    font-weight: bold;
}

.how-it-work__item {
    text-align: left;
    width: 250px;
}
.how-it-work__item .how-it-work__item-ico {
    background-position: center;
    background-repeat: no-repeat;
    width: 100%;
    height: 132px;
}
.how-it-work__item-1 .how-it-work__item-ico {
    background-image: url(../images/how-it_test.png);
}
.how-it-work__item-2 .how-it-work__item-ico {
    background-image: url(../images/how-it_wheel.png);
}
.how-it-work__item-3 .how-it-work__item-ico {
    background-image: url(../images/how-it_note.png);
}
.how-it-work__item-4 .how-it-work__item-ico {
    background-image: url(../images/how-it_cash.png);
}
.arrow-right {
    background-image: url(../images/arrow-right_black.png);
    background-repeat: no-repeat;
    width: 41px;
    height: 12px;
}

/*
 * Секция "Причины работать с нами"
*/
.reasons {
    text-align: center;
}
.reasons .container {
    position: relative;
}
.reasons__list {
    text-align: left;
    list-style-image: url(../images/ico/ok.png);
    margin-top: 55px;
    float: left;
    padding-left: 40px;
    max-width: 64%;
}
.reasons__list li {
    padding-left: 10px;
}
.reasons__list li+li {
    margin-top: 30px;
}
.reasons__list li p {
    font-weight: bold;
    margin: 2px 0;
}

/*
 * Отзывы
*/
.reasons__review {
    float: right;
    margin-top: 55px;
}
.reasons__review-title {
  font-size: 30px;
  font-family: "GothamPro Bold";
  line-height: 0.867;
  margin-bottom: 25px;
}
.reasons__review-content {
    background-color: #417b9d;
    border-radius: 4px;
    width: 419px;
    min-height: 394px;
    padding: 40px 62px 40px 80px;
    text-align: left;
    position: relative;

    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
}

.owl-controls {
    position: absolute;
    bottom: -15px;
    width: 100%;
}
#review__list {
    min-height: 313px;
}

.reasons__review-content p {
  font-size: 16px;
  font-family: "GothamPro Light";
  line-height: 1.375;
}
.reasons__review-ico {
    background-image: url(../images/ico/review.png);
    background-repeat: no-repeat;
    background-position: center;
    width: 40px;
    height: 30px;
    position: absolute;
    left: 30px;
    top: 33px;
}
.reasons__review-next, .reasons__review-prev {
    background-image: url(../images/arrow-right_white.png);
    background-repeat: no-repeat;
    width: 41px;
    height: 12px;
    float: right;
    display: inline-block;
    opacity: 0.7;
}
.reasons__review-prev {
    background-image: url(../images/arrow-left_white.png);
    float: left;
}
.reasons .button {
    margin-top: 15px;
}
.review__list {
    width: 100%;
    height: 100%;
    overflow: hidden;
}
/**************************************************/

/*
 * Секция "Наши правила"
*/
.rules {
    text-align: center;
}
.rules .container {
    background-color: #f2f2f2;
    padding: 40px 80px;
}
.rules__list {
    margin-top: 50px;
    text-align: left;
}
.rules__item {
    font-weight: bold;
    position: relative;
    padding-left: 70px;
    width: 28%;
    float: left;
    margin-left: 5%;
}
.rules__item:first-child {
    margin-left: 0;
    width: 28%;
}
.rules__item:last-child {
    width: 30%;
}
.rules__item-num {
  background-color: #f5bb16;
  display: inline-block;
  font-size: 46px;
  font-family: "GothamPro Light";
  font-weight: normal;
  text-align: left;
  line-height: 1.8;
  width: 55px;
  height: 55px;
  position: absolute;
  left: 0;
  top: 0;
}
.rules__item .for-h {
    height: 55px;
    display: table;
}
.rules__item h2 {
    display: table-cell;
    vertical-align: bottom;
}

/*
 * Секция регистрации
*/
.registration {
    text-align: center;
    position: relative;
}
.registration .container {
    position: relative;
}
.registration .form {
    background-color: #417b9d;
}
/*
 * Изображение денег в секции регистрации
*/
.cash-image {
    position: relative;
    bottom: 0px;
    width: 70px;
    height: 215px;
    margin: 0 auto;
}
.cash-image.cash-image-v-2 {
    height: 130px;
}
.cash-ico {
    background-repeat: no-repeat;
    background-position: center;
    width: 70px;
    height: 111px;
    position: absolute;
    left: 0;
    top: 0;
}
.cash-image-v-1 .cash-ico {
    background-image: url(../images/cash_right.png);
}
.cash-image-v-2 .cash-ico {
    background-image: url(../images/cash_left.png);
}
.cash-image-v-1 .cash-shadow {
    right: 10px;
}
.cash-image-v-2 .cash-shadow {
    left: 10px;
}
.cash-shadow {
    background-image: url(../images/shadow_cash.png);
    background-repeat: no-repeat;
    background-position: center;
    position: absolute;
    bottom: 0;

    opacity: 0.4;
    width: 100%;
    height: 28px;
}
/*
 * Левый и правый контейнеры в секции регистрации
*/
.left-part, .right-part {
    text-align: center;
    position: absolute;

    bottom: 0;
    width: 360px;
    height: 215px;

    display: table;
}
.left-part {
    left: 93px;
}
.right-part {
    right: 93px;
}
.left-part > li, .right-part > li {
    display: table-cell;
}

/*
 * Footer
*/
footer {
    font-family: "GothamPro Light";
    font-size: 12px;
    line-height: 2;
    background: #000;
    padding: 50px 0;
}
footer p {
    width: 200px;
    display: block;
}

footer a {
    //text-decoration: underline;
    border-bottom: 1px solid #404040;
}
footer a:hover {
    //text-decoration: none;
    border-bottom: none;
    color: #f5bb16;
}
.footer__links {
    float: right;
    margin: 0;
}
.footer__right-info {
    float: left;
}
.footer__right-info p {
    margin-bottom: 0;
}
.footer_logo .logo__text {
    color: #fff;
    letter-spacing: 0;
    font-size: 11.8px;
}

.popup{
	/*background: url('images/popup.jpg');
	filter: alpha(opacity=80);
	opacity: 0.8;*/
	display: none;
	height: 100%;
	left: 0px;
	position: fixed;
	top: 0px;
	visibility: visible;
	width: 100%;
	z-index: 999;
	background-color: rgba(0, 0, 0, 0.85)
}
.window_pop {
    display: table-cell;
    text-align: center;
    vertical-align: middle;
    color: #fff;
    padding-left: 15%;
    padding-right: 15%;
}
#login_form{
	background: url('../images/pix_bk.jpg');
	border-radius:4px;
	position: absolute;
	width: 220px;
	top: 40px;
	padding: 15px;
	left: 50%;
	font-size:12px;
	font-weight:bold;
	margin-left: -110px;
}
#login_form input[type="text"], #login_form input[type="password"]{
	margin-bottom:15px;
	font-size:13px;
	width: 190px;
	height: 25px;
}
#login_form h3{
	margin: 0 0 12px;
}
#login_form .close, .window_pop .close{
	background: url(../images/icons.png) no-repeat 0 -278px;
	position: absolute;
	width: 15px;
	height: 15px;
	top: 10px;
	right: 10px;
	cursor:pointer;
}
a.lost_pass{
	font-size:11px;
	float:right;
	font-weight:normal;
	margin-top:15px;
}
.double_line{
	width: 100%;
	position: absolute;
	height: 2px;
	margin-bottom:12px;
	left: 0;
	background: url('../../style/images/double_line.png');
}
p.error{
	color:#f00;
	margin-top:0px;
}

#login_form input[type="submit"]{
    background: #0272c6;
    background: linear-gradient(top, #0272c6, #005fa7);
    background: -moz-linear-gradient(top, #0272c6, #005fa7);
    background: -ms-linear-gradient(top, #0272c6, #005fa7);
    background: -o-linear-gradient(top, #0272c6, #005fa7);
    background: -webkit-linear-gradient(top, #0272c6, #005fa7);
    border: none;
    border-radius: 5px;
    box-shadow: 0 1px 3px #333;
    color: #fff;
    font-size: 18px;
    padding: 6px 14px;
    pie-background: linear-gradient(#0272c6, #005fa7);
    text-decoration: none;
    cursor: pointer;
}

.owl-wrapper-outer {
    min-height: 200px;
}

.calculator {
    text-align: center;
}

.constructor {
  overflow: hidden;
  padding: 50px 0
}


.constructor__selection {
    margin-top: 55px;
    max-width: 64%;
    float: left;
    text-align: left;
}

.constructor__result {
    float: right;
    text-align: left;
    width: 419px;
    margin-top: 55px;
}


.constructor__title {
    margin-bottom: 50px
}

.constructor__text {
    font-family: GothaProLig;
    font-size: 16px
}



.constructor .result__wrapper {
    padding: 50px;
    border: 1px solid #417b9d
}

.constructor .result__el {
    line-height: normal;
    /* text-transform: uppercase */
}

.constructor .result__el+.result__el {
    margin-top: 20px
}

.constructor .result__el .sum {
    font-family: "GothamPro Bold";
    font-size: 48px;
    color: #417b9d
}


.constructor .result__el .sum+span {
    margin-left: 1px;
    color: #417b9d
}

#constructor {
    padding: 0 7px;
    width: 70%
}


.selection__el {
    font-size: 16px;
    font-family: "GothamPro Light";
    line-height: 1.375;
}

.selection__el+.selection__el {
    margin-top: 50px
}


.selection__title {
    margin-bottom: 15px;
    font-family: "GothamPro Bold";
    line-height: 1.2;
    /* line-height: 1.4;
    text-transform: uppercase */
}

.selection__item,.selection__title {
    font-size: 24px
}
.selection__item {
    font-family: "GothamPro Bold";
    color: #000;
    line-height: 26px;
    position: relative;
    display: inline-block;
    padding-left: 40px;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-transition: .15s;
    transition: .15s
}


.selection__item:hover {
    color: #417b9d
}


.selection__item+.selection__item {
    margin-left: 20px
}



.selection__item:before {
  position: absolute;
  left: 0;
  display: block;
  width: 26px;
  height: 26px;
  content: "";
  border: 1px solid #417b9d;
  border-radius: 50%
}

.selection__item.active:after {
  position: absolute;
  top: 2px;
  left: 2px;
  display: block;
  width: 22px;
  height: 22px;
  content: "";
  border: 7px solid #fff;
  border-radius: 50%;
  background: #417b9d
}

.selection__item .number-desc {
  text-transform: uppercase
}

.slider-numbers {
  position: relative;
  height: 30px
}

.slider-numbers__el {
  font-size: 18px;
  position: absolute;
  display: inline-block;
  width: 30px;
  margin-left: -15px;
  text-align: center;
  font-family: "GothamPro Bold";
}

.slider-numbers__el#slider-numbers__el--1 {
  left: 0;
  margin-left: -10px
}

.slider-numbers__el#slider-numbers__el--2 {
  left: 25%
}

.slider-numbers__el#slider-numbers__el--3 {
  left: 50%
}

.slider-numbers__el#slider-numbers__el--4 {
  left: 75%
}

.slider-numbers__el#slider-numbers__el--5 {
  left: 100%;
  margin-left: -20px
}


#constructor__slider.noUi-target {
  border: none;
  background: transparent;
  height: 100%;
  position: relative
}

#constructor__slider.noUi-target:before {
  content: "";
  display: block;
  width: 100%;
  height: 3px;
  position: absolute;
  background: #417b9d;
  top: 9px
}

#constructor__slider .noUi-handle {
  height: 24px;
  width: 24px;
  background: #417b9d;
  position: absolute;
  border-radius: 50%;
  border: 5px solid #fff;
  -webkit-box-shadow: none;
  box-shadow: none;
  cursor: pointer;
  left: -12px;
  top: -11px
}

#constructor__slider .noUi-handle:after,#constructor__slider .noUi-handle:before {
  display: none
}

#constructor__slider .noUi-handle:focus {
  outline: none
}

#constructor__slider .noUi-base {
  padding: 10px 0
}

#constructor__slider .noUi-connect {
  -webkit-box-shadow: none;
  box-shadow: none;
  background: transparent;
  height: 100%
}

#constructor__slider .noUi-connect:before {
  content: "";
  display: block;
  width: 100%;
  height: 3px;
  position: absolute;
  background: #ccc;
  top: 9px
}

#constructor__slider.noUi-target {
  -webkit-box-shadow: none;
  box-shadow: none;
  cursor: pointer
}
