@font-face {
    font-family: 'mirabelle';
    font-display: auto;
    src: url('../fonts/mirabelle.eot');
    src: url('../fonts/mirabelle.woff2') format('woff2'),
        url('../fonts/mirabelle.woff') format('woff'),
        url('../fonts/mirabelle.ttf') format('truetype'),
        url('../fonts/mirabelle.svg') format('svg'),
        url('../fonts/mirabelle.eot?#iefix') format('embedded-opentype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'opensans';
    font-display: auto;
    src: url('../fonts/opensans-regular.eot');
    src: url('../fonts/opensans-regular.woff2') format('woff2'),
        url('../fonts/opensans-regular.woff') format('woff'),
        url('../fonts/opensans-regular.ttf') format('truetype'),
        url('../fonts/opensans-regular.svg') format('svg'),
        url('../fonts/opensans-regular.eot?#iefix') format('embedded-opentype');
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: 'opensans';
    font-display: auto;
    src: url('../fonts/opensans-bold.eot');
    src: url('../fonts/opensans-bold.woff2') format('woff2'),
        url('../fonts/opensans-bold.woff') format('woff'),
        url('../fonts/opensans-bold.ttf') format('truetype'),
        url('../fonts/opensans-bold.svg') format('svg'),
        url('../fonts/opensans-bold.eot?#iefix') format('embedded-opentype');
    font-weight: 700;
    font-style: normal;
}

body,
h1,
h2,
h3,
h4,
ul,
li,
div,
p,
span,
b,
i,
nav,
main,
a,
button,
input,
label,
textarea {
    margin: 0;
    padding: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    list-style: none;
    outline: none;
    border: none;
}


button {
    background: transparent;
    -webkit-box-shadow: none;
    box-shadow: none;
    border: none;
    cursor: pointer;
}

.page {
    color: #272727;
    font-size: 16px;
    line-height: 30px;
    font-family: 'opensans', sans-serif;
    background: #e8d6b2;
}

.link {
    text-decoration: none;
    outline: none;
    display: block;
}

h1,
h2,
h3 {
    font-family: 'mirabelle';
    font-weight: normal;
}

.title-h1 {
    font-size: 80px;
    line-height: 87px;
    margin-bottom: 5px;
    margin-top: 0;
}

.title-h2 {
    font-size: 49px;
    line-height: 64px;
    text-transform: uppercase;
    margin-top: 0;
}

.title-h3 {
    font-size: 40px;
    line-height: 64px;
    text-transform: uppercase;
    margin-top: 0;
}

.title-h4 {
    font-size: 30px;
    line-height: 90px;
    text-align: center;
    text-transform: uppercase;
    margin-top: 0;
}

.btn {
    display: block;
    width: 345px;
    height: 60px;
    font-size: 19px;
    font-weight: 700;
    font-family: 'opensans', sans-serif;
    line-height: 19px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    color: #fff;
    border-radius: 5px;
    text-transform: uppercase;
/*    text-align: center;*/
    background-image: -webkit-gradient(linear, left bottom, left top, from(rgb(134, 15, 19)), to(rgb(190, 67, 72)));
    background-image: linear-gradient(0deg, rgb(134, 15, 19) 0%, rgb(190, 67, 72) 100%);
    -webkit-box-shadow: 0px3px 13px 0px rgba(27, 24, 21, 0.29);
    box-shadow: 0px 3px 13px 0px rgba(27, 24, 21, 0.29);
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}


.btn:hover {
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgb(134, 15, 19)), to(rgb(190, 67, 72)));
    background-image: linear-gradient(180deg, rgb(134, 15, 19) 0%, rgb(190, 67, 72) 100%);
}

section {
    padding: 60px 0;
}

a {
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}

a:hover {
    color: #848796;
    text-decoration: none;
}

.visually-hidden {
    position: absolute;
    clip: rect(0 0 0 0);
    width: 1px;
    height: 1px;
    margin: -1px;
}

