.widget-item-image img {
  margin-top: 30px;
}
.video {
  width: 100%;
}
.video-text {
  width: 100%;
  position: absolute;
  top: -15px;
  left: 50%;
  transform: translate(-50%);
  font-weight: 400;
  font-size: 24px;
}
.video-wrapper {
  position: absolute;
  width: 77%;
  max-width: 810px;
  height: 76%;
  max-height: 500px;
  top: 62px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 3;
  background-color: #000;
  display: flex;
  align-items: center;
}
.calculator {
  box-sizing: border-box;
  background-color: #11436B;
  padding:65px 0 195px 0;
}
.calculator * {
  box-sizing: border-box;
}
.site-width {
  width:90%;
  max-width:1160px;
  padding:0 10px;
  margin:0 auto;
  position:relative;
  }
.section-5 {
  overflow: visible;
  font-family: sans-serif;
}
.section-5 .site-width {
  display:flex;
  align-items:flex-start;
  justify-content: space-between;
}
  
.section-5 .col-left {
  width:40%;
}
  
.section-5 .col-right {
  width:42%;
  background:#fff;
  padding:40px 60px 30px 30px;
}
  
.section-5 .col-left .info-text {
  color:#fff;
  font-size:20px;
  margin:0 0 50px 0;
}
  
.section-5 .title {
  color:#fff;
  margin:0 0 50px 0;
  text-align:center;
  font-weight: 600;
  font-size: 32px;
  line-height: 136%;
}
  
  
.section-5 .col-left .item {
  font-size:20px;
  color:#fff;
  margin:0 0 30px 0;
}
  
.section-5 .col-left .item b {
  display:block;
  font-size:40px;
}
  
.section-5 .col-left .info {
  font-size:15px;
  color:#b4b4b4;
}
  
.section-5 .block {
  margin:0 0 55px 0;
  position:relative;
}
  
.section-5 .n {
  font-size:15px;
  color:#272727;;
  text-transform:uppercase;
  margin:0 0 8px 0;
  display: inline-flex;
  line-height:20px;
  position:relative;
  align-items:center;
}
  
.section-5 .n span {
  width:20px;
  height:20px;
  display:block;
  background:url(img/section5-pod.png) no-repeat right center;
  margin: 0 0 0 15px !important;
  flex-shrink:0;
  cursor:pointer;
}
  
.section-5 .n .hover {
  display:none;
  position:absolute;
  bottom:calc(100% + 10px);
  right:0;
  background:#fff;
  box-shadow: 0px 2px 11px rgba(23,23,23,.44);
  padding:10px;
  font-size: 14px;
  text-transform: initial;
  line-height: normal;
  width:250px;
  border-radius: 10px;
}
  
.section-5 .block .line {

}
  
.section-5 .range {
    -webkit-appearance: none;
    width: 100%;
    height: 5px;
    border-radius: 2px;
    background-color: #006cc9;
    outline: none;
    -webkit-transition: .2s;
    transition: opacity .2s;
}
  
.section-5 .range::-webkit-slider-thumb {
    -webkit-appearance: none;
    appearance: none;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background: #fff;
    cursor: pointer;
    border:1px #006cc9 solid;
}
  
.section-5 .range::-moz-range-thumb {
    width: 25px;
    height: 25px;
    border-radius: 50%;
    background: #4CAF50;
    cursor: pointer;
}
  
.section-5 .counter {
  border:0px;
  background:none;
  font-size:15px;
  color:#272727;
  position:absolute;
  bottom:-20px;
  left:0px;
  right:0px;
  width:100%;
  text-align:center;
}
  
.section-5 .number1 {
  position:absolute;
  bottom:-20px;
  left:0px;
  font-size:15px;
  color:#c2c2c2;
}
  
.section-5 .number2 {
  position:absolute;
  bottom:-20px;
  right:0px;
  font-size:15px;
  color:#c2c2c2;
}
  
.section-5 .total {
  font-size:15px;
  color:#5c31a7;
  text-transform:uppercase;
}
  
