/* --------------------------- fonts --------------------------- */
/* roboto-regular - cyrillic_cyrillic-ext_latin */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/roboto-v20-cyrillic_cyrillic-ext_latin-regular.eot');
  /* IE9 Compat Modes */
  src: local('Roboto'), local('Roboto-Regular'),
    url('../fonts/roboto-v20-cyrillic_cyrillic-ext_latin-regular.eot?#iefix') format('embedded-opentype'),
    /* IE6-IE8 */
    url('../fonts/roboto-v20-cyrillic_cyrillic-ext_latin-regular.woff2') format('woff2'),
    /* Super Modern Browsers */
    url('../fonts/roboto-v20-cyrillic_cyrillic-ext_latin-regular.woff') format('woff'),
    /* Modern Browsers */
    url('../fonts/roboto-v20-cyrillic_cyrillic-ext_latin-regular.ttf') format('truetype'),
    /* Safari, Android, iOS */
    url('../fonts/roboto-v20-cyrillic_cyrillic-ext_latin-regular.svg#Roboto') format('svg');
  /* Legacy iOS */
}

/* roboto-700 - cyrillic_cyrillic-ext_latin */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 700;
  src: url('../fonts/roboto-v20-cyrillic_cyrillic-ext_latin-700.eot');
  /* IE9 Compat Modes */
  src: local('Roboto Bold'), local('Roboto-Bold'),
    url('../fonts/roboto-v20-cyrillic_cyrillic-ext_latin-700.eot?#iefix') format('embedded-opentype'),
    /* IE6-IE8 */
    url('../fonts/roboto-v20-cyrillic_cyrillic-ext_latin-700.woff2') format('woff2'),
    /* Super Modern Browsers */
    url('../fonts/roboto-v20-cyrillic_cyrillic-ext_latin-700.woff') format('woff'),
    /* Modern Browsers */
    url('../fonts/roboto-v20-cyrillic_cyrillic-ext_latin-700.ttf') format('truetype'),
    /* Safari, Android, iOS */
    url('../fonts/roboto-v20-cyrillic_cyrillic-ext_latin-700.svg#Roboto') format('svg');
  /* Legacy iOS */
}

/* --------------------------- template --------------------------- */
html {
  color: #676767;
  background: #fff;
}

body {
  color: #cecece;
  font: 1rem/1.6 'Roboto', Arial, Helvetica, sans-serif;
}

a {
  color: #99CC00;
}

a:hover {
  color: #50920d;
  text-decoration: none;
}

a.more {
  display: block;
  padding: 1rem;
  text-align: right;
  width: 100%;
}

h1 {
  font-size: 4rem;
  padding: 2rem 0;
  text-transform: uppercase;
}

h2 {
  font-size: 3rem;
}

.btn-secondary {
  color: #495057;
  border-color: #495057;
}

.btn-secondary:hover {
  color: #495057;
  border-color: #495057;
}

.btn-info {
  background-color: #24626d;
  border-color: #24626d;
}

.btn-warning {
  background-color: #99CC00;
  border-color: #99CC00;
}

.btn-warning:hover,
.btn-warning:not(:disabled):not(.disabled):active,
.btn-warning:active {
  background-color: #547001;
  border-color: #547001;
}

.ico {
  background: url(../images/ico/ico.png) no-repeat;
}

/* --------------------------- header --------------------------- */

/* --------------------------- menu --------------------------- */
nav.menu-row {
  background-color: #24626d;
  height: 40px;
  left: 0;
  position: fixed;
  right: 0;
  z-index: 999;
}

nav.menu-row .navbar {
  padding: 0 1rem;
}

.nav-link {
  padding: 0 1rem;
}

a.nav-link {
  text-align: center;
  text-transform: uppercase;
}

#fp nav.menu-row {
  position: fixed;
  opacity: 0;
}

#fp nav.menu-row.show {
  background-color: #fff;
  height: 60px;
  left: 0;
  position: fixed;
  opacity: .7;
  right: 0;
  transition: all 1s;
  z-index: 999;
}

#fp nav.menu-row .navbar {
  padding: 0.5rem 1rem;
}

#fp .nav-link {
  padding: 0.5rem 1rem;
}

#fp #navbarMobileContent {
  order: 1;
}

#fp .row.goodies {
  display: flex;
  justify-content: center;
}

#fp .button-goodies {
  background-color: #111;
  border-radius: 18px;
  order: 2;
}

/* --------------------------- content --------------------------- */
#content {
  background-color: #343a40;
}

.page {
  height: 100%;
}

.page .content {
  height: 100%;
}

.content-wrapper {
  min-height: calc(100vh - 80px);
  padding: 60px 0;
}

.content p {
  padding: 0 1rem;
}

.content img {
  width: auto;
  max-width: 100%;
}