.content {
    overflow: hidden;
}

.text-red {
    color: #bd4347;
    font-weight: 700;
}

/*--------------------------Header------------------*/
.header__menu-fixed,
.header__menu-fixed_2 {
    top: 0;
    width: 100%;
    left: 0;
    z-index: 1500;
}

.small {
    opacity: 0.95;
    -webkit-transition: 0.5s all;
    transition: 0.5s all;
    position: fixed;
}

.header__enter-form {
    position: relative;
    z-index: 100;
    color: #fff;
    background: #194486;
    -webkit-box-shadow: 0px 3px 2px 1px rgba(46, 70, 131, 1);
    box-shadow: 0px 3px 2px 1px rgba(46, 70, 131, 1);
    font-size: 14px;
    height: 26px;
    padding: 4px 0 1px;
}

.main-menu {
    background-image: -webkit-gradient(linear, left bottom, left top, from(rgb(134, 15, 19)), to(rgb(190, 67, 72)));
    background-image: linear-gradient(0deg, rgb(134, 15, 19) 0%, rgb(190, 67, 72) 100%);
    border-bottom: 1px solid #d4cec8;
    border-top: 1px solid #d4cec8;
    height: 40px;
}

.main-menu__list li a:hover {
    color: #ff6a12;
}

.top {
    height: 130px;
    background: url(../img/board-pattern.jpeg) repeat-x center center;
}

.top__banner {
    width: 100%;
    max-width: 100%;
    height: 130px;
}
.logo__title {
    font-family: 'mirabelle';
    font-weight: normal;
    font-size: 49px;
    line-height: 50px;
    color: #8a1317;
}
.logo__subtitle {
    font-size: 15px;
    line-height: 18px;
    color: #2e4b9b;
    font-weight: 700;
letter-spacing: 0.03em;
}
.logo__img {
    min-width: 18%;
    width: 18%;
}
.top__phone {
    font-size: 45px;
    line-height: 51px;
    height: 51px;
    color: #fef000;
    font-family: 'Arial', sans-serif;
    font-weight: 900;
    text-shadow:
        -0 -2px 1px #8B1317,
        0 -2px 1px #8B1317,
        -0 2px 1px #8B1317,
        0 2px 1px #8B1317,
        -2px -0 1px #8B1317,
        2px -0 1px #8B1317,
        -2px 0 1px #8B1317,
        2px 0 1px #8B1317,
        -1px -2px 1px #8B1317,
        1px -2px 1px #8B1317,
        -1px 2px 1px #8B1317,
        1px 2px 1px #8B1317,
        -2px -1px 1px #8B1317,
        2px -1px 1px #8B1317,
        -2px 1px 1px #8B1317,
        2px 1px 1px #8B1317,
        -2px -2px 1px #8B1317,
        2px -2px 1px #8B1317,
        -2px 2px 1px #8B1317,
        2px 2px 1px #8B1317,
        -2px -2px 1px #8B1317,
        2px -2px 1px #8B1317,
        -2px 2px 1px #8B1317,
        2px 2px 1px #8B1317;
}

.top__address {
    font-size: 18.8px;
    line-height: 18px;
    font-weight: 700;
    color: #891116;
}

.main-menu__list {
    padding: 10px 0 13px;
/*    margin-left: 6px;*/
}

.main-menu__item a {
    font-size: 16px;
    font-weight: 700;
    line-height: 17px;
    color: #fff;
    text-transform: uppercase;
}

.main-menu__item:not(:first-child) {
    margin-left: 50px;
    padding-left: 50px;
    border-left: 2px solid #fff;
}

.cabinet {
    background: #e5eef3;
    height: 35px;
    border-bottom: 1px solid #e8d6b2;
}

