.relative {
  position: relative;
}
.row-politic {
    margin-bottom: 30px;
}
.row-politic p {
    margin: 0;
}
.ul-politic > li {
    margin-bottom: 10px;
}
label {
  -ms-user-select: none;
  -moz-user-select: none;
  -webkit-user-select: none;
  user-select: none;
}

/* BOOTSTRAP RESET */
.btn {
  box-shadow: none !important;
  text-shadow: none !important;
  border-radius: 0 !important;
  font-size: 14px;
  line-height: 24px;

}
.btn-primary {
  background: #229ac8;
}
.btn-primary:hover,
.btn-primary:active,
.btn-primary.focus,
.btn-primary:focus,
.btn-primary:active:focus,
.btn-primary:active:hover {
    background: #1f90bb;
    border-color: #1f90bb;
    outline: none;
}
.form-control {
  padding: 5px 10px 7px;
  font-size: 14px !important;
  line-height: 24px !important;
  color: #000;
  height: auto;
  background:  #e9eeea;
  border: 1px solid #e9eeea;
  border-radius: 0 !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}
.form-control:focus {
  border-color: #e7eae7;
  background: #e7eae7;
}

.checbox-style {
  margin: 0 !important;
  position: absolute !important;
  opacity: 0 !important;
  z-index: -1 !important;
}
.checbox-style + label {
  margin: 7px 0;
  padding: 0 0 0 25px;
  position: relative;
  font-size: 14px;
  line-height: 16px;
  display: block;
  -ms-user-select: none;
  -moz-user-select: none;
  -webkit-user-select: none;
  user-select: none;
}
.checbox-style + label:before {
  content: "";
  display: block;
  width: 15px;
  height: 15px;
  background: url(./image/bg-chekbox.png) no-repeat 0 0;
  position: absolute;
  top: 0;
  left: 0;
}
.checbox-style:checked  + label:before {
  background-position: -15px 0;
}
.checbox-style + label a {
  font-size: 14px;
  line-height: 16px;
}
.modal-content {
    background: #fff;
    border: none;
    border-radius: 0;
    outline: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}


/* MODAL */
.modal .caption-white {
  margin: -162px 0 100px -280px;
  padding: 28px 30px 20px;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 560px;
  background: #fff;
  border-top: 1px solid #ccc;
}
.modal-one-click .caption-white {
  margin-top: -212px;
}
.modal-thank-you.modal .caption-white{
  margin: -65px 0 0 -260px;
  padding: 40px 30px 40px;
}
.modal-thank-you.modal .close-modal {
    top: -75px;
    right: -67px;
}
.close-modal,
.modal-header .close {
  font-size: 42px;
  line-height: 42px;
  width: 42px;
  text-align: center;
  font-weight: 800;
  position: absolute;
  top: -55px;
  right: -55px;
  color: #fff;
  background: transparent;
  border: none;
}
.modal-header .close {
  top: -35px;
  right: -40px;
  opacity: 1;
}
.close-modal:hover,
.modal-header .close:hover {
  color: #ff0000;
}
.head-form {
  margin-bottom: 20px;
  font-size: 26px;
  line-height: 36px;
  font-weight: 700;
  display: block;
  text-align: center;
}
.modal-one-click .head-form {
  text-align: left;
}
.modal-price {
  /* margin-bottom: 10px; */
  display: block;
  font-size: 16px;
  color: #3b3b3b;
}
.modal-total {
  /* margin-bottom: 10px; */
  display: block;
  font-size: 16px;
  color: #3b3b3b;
}
.modal-attribute {
  margin-bottom: 10px;
  display: block;
  font-size: 16px;
  color: #3b3b3b;
}
.thanks {
  font-size: 16px;
  line-height: 26px;
  color: #000;
}
.row-form {
  margin: 0 -7.5px;
}
.row-form:after {
  content: "";
  display: block;
  clear: both;
}
.row-form .row-img {
  margin-bottom: 15px;
  padding: 0 7.5px;
  width: 25%;
  float: left;
  position: relative;
}
.row-form .row-info {
  margin-bottom: 15px;
  padding: 0 7.5px;
  width: 75%;
  float: left;
  position: relative;
}
.row-form .row-int-w50 {
  margin-bottom: 15px;
  padding: 0 7.5px;
  width: 50%;
  float: left;
  position: relative;
}
.row-form .row-int-w33 {
  margin-bottom: 15px;
  padding: 0 7.5px;
  width: 33.3333%;
  float: left;
  position: relative;
}
label.error {
  margin: 0;
  padding: 3px 10px;
  position: absolute;
  bottom: 95%;
  left: 7.5px;
  right: 7.5px;
  background: rgba(0,0,0,.8);
  color: #fff;
  font-size: 11px;
  line-height: 13px;
}
.row-form .row-int-w100 {
  margin-bottom: 15px;
  padding: 0 7.5px;
  width: 100%;
  float: none;
}
.row-agree {
  margin-bottom: 15px;
}
.modal input {
  width: 100%;
}
.modal .row-agree input {
  margin: 6px 7px 0 0;
  width: auto;
  display: inline-block;
  vertical-align: top;
}
.modal .row-agree label,
.modal .row-agree label a {
  font-size: 13px;
  line-height: 14px;
}

