/*Colors*/
/*Styles*/
/*Common styles*/
@font-face { font-family: 'Brandon Grotesque'; src: url("../fonts/BrandonGrotesque-Light.eot"); src: url("../fonts/BrandonGrotesque-Light.eot?#iefix") format("embedded-opentype"), url("../fonts/BrandonGrotesque-Light.woff") format("woff"), url("../fonts/BrandonGrotesque-Light.ttf") format("truetype"); font-weight: 300; font-style: normal; }
* { margin: 0; padding: 0; }

html { min-width: 360px; height: 100%; }

a { transition: 0.3s; }
a:hover { text-decoration: none; }

.container { max-width: 100%; }
@media screen and (min-width: 1230px) { .container { max-width: 1200px; } }

.button-wh {display: block;width: 263px;padding: 12px 15px;border-radius: 30px;background: #F4F9FE;font-weight: 700;color: #849934;font-size: 15px;text-align: center;}
.button-wh:hover { opacity: 0.8; }
.button-text { font-size: 15px; opacity: 0.7; color: #F4F9FE; text-decoration: underline; }
.button-text:hover { opacity: 1; color: #F4F9FE; text-decoration: underline; }
.button-blue { padding: 13px 15px; background: rgba(167, 27, 52, 0.9); box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.1); color: #F4F9FE; font-size: 15px; }
.button-blue:hover { background: #a61b34; color: #F4F9FE; }
#cost_form .button-blue { padding: 13px 15px; background: rgba(132, 153, 56, 0.9); box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.1); color: #F4F9FE; font-size: 15px; }
#cost_form .button-blue:hover { background: #849938; color: #F4F9FE; }
.button-bord { display: block; padding: 6px 10px; border: 1px solid #849938; color: #849938; font-size: 15px; border-radius: 5px; }
.button-bord:hover { background: #849938; color: #fff; }
.button-bl {display: block;padding: 6px 10px;background: #c10230;color: #fff;font-size: 15px;border-radius: 5px;border: 1px solid #849938;}
.button-bl:hover {background: #9a0226;color: #fff;}

/*header*/
.header { padding: 15px 0; height: 80px; display: flex; align-items: center; justify-content: center; background: #fff; }
.header_tw { justify-content: space-between; }
.header .container { height: 100%; }
@media screen and (max-width: 991px) { .header { padding: 10px 0; height: 75px; } }
.header__inner { height: 100%; text-align: center; }
.header_tw .header__inner { display: flex; align-items: center; justify-content: space-between; }
@media screen and (max-width: 991px) { .header_tw .header__logo img { width: 136px; } }
.header__enter { display: inline-flex; align-items: center; font-size: 15px; color: #000946; }
.header__enter img { width: 20px; height: 20px; margin-left: 22px; }

/*enter*/
.enter { height: calc(100vh - 80px); min-height: 700px; position: relative; background-position: center; background-repeat: no-repeat; background-size: cover; }
.enter .container { height: 100%; }
.enter .container form { width: 100%; }
.enter:before {content: '';width: 100%;height: 100%;position: absolute;top: 0;left: 0;z-index: 2;background: rgba(132, 153, 56, 0.3);}
@media screen and (max-width: 991px) { .enter { height: calc(100vh - 60px); } }
.enter__title { display: block; margin-bottom: 37px; font-size: 24px; line-height: 30px; color: #F4F9FE; }
.enter__inner { width: 335px; height: 100%; display: flex; align-items: center; justify-content: center; margin: auto; position: relative; z-index: 5; }
@media screen and (max-width: 991px) { .enter__inner { padding: 150px 0; } }
@media screen and (max-width: 768px) { .enter__inner { width: 100%; } }
.enter__btn { margin-top: 50px; text-align: center; }
.enter__btn .button { margin: 0 auto 15px; }
.enter__input { width: 100%; margin-bottom: 20px; position: relative; }
.enter__input img { width: 15px; height: 20px; position: absolute; right: 15px; top: 0; bottom: 0; margin: auto; }
.enter__input input { width: 100%; padding: 5px 40px 5px 10px; background: transparent; box-shadow: none; color: #F4F9FE; border: none; border-bottom: 1px solid rgba(255, 255, 255, 0.3); }
.enter__input input::-webkit-input-placeholder { color: #F4F9FE; }
.enter__input input::-moz-placeholder { color: #F4F9FE; }
.enter__input input:-ms-input-placeholder { color: #F4F9FE; }
.enter__input input:-moz-placeholder { color: #F4F9FE; }
.enter__input input:focus { outline: none; }

input[type=checkbox], input[type=radio] { display: none; }

input[type=checkbox] + label { margin-top: 16px; padding-left: 12px; color: #F4F9FE; font-size: 15px; line-height: 20px; cursor: pointer; }
input[type=checkbox] + label:before { content: ''; display: inline-block; height: 17px; width: 17px; margin: -5px 9px 0 0; background: #F4F9FE; border: 1px solid rgba(255, 255, 255, 0.8); color: transparent; text-align: center; vertical-align: middle; transition: color ease .3s; }

input[type=checkbox]:checked + label:before { background-image: url("../svg/tick.svg"); background-repeat: no-repeat; background-position: center; background-size: 10px 10px; }

/*banner*/
h1 { color: #F4F9FE; font-size: 30px; }
@media screen and (max-width: 991px) { h1 { font-size: 20px; } }

.banner { position: relative; background-size: cover; background-position: center; background-repeat: no-repeat; }
.banner h1 { padding: 40px 0; }

.bread { display: inline-flex; align-items: center; margin-top: 10px; }
.bread + h1 { margin-top: -20px; }
.bread img { width: 30px; height: 30px; margin-right: 15px; }
@media screen and (max-width: 991px) { .bread img { width: 20px; height: 20px; } }
.bread span { text-decoration: underline; font-size: 12px; color: #F4F9FE; }
@media screen and (max-width: 991px) { .bread span { font-size: 10px; } }

/*check-list*/
.check-list { padding: 20px 0 60px; }
.check-list .button-blue { display: block; width: 100%; position: fixed; bottom: 0; left: 0; text-align: center; }
.check-list .col-lg-6 { margin-bottom: 30px; }
@media screen and (max-width: 991px) { .check-list .col-lg-6 { margin-bottom: 10px; } }
.check-list__item { display: flex; height: 100%; margin-bottom: 30px; background: #fff; border: 1px solid rgba(216, 216, 216, 0.5); box-sizing: border-box; border-radius: 5px; }
.check-list__img { width: 150px; height: 100%; min-height: 160px; margin-right: 20px; border-radius: 5px; background-size: cover; background-repeat: no-repeat; background-position: center; }
.check-list__right { padding: 15px 0; }
.check-list__right table { width: 100%; margin: 0 -5px; border: none; }
.check-list__right table tr td { padding: 2px 5px; font-size: 13px; line-height: 20px; color: #000; }
.check-list__right table tr td:first-of-type { color: #8B8B8B; }
.check-list__title { display: block; margin-bottom: 15px; font-size: 15px; font-weight: 700; color: #000946; }

/*table-categor*/
.table-categor { padding: 15px 0 30px; }
.table-categor__inner table { width: 100%; border-radius: 5px; }
.table-categor__inner table tr th, .table-categor__inner table tr td { padding: 12px 13px; }
.table-categor__inner table tr th { font-size: 16px; font-weight: 500; border: 1px solid rgba(216, 216, 216, 0.5); }
.table-categor__inner table tr td { font-size: 15px; line-height: 22px; color: #000; border: 1px solid rgba(216, 216, 216, 0.5); }
.table-categor__inner table tr td:first-of-type { font-size: 15px; line-height: 22px; color: #8B8B8B; }

/*categor*/
.categor { padding: 20px 0 30px; }
@media screen and (max-width: 576px) { .categor .col-xs-6 { flex: 0 0 50%; max-width: 50%; } }
.categor__item { display: block; margin-bottom: 30px; padding: 22px 15px; text-align: center; border: 1px solid rgba(216, 216, 216, 0.5); border-radius: 5px; }
@media screen and (max-width: 991px) { .categor__item { margin-bottom: 15px; } }
.categor__item svg { width: 76px; height: 76px; margin-bottom: 15px; }
.categor__item svg use { color: #849938; }
.categor__item span { display: block; color: #849938; font-size: 15px; line-height: 22px; }
.categor__item:hover { border-color: #849938; }
.categor__item:hover svg use { color: #849938; }
.categor__item:hover span { color: #849938; }
.categor__link { display: block; padding: 30px; color: #849938; font-size: 15px; text-align: center; border: 1px solid rgba(216, 216, 216, 0.5); border-radius: 5px; }
.categor__link:hover { border-color: #849938; color: #849938; }

/*subcategories*/
.subcategories { padding: 20px 0 30px; }
.subcategories__item { display: block; padding: 18px 23px; margin-bottom: 30px; border: 1px solid rgba(216, 216, 216, 0.5); border-radius: 5px; background: #fff; color: #849938; font-size: 15px; }
@media screen and (max-width: 991px) { .subcategories__item { margin-bottom: 10px; } }
.subcategories__item:hover { color: #849938; border-color: #849938; }

/*check-info*/
.check-info { padding: 13px 0 60px; }
.check-info__btn { display: flex; margin: 0 -5px 17px; }
.check-info__btn .button { width: 100%; margin: 0 5px; text-align: center; }

.add-new { display: block; margin: 50px auto 20px; text-align: center; }
.add-new img { width: 42px; height: 42px; }
.add-new:hover img { opacity: 0.7; }

.bottom-btn { width: 100%; display: flex; position: fixed; bottom: 0; left: 0; z-index: 20; text-align: center; }
.bottom-btn .button { width: 100%; padding: 13px 15px; border-radius: 0; }
.bottom-btn .button + .button { border-left: 1px solid #fff; }

/*form*/
.form__row { margin: 0 -10px; }
.form__row_flex { display: flex; }
@media screen and (max-width: 768px) { .form__row_flex { display: block; margin: 0; } }
.form__row input { width: 100%; display: block; padding: 5px 10px; margin: 0 10px 15px 0; color: #849938; font-size: 15px; border: none; border-bottom: 1px solid rgba(235, 235, 235, 0.6); }
.form__row label { margin: 0; width: 100%; display: block; padding: 0px 10px; color: #849938; font-size: 15px; border: none; }
.form__row label:not([for="destination_select"]):not([for="percentage_select"]) { /*margin-left: 10px;*/ }
.form__row input::-webkit-input-placeholder { color: #849938; }
.form__row input::-moz-placeholder { color: #849938; }
.form__row input:-ms-input-placeholder { color: #849938; }
.form__row input:-moz-placeholder { color: #849938; }
@media screen and (max-width: 768px) { .form__row input { margin: 0 0 15px; } }
.form__row input:focus { outline: none; }
.form__row .select { width: 100%; display: block;/* margin: 0 10px;*/ position: relative; }
@media screen and (max-width: 768px) { .form__row .select { margin: 0; } }
.form__row .select:after { content: ''; width: 13px; height: 7px; margin: auto; position: absolute; right: 10px; top: 0; bottom: 0; z-index: 2; background-image: url("../svg/arrow3.svg"); background-size: 13px 7px; background-repeat: no-repeat; }
.form__row .select select { width: 100%; display: block; padding: 5px 10px; color: #849938; font-size: 15px; border: none; border-bottom: 1px solid rgba(235, 235, 235, 0.6); -webkit-appearance: none; -moz-appearance: none; -o-appearance: none; appearance: none; }
.form__row .select select:focus { outline: none; }

.add-foto__item { width: 100%; display: flex; align-items: center; margin-bottom: 8px; position: relative; padding-right: 40px; }
.add-foto__item img { width: 48px; margin-right: 15px; }
.add-foto__item span { font-size: 15px; line-height: 22px; color: #849938; }
.add-foto__item .cl { width: 23px; height: 23px; position: absolute; top: 0; bottom: 0; right: 0; margin: auto; z-index: 4; cursor: pointer; }
.add-foto__item .cl img { width: 23px; height: 23px; }
