/*===================================== 

YOU CAN WRIGHT CUSTOME CSS 

======================================*/
#subscribe2 {
  margin-left: 20px;
}


.table__price {
	background-color: white !important;
}

.phone__link {
	color: black !important;
	font-size: 18px;
}

.polit__link {
  color: #eee !important;
  font-size: 13px;
}

   .whatsapp_icon {
    position: relative;
    content: '';
    padding-bottom: 19px;
    padding-right: 35px;
    top: -10px;
    margin-right: 5px;
    width: 35px;
    height: 35px;
    background: transparent url(../images/whatsapp-icon.png) no-repeat;
}


@media only screen and (max-width:767px) {
  .pad {
  padding-top: 20px !important;
}

   .whatsapp_icon {
    position: relative;
    content: '';
    padding-bottom: 19px;
    padding-right: 35px;
    top: 0px;
    margin-right: 5px;
    width: 35px;
    height: 35px;
    background: transparent url(../images/whatsapp-icon.png) no-repeat;
}
}

.agreement_link {
  padding-left: 10px;
}

.agreement_input {
  opacity: 1 !important;
}

.icon__img-height img {
  height: 100px !important;
}

#popup__toggle {
  bottom: 25px;
  right: 10px;
  position: fixed;
  cursor: pointer; }

.img-circle {
  background-color: #f5bf23;
  box-sizing: content-box;
  -webkit-box-sizing: content-box; }

.circlephone {
  box-sizing: content-box;
  -webkit-box-sizing: content-box;
  border: 2px solid #f5bf23;
  width: 150px;
  height: 150px;
  bottom: -25px;
  right: 10px;
  position: absolute;
  border-radius: 100%;
  opacity: .5;
  animation: circle-anim 2.4s infinite ease-in-out !important;
  transition: all 0.5s; }

.circle-fill {
  box-sizing: content-box;
  -webkit-box-sizing: content-box;
  background-color: #f5bf23;
  width: 100px;
  height: 100px;
  bottom: 0px;
  right: 35px;
  position: absolute;
  border-radius: 100%;
  border: 2px solid transparent;
  animation: circle-fill-anim 2.3s infinite ease-in-out;
  transition: all 0.5s; }

.img-circle {
  box-sizing: content-box;
  -webkit-box-sizing: content-box;
  width: 72px;
  height: 72px;
  bottom: 14px;
  right: 49px;
  position: absolute;
  border-radius: 100%;
  border: 2px solid transparent;
  opacity: .7; }

.img-circleblock {
  box-sizing: content-box;
  -webkit-box-sizing: content-box;
  width: 72px;
  height: 72px;
  background-image: url(../images/mini.png);
  background-position: center center;
  background-repeat: no-repeat;
  animation-name: tossing;
  -webkit-animation-name: tossing;
  animation-duration: 1.5s;
  -webkit-animation-duration: 1.5s;
  animation-iteration-count: infinite;
  -webkit-animation-iteration-count: infinite; }

.img-circle:hover {
  opacity: 1; }

@keyframes pulse {
  0% {
    transform: scale(0.9);
    opacity: 1; }
  50% {
    transform: scale(1);
    opacity: 1; }
  100% {
    transform: scale(0.9);
    opacity: 1; } }

@keyframes tossing {
  0% {
    transform: rotate(-8deg); }
  50% {
    transform: rotate(8deg); }
  100% {
    transform: rotate(-8deg); } }

@keyframes circle-anim {
  0% {
    transform: rotate(0deg) scale(0.5) skew(1deg);
    opacity: .1; }
  30% {
    transform: rotate(0deg) scale(0.7) skew(1deg);
    opacity: .5; }
  100% {
    transform: rotate(0deg) scale(1) skew(1deg);
    opacity: .1; } }

@keyframes circle-fill-anim {
  0% {
    transform: rotate(0deg) scale(0.7) skew(1deg);
    opacity: .2; }
  50% {
    transform: rotate(0deg) scale(1) skew(1deg);
    opacity: .2; }
  100% {
    transform: rotate(0deg) scale(0.7) skew(1deg);
    opacity: .2; } }

.info__item {
  color: #6a747b;
  /*font-family: 'Source Sans Pro';*/
  font-style: normal;
  font-weight: bold; 
  font-size: 14px;
  margin-bottom: 10px;

}