.bl-input {
  position: relative;
}
.block-loader {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 3;
  background: #fff url(./image/loading.gif) no-repeat center;
}
.block-thank-you {
  padding-top: 30px;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  text-align: center;
  background: #fff;
  font-weight: 500;
  font-size: 18px;
  line-height: 32px;
}
.block-thank-you .close-block {
  position: absolute;
  top: 0;
  right: 0;
  cursor: pointer;
  font-size: 20px;
  line-height: 32px;
  padding: 0 11px;
}
.block-thank-you span {
  display: block;
}


/*--------------------------------------------------------------
# Call
--------------------------------------------------------------*/
.callfon {
    width: 100%;
    height: 100%;
    top: 0;
    right: 0;
    position: absolute;
    bottom: 0;
    left: 0;
    margin: auto;
    z-index: 0;
    background: #72ba45;
    opacity: 0;
    -webkit-box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.2), inset 0 0 0 rgba(0, 0, 0, 0.7);
    -moz-box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.2), inset 0 0 0 rgba(0, 0, 0, 0.7);
    box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.2), inset 0 0 0 rgba(0, 0, 0, 0.7);
    -webkit-animation: shadow-animation 4s ease-in-out 1s infinite;
    -moz-animation: shadow-animation 4s ease-in-out 1s infinite;
    -o-animation: shadow-animation 4s ease-in-out 1s infinite;
    animation: shadow-animation 4s ease-in-out 1s infinite;
    border-radius: 100%;
}

