/*   Developed in may 2024 | Programming by newweb.kz aka Cheech   */

BODY{
    background-color: #f0f0f0;
    padding:0;
    margin:0;
}
HTML{
    padding:0;
    margin:0;
    color:#000;
    font-family:'GilroyRegular', Tahoma, Verdana, sans-serif;
}
.headerOfferContent p{
    padding-top: 50px;
}
#mobile_bar {
    display: none;
}
.footerCopy {
    text-align: center;
}
.footerCallBack {
    text-align: right;
}
.footerCopyYear {
    color: #e28537;
    font-size: 20px;
    margin-top: 20px;
    position: relative;
    font-family: 'MagistralMedium', Tahoma, Verdana, sans-serif;
}
.footerCopyright {
    color: #fff;
    font-size: 10px;
    padding-top: 10px;
    text-transform: uppercase;
}
.footerCopyYear:before {
    left: 0;
}
.footerCopyYear:after {
    right: 0;
}
.footerCopyYear:after, .footerCopyYear:before {
    background-color: #3c93d8;
    color: #3c93d8;
    content: "";
    height: 1px;
    position: absolute;
    top: 15px;
    width: 560px;
}
.footerBtn{
    background-image: url(../images/footerBtn.png);
    color: #fff;
    font-size: 16px;
    font-family: 'MagistralMedium', Tahoma, Verdana, sans-serif;
    background-repeat: no-repeat;
    background-size: auto;
    display: inline-block;
    padding: 10px 55px 18px 40px;
    cursor: pointer;
    transition: ease .5s;
}
.footerBtn:hover{
    color:#e28537;
}
footer .logo {
    font-family: 'MagistralLight', Tahoma, Verdana, sans-serif;
    font-size: 46px;
    line-height: 0.9;
    color: #8ab0f3;
}
.footerTop{
    display: flex;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    flex-flow: row wrap;
    justify-content: space-between;
    align-items: center;
}
footer .logo > span {
    font-family: 'MagistralBold', Tahoma, Verdana, sans-serif;
    font-size: 65px;
    color: #8ab0f3;
    margin-right: -10px;
    letter-spacing: -6px;
    margin-right: 5px;
}
.footerTopLeft{
    color:#fff;
    max-width: 360px;
}
.footerLeft {
    max-width: 350px;
    font-size: 18px;
    color: #fff;
}
.footerCallBack{
    color: #fff;
}
.footerCallBack p{
    font-size: 24px;
}
.footerPhone a span {
    font-size: 24px;
}
.footerPhone a {
    text-decoration: none;
    color: #33a7e1;
    font-size: 38px;
    font-family: 'MagistralBold', Tahoma, Verdana, sans-serif;
    transition: ease .5s;
    line-height: 1;
}
.footerPhone i {
    color: #33a7e1;
    font-size: 28px;
}
.footerPhone a:hover {
    color: #e28537;
}
footer{
    min-height: 320px;
    background: rgb(23,54,126);
    background: linear-gradient(90deg, rgba(23,54,126,1) 0%, rgba(49,96,181,1) 100%);
    padding-top: 80px;
}
.stepText1 h3, .stepText h3 {
    margin-bottom: 10px;
    font-family: 'GilroyMedium', Tahoma, Verdana, sans-serif;
    font-size: 23px;
}
.wrapH2{
    padding: 50px 0;
}
.workwithLogo {
    display: flex;
    display: -webkit-flex;
    justify-content: center;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
}
.workwithLogo li:hover{
    background-color: #ececec;
}
.workwithLogo li img {
    max-width: 100%;
    height: auto;
    vertical-align: middle;
}
.steps {
    display: flex;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    flex-flow: row wrap;
    justify-content: space-between;
    margin-bottom: 50px;
}
.step1 {
    display: flex;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    flex-flow: row wrap;
}
.step {
    display: flex;
    justify-content: space-between;
    min-height: 120px;
}
.workwithLogo li {
    flex: 0 0 16.5%;
    -webkit-flex: 0 0 16.5%;
    border: 1px solid #eeeeee;
    margin-left: -1px;
    margin-top: -1px;
    text-align: center;
    height: 118px;
    line-height: 118px;
    padding: 0 10px;
    transition: all 0.3s linear;
    box-sizing: border-box;
    list-style: none;
}
.brandsWrap{
    background-color: #fff;
    padding-bottom: 50px;
    -webkit-box-shadow: 0px 0px 11px 0px rgba(0,0,0,0.3);
    -moz-box-shadow: 0px 0px 11px 0px rgba(0,0,0,0.3);
    box-shadow: 0px 0px 11px 0px rgba(0,0,0,0.3);
}
.wrapH2 h2 img{
    margin-right: 10px;
}
.wrapH2 h2 {
    font-size: 36px;
    color: #18366c;
    font-family: 'MagistralMedium', Tahoma, Verdana, sans-serif;
    text-transform: uppercase;
    line-height: 1;
    padding: 60px 0 30px 0;
}
.wrapH2{
    text-align: center;
}
.whatBtn:hover{
    color:#e28537;
}
.whatBtn{
    background-image: url('../images/whatBtn.png');
    background-position: center center;
    background-repeat: no-repeat;
    padding: 10px 60px 20px 40px;
    display: inline-block;
    color:#fff;
    font-family:'MagistralMedium', Tahoma, Verdana, sans-serif;
    font-size: 16px;
    cursor: pointer;
    transition: ease .5s;
}
.reviewsItemBottom {
    margin-top: 30px;
    display: flex;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    flex-flow: row wrap;
    align-items: flex-start;
}
.reviewsItemBottomText {
    padding-left: 20px;
    text-align: left;
}
.reviewsItemBottomText h4 {
    font-size: 24px;
    font-family: 'GilroyMedium', Tahoma, Verdana, sans-serif;
    text-transform: uppercase;
}
.reviews-item {
    display: flex;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    flex-flow: row wrap;
    align-items: center;
}
.reviewsText {
    max-width: 350px;
    margin-left: 20px;
    text-align: left;
}
.reviewsItemTop {
    display: flex;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    flex-flow: row wrap;
    align-items: flex-start;
    justify-content: space-between;
}
.reviews-name {
    text-transform: uppercase;
    font-family: 'GilroyMedium', Tahoma, Verdana, sans-serif;
    padding: 0 0 5px 30px;
    text-align: left;
}
.reviews-item-left-block {
    margin-left: 20px;
}
.reviewsAudioWrap {
    display: flex;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    flex-flow: row wrap;
    align-items: center;
    justify-content: space-between;
    padding: 30px;
    background-color: #fff;
    border-radius: 30px;
    box-shadow: 0 5px 30px 0 rgb(0 0 0 / 10%);
    margin-bottom: 50px;
    width: 100%;
}
.audioReviewTitle {
    color: #353535;
    font-size: 30px;
    text-transform: uppercase;
    font-family: 'GilroyMedium', Tahoma, Verdana, sans-serif;
    text-align: center;
    margin: 30px 0;
}
.reviewsTextWrap {
    display: flex;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    flex-flow: row wrap;
    align-items: flex-start;
    justify-content: space-around;
    padding: 50px 0 0 0;
}
.reviewsItem {
    max-width: 40%;
    padding: 30px;
    background-color: #fff;
    border-radius: 30px;
    box-shadow: 0 5px 30px 0 rgb(0 0 0 / 10%);
}
.whatWrap{
    text-align: center;
}
.whatWrap h2 {
    font-size: 36px;
    color: #18366c;
    font-family: 'MagistralMedium', Tahoma, Verdana, sans-serif;
    text-transform: uppercase;
    line-height: 1;
    padding: 60px 0 30px 0;
}
.whatBtnWrap{
    text-align: center;
    padding-bottom: 50px;
}
.whatWrap img{
    border-radius: 50%;
    margin-right: 10px;
}
.about > p{
    margin-bottom: 20px;
}
.about{
    text-align: left;
    max-width: 75%;
}
.aboutAlert img{
    margin-right: 20px;
}
.aboutAlert{
    display: flex;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    flex-flow: row wrap;
    align-items: center; 
    font-size: 24px;
    font-family:'MagistralMedium', Tahoma, Verdana, sans-serif;
}
.aboutWrap{
    margin-top:50px;
    display: flex;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    flex-flow: row wrap;
    justify-content: space-between;
    align-items: center;    
    padding-bottom: 50px;
}
.aboutSection h2{
    font-size: 36px;
    color:#18366c;
    font-family:'MagistralMedium', Tahoma, Verdana, sans-serif;
    text-transform: uppercase;
    line-height: 1;
    padding-top: 100px;
}
.aboutSection{
    background-image: url('../images/aboutBg.jpg');
    background-position: top center;
    background-repeat: no-repeat;
    text-align: center;
    background-color: #dcdcdc;
}
.whyBtn{
    background-image: url('../images/whyBtn.png');
    color:#fff;
    font-size: 16px;
    font-family:'MagistralMedium', Tahoma, Verdana, sans-serif;
    background-repeat: no-repeat;
    background-size:contain;
    display: inline-block;
    padding:10px 55px 18px 40px;
    cursor: pointer;
    transition: ease .5s;
    margin-bottom: 50px;
    margin-top:10px;
    outline: none;
    border:0;
}
.mailform .whyBtn{
    background-image: url('../images/whyBtn.png');
    color:#fff;
    font-size: 16px;
    font-family:'MagistralMedium', Tahoma, Verdana, sans-serif;
    background-repeat: no-repeat;
    background-size:contain;
    display: inline-block;
    padding:10px 55px 18px 40px;
    cursor: pointer;
    transition: ease .5s;
    margin-bottom: 0;
    margin-top:10px;
    outline: none;
    border:0;
}
.whyBtn:hover{
    color:#1b3e81;
}
.whyItem p{
    color:#fff;
    line-height: 1;
    font-size: 27px;
    max-width: 350px;
}
.whyItem p span{
    font-family:'GilroyBold', Tahoma, Verdana, sans-serif;
}
.whyLeft{
    display: flex;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    flex-flow: row wrap;
    justify-content: flex-end;
    max-width: 430px;
}
.whyLeft img {
    margin-left: 20px;
}
.whyRight {
    display: flex;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    flex-flow: row wrap;
    max-width: 430px;
}
.whyLeft p{
    text-align: right;
}
.whyItem{
    display: flex;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    flex-flow: row wrap;
    align-items: center;
    text-align: left;
    margin-bottom: 45px;
    margin-top:45px;
}
.whyRight img{
    margin-right: 20px;
}
.whyWrap{
    padding-top: 30px;
    display: flex;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    flex-flow: row wrap;
    align-items: center;
    justify-content: space-between;
}
.whySection h2{
    font-size: 36px;
    color:#cbdeff;
    font-family:'MagistralMedium', Tahoma, Verdana, sans-serif;
    text-transform: uppercase;
    line-height: 1;
    padding-top: 60px;
}
.whySection{
    background-color: #0160ba;
    min-height: 600px;
    text-align: center;
}
.headerOfferContent ul li{
color: #ffffff;
    list-style: none;
}
.headerOfferContent ul li img{
    margin-right: 5px;
}
.headerOfferContent ul{
    font-size: 24px;
    margin-top: 20px;
}
.headerOfferContentSpan{
    color: #333333;
    font-size: 64px;
    font-family:'MagistralBook', Tahoma, Verdana, sans-serif;
}
.headerOfferContentSpan2{
    color: #333333;
    font-family:'MagistralLight', Tahoma, Verdana, sans-serif;
    font-size: 56px;
}
.headerOfferContent h1{
    padding-top: 20px;
    color: #ffffff;
    font-family:'MagistralMedium', Tahoma, Verdana, sans-serif;
    font-size: 64px;
    line-height: 0.9;
}
.headerOfferWorker{
    position: absolute;
    right:0;
    bottom:45px;
}
.headerOffer{
    position: relative;
    min-height: 640px;
}
.headerOfferWrap{
    background-image: url('../images/headerOfferBg.jpg');
    background-repeat: no-repeat;
    background-position: center top;
}
.headerBtn{
    background-image: url('../images/headerBtn.jpg');
    color:#fff;
    font-size: 16px;
    font-family:'MagistralMedium', Tahoma, Verdana, sans-serif;
    background-repeat: no-repeat;
    background-size: auto;
    display: inline-block;
    padding:10px 55px 18px 40px;
    cursor: pointer;
    transition: ease .5s;
}
.headerBtn:hover{
    color:#1b3e81;
}
.headerPhone a span{
    font-size: 24px;
}
.headerPhone a{
    text-decoration: none;
    color:#1b3e81;
    font-size: 38px;
    font-family:'MagistralBold', Tahoma, Verdana, sans-serif;
    transition: ease .5s;
    line-height: 1;
}
.headerPhone a:hover{
    color:#e28537;
}
.headerPhone i{
    color:#33a7e1;
    font-size: 28px;
}
.headerCallBack > p{
    color:#666666;
    font-size: 24px;
}
.headerCallBack{
    text-align: right;
}
.logo > span{
    font-family:'MagistralBold', Tahoma, Verdana, sans-serif;
    font-size: 65px;
    color:#33a7e0;
    margin-right: -10px;
    letter-spacing: -6px;
    margin-right: 5px;
}
.logo{
    font-family:'MagistralLight', Tahoma, Verdana, sans-serif;
    font-size: 46px;
    line-height: 0.9;
    color:#18366c;
}
.logo > p{
    font-size: 18px;
    font-family:'GilroyRegular', Tahoma, Verdana, sans-serif;
}
.logoWrap img{
    margin-right: 10px;
}
.logoWrap{
    display: flex;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    flex-flow: row wrap;
    align-items: center;
    margin-right: 100px;
}
header{
    background-color: #fff;
    padding: 10px 0;
}
.header{
    display: flex;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    flex-flow: row wrap;
    align-items: center;
    justify-content: space-between;
}
.header > p{
    text-align: center;
    font-size: 18px;
}
/* Fonts */
@font-face {font-family:'GilroyBold'; src: url('../fonts/GilroyBold.ttf');}
@font-face {font-family:'GilroyMedium'; src: url('../fonts/GilroyMedium.ttf');}
@font-face {font-family:'GilroyRegular'; src: url('../fonts/GilroyRegular.ttf');}
@font-face {font-family:'MagistralBold'; src: url('../fonts/MagistralBold.ttf');}
@font-face {font-family:'MagistralBook'; src: url('../fonts/MagistralBook.ttf');}
@font-face {font-family:'MagistralLight'; src: url('../fonts/MagistralLight.ttf');}
@font-face {font-family:'MagistralMedium'; src: url('../fonts/MagistralMedium.ttf');}
::-webkit-scrollbar {
    width: 8px;
}
::-webkit-scrollbar-track {
    box-shadow: inset 0 0 5px #183f88;
    border-radius: 10px;
}
::-webkit-scrollbar-thumb {
    background: #183f88;
    border-radius: 10px;
}
*::selection {
    background: #183f88;
    color:#fff;
}
p, h1, h2, h3, h4, ul, figure{
    padding:0;
    margin: 0;
    font-weight: normal;
}
*{
    box-sizing: border-box;
}
.container{
    max-width: 1350px;
    margin:0 auto;
    padding: 0 15px;
}