.cabinet__menu {
    height: 35px;
/*    margin-left: 6px;*/
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.cabinet__menu_drop {
    margin-left: 0;
}

.cabinet__menu li a,
.cabinet__menu li {
    font-size: 15px;
    font-weight: 700;
    color: #2e4b9b;
    line-height: 30px;
}

.cabinet__menu li {
    margin-right: 35px;
}

.cabinet__menu a:hover {
    color: #c83939;
}

.text-black {
    color: #000;
}

.text-green {
    color: #0e9d2b;
}

/*-------------------------Offer-----------------*/
.offer {
    padding-top: 30px;
    background: url(../img/header-bg.jpeg) no-repeat center center/cover;
}

.offer__list {
    margin-bottom: 35px;
}

.offer__list li {
    font-size: 28px;
    font-weight: 700;
    line-height: 44px;
    color: #000;
}

.list li::before {
    content: '';
    display: inline-block;
    width: 11px;
    height: 11px;
    border-radius: 50%;
    background: #656561;
    margin-right: 25px;
    margin-left: 7px;
    vertical-align: middle;
}

.offer p:first-of-type {
    margin-left: 7px;
}

.offer p:nth-of-type(2)::before {
    content: '\2713';
    display: inline-block;
    margin-right: 22px;
    font-size: 26px;
    font-weight: bolder;
    color: #555754;
}

.text-underline {
    text-decoration: underline;
}

.arrow-down {
    display: inline-block;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    vertical-align: middle;
    margin-left: 5px;
}

/*------------------------Advantages-----------------*/
.advantages {
    position: relative;
}

.card {
    padding: 40px 25px 55px;
    border-radius: 7px;
    background-color: rgb(255, 255, 255);
    -webkit-box-shadow: 0px 2px 13px 0px rgba(149, 136, 119, 0.35);
    box-shadow: 0px 2px 13px 0px rgba(149, 136, 119, 0.35);
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}

.card:hover {
    -webkit-box-shadow: 0px 11px 19.11px 1.89px rgba(149, 136, 119, 0.35);
    box-shadow: 0px 11px 19.11px 1.89px rgba(149, 136, 119, 0.35);
}

.card::before {
    content: '';
    display: block;
    margin: 0 auto 20px;
}

.card1::before {
    width: 70px;
    height: 54px;
    background: url(../img/css_sprites.png) -10px -10px;
}

.card2::before {
    width: 51px;
    height: 54px;
    background: url(../img/css_sprites.png) -100px -10px;
}

.card3::before {
    width: 52px;
    height: 54px;
    background: url(../img/css_sprites.png) -10px -80px;
}

.card__title {
    text-align: center;
    text-transform: uppercase;
    font-size: 18px;
    font-weight: 700;
}

.card__img {
    position: absolute;
    bottom: 0;
}

.card1__img {
    left: 0;
    margin-left: -121px;
    margin-bottom: -10px;
}

.card3__img {
    right: 0;
    margin-right: -120px;
}

/*------------------------Services------------------*/
.services__title-h2 {
    text-align: center;
    margin-bottom: 40px;
}

.services__list li {
    font-size: 18px;
    line-height: 60px;
}

.services__list li::before {
    content: '';
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px;
     width: 40px;
    height: 40px;
}

.services__list li:first-child::before {
    background: url(../img/css_sprites.png) -10px -154px;
}

.services__list li:nth-child(2)::before {
    background: url(../img/css_sprites.png) -100px -81px;
}

.services__list li:nth-child(3)::before {
    background: url(../img/css_sprites.png) -231px -10px;
}
.services__list li:nth-child(4)::before {
    background: url(../img/services-icon-bassein.png);
}
.services__list li:nth-child(5)::before {
    background: url(../img/css_sprites.png) -171px -70px;
}
.services__list li:nth-child(6)::before {
    background: url(../img/css_sprites2.png) -10px -10px;
}
.services__list li:nth-child(7)::before {
    background: url(../img/css_sprites.png) -231px -70px;
}

.services__list2 li:first-child::before,
.services__list4 li:nth-child(3)::before {
    background: url(../img/css_sprites.png) -231px -130px;
}

.services__list2 li:nth-child(2)::before,
.services__list4 li:nth-child(4)::before {
    background: url(../img/css_sprites.png) -171px -10px;
}

.services__list2 li:nth-child(3)::before,
.services__list4 li:nth-child(5)::before {
/*
    width: 40px;
    height: 30px;
*/
    background: url(../img/css_sprites.png) -70px -154px;
}

.services__title {
    text-align: left;
}

.services__card {
    position: relative;
    border: 4px solid rgb(120, 12, 0);
    background: #e8d6b2;
    border-radius: 5px;
    z-index: 10;
    padding: 30px 30px 50px;
    -webkit-box-shadow: 0 10px 10px 0 #9f262b;
    box-shadow: 10px -10px 0 0 #9f262b;
}

.services__card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background: url(../img/colored-bg.jpeg) center center/cover;
    opacity: 0.7;
    z-index: -1;
}