.call_me-foot {
    display: block;
    width: 90px;
    height: 90px;
    position: fixed;
    bottom: 20px;
    left: 30px;
    z-index: 9999;
    background: #d9bd6a;
    border-radius: 100%;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

.call_me-foot::after {
    content: '';
    display: block;
    width: 50px;
    height: 50px;
    background: url(./image/handset.png) no-repeat center;
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -27px 0 0 -24px;
    -webkit-animation: phone-icon-animation 2s ease-in-out 5s infinite;
    -moz-animation: phone-icon-animation 2s ease-in-out 5s infinite;
    -o-animation: phone-icon-animation 2s ease-in-out 5s infinite;
    animation: phone-icon-animation 7s ease-in-out 0s infinite;
    z-index: 10000;
}
.call_me-foot:hover,
.call_me-foot:hover::after,
.call_me-foot:hover .callfon {
    -webkit-animation: none;
    -moz-animation: none;
    -o-animation: none;
    animation: none;
    cursor: pointer;

}
.call_me-foot:hover {
    background: #72ba45;
}

@-webkit-keyframes pulse {
    from { -webkit-transform: scale3d(0.1,0.1,1); }
    to { -webkit-transform: scale3d(1,1,1); }
}

@keyframes pulse {
    from { -webkit-transform: scale3d(0.1,0.1,1); transform: scale3d(0.1,0.1,1); }
    to { -webkit-transform: scale3d(1,1,1); transform: scale3d(1,1,1); }
}

@-webkit-keyframes phone-icon-animation {
    0%, 100% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    6%, 12%, 18%, 24%, 30% {
        -webkit-transform: rotate(-10deg);
        transform: rotate(0deg);
    }
    3%, 9%, 15%, 21%, 27% {
        -webkit-transform: rotate(10deg);
        transform: rotate(0deg);
    }
    33% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
}

@-moz-keyframes phone-icon-animation {
    0%, 100% {
        -moz-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    6%, 12%, 18%, 24%, 30% {
        -moz-transform: rotate(-10deg);
        transform: rotate(0deg);
    }
    3%, 9%, 15%, 21%, 27% {
        -moz-transform: rotate(10deg);
        transform: rotate(0deg);
    }
    33% {
        -moz-transform: rotate(0deg);
        transform: rotate(0deg);
    }
}

@-o-keyframes phone-icon-animation {
    0%, 100% {
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    6%, 12%, 18%, 24%, 30% {
        -o-transform: rotate(-10deg);
        transform: rotate(0deg);
    }
    3%, 9%, 15%, 21%, 27% {
        -o-transform: rotate(10deg);
        transform: rotate(0deg);
    }
    33% {
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }
}

@keyframes phone-icon-animation {
    0%, 100% {
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    6%, 12%, 18%, 24%, 30% {
        -moz-transform: rotate(-10deg);
        -ms-transform: rotate(-10deg);
        -o-transform: rotate(-10deg);
        transform: rotate(-10deg);
    }
    3%, 9%, 15%, 21%, 27% {
        -moz-transform: rotate(10deg);
        -ms-transform: rotate(10deg);
        -o-transform: rotate(10deg);
        transform: rotate(10deg);
    }
    33% {
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }
}

@-webkit-keyframes shadow-animation {
    0% {
        opacity: 0;
        -webkit-box-shadow: 0 0 0 0 #597AB2, 0 0 0 0 #000000;
        box-shadow: 0 0 0 0 #597AB2, 0 0 0 0 #000000;
    }
    50% {
        opacity: 1;
        -webkit-box-shadow: 0 0 0 0 #597AB2, 0 0 0 0 #000000;
        box-shadow: 0 0 0 0 #597AB2, 0 0 0 0 #000000;
    }
    83% {
        opacity: 0;
        -webkit-box-shadow: 0 0 1px 35px #597AB2, 0 2px 9px 33px #000000;
        box-shadow: 0 0 0 0 #597AB2, 0 0 0 0 #000000;
    }
    100% {
        opacity: 0;
        -webkit-box-shadow: 0 0 1px 35px #597AB2, 0 2px 9px 33px #000000;
        box-shadow: 0 0 0 0 #597AB2, 0 0 0 0 #000000;
    }
}

@-moz-keyframes shadow-animation {
    0% {
        opacity: 0;
        -moz-box-shadow: 0 0 0 0 #597AB2, 0 0 0 0 #000000;
        box-shadow: 0 0 0 0 #597AB2, 0 0 0 0 #000000;
    }
    50% {
        opacity: 1;
        -moz-box-shadow: 0 0 0 0 #597AB2, 0 0 0 0 #000000;
        box-shadow: 0 0 0 0 #597AB2, 0 0 0 0 #000000;
    }
    83% {
        opacity: 0;
        -moz-box-shadow: 0 0 1px 35px #597AB2, 0 2px 9px 33px #000000;
        box-shadow: 0 0 0 0 #597AB2, 0 0 0 0 #000000;
    }
    100% {
        opacity: 0;
        -moz-box-shadow: 0 0 1px 35px #597AB2, 0 2px 9px 33px #000000;
        box-shadow: 0 0 0 0 #597AB2, 0 0 0 0 #000000;
    }
}

@-o-keyframes shadow-animation {
    0% {
        opacity: 0;
        -o-box-shadow: 0 0 0 0 #597AB2, 0 0 0 0 #000000;
        box-shadow: 0 0 0 0 #597AB2, 0 0 0 0 #000000;
    }
    50% {
        opacity: 1;
        -o-box-shadow: 0 0 0 0 #597AB2, 0 0 0 0 #000000;
        box-shadow: 0 0 0 0 #597AB2, 0 0 0 0 #000000;
    }
    83% {
        opacity: 0;
        -o-box-shadow: 0 0 1px 35px #597AB2, 0 2px 9px 33px #000000;
        box-shadow: 0 0 0 0 #597AB2, 0 0 0 0 #000000;
    }
    100% {
        opacity: 0;
        -o-box-shadow: 0 0 1px 35px #597AB2, 0 2px 9px 33px #000000;
        box-shadow: 0 0 0 0 #597AB2, 0 0 0 0 #000000;
    }
}

@keyframes shadow-animation {
    0% {
        opacity: 0;
        -webkit-box-shadow: 0 0 0 0 #72ba45, 0 0 0 0 #000000;
        -moz-box-shadow: 0 0 0 0 #72ba45, 0 0 0 0 #000000;
        -o-box-shadow: 0 0 0 0 #72ba45, 0 0 0 0 #000000;
        box-shadow: 0 0 0 0 #72ba45, 0 0 0 0 #000000;
    }
    50% {
        opacity: 1;
        -webkit-box-shadow: 0 0 0 0 #72ba45, 0 0 0 0 #000000;
        -moz-box-shadow: 0 0 0 0 #72ba45, 0 0 0 0 #000000;
        -o-box-shadow: 0 0 0 0 #72ba45, 0 0 0 0 #000000;
        box-shadow: 0 0 0 0 #72ba45, 0 0 0 0 #000000;
    }
    83% {
        opacity: 0;
        -webkit-box-shadow: 0 0 1px 35px #72ba45, 0 2px 9px 33px #000000;
        -moz-box-shadow: 0 0 1px 35px #72ba45, 0 2px 9px 33px #000000;
        -o-box-shadow: 0 0 1px 35px #72ba45, 0 2px 9px 33px #000000;
        box-shadow: 0 0 1px 35px #72ba45, 0 2px 9px 33px #000000;
    }
    100% {
        opacity: 0;
        -webkit-box-shadow: 0 0 1px 35px #72ba45, 0 2px 9px 33px #000000;
        -moz-box-shadow: 0 0 1px 35px #72ba45, 0 2px 9px 33px #000000;
        -o-box-shadow: 0 0 1px 35px #72ba45, 0 2px 9px 33px #000000;
        box-shadow: 0 0 1px 35px #72ba45, 0 2px 9px 33px #000000;
    }
}

/*--------------------------------------------------------------
End Call
--------------------------------------------------------------*/