/*--default--*/

*{
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}

body {
    background: url(/img/mosaic.jpg);
    font-family: 'Roboto', sans-serif;
    color: #5f6368;
    font-size: 16px;
    font-weight: 300;
}

main{
   padding-top: 80px;
}

h1 span{
    font-weight: 400;
}

.header__wrap, .main__wrap, 
.footer__wrap, #accordeon{
    max-width: 480px;
    margin: 0 auto;
    padding: 0 5px;
}

/*--header--*/

header {
    background: #7e7e7e;
    box-shadow: 0px 0px 14px #333333;
    position: fixed;
    width: 100%;
    max-width: 100%;
    z-index: 2;
}

.header__wrap {
    display: flex;
    justify-content: space-between;
    padding: 10px 0px 10px 5px;
    align-items: center;
}

.hdr__container3 {
    width: 35%;
    display: flex;
    justify-content: center;
}

.hdr__container1 a {
    text-decoration: none;
}

.hdr__container1 p {
    color: #ffd334;
    font-size: 22px;
}

.hdr__container1 i {
    color: #ffffff;
    font-size: 14px;
    font-style: inherit;
}

.hdr__container1 p span{
   color: #FFF;    
}

.hdr__container2 p{
    color: #FFF;
    font-size: 12px;
}

.hdr__container3 button{
    padding: 10px 12px;
    border-radius: 5px;
    background: #ffd334;
    color: #785607;
    border: 1px solid #dddddd;
    font-size: 13px;
    cursor: pointer;
}

.hdr__container3 button{
    -webkit-animation: blink5 2s linear infinite;
    animation: blink5 2s linear infinite;
    text-decoration: none;
}

.hdr__container3 button:hover{
    box-shadow: 0px 0px 5px #ffd334;
    color: #636363;
    background: #ececec;
}

