@font-face {
	font-family: 'Futura';
	src: url('../fonts/futurabookc.woff2') format('woff2'),
	url('../fonts/futurabookc.woff') format('woff');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'FuturaD';
	src: url('../fonts/futurademic.woff2') format('woff2'),
	url('../fonts/futurademic.woff') format('woff');
	font-weight: bold;
	font-style: normal;
}
@font-face {
  font-family: 'rouble';
  src: url('../fonts/rouble-webfont.eot');
  src: url('../fonts/rouble-webfont.eot?#iefix') format('embedded-opentype'),
       url('../fonts/rouble-webfont.woff') format('woff'),
       url('../fonst/rouble-webfont.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}
/*Main styles*/
body {
	font-family: "Futura", "sans-serif";
  font-size: 17px;
}

img.img-fluid.logo {
    height: 49px;
}
.row.mb-5.prim {
    width: 51%;
    float: left;
}
h1 {
  font-size: 2rem;
}
h2 {
  font-size: 1.525rem;
}



h1,h2 {
  letter-spacing: 5px;
}
.block {
    padding-top: 3rem;
    padding-bottom: 3rem;
}
.blik {
      position: relative;
      overflow: hidden;
}
.blik:not(:disabled):before {
    -webkit-animation: blik 3s infinite linear;
    animation: blik 3s infinite linear;
}
.blik:before {
    content: "";
    opacity: 0;
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 20%;
    -webkit-transform: skewX(-6deg);
    -ms-transform: skewX(-6deg);
    transform: skewX(-6deg);
    -webkit-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
    background: -o-linear-gradient(left, transparent 0%, rgba(255, 255, 255, 0.7) 55%, transparent 100%);
    background: -webkit-gradient(linear, left top, right top, from(transparent), color-stop(55%, rgba(255, 255, 255, 0.7)), to(transparent));
    background: linear-gradient(to right, transparent 0%, rgba(255, 255, 255, 0.7) 55%, transparent 100%);
}
@-webkit-keyframes blik {
    0% {
        opacity: 0.4;
        left: 0%;
    }
    60% {
        opacity: 1;
    }
    100% {
        opacity: 0.2;
        left: 390%;
    }
}

@keyframes blik {
    0% {
        opacity: 0.4;
        left: 0%;
    }
    60% {
        opacity: 1;
    }
    100% {
        opacity: 0.2;
        left: 390%;
    }
}
.btn {
    border-radius: 10px !important;
    text-transform: uppercase;
    //letter-spacing: 1.8px;
    padding: 16px 24px;
    color: #1d1624;
}
.btn-warning {
  background-color: #467cb0!important;
  color: #1d1624!important;
}
.text-warning {
  color: #fff!important;
}
.bg-warning {
  background-color: #467cb0!important;
}
.btn-warning {
  background-color: #467cb0;
  color:#fff;
  border-color: #467cb0!important;
}
.btn-outline-light {
  color: #f8f9fa;
}
.border-warning {
  border-color: #467cb0!important;

}


.row.align-items-center.wert {
    width: 84%;
}
.border-left.border-warning {
  border-left: 2px solid #467cb0!important;
}
.font-bold{
  font-family: "FuturaD", "sans-serif";
  font-style: normal;
  font-weight: 500;
}
.dashed {
  border-bottom:1px dashed;
}
/*Top*/
header {
    color: #fff;
    
}
.header-contacts {
    display: inline-block;
    white-space: nowrap;
    position: relative;

}

.row.align-items-center.widht {

}


.header-contacts .working-hours {
    font-size: 16px;
    line-height: 1.6;
    //color: #ababac;
    margin-bottom: 5px;
}
.header-contacts .tel-number {
    font-size: 24px;
    line-height: 1;
    color: #fff;
    transition: .25s;
}
.header-contacts .tel-number:hover {
  text-decoration:none;color:#ffd43f
}


.brand_wrapper img {
    width: 60%;
}


header .h1 {
  font-size: 2rem;
}
header .header-body .btn {
  font-size: 16px;
    line-height: 1.25;
    padding: 21px 10px 19px;
}
header .header-btns .btn {
    width: 100%;
}
.header-banner-point {
    justify-content: center;
    align-items: center;
}
.header-banner-point .col-5 {
    white-space: nowrap;
    color: #467cb0;
    font-size: 21px;
    line-height: 1;
}

.header-banner-point .col-5 span {
    font-size: 27px;
}
.header-banner-point .col-7 {
    //font-size: 14px;
    line-height: 1.4;
    color: #fff;
    border-left: 1px solid #fff;
}
/*How we work*/
.how-work .item-icon {
    margin-bottom: 15px;
    height: 57px;
    line-height: 57px;
    position: relative;
}
.how-work .item-icon img {
    vertical-align: bottom;
}

.how-work .item:last-child .item-icon::after{display:none}
/*Real time*/
.real-time{padding-top:80px}
.real-time .rt-wrap{background-color:rgba(32,141,173,0.82);-webkit-border-radius:10px;-moz-border-radius:10px;border-radius:10px;display:-webkit-flex;display:-moz-flex;display:-ms-flex;display:-o-flex;display:flex}
.real-time .rt-left{width:62%;padding:45px 70px 70px;background-image: repeating-linear-gradient(135deg,rgba(68, 150, 169, 0.67),rgba(79, 143, 197, 0.67) 10px,transparent 10px,transparent 20px);-webkit-border-radius:10px 0 0 10px;-moz-border-radius:10px 0 0 10px;border-radius:10px 0 0 10px}
.real-time .rt-clock{margin-bottom:35px;display:-webkit-flex;display:-moz-flex;display:-ms-flex;display:-o-flex;display:flex;-ms-align-items:center;align-items:center;justify-content:center}
.real-time .rtc-icon{margin-right:30px;flex-shrink:0}
.real-time .rtc-text{font-size:18px}
.real-time .rtc-time{font-size:44px;line-height:1;;width:170px;margin-left:auto;margin-right:auto}
.real-time .rt-minutes{background-color:#fff;-webkit-border-radius:10px;-moz-border-radius:10px;border-radius:10px;box-shadow:0 19px 32px 0 rgba(204,211,216,.75);padding:15px;text-align:center}
.real-time .rt-minutes .rt-text{font-size:24px}
.real-time .rt-minutes .rt-note{font-size:15px;color:#000}
.real-time .rt-right{width:38%;padding:45px 70px 70px}
.master-card{display:-webkit-flex;display:-moz-flex;display:-ms-flex;display:-o-flex;display:flex;-ms-align-items:flex-start;align-items:flex-start}
.master-card .master-photo{overflow:hidden;-webkit-border-radius:12px;-moz-border-radius:12px;border-radius:12px;margin-right:20px;width:75px;flex-shrink:0}
.master-card .master-photo img{max-width:100%;height:auto}
.master-card .master-descr{flex-grow:1}
.master-card .master-name{font-size:15px}
.master-card .master-descr{font-size:15px}

/*Price*/
#price table tr td:last-child {
  font-family: "FuturaD", "sans-serif";
  text-align:right;
}
.price-button {
  display:-webkit-flex;display:-moz-flex;display:-ms-flex;display:-o-flex;display:flex;-ms-align-items:flex-start;align-items:flex-start
}
.price-button button {
  margin-right:20px;flex-shrink:0
}
/*Mastera*/
.mastera {
  background-image: repeating-linear-gradient(135deg,rgba(239, 239, 239, 0.79),rgba(232, 232, 232, 0.68) 10px,transparent 10px,transparent 20px);
}
.mastera img {
  height:45px;
}
.mastera .mastera-desc span {
display: block;
font-family: "FuturaD", "sans-serif";
color:#fff;
}
/*Calculator*/
.quick-count {
  padding-top: 100px;
}

.quick-count .title {
  margin-bottom: 10px;
}

.quick-count .sub-title {
  font-size: 20px;
  margin-bottom: 55px;
}

.sde {
    margin-top: -47px;
    margin-bottom: 13px;
    font-size: 1.3rem;
    font-family: "FuturaD", "sans-serif";
    font-style: normal;
    font-weight: 500;
}
.quick-count .calculator-wrap {
  z-index:50;
      position: relative;
  background-color:#2a9abb;
  -webkit-border-radius: 10px 10px 0 0;
  -moz-border-radius: 10px 10px 0 0;
  border-radius: 10px 10px 0 0;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
}

.quick-count .calculator-left {
  width: 24%;
  background-image: repeating-linear-gradient(135deg,rgba(68, 150, 169, 0.67),rgba(79, 143, 197, 0.67) 10px,transparent 10px,transparent 20px);
  -webkit-border-radius: 10px 0 0 0px;
  -moz-border-radius: 10px 0 0 0px;
  border-radius: 10px 0 0 0px;
  border-right: 1px solid #ebedef;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  justify-content: center;
  padding: 40px;
}

.quick-count .calculator-left img {
  max-width: 100%;
}

.quick-count .calculator-middle {
  width: 44%;
  padding: 40px;
}

.quick-count .calculator-right {
  width: 32%;
  padding: 35px 40px;
  padding-left: 0;
}

.quick-count .calculator-middle .calculator-title {
  font-family: "FuturaD", "sans-serif";
  font-size: 36px;
  line-height: .9;
  padding-bottom: 20px;
  border-bottom: 1px solid #dfe3e5;
}

.quick-count .calculator-middle .select-wrap {
  margin-top: 25px;
}

.quick-count .calculator-middle .select-wrap label {
  display: block;

  margin-bottom: 2px;
}

.quick-count .calculator-middle .select-wrap select {
  width: 100%;
  display: block;
  font-size: 16px;

  color: #010101;
  border: 1px solid #d9e0e2;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  padding: 20px;
}


.quick-count .calculator-right .cr-inner {
  background-color: #e7eaf0;
  border: 1px solid #c3cde2;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  text-align: center;
  padding: 25px 30px;
}

.quick-count .calculator-right .cr-title {
  font-family: "FuturaD", "sans-serif";
  font-size: 25px;
  line-height: 1;
  margin-bottom: 35px;
}

.quick-count .calculator-right .cr-price {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-align-items: baseline;
  align-items: baseline;
  justify-content: center;
}

.quick-count .calculator-right .crp-icon {
  position: relative;
  top: -15px;
}
 .quick-count .calculator-right #calc_price {
  font-family: "FuturaD", "sans-serif";
  font-size: 44px;
  line-height: 1;
  color: #202c39;
  margin: 0 10px 0px 5px;
}
.quick-count .calculator-right .crp-price {
  
  
  
}

.quick-count .calculator-right .crp-currency {
  font-size: 30px;
  line-height: 1;
  color: #202c39;
  font-family:'rouble';
  font-weight: normal;
    font-style: normal;
}

.quick-count .calculator-right .cr-info {
  color: #404f9c;
  font-size: 14px;
  line-height: 1.2;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  justify-content: center;
  margin-bottom: 10px;
}

.quick-count .calculator-right .cri-icon {
  margin-right: 10px;
}

.quick-count .calculator-right .cr-note {
  font-size: 14px;
  color: #7f8186;
  margin-bottom: 2rem;
}
.fixed {
    display: none;
    padding: 20px;
    top: 50%;
    position: fixed;
    right: 0;
    z-index: 102;
    background: #fff;
    border-radius: 10px 0 0 10px;
    -webkit-box-shadow: 0 0 55px -10px rgba(161,152,161,1);
    -moz-box-shadow: 0 0 55px -10px rgba(161,152,161,1);
    box-shadow: 0 0 55px -10px #467cb0;
}
.fixed .popup-close {
  cursor:pointer;
    position: absolute;
    top: 10px;
    right: 10px;
    width: 14px;
    height: 13px;
}
.fixed .popup-close img {
    width: 100%;
    vertical-align: top;
}
.fixed .form_header {
    color: #2b282d;
    font-size: 20px;
    font-family: "FuturaD", "sans-serif";
}
.fixed .ps {
    margin: 0 0 10px;
    text-align: left;
    color: #000;
}
.popuptime {
    background-color: #e0e0e0;
        border-radius: 10px ;
    float: left;
    padding: 8px 10px 2px;
    margin-right: 5px;
}
.popuptime .font30 {
    line-height: 28px;
}
.brand {
    margin-bottom: 23px;
}
.brand_wrapper {
    border: 1px solid #ebeff0;
    height: 110px;
    border-radius: 10px;
    text-align: center;
    position: relative;
    transition: all .5s ease 0s;
    top: 0;
}
.helper {
    display: inline-block;
    height: 100%;
    vertical-align: middle;
}
.brand_wrapper:hover {
    top: -7px;
}
.border-primary {
border-color:rgba(32,141,173,0.82) !important;
}










@media (max-width: 576px) {
  .how-work .item-icon::after{display:none}
  .btn {
    width:100%;
  }
}
@media (max-width: 767px) {
.quick-count .calculator-wrap {
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -o-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .quick-count .calculator-middle {
    width: 100% !important;
    padding: 20px 15px;
  }
  .quick-count .calculator-middle .calculator-title {
    font-size: 28px;
    padding-bottom: 10px;
  }

  .quick-count .calculator-middle .select-wrap {
    margin-top: 15px;
  }
  .quick-count .calculator-right {
    width: 100% !important;
    padding: 20px 15px;
  }

  .quick-count .calculator-right .cr-inner {
    padding: 15px;
  }

  .quick-count .calculator-right .cr-title {
    font-size: 22px;
    margin-bottom: 20px;
  }

  .quick-count .calculator-right .cr-note {
    margin-bottom: 20px;
  }

  .how-work .item {
    flex-basis: 100% !important;
    margin-bottom: 30px!important;
}
 .real-time .rt-wrap {
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -o-flex-wrap: wrap;
    flex-wrap: wrap;
}
.real-time .rt-left {
    -webkit-border-radius: 10px 10px 0 0;
    -moz-border-radius: 10px 10px 0 0;
    border-radius: 10px 10px 0 0;
}
.real-time .rt-left, .real-time .rt-right {
    width: 100%!important;
    padding: 20px 15px!important;
}
.real-time .rt-clock {
    margin-bottom: 20px;
}
.real-time .rtc-icon {
    display: none;
}


}
@media (max-width: 991px) {
 .quick-count {
  padding-top: 0px;
  }
.quick-count .calculator-left {
    display: none;
  }

  .quick-count .calculator-middle {
    width: 58%;
  }

  .quick-count .calculator-right {
    width: 42%;
  }
  .how-work .item {
    flex-basis: 33%;
    flex-grow: 0;
    margin-bottom: 20px;
}
 .real-time .rt-left {
    width: 54%;
}
.real-time .rt-left, .real-time .rt-right {
    padding: 30px 20px;
} 
}
@media (max-width: 1199px) {
  .real-time .rt-left, .real-time .rt-right {
    padding-left: 35px;
    padding-right: 35px;
}
.real-time .rt-minutes .rt-text {
    line-height: 1.2;
}
.real-time .rt-right {
    width: 46%;
}
}
@media (min-width: 768px) {
  .fixed {
    display: block;
  }
}















.bg {
	//background-image: radial-gradient(circle at 0 0,transparent,rgba(0,0,0,.73)),radial-gradient(circle farthest-side at 90% 25%,#7d0075 15%,rgba(147,0,150,0)),radial-gradient(closest-corner at 25% 70%,rgba(3,166,180,.84),rgba(0,0,0,.2)),linear-gradient(60deg,#000416 30%,#0000a8 60%,#000416 80%) !important;
color: #fff;
    //background: url(../img/bg.jpg) 70% 0 no-repeat #25669b;
    background: url(https://resolution123.com.au/wp-content/uploads/2017/07/faqs-banner.jpg) 70% 0 no-repeat #4c4c4c;
    background-blend-mode: overlay;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-repeat: no-repeat;
    background-position: bottom;
}


.overlay {
  background: rgba(0,0,0,.7)
}



.lead {
	line-height: 1.1;
    font-size: 1.55rem;
}
.call {
	font-size: 1.7rem;

	font-weight: bold;
	letter-spacing: .5px;
}
.call span {
	display: block;
	opacity: 0.5;
	font-size: 1.25rem;
	font-weight: normal;
	margin-bottom: 10px;

}



.modal-content {
    background-color: transparent;
    border: none;
}
.modal-title {
    line-height: 1.1;
}

.mastera .h1 {
  font-size: 1.525rem;
}


















@media (min-width: 768px) {
  .quick-count .calculator-middle {
    width: 45%;
  }

  .quick-count .calculator-right {
    width: 55%;
  }
    .how-work .item-icon::after {
    content: "";
    position: absolute;
    left: 100%;
    top: 50%;
    width: 54px;
    height: 27px;
    background-repeat: no-repeat;
    background-image: url(../img/arrow-part-1.svg),url(../img/arrow-part-2.svg),url(../img/arrow-part-3.svg);
    background-position: 0 50%,50% 50%,100% 50%;
    margin-top: -13px;
    margin-left: -12px;
}
  h1 {
    font-size: 2.5rem;
  }
  h2 {
    font-size: 2rem;
  }
  .mastera .h1 {
  font-size: 2.5rem;
}
  header, .mastera {
      background-position: center !important;
    }
  header {
    height:100vh;
  }

  #clients {
    margin-top:7.25rem!important;
  }

  .modal-body {
    padding: 2rem 3rem;
}
}
@media (min-width: 992px) {

  .block {
    padding-top: 4rem;
    padding-bottom: 4rem;
}
header .h1 {
  font-size: 2.5rem;
}
.navbar-nav {
  font-size: 1rem;
}
}

@media (min-width: 992px)  and (max-width: 1199px) {
.brand_wrapper {
    border: none;
    height: auto;
    border-radius: 0px;
    text-align: left;
    position: relative;
    transition: all .5s ease 0s;
    top: 0;
}
}

@media (min-width: 1200px) {
.navbar-nav {
 
}
  .block {
    padding-top: 6rem;
    padding-bottom: 6rem;
}
}
@media (min-width: 1300px) {
  .container {
    max-width: 1260px !important;
}
  header .h1 {
  font-size: 2.725rem;
}
}

@media (min-width: 1500px){
  header .h1 {
  font-size: 4.2rem;
}
  .container {
    max-width: 85% !important;
}

}



/* Style the buttons that are used to open and close the accordion panel */
.accordion {
   background-color: #fff;
    color: #444;
    cursor: pointer;
    padding: 6px 24px;
    border: none;
    text-align: left;
    outline: none;
    margin-top: 8px;
    width: 37%;
    font-size: 15px;
    transition: 0.4s;
    border-radius: 6px;
    font-family: "FuturaD", "sans-serif";
    font-style: normal;
    font-weight: 500;
    box-shadow: 0 0 2px rgb(0 0 0 / 50%);
}
.btn-warning:hover {
    background-color: #fefeff !important;
}
.active, .accordion:hover {
   background-color: #467cb0;
    color: #fff;
    border: none;
}

button:focus {
    outline: none !important;
}

.panel {
    padding: 0 18px;
    background-color: white;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.2s ease-out;
}


button.btn.btn-sm.btn-warning.font-bold {
    box-shadow: 0 0 5px rgb(0 0 0 / 50%);
}

span.big_q {
    float: left;
}

span.big_q li {
    
    list-style-type: square;
}

span.big_q.one li {
    margin-right: -32px;
}
span.big_q.two li {
    margin-right: -6px;
}
