/*******************************************
 *** Фреймворк ACE 2.0 FLEX
 *** Собственность компании WEBBERRIES
 *** https://webberries.ru (C) 2005-2025
 *** Для вопросов: webberries@yandex.ru
 *** Дата обновления: 30.01.2025
 *** Версия файла: V6.0
 *******************************************/




/*------------------------------------------------------------------------------
 ******************* BASE SETTINGS *****************************************
-------------------------------------------------------------------------------*/


/*------------------ MAIN CSS   --------------------------------*/

@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@200;400;600;700;800&display=swap');

* { 
  box-sizing: border-box; 
}

html, body, h1, h2, h3, h4, h5, h6, div, span, input, textarea, table, td, th, nav, section, nav, header, select, footer, button {
  font-family: 'Montserrat', sans-serif;
}

html, body, div, span, input, textarea, select, button { 
  font-size: 14px; 
}
span { 
  font-size: 1em; 
}
body { 
  background: #fff; 
  margin: 0; 
}
img { 
  max-width: 100% !important; 
  display: block; 
}

/*------------------   HEADERS   --------------------------------*/

h1, h2, h3, h4, h5, h6 {
  text-transform: none;
  font-weight: bold;
  padding: 0;
  margin: 0;
  text-align: left;
}

h1, h2 {font-size: 3.0em; }
h3, h4, h5, h6 {font-size: 2.0em; }



/*------------------   SECTION, DIV.CONTAINER AND BLOCKS   --------------------------------*/

section, header, footer, nav, article, main { 
  width: 100%; 
  min-width: 1240px; 
  padding: 0 20px; 
  overflow: hidden; 
  position: relative; 
}

div.con { 
  width: 1200px; 
  overflow: hidden; 
  margin: 0 auto; 
  position: relative; 
  height: 100%;
}

.flex {
  display: flex;
  flex-wrap: nowrap;
}

.vis {
  overflow: visible !important;
}

.las,
.lab {
  font-size: 1.5em;
  position: relative;
  top: 0.125em;
}

.las.no,
.lab.no {
  font-size: 1em;
  position: unset;
  top: unset;
}

.b-1, .b-2, .b-3, .b-4, .b-5, .b-6, .b-7, .b-8, .b-9, .b-10, .b-3f, .b-4f, .b-5f,
.b-20, .b-30, .b-40, .b-50, .b-60, .b-70, .b-80, .b-90, .b-100  {
  margin: 0;
  padding: 0;
}

/* blocs standart */
.b-1 {width: 100%; }
.b-2 {width: 50%; }
.b-3 {width: 33.33333333%; }
.b-4 {width: 25%; }
.b-5 {width: 20%; }
.b-6 {width: 16.66666666%; }
.b-7 {width: 14.28571428%; }
.b-8 {width: 12.5%; }
.b-9 {width: 11.11111111%; }
.b-10 {width: 10%; }

@media screen and (max-width: 800px) {
  div.con,
  .flex {
    flex-wrap: wrap;
  }
  .b-2 {
    width: 100%;
  }
  .b-3 {
    width: 100%;
  }
  .b-4 {
    width: 50%;
  }
  .b-5 {
    width: 50%;
  }
  .b-6 {
    width: 33.3333333%;
  }
  .b-7, .b-8, .b-9, .b-10 {
    width: 25%;
  }
}

/*------------------   LINKS   --------------------------------*/

a:link {color: unset; text-decoration: none;}
a:visited {color: unset; text-decoration: none; }
a:active {color: unset; text-decoration: none;}
a:hover {color: unset; text-decoration: none;}