@-webkit-keyframes blink5{
  0% { color: #503e01; }
  50% { color: #807333; }
  100% { color: #ffffff; }
}
@keyframes blink5{
  0% { color: #503e01; }
  50% { color: #807333; }
  100% { color: #ffffff; }
}

.offer__bttn button:hover{
    box-shadow: 0px 0px 5px #ef290a;
    color: #636363;
    background: #ececec;
}

/*--main--*/

.main__wrap{
    
}

.main__container {
    padding-bottom: 35px;
}

.main__container h1, .other__pages h1 {
    text-align: center;
    padding: 5px 0 16px;
    text-transform: uppercase;
    font-weight: 300;
    font-size: 22px;
}

.main__container p{
    
}

/*--intro--*/

.intro__inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.intro__l, .intro__r {
    padding: 6px 0;
}

.intro__l{
    
}

.intro__r {

}

.intro__l img{
    width: 220px;
    max-width: 220px;    
}

.intro__r p{
    text-align: justify;
}

.intro__r p span {
    font-weight: 400;
}

/*--you--*/

.you__inner {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}

.you__l, .you__r {
    width: 48%;
    background: #ffd3341c;
    border-radius: 5px;
    box-shadow: 0px 0px 5px #bfbfbf;
    border: 1px solid #d8d8d8;
}

.you__l{
    
}

.you__r{
    
}

.you__cust, .you__cont {
    display: flex;
    justify-content: flex-start;
    flex-direction: column;
    min-height: 220px;
    padding: 4px;
}

.you__cust{
    
}

.you__cont{
    
}

.you__cust h3, .you__cont h3, 
.clnts1 h4, .clnts2 h4, .op__container h4{
    text-align: center;
    font-weight: 400;
    text-transform: uppercase;
    padding: 10px 0;
    color: #b19326;
}

.you__cust ul, .you__cont ul, 
.clnts1 ul, .clnts2 ul, .op__container ul{
    padding: 2px 3px;
    /*list-style-image: url(../img/li.png);*/
    list-style-position: inside;
    text-align: left;
}

.you__cust ul li, .you__cont ul li, 
.op__container ul li{
    padding: 6px 0;
}

.you__txt {
    padding: 10px 0 20px;
    text-align: justify;
}

.you__txt span {
    font-weight: 400;
    color: #8e0000;
}

.our__clnts {
    display: flex;
    flex-direction: column;
    padding: 20px 0;
}

.our__clnts h3, .arrows h3 {
    text-align: center;
    font-weight: 300;
    font-size: 22px;
    z-index: 2;
}

.clnts1, .clnts2{
    
}

.clnts1 h4, .clnts2 h4, 
.op__container h4{
    font-weight: 300;    
}

.clnts1 ul, .clnts2 ul{
    
}

.clnts1 ul li, .clnts2 ul li, 
.op__container ul li{
    text-align: justify;
}

/*--offer__wrap--*/

.offer__wrap {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-direction: row;
}

.offer__l, .offer__r {

}

.offer__l{
    width: 60%;    
}

.offer__r{
    width: 40%;    
}

.offer__l p {
    padding: 0px 0 20px;
    text-align: justify;
}

.offer__l p span, .sp__offer p span, 
.sp__offer h3, .send__innerr p span{
    font-weight: 400;
}

.offer__r img {
    width: 100%;
    object-fit: cover;
}

.sp__offer {
    border-radius: 5px;
    border: 1px solid #d8d8d8;
    padding: 4px 10px 0;
    background: white;
    margin-bottom: 10px;
}

.spd {
    padding: 24px 10px;
    text-align: center;
    position: relative;
}

.spd::before {
    content: 'БЕСПЛАТНО';
    letter-spacing: 8px;
    font-size: 40px;
    opacity: .47;
    background-image: radial-gradient(circle 1888px at 30.94% -115%,#bfbebe 0,#282728 100%);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}

.spd span{
    font-weight: 400;
}

.sp__offer h3 {
    color: #2c5364;
    padding-bottom: 6px;
    text-align: center;
    font-size: 31px;
    font-weight: 300;
}

.sp__offer p {
    color: #3b7e9c;
}

.sp__offer1{
    text-align: center;
    padding-top: 10px;
}

.sp__offer p span{
    color: #880909;    
}

.offer__bttn {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 12px 0 8px;
}

.offer__bttn button {
    padding: 10px 14px;
    border-radius: 5px;
    background: #ef290a;
    color: #ffffff;
    border: 1px solid #d0d0d0;
    font-size: 16px;
    cursor: pointer;
}

p.promo__exp {
    text-align: center;
    font-size: 10px;
    padding: 2px 0 8px;
}

.arrows {
    display: flex;
    justify-content: center;
    position: relative;
    align-items: center;
    padding-bottom: 10px;
}

.arrows img{
    width: 100%;
}

.arrows__img1, .arrows__img2{
   position: absolute;
   width: 60px;
   height: 60px;
   z-index: 1;
}

.arrows__img1 {
    left: 9%;
    top: -38px;
    transform: rotate(180deg);
}
    
.arrows__img2 {
    left: 76%;
    top: 8px;
}

/*--send-wrap--*/

.send__wrap {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.send__innerl, .send__innerr {

}

.send__innerl{
    width: 24%;    
}

.send__innerr{
    width: 73%;    
}

.send__innerl img {
    width: 100%;
}

.send__innerr p{
    text-align: justify;
}

.send__innerr p span{

}

/*--key-steps--*/

.key__wrap {
    display: flex;
    flex-direction: column;
}

.key__container {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.key__inner {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 3px;
    justify-content: space-between;
}

.ki1 {

}

.key__img{
    
}

.key__img img {
    width: 48px;
}

.key__title {
    text-align: center;
}

.key__title h4 {
    font-weight: 400;
    padding: 6px 0 3px;
    font-size: 15px;
}

.key__title p {
    font-size: 13px;
    padding-bottom: 20px;
}

/*--top form--*/

.topform__wrap {
    display: flex;
    justify-content: center;
}

.topform__container {
    border: 1px solid #ebebeb;
    border-radius: 5px;
    padding: 5px 0 0;
    background: url(../img/bckg-topform.jpg) center no-repeat;
    background-size: cover;
    margin-bottom: 20px;
}

.topform__txt {
    text-align: center;
    color: #b19326;
    font-size: 18px;
    font-weight: 400;
    background: #FFF;
    width: 60%;
    margin: 8px auto;
    padding: 5px 10px;
    border-radius: 10px;
    border: 1px solid #dddddd;
    box-shadow: 0px 0px 4px #b19326;
    position: relative;
}

.topform__form {
    display: flex;
    align-items: center;
}

.frm-att {
    display: flex !important;
    align-items: center !important;
}

.wrap-frm__topphn {
    margin: 0 0 8px !important;
}

#form_111_0_box{
    margin: 0 !important;
}

#label_form_111 {
    padding: 8px 0 !important;
    color: #8a95ac;
    border: 2px dashed #b1b1b1;
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
}

.wrap-frm-topphn .qform-field_wrap{
    background: #FFF;
}

.topform__form .qform-field {
    margin: 0px 0 8px !important;
}

/*--data-base--*/

.db__wrap {

}

.db__wrap p {
    text-align: justify;
    padding-bottom: 8px;
}

.db__wrap i {
    color: #b19326;
    font-size: 14px;
}

.db__wrap span {
    font-weight: 400;
}

.dbp {
    text-align: center !important;
    font-weight: 300;
    color: #b19326;
    padding: 0 !important;
    text-shadow: 1px 1px 0px black;
}

.dbp span {
    text-transform: uppercase;
    position: relative;
}

.db__cell {
    padding: 10px 0;
    border-top: 1px solid #eaeaea;
    border-bottom: 1px solid #eaeaea;
    margin: 10px 0;
}

/*--useful information--*/

.usf__wrap {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}

.usf1, .usf2, .usf3 {
    display: flex;
    width: 33%;
    flex-direction: column;
}

.usf1{
    text-align: left;
}

.usf2{
    text-align: center;
}

.usf3{
    text-align: right;
}

.usf1 a, .usf2 a, .usf3 a {
    text-decoration: none;
    color: #5f6368;
    margin: 4px 0;
    font-size: 13px;
}

/*--down form--*/

.downfrm__wrap{
     
}

.downfrm__inner {
    width: 100%;
    max-width: 340px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    background: white;
    padding: 22px 0 0;
    border-radius: 5px;
    border: 1px solid #eaeaea;
    box-shadow: 0px 0px 7px #e7e7e7;
    overflow: hidden;
}

.downfrm__cell {
    display: flex;
    justify-content: space-between;
    flex-direction: row;
    position: relative;
    padding: 0 0 12px;
}

.downfrm__cell p {
    text-align: center;
    color: #007f9f;
    font-weight: 400;
    position: relative;
}

.downfrm__cell p i, .topform__txt i {
    content: '';
    border-radius: 50%;
    width: 4px;
    height: 4px;
    background-color: #02a01a;
    position: absolute;
    top: 20%;
    left: .7vw;
}

.Blink {
    animation: blinker 1.0s cubic-bezier(.5, 0, 1, 1) infinite alternate;  
}

@keyframes blinker {  
  from { opacity: 1; }
  to { opacity: 0; }
}

.downfrm__cell img {
    position: absolute;
    display: block;
    max-width: 56px;
    transform: rotate(53deg);
    left: 87%;
    top: 30px;
}

.sb-dwn {
    background: #ef290a !important;
}

/*--footer--*/

footer{
    background: #7e7e7e;
}

.footer__wrap{
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    padding: 10px 5px;
}

.ftr__container1, .ftr__container2{
    width: 35%;
    color: #e5e5e5;
}

.ftr__container1{
    font-size: 15px;    
}

.ftr__container2{
   text-align: right;
       font-size: 12px;
}

/*--toggle--*/

#accordeon {
    margin: 10px;
    text-align: justify;
}

.acc-head {
  padding: 5px 10px;
  border-bottom: 1px solid #e5e5e5;
  cursor: pointer;
}

.acc-body {
  padding: 10px;
  border-bottom: 1px solid #e5e5e5;
  margin-bottom: 5px;
  display: none;
}

.acc-body h4 {
    text-align: center;
    font-weight: 300;
    padding-bottom: 4px;
    color: #b19326;
}

.acc-body p {
    font-size: 14px;
    padding-bottom: 4px;
    text-indent: 15px;
}

.acc-body p a{
    
}

.acc-body span{
    font-weight: 400;    
}

/*--animation--*/

.animated{
    opacity: 1 !important;
    transition: all 1s;
    transform: translateY(0%);
}
.need-animate{
    opacity: 0 !important;
    transform: translateY(100%);
}

/*--confirmation--*/

.conf__wrap{
    width: 100%;
    max-width: 480px;
    margin: 0 auto;
    min-height: calc(100vh - 143px);
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.conf__inner {
    width: 100px;
    height: 100px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: green;
    border-radius: 50%;
}

.conf__inner i {
    font-size: 40px;
    color: #FFF;
    font-style: normal;
}

.conf__wrap p {
    text-align: center;
    font-size: 20px;
    padding-top: 20px;
}

.conf__wrap span{
    font-weight: bold;
}

/*other__pages*/

.conf__wrap, .other__pages{
    min-height: calc(100vh - 143px);

}

.op__container h5 {
    font-weight: 400;
    font-size: 14px;
    text-align: center;
    color: #b19326;
}

.op__container p {
    text-indent: 10px;
    padding: 0 3px 10px;
    text-align: justify;
}

.op__container span {
    font-weight: 400;
}

.op__container i {
    font-size: 14px;
}

.op__container a {
    text-decoration: none;
    font-weight: 400;
    color: #2b869f;
}

.op__container a:hover {
    color: #ab8704;
}





