.section-5 .total span {
  display:block;
  font-size:35px;
  color:#272727;
  margin:5px 0 0 0;
}
.franshiza-company {
  background: #F7FCFF;
  padding: 68px 0;
}
@media (max-width: 1024px) {
  .widget-item-image img {
    margin-top: 20px;
  }
  .video-wrapper {
    max-width: 506px;
    top: 33px;
  }
  .video-text {
    font-size: 18px;
    top: -25px;
  }
  .section-5 .title {
    font-size:26px;
    }
    
    .section-5 .site-width {
    display:block;
    }
    
    .section-5 .col-left {
    width:100%;
    text-align:center;
    }
    
    .section-5 .col-left .info-text {
    font-size:18px;
    text-align:center;
    }
    
    .section-5 .col-left .item {
    font-size:18px;
    margin:0 0 20px 0;
    }
    
    .section-5 .col-right {
    width:100%;
    padding:30px 20px;
    margin:30px 0 0 0;
    }
    
    .section-5 .n {
    font-size:13px;
    line-height:normal;
    }
}
@media (max-width: 425px) {
  .widget-item-image img {
    margin-top: 10px;
  }
  .video-text {
    top: -30px;
  }
  .video-wrapper {
    max-width: 231px;
    top: 16px;
  }
}

/*overlay*/
.overlay {
  display: none;
  position: fixed;
  width: 100%;
  height: 100%;
  padding: 20px;
  z-index: 100;
  overflow: auto;
  left: 0; top: 0;
  box-sizing: border-box;
  background: rgba(0, 0, 0, 0.8);
}
.popup {
  top: -100px;
  display: none;
  opacity: 0;
  margin: 50px auto;
  position: relative;
  background: #ffffff;
  box-sizing: border-box;
}
.popup-app {
  padding: 40px 30px;
  max-width: 380px;
  box-sizing: border-box;
  border-radius: 20px;
}
.popup-video {
  max-width: 1140px;
}
.popup-video iframe {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0; top: 0;
}
.popup-video:after {
  content: '';
  display: block;
  padding-top: 60%;
}
.popup__close {
  position: absolute;
  width: 24px;
  height: 24px;
  right: 0;
  top: -34px;
  cursor: pointer;
}
.popup__close:after,
.popup__close:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 2px;
  background: #ffffff;
  top: 0; bottom: 0; left: 0; right: 0;
  margin: auto;
}
.popup__close:hover:after,
.popup__close:hover:before {
  background: #df5527;
}
.popup__close:after {
  transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
}
.popup__close:before {
  transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
}
.popup .form {
  max-width: 280px;
  margin: 30px auto 0;
}
.popup__title {
  text-align: center;
  display: block;
  font-size: 24px;
  line-height: 1.25;
  font-weight: 500;
  margin-bottom: 20px;
}
.popup input {
  width: 100%;
  line-height: 20px;
  border-radius: 2px;
  padding: 9px 13px;
  height: auto;
  background: #eff7fd;
  border: 1px solid #d3dbe5;
  margin-bottom: 20px;
}
.popup .button-wrapper {
  text-align: center;
}
.popup .form__btn {
  padding: 10px 18px 12px;
  color: #ffffff;
  background: #11436b;
  text-align: center;
  cursor: pointer;
  font-size: 16px;
  line-height: 20px;
  font-weight: 600;
  border-radius: 2px;
  display: inline-block;
  border: none;
  outline: none;
  font-family: arial;
}
/*end overlay*/