.button-container {
  display: inline-block;
  text-align: center;
  vertical-align: top;
  margin-left: 10px;
}

.button-container .button {
  margin: 0;
}

.new-img {
  margin-bottom: 2rem;
}

ul.list-news>li {
  border-bottom: 1px solid #cecece;
  margin-bottom: 2rem;
  padding-bottom: 1rem;
}

.list-news .img {
  background-position: center;
  background-size: cover;
  height: 214px;
}

.list-new {
  display: flex;
}

.paginator .btn {
  margin: 0 1rem;
}

.container>.paginator .btn {
  margin: 0 .2rem;
}

#manuals .content ul>li>a {
  display: block;
  font-size: 2rem;
  margin: 2rem 0 0;
  text-align: center;
}

/* --------------------------- home --------------------------- */
#fp section {
  min-height: 100vh;
  padding-top: 70px;
}

#fp .img {
  background-size: cover;
  height: 247.5px;
}

#fp .new-work,
#fp .favorit,
#fp .new-work,
#fp .blog {
  padding: 15px;
}

#fp .favorites-box {
  padding-bottom: 4rem;
}

#fp .new-works h2,
#fp .favorites h2,
#fp .goodies h2,
#fp .blog h2,
#fp .contact h2 {
  color: #fff;
  font-size: 5rem;
  font-weight: bold;
  text-transform: uppercase;
}

#fp .new-works h4,
#fp .blog h4 {
  font-size: 2rem;
  font-weight: bold;
  margin-top: 3rem;
  text-transform: uppercase;
}

#fp .contact h4 {
  margin-top: 4rem;
}

#fp .goodies h4 {
  color: #ddd;
  font-weight: bold;
  margin-top: 1rem;
  text-align: center;
}

#fp .goodies>.row:nth-child(2) {
  height: 100%;
}

.goodies p {
  color: #ddd;
  font-size: 1.2rem;
  line-height: 1.8;
  padding: 1rem;
  text-align: center;
}

.goodies-box {
  padding-bottom: 10%;
}

.blog-box .text {
  align-items: center;
  bottom: 0;
  display: flex;
  left: 0;
  padding: 1.1rem;
  position: absolute;
  right: 0;
  text-align: center;
  top: 0;
  transition: all 1s;
  -webkit-transition: all 1s;
  -moz-transition: all 1s;
  -ms-transition: all 1s;
  -o-transition: all 1s;
}

.blog-box .text h3 {
  font-size: 1.4rem;
  text-transform: uppercase;
  width: 100%;
}

#fp .new-works-box {
  margin-top: 1rem;
}

#fp ul.list-news {
  flex-wrap: wrap;
}

#fp ul.list-news>li {
  border-bottom: none;
  margin-bottom: 1rem;
  padding-bottom: 1rem;
}

#fp #screen01 {
  background: url(../images/bg_first_screen.jpg) no-repeat center;
  background-size: cover;
}

#fp .main-text {
  color: #C9C9C9;
  font-weight: bold;
  margin-top: 36px;
  text-transform: uppercase;
}

#fp .main-text p:nth-child(1) {
  font-size: 4rem;
}

#fp .main-text p:nth-child(2) {
  font-size: 2rem;
  letter-spacing: 1.8rem;
  line-height: 0.2;
}

#fp .main-text p:nth-child(3) {
  font-size: 8rem;
  letter-spacing: 0.3rem;
  line-height: 0.8;
}

#fp .dop-text {
  color: #5C8478;
  font-size: 1.5rem;
}

#fp .blog-box a .img.rel::before {
  background-color: rgb(50, 20, 60);
  bottom: 0;
  content: "";
  left: 0;
  position: absolute;
  opacity: 0.6;
  right: 0;
  top: 0;
  transition: opacity 2s;
  -webkit-transition: opacity 2s;
  -moz-transition: opacity 2s;
  -ms-transition: opacity 2s;
  -o-transition: opacity 2s;
}

#fp .blog-box a:hover .img.rel::before {
  opacity: 0.9;
  transition: opacity 2s;
  -ms-transition: opacity 2s;
  -o-transition: opacity 2s;
  -webkit-transition: opacity 2s;
  -moz-transition: opacity 2s;
}

.go-wrapper {
  position: absolute;
  bottom: 2rem;
}

.go-wrapper>a>svg {
  stroke: #99CC00;
}

.go-wrapper>a:hover>svg {
  stroke: #50920d;
}

#fp #screen02 {
  background: radial-gradient(circle, #5C8478, #16503E);
}

#fp #screen03 {
  background: radial-gradient(circle, #97794C, #6B4000);
}

#fp #screen04 {
  background: radial-gradient(circle, #845C61, #50161D);
}

#fp #screen05 {
  background: radial-gradient(circle, #6E5875, #30113A);
}

#fp #screen06 {
  background: radial-gradient(circle, #4C819E, #004B75);
}