/* Whats App */
@keyframes pulse {
    0% {
        transform: scale(0.5);
        opacity: 0;
    }

    50% {
        opacity: 0.8;
    }

    100% {
        transform: scale(0.8);
        opacity: 0;
    }
}

#whatsAppFixed a:hover {
    transform: rotate(30deg);
}

#whatsAppFixed a {
    transition: ease 1s;
    display: block;
    position: absolute;
    z-index: 1;
    top: 3px;
    left: -1px;
}

#whatsAppFixed::after {
    animation-delay: .5s;
}

#whatsAppFixed::before,
#whatsAppFixed::after {
    content: '';
    position: absolute;
    border: 10px solid #69d74d;
    left: -20px;
    right: -20px;
    top: -20px;
    bottom: -20px;
    border-radius: 100px;
    animation: pulse 1.8s linear infinite;
    z-index: 0;
}

#whatsAppFixed img {
    width: 70px;
    height: 70px;
}

#whatsAppFixed a {
    transition: ease 1s;
    display: block;
    position: absolute;
    z-index: 1;
    top: 3px;
    left: -1px;
}

#whatsAppFixed::before,
#whatsAppFixed::after {
    content: '';
    position: absolute;
    border: 10px solid #69d74d;
    left: -20px;
    right: -20px;
    top: -20px;
    bottom: -20px;
    border-radius: 100px;
    animation: pulse 1.8s linear infinite;
    z-index: 0;
}

#whatsAppFixed {
    position: fixed;
    bottom: 200px;
    right: 50px;
    width: 70px;
    height: 70px;
}



.form-text {
    text-align: center;
    display: inline-block;
    width: 100%;
    padding-bottom: 10px;
    color: #055ea5;
    font-size: 30px;
    font-family:'MagistralMedium', Tahoma, Verdana, sans-serif;
}
.form-text-anons {
    color: #6e6e6e;
    padding-bottom: 10px;
    text-align: center;
}
.inputCall {
    padding: 10px 20px;
    border-radius: 5px;
    border: 1px solid #6e6e6e;
    outline: none;
    font-size: 12px;
    min-width: 278px;
}
.loginFieldset {
    border: 0;
}
.mailform .headBtn{
    text-align: center;
    border: 0;
    margin-top: 20px;
    display: inline-block;
    margin-right: 0;
}
.formControl{
    text-align: center;
}
button{
    background-color: transparent;
}
.footerBtn {
  display: inline-flex;
  align-items: center;
  padding: 12px 20px;
}

.phone-link {
  text-decoration: none;
  color: inherit;
  font-weight: bold;
  margin-left: 5px;
}

.phone-link:hover {
  text-decoration: underline;
}