#popup__toggle{bottom:7%;right:1%;position:fixed;z-index:999;}
.img-circle{background-color:#11436B;box-sizing:content-box;-webkit-box-sizing:content-box;}
.circlephone{box-sizing:content-box;-webkit-box-sizing:content-box;border: 2px solid #11436B;width:150px;height:150px;bottom:-25px;right:10px;position:absolute;-webkit-border-radius:100%;-moz-border-radius: 100%;border-radius: 100%;opacity: .5;-webkit-animation: circle-anim 2.4s infinite ease-in-out !important;-moz-animation: circle-anim 2.4s infinite ease-in-out !important;-ms-animation: circle-anim 2.4s infinite ease-in-out !important;-o-animation: circle-anim 2.4s infinite ease-in-out !important;animation: circle-anim 2.4s infinite ease-in-out !important;-webkit-transition: all .5s;-moz-transition: all .5s;-o-transition: all .5s;transition: all 0.5s;}
.circle-fill{box-sizing:content-box;-webkit-box-sizing:content-box;background-color:#11436B;width:100px;height:100px;bottom:0px;right:35px;position:absolute;-webkit-border-radius: 100%;-moz-border-radius: 100%;border-radius: 100%;border: 2px solid transparent;-webkit-animation: circle-fill-anim 2.3s infinite ease-in-out;-moz-animation: circle-fill-anim 2.3s infinite ease-in-out;-ms-animation: circle-fill-anim 2.3s infinite ease-in-out;-o-animation: circle-fill-anim 2.3s infinite ease-in-out;animation: circle-fill-anim 2.3s infinite ease-in-out;-webkit-transition: all .5s;-moz-transition: all .5s;-o-transition: all .5s;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;-webkit-border-radius: 100%;-moz-border-radius: 100%;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(img/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;}}
 @-webkit-keyframes pulse {0% {-webkit-transform: scale(0.95);opacity: 1;}
  50% {-webkit-transform: scale(1);opacity: 1;}   
  100% {-webkit-transform: scale(0.95);opacity: 1;}}
@keyframes tossing {
  0% {transform: rotate(-8deg);}
  50% {transform: rotate(8deg);}
  100% {transform: rotate(-8deg);}}
@-webkit-keyframes tossing {
  0% {-webkit-transform: rotate(-8deg);}
  50% {-webkit-transform: rotate(8deg);}
  100% {-webkit-transform: rotate(-8deg);}}
@-moz-keyframes circle-anim {
  0% {-moz-transform: rotate(0deg) scale(0.5) skew(1deg);opacity: .1;-moz-opacity: .1;-webkit-opacity: .1;-o-opacity: .1;}
  30% {-moz-transform: rotate(0deg) scale(0.7) skew(1deg);opacity: .5;-moz-opacity: .5;-webkit-opacity: .5;-o-opacity: .5;}
  100% {-moz-transform: rotate(0deg) scale(1) skew(1deg);opacity: .6;-moz-opacity: .6;-webkit-opacity: .6;-o-opacity: .1;}}
@-webkit-keyframes circle-anim {
  0% {-webkit-transform: rotate(0deg) scale(0.5) skew(1deg);-webkit-opacity: .1;}
  30% {-webkit-transform: rotate(0deg) scale(0.7) skew(1deg);-webkit-opacity: .5;}
  100% {-webkit-transform: rotate(0deg) scale(1) skew(1deg);-webkit-opacity: .1;}}
@-o-keyframes circle-anim {
  0% {-o-transform: rotate(0deg) kscale(0.5) skew(1deg);-o-opacity: .1;}
  30% {-o-transform: rotate(0deg) scale(0.7) skew(1deg);-o-opacity: .5;}
  100% {-o-transform: rotate(0deg) scale(1) skew(1deg);-o-opacity: .1;}}
@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;}}
@-moz-keyframes circle-fill-anim {
  0% {-moz-transform: rotate(0deg) scale(0.7) skew(1deg);opacity: .2;}
  50% {-moz-transform: rotate(0deg) -moz-scale(1) skew(1deg);opacity: .2;}
  100% {-moz-transform: rotate(0deg) scale(0.7) skew(1deg);opacity: .2;}}
@-webkit-keyframes circle-fill-anim {
  0% {-webkit-transform: rotate(0deg) scale(0.7) skew(1deg);opacity: .2;  }
  50% {-webkit-transform: rotate(0deg) scale(1) skew(1deg);opacity: .2;  }
  100% {-webkit-transform: rotate(0deg) scale(0.7) skew(1deg);opacity: .2;}}
@-o-keyframes circle-fill-anim {
  0% {-o-transform: rotate(0deg) scale(0.7) skew(1deg);opacity: .2;}
  50% {-o-transform: rotate(0deg) scale(1) skew(1deg);opacity: .2;}
  100% {-o-transform: rotate(0deg) scale(0.7) skew(1deg);opacity: .2;}}
@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;}}