/* -------------------------page 404 -------------------------- */
.page-404 {
  text-align: center;
}

.page-404 h1 {
  font-size: 12rem;
}

.page-404 svg#Capa_1 {
  margin-bottom: 2rem;
}

.page-404 a {
  display: block;
  margin-top: 4rem;
  text-transform: uppercase;
}

/* --------------------------- form --------------------------- */
#fp .form form {
  margin: 6rem auto 0;
  width: 80%;
}

.form-row {
  margin-bottom: 6px;
}

.checkbox {
  position: relative;
  display: inline-block;
}

.checkbox input[type=checkbox],
.checkbox input[type=radio] {
  width: 18px;
  height: 20px;
}

.check-button {
  position: absolute;
  display: block;
  color: #fff;
  width: 18px;
  height: 19px;
  left: 0;
  top: 0;
  z-index: 1;
  cursor: default;
}

.checkbox .ico-on {
  background-position: -74px 0;
}

.checkbox .ico-off {
  background-position: -56px 0;
}

select,
input[type=text],
input[type=password] {
  font-size: 16px;
  font-weight: bold;
  color: #393939;
  background: #F9FAFB;
  border: 1px solid #DEDFE2;
  border-radius: 2px;
  padding: 3px 15px 3px 10px;
}

textarea {
  font-size: 16px;
  color: #393939;
  background: #F9FAFB;
  border: 1px solid #DEDFE2;
  border-radius: 2px;
  padding: 3px 15px 3px 10px;
}

select.error,
input[type=text].error,
input[type=password].error {
  border: 1px solid #D82A62 !important;
}

label.error {
  color: #D82A62 !important;
}

input[type=submit],
.button {
  background-color: #9c0;
  color: #244609;
  font-size: 16px;
  text-transform: uppercase;
  border: none;
  font-weight: bold;
  vertical-align: middle;
  text-decoration: none;
}

.err-message {
  font-size: 15px;
  font-style: italic;
  color: #DD1D5A;
}

.select-container {
  position: relative;
  display: inline-block;
  background: #fff;
  border-radius: 3px;
}

.select-container select {
  -webkit-appearance: none;
  -moz-appearance: none;
  text-indent: 0.01px;
  text-overflow: '';
  -ms-appearance: none;
  appearance: none !important;
}

.select-container select::-ms-expand {
  display: none;
}

.select-container select {
  color: #858a92;
  border: none;
  background: transparent;
  font-size: inherit;
  font-weight: normal;
  padding: 13px 30px 13px 10px;
  position: relative;
  vertical-align: middle;
  box-sizing: border-box;
  width: 100%;
  z-index: 10;
}

.select-container select option {
  padding: 2px 5px;
}

.select-container select option:nth-child(2n+1) {
  background: #fafafa;
}

.select-container select option:nth-child(1) {
  background: #f5f5f5;
  color: #aaa;
}

.select-button {
  position: absolute;
  right: 15px;
  top: calc(50% - 10px);
  color: #858a92;
  cursor: default;
  font-size: 20px;
  font-weight: bold;
  z-index: 9;
}

.day {
  margin-right: 2px;
  width: calc(25% - 2px);
  border-radius: 3px 0 0 3px;
}

.month {
  margin-right: 2px;
  width: calc(45% - 2px);
  border-radius: 0;
}

.year {
  width: 30%;
  border-radius: 0 3px 3px 0;
}

.day select,
.month select,
.year select {
  padding: 13px 25px 13px 5px;
  font-size: 14px;
}

.day .select-button,
.month .select-button,
.year .select-button {
  right: 10px;
}

.page-form {
  width: 70%;
  margin: 10px auto;
}

.page-form h3 {
  text-align: center;
}

.page-form .form-note {
  font-size: 15px;
  text-align: left;
  color: #A09B9B;
}

.page-form .form-row {
  margin-bottom: 10px;
}

.page-form label {
  display: block;
  margin: 0 0 5px 20px;
}

.page-form label .fa {
  font-size: 10px;
  color: #f00;
}

.page-form .field-container label {
  margin: 0;
}

.page-form input[type=text] {
  padding: 3px;
}

.page-form input[type=checkbox] {
  margin-left: 5px;
}

.page-form input[type=radio] {
  margin-right: 5px;
}

.page-form textarea {
  width: calc(100% - 8px);
  height: 100px;
  padding: 3px;
}

/* .search-panel */

.search-panel form {
  background: #F6F6F8;
  padding: 3px 21px 7px;
  border-radius: 3px;
  width: 100%;
}

.search-panel input {
  background: transparent;
  border: none;
  font-size: 13px;
  color: #121f33;
  font-weight: 100;
  padding: 0;
  width: calc(100% - 25px);
}

.search-panel button {
  background: transparent;
  border: none;
  font-size: 20px;
  margin-left: 5px;
}