.services__btn {
    padding: 0 15px;
    margin: 30px auto 0;
/*    width: 400px;*/
}
.services__btn:hover {
    color: #fff;
}
/*----------------Reviews-----------------------------*/
.slider__img {
    width: 160px;
    min-width: 160px;
    height: 160px;
    margin-right: 25px;
    border-radius: 50%;
    position: relative;
    z-index: 10;
/*    float: left;*/
}

.slider__img img {
    border-radius: 50%;
}

.slider__img::before {
    content: '';
    position: absolute;
    width: 180px;
    height: 180px;
    bottom: -3%;
    right: -3%;
    background: #886944;
    border-radius: 50%;
    z-index: -1;
}

.slick-initialized .slide {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.slide__name {
    font-size: 20px;
    text-transform: uppercase;
    font-weight: 700;
}
.slide__date {
    font-size: 16px;
}
.slide__text {
    margin-top: 5px;
}

.reviews__title-h2 {
    margin-bottom: 40px;
}

.slider {
/*   height: 250px; */
}

.slide {
    padding: 20px;
    height: auto;
}

.slide__arrow {
    position: absolute;
    top: 20px;
    width: 42px;
    height: 42px;
    border-radius: 50%;
    background: #9c3935;
    font-size: 32px;
    line-height: 1;
    color: rgba(255, 255, 255, 0.7);
    z-index: 100;
    text-align: center;
/*    padding-bottom: 7px;*/
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}
.slide__arrow:hover {
    opacity: 0.6;
}
.slide__arrow_right {
    right: 30px;
    padding-left: 5px;
}

.slide__arrow_left {
    right: 90px;
    padding-right: 5px;
}
.reviews__link,
.article__link {
    font-weight: 700;
    text-decoration: underline;
    color: #2e4b9b;
}
.reviews__link:hover,
.article__link:hover {
    color: #9c3935;
}
/*----------------------Clients---------------------*/
.clients {
    position: relative;
/*    padding-bottom: 0;*/
}

.clients__list li::before {
    background: #886944;
    margin-left: 20px;
}

.clients__list {
    margin-bottom: 30px;
}

.clients p {
    margin-bottom: 10px;
}

.clients__slider {
    margin-top: 40px;
    padding: 0 50px;
/*    height: 70px;*/
}

.clients__slider img {
    width: 80px;
    height: auto;
    margin: 0 10px;
}
.slick-track {
    margin: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.clients__slider .slide__arrow {
    top: 50%;
    margin-top: -21px;
}
.clients__slider .slide__arrow_right {
    right: 0;
}

.clients__slider .slide__arrow_left {
    left: 0;
}

.clients__img {
    position: absolute;
    top: -15%;
    left: -8%;
}

/*--------------------Contacts--------------------*/
.contacts {
    padding-bottom: 20px;
}

.contacts__list li {
    line-height: 34px;
}

.contacts__list li::before {
    content: '';
    display: inline-block;
    vertical-align: middle;
    margin-right: 12px;
    width: 30px;
    height: 28px;
}

.contacts__address::before {
    background: url(../img/css_sprites.png) -130px -154px;
}

.contacts__phone::before {
    background: url(../img/css_sprites.png) -180px -154px;
}

.contacts__map::before {
    background: url(../img/css_sprites.png) -287px -10px;
}

.contacts__title {
    font-weight: 700;
    text-transform: uppercase;
    line-height: 20px;
}

/*------------------------Footer--------------------*/
.footer {
    padding-top: 40px;
    background: #860f13;
    color: #fff;
}

.footer a {
    color: #fff;
    font-size: 16px;
}
.footer li:not(.footer__phone) a:hover {
    color: #ff6a12;
}
.footer__contacts-list li {
    line-height: 35px;
}

.footer__contacts-list li::before {
    content: '';
    display: inline-block;
    width: 26px;
    height: 26px;
    margin-right: 15px;
    vertical-align: middle;
}

.footer__phone::before {
    background: url(../img/css_sprites.png) -101px -210px;
}
.footer__phone a {
    text-decoration: none;
}
.footer__vk::before {
    background: url(../img/css_sprites.png) -10px -210px;
}

.footer__site::before {
    background: url(../img/css_sprites.png) -56px -210px;
}

/*----------------------Inner-content--------------*/
/*----------Reviews-page-----------------*/
.inner-content {
    padding: 40px 0 90px;
}

.inner-content__title-h2 {
    text-align: center;
    margin-bottom: 40px;
}

.inner-content__title-h3 {
    margin-bottom: 10px;
}

.reviews__rate {
    margin-left: 20px;
}

.reviews__rate span,
.rating {
    color: #e8b503;
    font-size: 25px;
    font-weight: 700;
}

.reviews__answer {
    margin-top: 20px;
    padding-left: 70px;
}

.reviews__answer .reviews__top span {
    padding-bottom: 10px;
    border-bottom: 2px solid #886944;
}

.block {
    padding: 30px 0;
}

.block:nth-of-type(even) {
    background: #e3cc9f;
}

.form__row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 17px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.form__row p {
    width: 35%;
}

.form__input {
    width: 65%;
    height: 32px;
    background: #ede6d7;
    border: 1px solid #d5c199;
    padding-left: 10px;
    font-size: 16px;
    font-family: 'opensans';
}

.form__input2 {
    width: 60%;
    height: 32px;
    background: #ede6d7;
    border: 1px solid #d5c199;
    padding-left: 10px;
    font-size: 16px;
    font-family: 'opensans';
}

textarea.form__input {
    height: 100px;
    padding: 10px;
}

.form__btn {
    width: 65%;
    margin-right: 0;
    margin-left: auto;
}

/*----------------------Articles-page---------------*/
.article__img {
    width: 100%;
}

.article__title {
    text-align: left;
    margin-top: -8px;
}

/*------------Main-price-----------------------*/
.main-price {
    padding-top: 0;
}

.table {
    border-collapse: collapse;
    font-weight: 700;
    font-size: 18px;
    color: #000;
    text-align: center;
    -webkit-box-shadow: 10px -10px 0 0 #c19b6e;
    box-shadow: 10px -10px 0 0 #c19b6e;
}

.main-price__table {
    width: 75%;
    margin: 0 auto 22px;
}

.table tr {
    height: 50px;
}

.table tr th {
    background: #e3cc9f;
    border: 2px solid #886944;
}

.table tr td {
    border: 2px solid #886944;
}

.table tr td span {
    font-size: 16px;
    font-weight: 400;
}

.table tr td:first-child {
    background: #e3cc9f;
}

.main-price .clients__list {
    margin-left: 150px;
}

.main-price .clients__list li::before {
    margin-left: 0;
}

.services__list3 li:nth-child(3)::before,
.services__list4 li:nth-child(1)::before {
    background: url(../img/css_sprites2.png) -10px -70px;
}

.services__list3 li:nth-child(4)::before,
.services__list4 li:nth-child(2)::before {
    background: url(../img/css_sprites2.png) -10px -10px;
}

.main-price__card {
    margin: 55px 0 40px;
}

.main-price__card p:not(:last-child) {
    margin-bottom: 10px;
}

/*-----------------------Discounts----------------*/
.discounts {
    background: url(../img/discount-bg.jpeg) no-repeat center center/cover;
}

.discounts__table {
    width: 50%;
    margin-bottom: 25px;
}

.discounts__title-h3 {
    line-height: 55px;
    margin-bottom: 30px;
}

.discounts__block1 .discounts__title-h3 {
    margin-left: 200px;
}

.discounts__block2 {
    margin-top: 80px;
}

.discounts__list {
    width: 50%;

}

.discounts__block1,
.discounts__block2 {
    position: relative;
}

.discounts__list li::before {
    margin-left: 0;
}

.ellipse {
    background: #bc4246;
    width: 160px;
    height: 110px;
    border-radius: 50%;
    color: #fefdfd;
    font-size: 49px;
    font-weight: 700;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.discounts__block1 .ellipse {
    -webkit-transform: rotate(-20deg);
    transform: rotate(-20deg);
    position: absolute;
    top: 1%;
    left: -2%;
}

.discounts__block2 .ellipse {
    -webkit-transform: rotate(20deg);
    transform: rotate(20deg);
    position: absolute;
    top: 1%;
    left: 32%;
}

/*---------------Calculator-----------------*/
.calculator .container,
.reviews-wrap,
.balance .container,
.account .container {
    width: 80%;
    background: #fff;
    padding: 25px;
}
.account .container {
    width: 80%;
}
.reviews-wrap {
    margin-top: 60px;
}
.calculator .title-h3 {
    margin-bottom: 10px;
}
.calculator__form .form__row:not(:last-of-type) {
    width: 100%;
}

.calculator__form .form__btn {
    width: 70%;
    margin-left: 0;
    margin-right: auto;
}

.form__result {
    font-size: 24px;
    font-weight: 700;
}

.form__result output,
.form__result output + span {
    font-size: 32px;
    color: #881015;
}

.calculator__form .form__row p {
    width: 45%;
}

.form__row:last-of-type {
    margin: 15px 0 15px;
}
#calc {
    position: relative;
}
#fc {
    top:0 !important;
}
/*-----------------Pre-order-------------------*/
.pre-order {
    padding-bottom: 0;
}

.pre-order__title-h3 {
    text-align: center;
    margin-bottom: 25px;
}

.pre-order__payment img:not(:last-child) {
    margin-right: 50px;
}

.pre-order__payment {
    margin-bottom: 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.pre-order__form {
    width: 100%;
}

.form__title {
    font-weight: 700;
    text-align: center;
    text-transform: uppercase;
}

.pre-order__form input {
    width: 220px;
}

.form__payment {
    display: block;
    width: 43px;
    height: 43px;
    padding: 4px;
    background: #d5c39e;
}

.form__payment img {
    display: block;
    margin: 0 auto;
}

.form__payment img:first-child:not(:only-child) {
    margin-bottom: 3px;
}

.form__payment:first-child {
    border-right: 1px solid #d5c199;
}

input[type="radio"] {
    position: absolute;
    left: -9999px;
}

.form__input-wrap {
    position: relative;
}

.form__reset {
    width: 11px;
    height: 32px;
    position: absolute;
    right: 15px;
    top: 0;
    color: #afafaf;
}

.form__btn-wrap {
    border: 1px solid #d5c199;
    border-radius: 3px;
    margin-left: 13px;
    height: 45px;
}

input[type="radio"]:checked + .form__payment {
    background: rgba(255, 255, 255, 0.5);
}

.pre-order__form .btn {
    height: 45px;
    width: 160px;
    line-height: 45px;
    margin: 0 auto;
}

.pre-order__form .form__row p {
    width: auto;
    margin-right: 15px;
}

/*--------------------Balance------------*/
.balance {
    padding-top: 0;
}
.dropdown {
    width: 100%;
    padding: 0 0 40px;
    border: 3px solid #886944;
    background: #e8d6b2;
    position: relative;
/*    z-index: 2000;*/
}
.dropdown .title-h4 {
    position: relative;
}
.btn-close {
    cursor: pointer;
    position: absolute;
    top: 0;
    right: 1%;
}
/*
.balance__row {
    padding: 7px 25px;
}
.balance__row:nth-of-type(odd) {
     background: #e3cc9f;
}
*/
.balance__btn {
    margin: 25px auto 0;
}
.balance__form .form__input {
    width: 150px;
}
.balance__form textarea.form__input,
.accounting__form textarea.form__input {
    width: 100%;
    height: 45px;
}
.balance__form .form__row label {
/*    width: 125px;*/
    min-width: 125px;
    line-height: 45px;
}
.balance__form input {
    margin-left: 5px;
}
.balance__form .form__wrap {
    width: 48%;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}
.balance__form .form__wrap:first-child {
    margin-right: 15px;
}
.users {
    padding: 0;
}
.balance__row_comment {
    margin-top: 20px;
}
.accounting__form .balance__row_comment .contacts__title {
    font-weight: 400;
    text-transform: none;
}
.balance__row .form__input {
    width: 40%;
    margin-right: 15px;
}

.balance__row .form__input2 {
    margin-right: 15px;
}

/*---------------------Accounting---------*/
/*
.accounting {
    position: absolute;
    top: 205px;
    left: 50%;
    margin-left: -610px;
    width: 1220px;
}
*/
.account {
    padding-top: 0;
    padding-bottom: 50px;
}
.accounting__form .contacts__title {
    min-width: 135px;
    width: 135px;
}
.accounting__form .form__row .form__checkbox {
    min-width: 50%;
    margin: 10px 0;
}
.accounting__form .form__row .form__checkbox:first-of-type {
    padding-left: 175px;
}
label i {
    font-size: 10px;
}
.accounting__form .form__row:last-of-type {
    margin: 0;
}
.accounting__form input {
    margin: 0;
}
.accounting__form .form__row {
    width: 100%;
}
.form__wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
-webkit-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between;
    width: 33%;
}
.form__wrap2 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 50%;
}
.accounting__form .form__row label {
    line-height: 1;
}
.imageinart {
    float: left;
    margin-right: 15px;
    margin-bottom: 15px;
}
h2,h3 {
    margin-top: 30px;
}
.login__form {
    width: 400px;
    margin: 0 auto;
}
.login__form .btn {
    margin: 0 auto;
}
.login__form .form__row {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.login__form .form__row p {
    width: 20%;
}
.btn-delete {
    width: 100px;
    min-width: 100px;
    height: 25px;
    font-size: 12px;
    cursor: pointer;
}
.table-form {
    margin: 0 auto;
    width: 102px;
    display: block;
}
.visits__table {
    width: 80%;
}
.minibtn {
    min-width: 150px;
    width: 150px;
    height: 30px;
    font-size: 14px;
}
.statistics__form {
    width: 70%;
    margin: 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.statistics__form .form__select {
   width: 100%;
}
.statistics__form .form__wrap {
    margin-right: 30px;
}
.statistics__form .form__wrap2 {
    margin-right: 30px;
}
.statistics__table {
    width: 70%;
    margin: 50px auto 0;
}
.statistics__table tr td {
    padding: 10px;
}
.transactions__table tr td:last-child {
    height: 100%;
    min-height: 100%;
}
.transactions__table tr th:first-child,
.transactions__table tr th:nth-child(3) {
    width: 15%;
}
.transactions__table tr th:nth-child(2) {
    width: 70%;
}
form {
    margin-bottom: 0;
    width: 100%;
}