/*============ CSS BEGIN ============*/
/* Geniral style */
* {padding: 0; margin: 0;}
header, nav, section, article, aside, footer {display: block;}
html, body {height: auto; max-height: 100%;}
body {background: #fff; font-family:'SFUIDisplay-Regular', sans-serif; font-size: 20px; color: #000000; -webkit-font-smoothing: antialiased;}
p {padding: 10px 0; line-height: 118%;}
fieldset {border: none; margin: 0; padding: 0;}

@font-face {
    font-family: 'SFUIDisplay-Bold';
    src: url('../fonts/SFUIDisplay-Bold.eot');
    src: url('../fonts/SFUIDisplay-Bold.eot#iefix') format('embedded-opentype'),
        url('../fonts/SFUIDisplay-Bold.woff') format('woff'),
        url('../fonts/SFUIDisplay-Bold.ttf') format('truetype'),
        url('../images/SFUIDisplay-Bold.svg#SFUIDisplay-Bold') format('svg');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'SFUIDisplay-Regular';
    src: url('../fonts/SFUIDisplay-Regular.eot');
    src: url('../fonts/SFUIDisplay-Regular.eot#iefix') format('embedded-opentype'),
        url('../fonts/SFUIDisplay-Regular.woff') format('woff'),
        url('../fonts/SFUIDisplay-Regular.ttf') format('truetype'),
        url('../images/SFUIDisplay-Regular.svg#SFUIDisplay-Regular') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'SFUIDisplay-Light';
    src: url('../fonts/SFUIDisplay-Light.eot');
    src: url('../fonts/SFUIDisplay-Light.eot#iefix') format('embedded-opentype'),
        url('../fonts/SFUIDisplay-Light.woff') format('woff'),
        url('../fonts/SFUIDisplay-Light.ttf') format('truetype'),
        url('../images/SFUIDisplay-Light.svg#SFUIDisplay-Light') format('svg');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'SFUIDisplay-Heavy';
    src: url('../fonts/SFUIDisplay-Heavy.eot');
    src: url('../fonts/SFUIDisplay-Heavy.eot#iefix') format('embedded-opentype'),
        url('../fonts/SFUIDisplay-Heavy.woff') format('woff'),
        url('../fonts/SFUIDisplay-Heavy.ttf') format('truetype'),
        url('../images/SFUIDisplay-Heavy.svg#SFUIDisplay-Heavy') format('svg');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'SFUIDisplay-Thin';
    src: url('../fonts/SFUIDisplay-Thin.eot');
    src: url('../fonts/SFUIDisplay-Thin.eot#iefix') format('embedded-opentype'),
        url('../fonts/SFUIDisplay-Thin.woff') format('woff'),
        url('../fonts/SFUIDisplay-Thin.ttf') format('truetype'),
        url('../images/SFUIDisplay-Thin.svg#SFUIDisplay-Thin') format('svg');
    font-weight: 100;
    font-style: normal;
    font-display: swap;
}

/* Colors style */
.blue {color: #172d78;}
.lblue1 {color: #1d81c2;}
.lblue2 {color: #1f7ec1;}
.dblue {color: #152838;}
.red1 {color: #ef1650;}
.red2 {color: #ef3f16;}
.pink {color: #ce24f9;}
.green {color: #49cec4;}
.dgreen {color: #24687b;}
.lgreen {color: #77979b;}
.gray {color: #5a5758;}
.black {color: #221f1f;}
.white {color: #ffffff;}

/* Link Style */
a, a[href^=tel] {color:inherit; text-decoration: inherit; font-size: inherit; font-style: inherit; font-weight: inherit;}
a:hover {/*text-decoration: underline;*/}

/* Font family style */
.sfr {font-family: 'SFUIDisplay-Regular', sans-serif;}
.sfb {font-family: 'SFUIDisplay-Bold', sans-serif;}
.sfh {font-family: 'SFUIDisplay-Heavy', sans-serif;}
.sfl {font-family: 'SFUIDisplay-Light', sans-serif;}
.sft {font-family: 'SFUIDisplay-Thin', sans-serif;}

/*.ari {font-family: 'Arial', sans-serif;}*/

/* Text & font style */
.fnorm {font-weight: normal;}
.bold {font-weight: bold;}
.italic {font-style: italic;}
.center {text-align: center;}
.alleft {text-align: left;}
.alright {text-align: right;}
.upp {text-transform: uppercase;}
.under {text-decoration: underline;}
.line-th {text-decoration: line-through;}
.no-padding {padding: 0;}
.flleft {float: left;}
.flright {float: right;}
.lh100 {line-height: 100%;}
.lh110 {line-height: 110%;}
.lh120 {line-height: 120%;}
.lh130 {line-height: 130%;}
.lh140 {line-height: 140%;}
.lh150 {line-height: 150%;}
.lh160 {line-height: 160%;}

/* Display style */
.inline-b {display: inline-block; zoom: 1; *display: inline;}
.vatop {vertical-align: top;}
.vamid {vertical-align: middle;}
/* Positon's style */
.rel {position: relative;}
.abs {position: absolute;}
.fix {position: fixed;}
/* Flex */
.flex {display: -webkit-box; display: -ms-flexbox; display: flex;}
.flex-between {-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;}
.flex-around {-ms-flex-pack:distribute;justify-content:space-around;}
.flex-center {-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;}
.flex-left {-webkit-box-pack: start;-ms-flex-pack: start;justify-content: flex-start;}
.flex-right {-webkit-box-pack: end;-ms-flex-pack: end;justify-content: flex-end;}

.flex-top {-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;}
.flex-mid {-webkit-box-align:center;-ms-flex-align:center;align-items:center;}
.flex-bot {-webkit-box-align:end;-ms-flex-align:end;align-items:flex-end;}
.flex-wrap {-ms-flex-wrap: wrap;flex-wrap: wrap;}

.flex-column {-webkit-box-orient: vertical;-webkit-box-direction: normal;-ms-flex-direction: column;flex-direction: column;}
/* Clear */
.clearfix:after {content: ""; display: table; clear: both; *zoom: 1;}
.clear {clear: both;}

/*============ FORM ============*/

input, select, textarea {
  display: initial;
  width: calc(100% - 2px);
  height: 70px;
  line-height: 80px;
  margin: 0px auto 12px!important;
  border: 1px solid #000000;
  border-radius: 6px;
  outline: none;
  text-indent: 90px;
  color: #4e4d51;
  font-size: 30px;
  box-sizing:content-box;
  -ms-box-sizing:content-box;
  -moz-box-sizing:content-box;
  -webkit-box-sizing:content-box; 
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.al-cost, .al-cost-promo {
  white-space: nowrap;
}

input.name-black {font-size: 30px; background: #ffffff url("../images/name_b.png") no-repeat 30px 50%;}
input.phone-black {font-size: 30px; background: #ffffff url("../images/phone_b2.png") no-repeat 28px 50%;}

/* placeholder style */
::-webkit-input-placeholder {font-size: 30px; color: #4e4d51;}
:-moz-placeholder {font-size: 30px; color: #4e4d51;}
::-moz-placeholder {font-size: 30px; color: #4e4d51;} 
:-ms-input-placeholder {font-size: 30px; color: #4e4d51;}

:focus::-webkit-input-placeholder {color: transparent}
:focus::-moz-placeholder          {color: transparent}
:focus:-moz-placeholder           {color: transparent}
:focus:-ms-input-placeholder      {color: transparent}

/* Form button & custom button style */
button {background: none; outline: none; border: none;}
button {
  width: 100%;
  height: 92px;
  line-height: 92px;
  margin-top: 15px!important;
  border-radius: 8px;
  background-color: #1d81c2;
  border-bottom: 5px solid #0d5565;
  font-family: 'Open Sans', sans-serif!important;
  font-weight: 700!important;
  text-transform: uppercase!important;
  text-align: center;
  color: #ffffff;
  cursor: pointer;
}

/*============ ANIMATIONS ============*/

/* Button animation */

button, .button {
  //opacity: 0.88;
  position: relative;
  transition: 0.3s ease all 0s;
  -webkit-transition: 0.3s ease all 0s;
  -moz-transition: 0.3s ease all 0s;
  -o-transition: 0.3s ease all 0s;
  -ms-transition: 0.3s ease all 0s;
}

button:hover, .button:hover {
  //opacity: 1;
  /*transform: scale(1.02);
  -webkit-transform: scale(1.02);
  -moz-transform: scale(1.02);
  -o-transform: scale(1.02);
  -ms-transform: scale(1.02);*/
  -webkit-filter: brightness(130%); /* Safari */ 
  filter: brightness(130%);
}

button:active, .button:active {
  top: 1px;
  /*transform: scale(0.9);
  -webkit-transform: scale(0.9);
  -moz-transform: scale(0.9);
  -o-transform: scale(0.9);
  -ms-transform: scale(0.9);*/
}

.button:focus {
  
}
.guaranty {
  right: 0px;
  top: 710px;
  width: 256px;
  height: 380px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 78px 50px 0 30px;
  background: url("../images/guaranty.png") no-repeat 0 0;
  color: #0c283a;
}

/* END MAIN CSS */

.product_inf{
  position: absolute;
  bottom: 58px;
  left: 255px;
  width: 220px;
  text-align: center;
}
.h1{
  display: block;
  font-family: "Anton";
  color: #142F76;
  font-size: 36px;
  letter-spacing: 1px;
}
.h1 .blue{
  color: #2A78BA;
}
.h1_under{
  display: block;
  font-size: 8px;
  line-height: 10px;
  font-family: 'Roboto';
}
.h2{
  display: block;
  color: #fff;
  font-family: 'Roboto';
  font-size: 18px;
  margin-top: 25px;
}
.product_list{
  margin-top: 17px;
}
.product_list li{
  color: #2A78BA;
  font-family: 'Roboto';
  font-size: 13px;
  margin-bottom: 2px;
}
.capsul{
  color: #fff;
  display: block;
  line-height: 10px;
  font-size: 8px;
  margin-top: 10px;
}
.capsul b{
  display: block;
  font-size: 18px;  
}
.block2 .product_inf{
  bottom: -372px;
  left: 210px;
}
.fake .product_inf{
  left: 28px;
  bottom: 54px;
}
.block11 .product_inf{
  left: 255px;
  top: 589px;
}
.block11 .label_item2{
  top: 123px;
  left: -40px;
}
.block1{
  z-index: 1;
}
.block2{
  z-index: 9;
}