.info__item:before {
  font-family: 'FontAwesome';
  content: "\f00c";
  color: #F5BF23;
  margin-right: 10px; }

 .font-bold {
  font-weight: bold;
 }

 .site-button1 {
  padding: 6px 12px;
  font-size: 13px;
  font-weight: 600;
  border-radius: 10px;
 }

 .product_img {
  max-width: 290px;
  padding-bottom: 7px;
 }

 .input__calc {
  /*display: inline-block;*/
  padding: 7px;
  margin-right: 20px;
  margin-left: 10px;
  margin-bottom: 15px;
  border-radius: 10px;
 }

 .label__calc {
  display: block;
  position:relative;
 }

 .image-effect-two {
  /*padding-top: 20px;*/
  /*padding-bottom: 20px;*/
  min-height: 230px;
 }

 .site-button9 {
  display: block;
 }

 .figcaption {
  text-align: center;
 }

    li {
    list-style-type: none; /* Убираем маркеры */
   }
   ul {
    margin-left: 0; /* Отступ слева в браузере IE и Opera */
    padding-left: 0; /* Отступ слева в браузере Firefox, Safari, Chrome */
   }

   #calc__img {
      margin-bottom: 50px;
   }

/*Форма*/
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

input[type="text"],
input[type="tel"],
input[type="email"] {
  /*display: block;*/
  padding: 0 17px;
  /*width: 100%;*/
  height: 45px;
  line-height: 45px;
  font: 600 18px 'Roboto', sans-serif;
  color: #000;
  background: transparent;
  border: 1px solid rgba(0,0,0,.11);
  border-radius: 3px;
  -webkit-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
}
::-webkit-input-placeholder {
  opacity: 1;
  font-weight: 300;
  color: #393939;
}
::-moz-placeholder {
  opacity: 1;
  font-weight: 300;
  color: #393939;
}
:-moz-placeholder {
  opacity: 1;
  font-weight: 300;
  color: #393939;
}
:-ms-input-placeholder {
  opacity: 1;
  font-weight: 300;
  color: #393939;
}
.some-form {
  width: 30%;
  margin: 36px auto;
}
.form {
  padding: 30px;
  background: #f7fafb;
  color: #000;
  border-radius: 3px;
  -webkit-box-shadow: 0 39px 57px rgba(0,0,0,.19);
  -moz-box-shadow: 0 39px 57px rgba(0,0,0,.19);
  box-shadow: 0 39px 57px rgba(0,0,0,.19);
}
.some-form__header {
  margin-bottom: 41px;
  padding-top: 12px;
  font-size: 26px;
  line-height: 1;
  letter-spacing: -0.2px;
  text-align: center;
}
.some-form__line {
  display: block;
  position: relative;
  margin-bottom: 15px;
}
.some-form__line-required input[type="text"],
.some-form__line-required input[type="tel"],
.some-form__line-required input[type="email"] {
  border: 2px solid #f45a57;
}
.some-form__line-required .some-form__hint {
  opacity: 1;
  z-index: auto;
}
.some-form__hint {
  z-index: -1;
  opacity: 0;
  position: absolute;
  top: 100%;
  left: 0;
  margin-top: -6px;
  padding: 0 12px;
  width: 100%;
  background: #f45a57;
  color: #fff;
  font-size: 12px;
  line-height: 1.333333;
  -webkit-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
}

.title {
  font-weight: bold;
}

.button {
  display: inline-block;
  padding: 14px 15px 16px;
  text-align: center;
  font-weight: 600;
  line-height: 1;
  background: #19b5ca;
  color: #fff;
  border: 2px solid #19b5ca;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -webkit-box-shadow: 0 20px 43px rgba(18,159,178,.35);
  -moz-box-shadow: 0 20px 43px rgba(18,159,178,.35);
  box-shadow: 0 20px 43px rgba(18,159,178,.35);
  -webkit-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
}
.button:hover {
  background: #0e9aad;
  border-color: #0e9aad;
}
.button_wide {
  width: 100%;
}
.button_submit {
  font-size: 19px;
}

@media (max-width: 1299px) {
  .some-form {
    width: 40%;
  }
}
@media (max-width: 991px) {
  .some-form {
    width: 50%;
  }
}
@media (max-width: 768px) {
  .some-form {
    width: 60%;
  }
}
@media (max-width: 520px) {
  .some-form {
    width: 80%;
  }
}



.radio {
  vertical-align: top;
  width: 17px;
  height: 17px;
  margin: 0 3px 0 0;
}
.radio + label {
  cursor: pointer;
}
.radio:not(checked) {
  position: absolute;
  opacity: 0;
}
.radio:not(checked) + label {
  position: relative;
  padding: 0 15px 0 28px;
}
.radio:not(checked) + label:before {
  content: '';
  position: absolute;
  top: -3px;
  left: 0;
  width: 22px;
  height: 22px;
  border: 1px solid #CDD1DA;
  border-radius: 50%;
  background: #FFF;
}
.radio:not(checked) + label:after {
  content: '';
  position: absolute;
  top: 1px;
  left: 4px;
  width: 15px;
  height: 15px;
  border-radius: 50%;
  background: #F5BF23;
  box-shadow: inset 0 1px 1px rgba(0,0,0,.5);
  opacity: 0;
  transition: all .2s;
}
.radio:checked + label:after {
  opacity: 1;
}
.radio:focus + label:before {
  box-shadow: 0 0 0 3px #F5BF23;
}

#succsess_message {
  display: none;
}