a.blue:link {color: #006699; text-decoration: underline;}
a.blue:visited {color: #006699; text-decoration: underline; }
a.blue:active {color: #006699; text-decoration: underline;}
a.blue:hover {color: #009999; text-decoration: none;}

/*------------------   CLEAR DIV   --------------------------------*/

div.clear { 
  clear: both !important; 
}


/*------------------   PARAGRAPH AND INPUT STYLES   --------------------------------*/

p {
  line-height: 2;
  font-size: 1em;
  margin: 0;
  padding: 0;
}

input:focus, textarea:focus {
  outline: none;
} 

input[type=text], input[type=number], input[type=tel], input[type=password], select {
  width: 100%;
  border: 0;
  padding: 0 12px;
  text-align: left;
  background: #fefefe;
  height: 60px;
  line-height: 60px;
  margin: 0;
  font-size: 1em;
  outline: none;
  -webkit-appearance: none;
  border: 1px solid #c5c5c5;
  border-radius: 4px;
}

textarea {
  width: 100%;
  border: 1px solid #c5c5c5;
  padding: 12px;
  text-align: left;
  background: #fefefe;
  margin: 0;
  font-size: 1em;
  border-radius: 4px;
}

.button {
  display: inline-block;
  border: 0;
  padding: 0 42px;
  height: 60px;
  line-height: 60px;
  cursor: pointer;
  transition: 0.1s;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 1em;
  background: #3a3a3a;
  color: #fff;
  -webkit-appearance: none;
  outline: none;
  transition: 0.2s;
  border-radius: 4px;
}

.button:hover {
  background: #111;
}

input:required, button:required {
  box-shadow:none;
}

input:invalid, button:invalid {
  box-shadow:0;
}



/*------------------------------------------------------------------------------
 ******************* END OF BASE SETTINGS **************************************
-------------------------------------------------------------------------------*/






/*------------------------------------------------------------------------------
 ******************* ADDITIVE SETTINGS *****************************************
-------------------------------------------------------------------------------*/


/*-----------------  OVERLAY WINDOWS SETTINGS   --------------------------------*/

div.popup {
  z-index: 9999999;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0,0,0,0.75);
  display: none;
}

div.popup .window {
  width: 600px;
  padding: 75px;
  background: #eee;
  color: #111;
  border-radius: 4px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  text-align: center;
}

div.popup .window h3 {
  padding: 0;
  margin: 0;
  margin-bottom: 10px;
  color: #111;
  text-transform: uppercase;
  font-size: 1.2em;
  text-align: center;
}
div.popup .window p.sub {
  color: #232323;
  font-size: 0.8em;
  margin-bottom: 30px;
  text-transform: none;
  text-align: center;
}
div.popup .window p.down {
  color: #575757;
  font-size: 0.65em;
  margin-top: 15px;
  text-transform: none;
  text-align: center;
  padding: 0 15%;
}
div.popup .window .close {
  position: absolute;
  top: 10px;
  right: 10px;
  line-height: 30px;
  color: #111;
  text-align: center;
  font-size: 1.75em;
  transition: 0s;
  cursor: pointer;
}
div.popup .window .close:hover {
  color: rgb(229,57,53);
  transition: 0.25s;
}

div.popup .window input {
  margin-top: 10px;
  text-align: center;
  width: 70%;
  height: 50px;
  line-height: 50px;
  border: 0;
  border-radius: 4px;
}

div.popup .window button {
  margin-top: 30px;
  width: 70%;
  height: 60px;
  line-height: 60px;
  border-radius: 4px;
  padding: 0;
}


/*-----------------   STOP ANIMATE ON HOVER   --------------------------------*/

.stopanimate {
  animation-play-state: running;
}
.stopanimate:hover {
  animation-play-state: paused;
}


/*-----------------   CUSTOM-BTN - BLINK ON BUTTON AND DIVS   --------------------------------*/

.custom-btn {
    display: inline-block;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border: none;
    position: relative;
    text-align: center;
    cursor: pointer;
    overflow: hidden;
    -webkit-transition: ease 0.3s;
    transition: ease 0.3s;
}

.custom-btn:after {
    content: "";
    display: block;
    width: 30px;
    height: 300px;
    margin-left: 60px;
    background: #fff;
    background: -moz-linear-gradient(top, rgba(255,255,255,0.2) 0%, rgba(255,255,255,0.8) 50%, rgba(255,255,255,0.2) 100%);
    background: -webkit-linear-gradient(top, rgba(255,255,255,0.2) 0%,rgba(255,255,255,0.8) 50%,rgba(255,255,255,0.2) 100%);
    background: linear-gradient(to bottom, rgba(255,255,255,0.2) 0%,rgba(255,255,255,0.8) 50%,rgba(255,255,255,0.2) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b3ffffff', endColorstr='#b3ffffff',GradientType=0 );
    position: absolute;
    left: -40px;
    top: -150px;
    z-index: 1;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transition: all 0.1s;
    transition: all 0.1s;
    -webkit-animation-name: slideme;
    animation-name: slideme;
    -webkit-animation-duration: 3s;
    animation-duration: 3s;
    -webkit-animation-delay: 0.05s;
    animation-delay: 0.05s;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
}
 
@-webkit-keyframes slideme {
    0% { left: -30px; margin-left: 0px; }
    30% { left: 110%; margin-left: 80px; }
    100% { left: 110%; margin-left: 80px; } 
}



/*------------------------------------------------------------------------------
 ******************* MOBILE SETTINGS *******************************************
 @media screen and (max-width: 479px) {
-------------------------------------------------------------------------------*/


@media screen and (max-width: 800px) {
  section, footer, header, nav { width: 100%; min-width: 100%; padding: 0; overflow: hidden; }
  div.con { width: 100%; overflow: hidden; margin: 0 auto; }

  h1, h2, h3 {
    font-size: 1.5em;
  }

  h3, h4, h5, h6 {
    font-size: 1.25em;
  }

  div.popup .window {
    width: 90%;
    padding: 40px 10px 10px 10px;
  }

  div.popup .window input, div.popup .window button {
    width: 90%;
  }

  .mobileclear {
    clear: both !important;
  }
}




/*------------------------------------------------------------------------------
 ******************* END OF ALL SETTINGS ***************************************
-------------------------------------------------------------------------------*/