/* --------------------------- slider --------------------------- */

/* --------------------------- column --------------------------- */

/* --------------------------- catalog --------------------------- */

/* --------------------------- footer --------------------------- */
.footer {
  background-color: #111;
  height: 80px;
}

footer p {
  color: #C9C9C9;
}

/* --------------------------- misc --------------------------- */
.flex {
  display: flex;
  justify-content: space-between;
}

.line-h {
  height: 0;
  border-bottom: 2px solid #77BF3B;
}

.alert,
.alertText,
.ok {
  color: #fff;
  padding: 10px;
  position: relative;
  font-size: 1.6rem;
  font-weight: bold;
  /* margin-bottom: calc(-30px - 1.6rem); */
  text-align: center;
  text-transform: uppercase;
}

.alert,
.alertText {
  background: #dc3545;
  color: #fff;
}

.ok {
  background: #99cc00;
  color: #fff;
}

.admin-panel {
  position: fixed;
  top: 10px;
  right: 10px;
  background: #FCFBCE;
  color: #585868;
  padding: 5px 10px;
  border-radius: 5px;
  box-shadow: 1px 1px 2px 1px #aaa;
  text-align: center;
  font-size: 12px;
}

.admin-panel a {
  color: #7C7AC2;
  text-decoration: none;
}

.admin-panel a:hover {
  color: #000;
}

.blur {
  -webkit-filter: blur(5px);
  -moz-filter: blur(5px);
  -o-filter: blur(5px);
  -ms-filter: blur(5px);
  filter: blur(5px);
}

.calendar {
  background: rgba(54, 56, 58, .85);
  box-shadow: 5px 3px 6px 0 #000;
  border: 4px solid #b9b9b9;
  padding: 10px;
  width: 330px;
  min-height: 240px;
}

.calendar h3 {
  position: absolute;
  left: 12px;
  bottom: -13px;
  transform-origin: 0 0;
  transform: rotate(-90deg);
  font-size: 22px;
  color: #ffcd05;
  text-align: center;
  cursor: default;
}

.calendar h3 .ico-cal {
  margin-bottom: 10px;
  text-decoration: none;
  color: #ffcd05;
}

.calendar table {
  width: 250px;
  margin: 35px 0 35px 45px;
}

.calendar table a {
  font-weight: bold;
  text-decoration: none;
  color: #ffcd05;
}

.calendar table a:hover {
  color: #FFEDA5;
}

.calendar tr {
  border-bottom: 1px solid #888;
}

.calendar th {
  padding: 0 3px 7px 3px;
}

.calendar td {
  text-align: center;
  font-size: 18px;
  line-height: normal;
  color: #f4f4f4;
}

.calendar select {
  border: 1px solid #fff;
  color: #333;
  font-size: 16px;
  margin: 0 5px;
}

.go-top {
  display: none;
}

.go-top.show {
  background-color: #fff;
  border-radius: 50%;
  height: 40px;
  font-size: 3rem;
  line-height: 1.2;
  margin-top: -20px;
  position: fixed;
  opacity: .7;
  right: 1vw;
  text-align: center;
  top: 50vh;
  width: 40px;
  z-index: 99;
}

.div_map a {
  display: block;
}

/* --------------------------- comment -------------------------- */

/* --------------------------- dialog --------------------------- */
.over-container {
  position: fixed;
  left: 0;
  top: 0;
  display: block;
  width: 100%;
  height: 100%;
  z-index: 5000;
}

.over-bg {
  background: url(../images/bg-back.png);
}

.dialog-container {
  width: 600px;
  height: 80%;
  margin: 50px auto 0 auto;
}

.dialog {
  height: 100%;
  z-index: 2500;
  background: #F6F7F8;
  box-shadow: 3px 3px 11px 2px #333;
  border-radius: 0 50px;
  font-size: 18px;
}

.dialog-bg {
  height: 100%;
}

.dialog-content {
  margin: 30px;
}

.dialog h2 {
  text-align: center;
}

.dialog label {
  display: inline-block;
  text-align: right;
  margin-right: 10px;
}

.dialog input[type=text],
.dialog textarea {
  font-weight: normal;
  background: #fff;
  border: none;
}

.dialog input[type=text] {
  padding: 7px 10px;
  font-size: 22px;
}

.dialog input[disabled],
.dialog textarea[disabled] {
  background: #eee;
}

.dialog textarea {
  width: calc(100% - 50px);
  height: 80px;
}

.dialog textarea[disabled] {
  height: 70px;
}

.dialog-close {
  position: absolute;
  font-size: 32px;
  color: #444;
  right: -10px;
  top: -17px;
  display: block;
  z-index: 5100;
  text-shadow: 1px 1px 0 #fff, -1px -1px 0 #fff, -1px 1px 0 #fff, 1px -1px 0 #fff;
}