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




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


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

@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@400;600;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: 12pt; 
}
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: 2.5em; }
h3, h4, h5, h6 {font-size: 1.75em; }



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

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

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

.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  {
  display: block;
  float: left;
  margin: 0;
  padding: 0;
  position: relative;
}

/* blocs standart */
.b-1 {width: 100%; }
.b-2 {width: 50%; }
.b-3f {width: 66.66666666%; }
.b-3 {width: 33.33333333%; }
.b-4f {width: 75%; }
.b-4 {width: 25%; }
.b-5f {width: 80%; }
.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%; }



.ob-5 {
  position: relative;
  width: calc(100% + 10px);
  right: 5px;
}
.ob-10 {
  position: relative;
  width: calc(100% + 20px);
  right: 10px;
}
.ob-15 {
  position: relative;
  width: calc(100% + 30px);
  right: 15px;
}
.ob-20 {
  position: relative;
  width: calc(100% + 40px);
  right: 20px;
}
.ob-25 {
  position: relative;
  width: calc(100% + 50px);
  right: 25px;
}
.ob-30 {
  position: relative;
  width: calc(100% + 60px);
  right: 30px;
}

.ob-40 {
  position: relative;
  width: calc(100% + 80px);
  right: 40px;
}

.ob-50 {
  position: relative;
  width: calc(100% + 100px);
  right: 50px;
}



.ob-5 .item, 
.ob-10 .item, 
.ob-15 .item, 
.ob-20 .item, 
.ob-25 .item, 
.ob-30 .item, 
.ob-40 .item, 
.ob-50 .item {
  position: relative;
}

.ob-5 .item:before,
.ob-10 .item:before,
.ob-15 .item:before,
.ob-20 .item:before,
.ob-25 .item:before,
.ob-30 .item:before,
.ob-40 .item:before,
.ob-50 .item:before {
  content: "";
  float: left;
  padding-top: 100%;
}

.ob-5 .item .ins,
.ob-10 .item .ins,
.ob-15 .item .ins,
.ob-20 .item .ins,
.ob-25 .item .ins,
.ob-30 .item .ins,
.ob-40 .item .ins,
.ob-50 .item .ins {
  position: absolute;
  box-shadow: 0 3px 6px rgba(0,0,0,0.1), 0 3px 6px rgba(0,0,0,0.13);
}

.ob-5 .item .ins {
  top: 5px;
  left: 5px;
  right: 5px;
  bottom: 5px;
}

.ob-10 .item .ins {
  top: 10px;
  left: 10px;
  right: 10px;
  bottom: 10px;
}

.ob-15 .item .ins {
  top: 15px;
  left: 15px;
  right: 15px;
  bottom: 15px;
}

.ob-20 .item .ins {
  top: 20px;
  left: 20px;
  right: 20px;
  bottom: 20px;
}

.ob-25 .item .ins {
  top: 25px;
  left: 25px;
  right: 25px;
  bottom: 25px;
}

.ob-30 .item .ins {
  top: 30px;
  left: 30px;
  right: 30px;
  bottom: 30px;
}

.ob-40 .item .ins {
  top: 40px;
  left: 40px;
  right: 40px;
  bottom: 40px;
}

.ob-50 .item .ins {
  top: 50px;
  left: 50px;
  right: 50px;
  bottom: 50px;
}


.ob-5.off .item:before,
.ob-10.off .item:before,
.ob-15.off .item:before,
.ob-20.off .item:before,
.ob-25.off .item:before,
.ob-30.off .item:before,
.ob-40.off .item:before,
.ob-50.off .item:before {
  display: none;
}

.ob-5.off .item .ins,
.ob-10.off .item .ins,
.ob-15.off .item .ins,
.ob-20.off .item .ins,
.ob-25.off .item .ins,
.ob-30.off .item .ins,
.ob-40.off .item .ins,
.ob-50.off .item .ins {
  left: unset;
  right: unset;
  bottom: unset;
  top: unset;
  position: relative;
  box-shadow: unset;
}

.ob-5.off .item .ins {
  padding: 5px;
}

.ob-10.off .item .ins {
  padding: 10px;
}

.ob-15.off .item .ins {
  padding: 15px;
}

.ob-20.off .item .ins {
  padding: 20px;
}

.ob-25.off .item .ins {
  padding: 25px;
}

.ob-30.off .item .ins {
  padding: 30px;
}

.ob-40.off .item .ins {
  padding: 40px;
}

.ob-50.off .item .ins {
  padding: 50px;
}

/*------------------   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; } 
}

/*------------------------------------------------------------------------------
 ******************* END OF ADDITIVE SETTINGS **********************************
-------------------------------------------------------------------------------*/
