.t-clear,
.t-container:after,
.t-container_100:after,
.t-container_10:after,
.t-container_8:after {
    clear: both
}

*,
:after,
:before {
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box
}

a,
b,
blockquote,
center,
code,
div,
h1,
h2,
h3,
h4,
h5,
h6,
i,
img,
p,
pre,
span,
table,
td,
th,
tr,
u,
video {
    margin: 0;
    padding: 0;
    border: 0
}


.t-row {
    margin: 0
}

.t-container,
.t-container_10,
.t-container_8 {
    margin-left: auto;
    margin-right: auto;
    padding: 0;
    width: 100%
}

.t-container {
  /*  max-width: 1600px;*/
    margin: auto;
}

.t-container.flexx,
.t-container_flex {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex
}

.t-container_100 {
    width: 100%;
    padding: 0
}

.t-container_10 {
    max-width: 1000px
}

.t-container_8 {
    max-width: 800px
}

.t-container:after,
.t-container:before,
.t-container_100:after,
.t-container_100:before,
.t-container_10:after,
.t-container_10:before,
.t-container_8:after,
.t-container_8:before {
    display: table;
    content: " "
}
.clear{
    clear: both;
}

.t-col {
   /* display: inline;
    float: left;*/
    width: 100%
}
.t-col-0{
    margin: auto;
}
.t-col.flexx,
.t-col_flex {
    align-items: stretch;
    height: inherit;
    margin-top: auto;
    margin-bottom: auto
}

.t-col_1 {
    max-width: 60px
}

.t-col_2 {
    max-width: 160px
}

.t-col_3 {
    max-width: 260px
}

.t-col_4 {
    max-width: 360px
}

.t-col_5 {
    max-width: 460px
}

.t-col_6 {
    max-width: 560px
}
.t-col_6 {
    max-width: 770px
}
.t-col_7 {
    max-width: 660px
}

.t-col_8 {
    max-width: 760px;
    margin: auto;
}

.t-col_9 {
    max-width: 860px
}

.t-col_10 {
    max-width: 960px
}

.t-col_11 {
    max-width: 1060px
}

.t-col_12 {
    max-width: 1160px
}

.t-col_100 {
    max-width: 100vw
}

.t-prefix_1 {
    padding-left: 100px
}
/*
.t-prefix_2 {
    padding-left: 200px
}*/

.t-prefix_3 {
    padding-left: 300px
}

.t-prefix_4 {
    padding-left: 400px
}

.t-prefix_5 {
    padding-left: 500px
}

.t-prefix_6 {
    padding-left: 600px
}

.t-prefix_7 {
    padding-left: 700px
}

.t-prefix_8 {
    padding-left: 800px
}

.t-prefix_9 {
    padding-left: 900px
}

.t-prefix_10 {
    padding-left: 1000px
}

.t-prefix_11 {
    padding-left: 1100px
}

.t-prefix_12 {
    padding-left: 1200px
}

.t-width {
    width: 100%
}

.t-width_1 {
    max-width: 60px
}

.t-width_2 {
    max-width: 160px
}

.t-width_3 {
    max-width: 260px
}

.t-width_4 {
    max-width: 360px
}

.t-width_5 {
    max-width: 460px
}

.t-width_6 {
    max-width: 560px
}

.t-width_7 {
    max-width: 660px
}

.t-width_8 {
    max-width: 760px
}

.t-width_9 {
    max-width: 860px
}

.t-width_10 {
    max-width: 960px
}

.t-width_11 {
    max-width: 1060px
}

.t-width_12 {
    max-width: 1160px
}

.t-width_100 {
    max-width: 100%
}

.t-cell {
    display: table-cell;
    vertical-align: middle;
    height: 100%;
    margin-left: 0;
    margin-right: 0
}

.t-cell_25 {
    width: 25vw
}

.t-cell_33 {
    width: 33.3333333vw
}

.t-cell_50 {
    width: 50vw
}

.t-cell_100 {
    width: 100vw
}


/** services **/

.services-body{
    margin: 0;
    padding: 0;
}

.main{
    font-family: roboto;
    color: #666666;  
    width: 100%;
}

.container{
    width: 70%;
    margin: 0 auto;
}

.services-nav{
    padding: 20px 0;
}

.services-nav h1{
    font-weight: 400;
}

.services-content{
    padding: 90px 0;
}

.services-content h2{
    font-weight: 400;
    margin-bottom: 30px;
}

.services-box{
    margin: 40px 0;
    width: 80%;
}

.services-box h3{
    font-weight: 400;
    margin-bottom: 15px;
}

.services-footer{
    width: 100%;
    padding: 20px 0;
    background: #242424;
}

.services-links ul li a{
    text-decoration: none;
}

.service-mail-link div a{
    text-decoration: none;
    color: #ff8562;
}

.para-margin{
    margin: 40px 0;
}

.privacy-link{
    width: 60%;
    display: block;
    overflow: hidden;
}

.footer-info-link-holder{
    display: flex;
    justify-content: center;
}

.footer-info-link{
    font-family: 'Roboto', Arial, sans-serif;
    color: #ff8562;
    opacity: .7;
    font-size: 12px;
    padding: 10px 10px 0 10px;
    text-decoration: none;
}

#stickylogo {
    margin: auto;
    /* text-align: center; */
    display: block;
    position: fixed;
    z-index: 1;
    background: rgba(255, 255, 255, 0.8);
    width: 100%;
    padding-left: 200px;
    padding-top: 10px;
    top: 0;
}

#stickylogo img
 {
    max-width: 158px;
    padding: 11px;
    float: left;
    width: 20%;
}

.faq {
    float: right;
    margin-right: 1em;
    margin-top: 0.8em;
    height: 2em;
    width: 2em;
    line-height: 1.6em;
    border: 3px solid black;
    border-radius: 50%;
    text-align: center;
    color: black;
}

.toggleAnswer {
    cursor: pointer;
    display: flex;
    justify-content: space-between;
}

.faq a{
    text-decoration: none;
    font-size: 18px;
}

.faq a:hover {
    color: red;
}

a, a:visited, a:active {
    color: inherit;
}

.accordion-card {
    overflow: hidden;
    border-color: #ebebeb;
    /*border-width: 1px 1px 0 1px;*/
    border-bottom: 1px solid #eee;
}

/*@media (hover: hover) and (pointer: fine) {*/
/*    img:hover {*/
/*        animation-name: stretch;*/
/*        animation-duration: 1s;*/
/*        animation-timing-function: ease-out;*/
/*        animation-direction: alternate;*/
/*        animation-iteration-count: 2;*/
/*        !*animation-play-state: running;*!*/
/*    }*/

/*    @keyframes stretch {*/
/*        0% {*/
/*            transform: scale(1);*/
/*        }*/

/*        50% {*/

/*        }*/

/*        100% {*/
/*            transform: scale(1.02);*/

/*        }*/
/*    }*/
/*}*/

.text-align{
    text-align: left;
  /*   background: rgba(0, 0, 0, 0.7);*/
     height: 100%;
     padding: 20px 80px 20px 160px;
     width: 100%;
     max-width: 1050px;
}
.text-align li{
    list-style-type: none;
    font-size: 17px;
}

#button-an {
    background: #EE2327;
    padding: 20px;
    max-width: 300px;
    text-align: center;
    color: #fff;
    text-transform: uppercase;
    font-size: 19px;
    font-family: arial;
    font-weight: bold;
    cursor: pointer;
  
}

#button-an:hover{
    background-color: #000;
    color: #EE2327;
    color: #fff;
}

#button-an1 {
    background: #000;
    padding: 20px;
    max-width: 300px;
    text-align: center;
    color: #fff;
    text-transform: uppercase;
    font-size: 19px;
    font-family: arial;
    font-weight: bold;
    cursor: pointer;
}

#button-an1:hover{
    background-color: #fff;
    color: #EE2327;
}

#rec119500768 #button-an1:hover{
    background-color: #ee2327;
    color: #fff;
}

#rec119500768{
    padding-top: 30px;
}

#rec119475129, #rec119475130{
    text-align: center;
}
#rec119475129 .t119__preface {
    max-width: 500px;
    padding-right: 100px;
}
#rec119475129 .t119__preface h2{
   /*text-transform: uppercase;*/
   margin-bottom: 40px;
   font-size: 35px;
   text-align: left;
}
#rec119475129 .t119__preface p{
   font-size: 16px;
   text-align: left;
   font-weight: normal;
}
#rec119475130{
    background-color: #ee2327;
}

#rec119475130 .t119__preface {
    max-width: 500px;
}
#rec119475130 .t119__preface h2{
   text-transform: uppercase;
   margin-bottom: 40px;
   font-size: 35px;
   text-align: left;
   color: #fff;
}
#rec119475130 .t119__preface p{
   font-size: 16px;
   text-align: left;
   color: #fff;
   font-weight: normal;
}
#rec119475129 .t119__preface2 {
    max-width: 600px;
    display: inline-block;
    vertical-align: middle;
}
.disp-block{
    display: inline-block;
}

#rec119475129 .t119__preface2 img {
    max-width: 400px;
    /*opacity: 0.4;*/
/*    box-shadow: 1px 3px 23px #b3b3b3;*/

}

#rec119475130 .t119__preface2 {
    max-width: 600px;
    vertical-align: middle;
}

#rec119475130 .t119__preface2 img {
    max-width: 470px;
    padding-right: 50px;
}

#rec119475130-1 .t119__preface2 {
    max-width: 600px;
    vertical-align: middle;
    width: 100%;
}

#rec119475130-1 .t119__preface2 img {
    max-width: 470px;

}
#rec119475130-1{
    background-color: #ee2327;
}

#rec119475130-1 .t119__preface {
    max-width: 500px;
        padding-right: 50px;
}
#rec119475130-1 .t119__preface h2{
   text-transform: uppercase;
   margin-bottom: 40px;
   font-size: 35px;
   text-align: left;
   color: #fff;
}
#rec119475130-1 .t119__preface p{
   font-size: 16px;
   text-align: left;
   color: #fff;
}
#rec119500768 .t119__preface2 {
    max-width: 600px;
    vertical-align: middle;
    width: 100%;
}

#rec119500768 .t119__preface {
    max-width: 500px;
    padding-right: 50px;
     width: 100%;
}

.t119__preface {
    font-size: 20px;
    line-height: 1.35;
    margin-top: 1px;
    vertical-align: middle;
}
#how-to h2{
    text-transform: uppercase;
   margin-bottom: 20px;
   font-size: 35px;
   text-align: left;
}
#how-to h3{
   font-size: 16px;
   text-align: left;
    margin-bottom: 40px;
    font-weight: normal;
}

.t-col_8-1{
    max-width: 1160px;
    margin: auto;
}


#rec119500768-1{
    font-family: 'Roboto', Arial, sans-serif;
    font-weight: 300;
    color: #000;
    padding-top: 100px;

}

#rec119500768-1 h2{
    text-transform: uppercase;
    margin-bottom:20px;
    font-size: 35px;
    text-align: left;
}

#rec119500768-1 h3{
    font-size: 20px;
    text-align: left;
    padding-bottom: 10px;
    color: #ee2327;

}

#rec119500768-1 p{
    font-size: 16px;
    text-align: left;
    padding-bottom: 30px;

}
.rec119475130-1{
    padding: 50px 0px;
}

#header-0{
    padding: 70px 20px 30px 20px;
    clear: both;
    text-align: center;
}
.header-left{
    max-width: 600px;
    width: 50%;
    display: inline-block;
    vertical-align: middle;
    text-align: left;
}

.header-left h3{
    font-size: 40px;
    line-height: 46px;
    padding-bottom: 30px;
}
.header-left p{
    font-size: 20px;
    line-height: 28px;
    padding-bottom: 20px;
    font-weight: 300;
}

.header-right{
    max-width: 600px;
    width: 50%;
    display: inline-block;
    vertical-align: middle;
}
.header-right img{
    max-width:400px;
    width: 100%;
}


#rewards{
    max-width: 1430px;
    width: 100%;
    margin:30px auto;
    text-align: center;
}

#rewards h3{
    font-size: 40px;
    line-height: 46px;
    padding-bottom: 30px;
}

#rewards .tit{
    font-size: 19px;
    line-height: 22px;
    padding-bottom: 10px;
    font-weight: bold;
}

#rewards .text1{
    font-size: 15px;
    line-height: 19px;
}

#rewards img{
    max-width: 40px;
    padding-bottom: 15px;
}


#rewards .free, #rewards .skill, #rewards .exp, #rewards .opp, #rewards .cash{
    display: inline-block;
    width: 17%;
    vertical-align: top;
    padding: 10px;
    padding-top: 20px;
}


#proof{
    max-width: 1430px;
    width: 100%;
    margin:20px auto;
    text-align: center;
}

#proof .tit{
    font-size: 24px;
    line-height: 28px;
    color: #fff;
    font-weight: bold;
}



#proof .pack, #proof .photo, #proof .happy{
    display: inline-block;
    width: 32%;
    vertical-align: middle;
    padding: 30px 10px;
}




#apply-1{
    max-width: 1430px;
    width: 100%;
    margin:30px auto;
    text-align: center;
}

#apply-1 h3{
    font-size: 40px;
    line-height: 46px;
    padding-bottom: 30px;
}

#apply-1 .tit{
    font-size: 19px;
    line-height: 22px;
    padding-bottom: 10px;
    font-weight: bold;
}

#apply-1 .text1{
    font-size: 15px;
    line-height: 19px;
}

#apply-1 img{
    max-width: 40px;
    padding-bottom: 15px;
}


#apply-1 .free, #apply-1 .skill, #apply-1 .exp, #apply-1 .opp, #apply-1 .cash{
    display: inline-block;
    width: 21%;
    vertical-align: top;
    padding: 10px;
    padding-top: 20px;
}


#testimonilas{
    max-width: 1430px;
    width: 100%;
    margin:20px auto;
    text-align: center;
}

#testimonilas h3{
    font-size: 25px;
    line-height: 33px;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 30px;
    padding-bottom: 30px;
    max-width: 800px;
    margin: auto;
}

#testimonilas .tit{
    font-size: 24px;
    line-height: 40px;
    color: #fff;
    font-weight: bold;
}



#testimonilas .pack , #testimonilas .photo , #testimonilas .happy {
    display: inline-block;
    width: 25%;
    vertical-align: middle;
    padding: 30px 10px;
}

#testimonilas .pack img, #testimonilas .photo img, #testimonilas .happy img{
    width:100%;
    vertical-align: middle;
    padding: 0px 10px;
    max-width: 350px;
    border-radius: 18px;
}



#map-0{
    padding: 10px 20px 30px 20px;
    clear: both;
    text-align: center;
}
.map-left{
    max-width: 600px;
    width: 30%;
    display: inline-block;
    vertical-align: middle;
    text-align: left;
}

.map-left h3{
    font-size: 40px;
    line-height: 46px;
    padding-bottom: 30px;
}
.map-left p{
    font-size: 20px;
    line-height: 28px;
    padding-bottom: 20px;
    font-weight: 300;
}

.map-right{
    max-width: 600px;
    width: 65%;
    display: inline-block;
    vertical-align: middle;
}
.map-right img{
    max-width:500px;
    width: 100%;
}




#examples{
    max-width: 1430px;
    width: 100%;
    margin:20px auto;
    text-align: center;
}

#examples h3{
    font-size: 25px;
    line-height: 33px;
    padding-top: 30px;
    padding-bottom: 30px;
    max-width: 800px;
    margin: auto;
}

#examples .tit{
    font-size: 24px;
    line-height: 40px;
    color: #fff;
    font-weight: bold;
}


#examples .pack , #examples .photo , #examples .happy {
    display: inline-block;
    width: 25%;
    vertical-align: middle;
    padding: 30px 10px;
}

#examples .photo {
    display: inline-block;
    width: 30%;
    vertical-align: middle;
    padding: 30px 10px;
}

#examples .pack img, #examples .photo img, #examples .happy img{
    width:100%;
    vertical-align: middle;
    padding: 0px 10px;
    max-width: 350px;
}
#examples .pack video, #examples .photo video, #examples .happy video{
    width:100%;
    vertical-align: middle;
    padding: 0px 10px;
    max-width: 350px;
}


#examples .photo img{
    width:100%;
    vertical-align: middle;
    padding: 0px 10px;
    max-width: 400px;
    border-radius: 18px;
}

#howto-ex #examples .photo img{
    
    border-radius: 0px;
}


#social{
    max-width: 1450px;
    margin: 40px auto;
    text-align: center;
}
#social h3{
    font-size: 20px;
    font-weight: normal;
    padding: 20px 10px 5px;
}

#social img{
    display: inline-block;
    padding: 20px 10px;
}




#rewards2{
    max-width: 1160px;
    width: 100%;
    margin:10px auto;
    text-align: center;
    padding: 20px;
}

#rewards2 h2 {
    padding-top: 83px;
    padding-bottom: 44px;
    font-size: 32px;
 /*   text-transform: uppercase;*/
    text-align: center;
}

#rewards2 h3{
    font-size: 40px;
    line-height: 46px;
    padding-bottom: 30px;
}

#rewards2 .tit{
    font-size: 19px;
    line-height: 22px;
    padding-bottom: 10px;
    font-weight: bold;
}

#rewards2 .text1{
    font-size: 15px;
    line-height: 19px;
}

#rewards2 img{
    max-width: 50px;
    padding-bottom: 15px;
}


#rewards2 .free, #rewards2 .skill, #rewards2 .exp, #rewards2 .opp, #rewards2 .cash{
    display: inline-block;
    width: 22%;
    vertical-align: top;
    padding: 10px;
    padding-top: 20px;
}


.redcol{

    font-weight: bold;
}
.after {
    background: #ee2327;
}

.after .iner{
    max-width: 1160px;
    width: 100%;
    margin: 30px auto;
    text-align: center;
    padding: 30px 20px;
    color: #fff;
    font-size: 18px;
}


.apps, .tips {
    max-width: 1160px;
    width: 100%;
    margin: 30px auto;
    text-align: center;
    padding: 10px 20px;
}

.after{
   font-size: 15px;
   font-weight: bold;
}
.apps .edit{
    font-size: 23px;
    font-weight: bold;
   color: #ee2327;
    padding-bottom: 30px;
}
.apps .in, .apps .cap, .apps .vm, .apps .pr{
    display: inline-block;
    width: 14%;
    vertical-align: top;
    padding: 10px;
    padding-top: 20px;

}

.apps .in p, .apps .cap p, .apps .vm p, .apps .pr p{
    font-size: 16px;
    font-weight: bold;
    padding: 5px;
    
}
.apps .in img, .apps .cap img, .apps .vm img, .apps .pr img{
   max-width: 50px;
}

.tips h3{
    font-size: 23px;
    vertical-align: middle;
    padding-bottom: 15px;
    color: #ee2327;
    color: #fff;
}

.tips p{
    font-size: 15px;
    vertical-align: middle;

}
.after .tips{
    text-align: center;
}
.after .tips p{
    font-size: 15px;
    vertical-align: middle;
    color: #fff;
    font-weight: normal;

}
.tips img{
    max-width: 40px;
    vertical-align: middle;
    padding: 5px;
    padding-left: 0px;
}


.for-example {
    margin: 20px 0px 20px 0px;
    padding: 20px;
    background: rgb(238 35 39 / 10%);
    font-size: 15px;
}

.sevend{
    font-size: 16px;
   font-weight: bold;

}


.do-not{
   max-width: 1160px;
    width: 100%;
    margin: 30px auto;
    text-align: center;
    padding: 10px 20px; 
}

.do-not h2{
    padding-bottom: 20px;
    color: #ee2327;
    font-size: 23px;
}

.do-not p{
  
    font-size: 16px;
    vertical-align: middle;
    padding-bottom: 5px;
}

.do-not .redc{
    color: #ee2327;
    font-size: 20px;
}

.how-to-1 {
    text-align: center;
    line-height: 24px;
    padding-bottom:30px;
    font-size: 23px;
}

@media screen and (max-width:1600px){
    #stickylogo{
        padding-left: 100px;
    }
}
.check{
    padding: 30px 0px;
    font-size: 16px;
}

@media screen and (max-width:1200px) {
    .disp-block{
        display: block;
        margin: auto;
    }
    .t-container {
        max-width: 960px;
        padding: 0
    }

    .t-container_10 {
        max-width: 780px
    }

    .t-container_8 {
        max-width: 640px
    }

    .t-col {
        display: block;
   /*     float: left;*/
        margin-left: 10px;
        margin-right: 10px;
        width: 100%
    }

    .t-col_1 {
        max-width: 60px
    }

    .t-col_2 {
        max-width: 140px
    }

    .t-col_3 {
        max-width: 220px
    }

    .t-col_4 {
        max-width: 300px
    }

    .t-col_5 {
        max-width: 380px
    }

    .t-col_6 {
        max-width: 460px
    }

    .t-col_7 {
        max-width: 540px
    }

    .t-col_8 {
        max-width: 620px
    }

    .t-col_9 {
        max-width: 700px
    }

    .t-col_10 {
        max-width: 780px
    }

    .t-col_11 {
        max-width: 860px
    }

    .t-col_12 {
        max-width: 940px
    }

    .t-prefix_1 {
        padding-left: 80px
    }

/*    .t-prefix_2 {
        padding-left: 160px
    }*/

    .t-prefix_3 {
        padding-left: 240px
    }

    .t-prefix_4 {
        padding-left: 320px
    }

    .t-prefix_5 {
        padding-left: 400px
    }

    .t-prefix_6 {
        padding-left: 480px
    }

    .t-prefix_7 {
        padding-left: 560px
    }

    .t-prefix_8 {
        padding-left: 640px
    }

    .t-prefix_9 {
        padding-left: 720px
    }

    .t-prefix_10 {
        padding-left: 800px
    }

    .t-prefix_11 {
        padding-left: 880px
    }

    .t-prefix_12 {
        padding-left: 960px
    }

    .t-width_1 {
        max-width: 60px
    }

    .t-width_2 {
        max-width: 140px
    }

    .t-width_3 {
        max-width: 220px
    }

    .t-width_4 {
        max-width: 300px
    }

    .t-width_5 {
        max-width: 380px
    }

    .t-width_6 {
        max-width: 460px
    }

    .t-width_7 {
        max-width: 540px
    }

    .t-width_8 {
        max-width: 620px
    }

    .t-width_9 {
        max-width: 700px
    }

    .t-width_10 {
        max-width: 780px
    }

    .t-width_11 {
        max-width: 860px
    }

    .t-width_12 {
        max-width: 940px
    }

    .t-width_100 {
        max-width: 100%
    }
    #rec119475129 .t119__preface2 img{
        display: none;
    }
    .t-col_8-1 {
        max-width: 500px;
        margin: auto;
    }
    #rec119475130-1 .t119__preface, #rec119475130 .t119__preface2 img, #rec119500768 .t119__preface, #rec119500768 .t119__preface2 img{
        padding-right: 0px;
    }
    #rec119475130-1 .t119__preface2 img {
        max-width: 470px;
        display: block;
        margin: 10px auto;
    }
    #rec119475130-1 .t119__preface2 {
        max-width: 500px;
        padding-top: 20px;
    }
    .header-left {
        max-width: 1000px;
        width: auto;
        display: block;
        vertical-align: middle;
        text-align: center;
        margin: 50px auto;
    }

}
@media screen and (max-width:1245px) {
    .header-left {
        max-width: 1000px;
        width: auto;
        display: block;
        vertical-align: middle;
        text-align: center;
        margin: 50px auto;
    }
    #button-an{
        margin: auto;
    }
    .header-right{
        display: block;
        width: auto;
        margin: auto;
    }
}


@media screen and (max-width:960px) {

    .t-col,
    .t-container.flexx,
    .t-container_flex {
        display: block
    }

    .t-container {
        max-width: 640px
    }

    .t-col,
    .t-col_1,
    .t-col_10,
    .t-col_11,
    .t-col_12,
    .t-col_2,
    .t-col_3,
    .t-col_4,
    .t-col_5,
    .t-col_6,
    .t-col_7,
    .t-col_8,
    .t-col_9 {
        width: 100%;
        max-width: 100%
    }

    .t-col {
        float: none;
        padding-left: 20px;
        padding-right: 20px;
        margin: 0;
        box-sizing: border-box;
    }

    .t-prefix_1,
    .t-prefix_10,
    .t-prefix_11,
    .t-prefix_12,
    .t-prefix_2,
    .t-prefix_3,
    .t-prefix_4,
    .t-prefix_5,
    .t-prefix_6,
    .t-prefix_7,
    .t-prefix_8,
    .t-prefix_9 {
        padding-left: none
    }
}

@import url(https://fonts.googleapis.com/css?family=Roboto:300,400,500,600,700&amp;subset=latin,cyrillic);

.t-body {
    margin: 0
}

#allrecords {
    -webkit-font-smoothing: antialiased;
    background-color: none
}

#allrecords a {
    color: #ff8562;
    text-decoration: none
}

#allrecords a[href^=tel] {
    color: inherit;
    text-decoration: none
}

#allrecords ol {
    padding-left: 22px
}

#allrecords ul {
    padding-left: 20px
}

#allrecords b,
#allrecords strong {
    font-weight: 700
}

@media print {

    body,
    html {
        min-width: 1200px;
        max-width: 1200px;
        padding: 0;
        margin: 0 auto;
        border: none
    }
}

.t-text {
    font-family: 'Roboto', Arial, sans-serif;
    font-weight: 300;
    color: #000
}

.t-text_xs {
    font-size: 15px;
    line-height: 1.55
}

.t-text_sm {
    font-size: 18px;
    line-height: 1.55
}

.t-text_md {
    font-size: 20px;
    line-height: 1.55
}

.t-text_lg {
    font-size: 22px;
    line-height: 1.55
}

.t-text_weight_plus {
    font-weight: 400
}

.t-text-impact {
    font-family: 'Roboto', Arial, sans-serif;
    font-weight: 300;
    color: #000
}

.t-text-impact_xs {
    font-size: 26px;
    line-height: 1.5
}

.t-text-impact_sm {
    font-size: 32px;
    line-height: 1.35
}

.t-text-impact_md {
    font-size: 38px;
    line-height: 1.35
}

.t-text-impact_lg {
    font-size: 42px;
    line-height: 1.23
}

.t-name {
    font-family: 'Roboto', Arial, sans-serif;
    font-weight: 600;
    color: #000
}

.t-name_xs {
    font-size: 16px;
    line-height: 1.35
}

.t-name_sm {
    font-size: 18px;
    line-height: 1.35
}

.t-name_md {
    font-size: 20px;
    line-height: 1.35
}

.t-name_lg {
    font-size: 22px;
    line-height: 1.35
}

.t-name_xl {
    font-size: 24px;
    line-height: 1.35
}

.t-heading {
    font-family: 'Roboto', Arial, sans-serif;
    font-weight: 600;
    color: #000
}

.t-heading_xs {
    font-size: 26px;
    line-height: 1.23
}

.t-heading_sm {
    font-size: 28px;
    line-height: 1.17
}

.t-heading_md {
    font-size: 30px;
    line-height: 1.17
}

.t-heading_lg {
    font-size: 32px;
    line-height: 1.17
}

.t-title {
    font-family: 'Roboto', Arial, sans-serif;
    font-weight: 600;
    color: #000
}

.t-title_xxs {
    font-size: 36px;
    line-height: 1.23
}

.t-title_xs {
    font-size: 42px;
    line-height: 1.23
}

.t-title_sm {
    font-size: 48px;
    line-height: 1.23
}

.t-title_md {
    font-size: 52px;
    line-height: 1.23
}

.t-title_lg {
    font-size: 64px;
    line-height: 1.23
}

.t-title_xl {
    font-size: 72px;
    line-height: 1.17
}

.t-title_xxl {
    font-size: 45px;
    line-height: 1.0
}

.t-descr {
    font-family: 'Roboto', Arial, sans-serif;
    /*font-weight: 300;*/
    color: #000
}

.t-descr_xxs {
    font-size: 14px;
    line-height: 1.55
}

.t-descr_xs {
    font-size: 16px;
    line-height: 1.55
}

.t-descr_sm {
    font-size: 18px;
    line-height: 1.55
}

.t-descr_md {
    font-size: 20px;
    line-height: 1.55
}

.t-descr_lg {
    font-size: 22px;
    line-height: 1.55
}

.t-descr_xl {
    font-size: 24px;
    line-height: 1.5
}

.t-descr_xxl {
    font-size: 26px;
    line-height: 1.45
}

.t-descr_xxxl {
    font-size: 30px;
    line-height: 1.45;
    /*letter-spacing: 0.45;*/
}

.t-uptitle {
    font-family: 'Roboto', Arial, sans-serif;
    font-weight: 600;
    color: #000;
    letter-spacing: 2.5px
}

.t-uptitle_xs {
    font-size: 12px
}

.t-uptitle_sm {
    font-size: 14px
}

.t-uptitle_md {
    font-size: 16px
}

.t-uptitle_lg {
    font-size: 18px
}

.t-uptitle_xl {
    font-size: 20px;
    letter-spacing: 2px
}

.t-uptitle_xxl {
    font-size: 22px;
    letter-spacing: 2px
}

.t-uptitle_xxxl {
    font-size: 24px;
    letter-spacing: 2px
}

@media screen and (max-width:1200px) {
    .text-align{
        padding: 20px 40px 20px 40px;
    }
    .t-text_xs {
        font-size: 14px
    }

    .t-text_sm {
        font-size: 16px
    }

    .t-text_md {
        font-size: 18px
    }

    .t-text_lg {
        font-size: 20px
    }

    .t-text-impact_md {
        font-size: 30px
    }

    .t-descr_xxs {
        font-size: 12px
    }

    .t-descr_xs {
        font-size: 14px
    }

    .t-descr_sm {
        font-size: 16px
    }

    .t-descr_md {
        font-size: 18px
    }

    .t-descr_lg {
        font-size: 20px
    }

    .t-descr_xl {
        font-size: 22px
    }

    .t-descr_xxl {
        font-size: 22px
    }

    .t-descr_xxxl {
        font-size: 26px
    }

    .t-uptitle_md {
        font-size: 14px
    }

    .t-uptitle_lg {
        font-size: 16px
    }

    .t-uptitle_xl {
        font-size: 18px
    }

    .t-uptitle_xxl {
        font-size: 20px
    }

    .t-uptitle_xxxl {
        font-size: 22px
    }

    .t-title_xxs {
        font-size: 32px
    }

    .t-title_xs {
        font-size: 38px
    }

    .t-title_sm {
        font-size: 44px
    }

    .t-title_md {
        font-size: 48px
    }

    .t-title_lg {
        font-size: 60px
    }

    .t-title_xl {
        font-size: 68px
    }

    .t-title_xxl {
        font-size: 36px
    }

    .t-name_xs {
        font-size: 14px
    }

    .t-name_sm {
        font-size: 16px
    }

    .t-name_md {
        font-size: 18px
    }

    .t-name_lg {
        font-size: 20px
    }

    .t-name_xl {
        font-size: 22px
    }

    .t-heading_xs {
        font-size: 24px
    }

    .t-heading_sm {
        font-size: 26px
    }

    .t-heading_md {
        font-size: 28px
    }

    .t-heading_lg {
        font-size: 30px
    }
    #rec119475129 .t119__preface{
        padding-right: 0px;
    }
}

@media screen and (max-width:640px) {
    .t-text_xs {
        font-size: 12px;
        line-height: 1.45
    }

    .t-text_sm {
        font-size: 14px;
        line-height: 1.45
    }

    .t-text_md {
        font-size: 16px;
        line-height: 1.45
    }

    .t-text_lg {
        font-size: 18px;
        line-height: 1.45
    }

    .t-text-impact_sm {
        font-size: 22px
    }

    .t-text-impact_md {
        font-size: 26px
    }

    .t-text-impact_lg {
        font-size: 28px
    }

    .t-descr_xs {
        font-size: 12px;
        line-height: 1.45
    }

    .t-descr_sm {
        font-size: 14px;
        line-height: 1.45
    }

    .t-descr_md {
        font-size: 16px;
        line-height: 1.45
    }

    .t-descr_lg {
        font-size: 18px;
        line-height: 1.45
    }

    .t-descr_xl {
        font-size: 20px;
        line-height: 1.4
    }

    .t-descr_xxl {
        font-size: 20px
    }

    .t-descr_xxxl {
        font-size: 22px
    }

    .t-uptitle_xs {
        font-size: 10px
    }

    .t-uptitle_sm {
        font-size: 10px
    }

    .t-uptitle_md {
        font-size: 12px
    }

    .t-uptitle_lg {
        font-size: 14px
    }

    .t-uptitle_xl {
        font-size: 16px
    }

    .t-uptitle_xxl {
        font-size: 18px
    }

    .t-uptitle_xxxl {
        font-size: 20px
    }

    .t-title_xxs {
        font-size: 28px
    }

    .t-title_xs {
        font-size: 30px
    }

    .t-title_sm {
        font-size: 30px
    }

    .t-title_md {
        font-size: 30px
    }

    .t-title_lg {
        font-size: 30px
    }

    .t-title_xl {
        font-size: 32px
    }

    .t-title_xxl {
        font-size: 36px
    }

    .t-name_xs {
        font-size: 12px
    }

    .t-name_sm {
        font-size: 14px
    }

    .t-name_md {
        font-size: 16px
    }

    .t-name_lg {
        font-size: 18px
    }

    .t-name_xl {
        font-size: 20px
    }

    .t-heading_xs {
        font-size: 22px
    }

    .t-heading_sm {
        font-size: 24px
    }

    .t-heading_md {
        font-size: 24px
    }

    .t-heading_lg {
        font-size: 26px
    }
}

@media screen and (max-width:480px) {
    html {
        text-align: center;
    }

    .t-title_xl {
        font-size: 30px
    }

    .t-title_xxl {
        font-size: 30px
    }
}

.t-records {
    -webkit-font_smoothing: antialiased;
    background-color: none
}

.t-records a {
    color: #ff8562;
    text-decoration: none
}

.t-records a[href^=tel] {
    color: inherit;
    text-decoration: none
}

.t-records ol {
    padding-left: 22px;
    margin-top: 0;
    margin-bottom: 10px
}

.t-records ul {
    padding-left: 20px;
    margin-top: 0;
    margin-bottom: 10px
}

.t-cover {
  /*  height: 100vh;*/
    width: 100%;
  /*  background-image: url("../img/back-img2.jpg");*/
    background-image: url("../img/back-img.png");
    -webkit-background-size: auto;
    -moz-background-size: auto;
    -o-background-size: auto;
    background-size: auto;
    background-color: #fff;
    background-repeat: no-repeat;
    background-position: top center;
    text-align: center;
    vertical-align: middle;
    position: relative;
    background-attachment: fixed;
    overflow: hidden;
}

.t-cover__carrier {
    height: 700px;
    width: 100%;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    text-align: center;
    vertical-align: middle;
    position: relative;
    background-attachment: fixed;
    transform: translate3d(0, 0, 0);
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: unset
}

@supports (-ms-ime-align:auto) {
    .t-cover__carrier {
        transform: unset
    }
}

.t-cover__carrier.loading {
    opacity: 0
}

.t-cover__carrier[data-content-cover-bg=""].loading {
    opacity: 1 !important
}

.t-cover__carrier.loaded {
    opacity: 1;
    transition: opacity 700ms
}

@media screen and (max-device-width:1024px) {
    .t-cover {
        background-attachment: scroll
    }

    .t-cover__carrier {
        background-attachment: scroll
    }
}

@media print {
    .t-cover {
        background-attachment: scroll
    }

    .t-cover__carrier {
        background-attachment: scroll
    }
}

.t-cover__filter {
  /*  height: 700px;*/
    width: 100%;
    position: absolute;
    top: 0;
    left: 0
}
.t-cover__filter{
/* height:100vh;*/
 background-image: -moz-linear-gradient(top, rgba(0,0,0,0.01), rgba(0,0,0,0.01));
 background-image: -webkit-linear-gradient(top, rgba(0,0,0,0.01), rgba(0,0,0,0.01));
 background-image: -o-linear-gradient(top, rgba(0,0,0,0.01), rgba(0,0,0,0.01));
 background-image: -ms-linear-gradient(top, rgba(0,0,0,0.01), rgba(0,0,0,0.01));
 background-image: linear-gradient(top, rgba(0,0,0,0.01), rgba(0,0,0,0.01));

 }
.t-cover .t-container,
.t-cover .t-container_100,
.t-cover .t-container_10,
.t-cover .t-container_8 {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0
}

.t-cover__wrapper {
    height: 100px;
    display: table-cell;
    width: 1200px;
    padding-top: 100px;
}

.t-cover__wrapper span.space {
    display: inline-block;
    height: 100%;
    width: 1px
}

@media screen and (max-width:640px) {
    .t-cover {
        height: 400px;
        background-attachment: cover;
        background-size: 100% 80%;
        /* background-position: -900px -278px; */
    }

    .t-cover__carrier {
        background-attachment: scroll !important;
        background-size: cover;
        background-position: center center;
    }

    .t-cover__filter {
        height: 400px
    }

    .t-cover__wrapper {
        height: 400px
    }
}

@-webkit-keyframes t-arrow-bottom {
    0% {
        -moz-transform: translateY(0);
        -ms-transform: translateY(0);
        -webkit-transform: translateY(0);
        -o-transform: translateY(0);
        transform: translateY(0)
    }

    50% {
        -moz-transform: translateY(-7px);
        -ms-transform: translateY(-7px);
        -webkit-transform: translateY(-7px);
        -o-transform: translateY(-7px);
        transform: translateY(-7px)
    }

    55% {
        -moz-transform: translateY(-7px);
        -ms-transform: translateY(-7px);
        -webkit-transform: translateY(-7px);
        -o-transform: translateY(-7px);
        transform: translateY(-7px)
    }

    100% {
        -moz-transform: translateY(0);
        -ms-transform: translateY(0);
        -webkit-transform: translateY(0);
        -o-transform: translateY(0);
        transform: translateY(0)
    }
}

@keyframes t-arrow-bottom {
    0% {
        -moz-transform: translateY(0);
        -ms-transform: translateY(0);
        -webkit-transform: translateY(0);
        -o-transform: translateY(0);
        transform: translateY(0)
    }

    50% {
        -moz-transform: translateY(-7px);
        -ms-transform: translateY(-7px);
        -webkit-transform: translateY(-7px);
        -o-transform: translateY(-7px);
        transform: translateY(-7px)
    }

    55% {
        -moz-transform: translateY(-7px);
        -ms-transform: translateY(-7px);
        -webkit-transform: translateY(-7px);
        -o-transform: translateY(-7px);
        transform: translateY(-7px)
    }

    100% {
        -moz-transform: translateY(0);
        -ms-transform: translateY(0);
        -webkit-transform: translateY(0);
        -o-transform: translateY(0);
        transform: translateY(0)
    }
}

.t-cover__arrow-wrapper_animated {
    animation: t-arrow-bottom 1.7s infinite ease
}

.t-cover__arrow {
    position: absolute;
    z-index: 9;
    bottom: 40px;
    right: 0;
    left: 0;
    text-align: center
}

.t-cover__arrow-wrapper {
    display: inline-block;
    -webkit-transition: all ease-in-out 0.2s;
    -moz-transition: all ease-in-out 0.2s;
    -o-transition: all ease-in-out 0.2s;
    transition: all ease-in-out 0.2s;
    cursor: pointer
}

.t-cover__arrow-wrapper:hover {
    opacity: .7
}

.t-cover__arrow-svg {
    fill: #fff
}

@media screen and (max-width:640px) {
    .t-cover__arrow_mobile {
        -moz-transform: scale(.7);
        -ms-transform: scale(.7);
        -webkit-transform: scale(.7);
        -o-transform: scale(.7);
        transform: scale(.7)
    }

    .t-cover__arrow {
        bottom: 14px
    }
}

.t-btn {
    display: inline-block;
    font-family: 'Roboto', Arial, sans-serif;
    height: 60px;
    border: 0 none;
    font-size: 16px;
    padding-left: 60px;
    padding-right: 60px;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    font-weight: 700;
    background-image: none;
    cursor: pointer;
    -webkit-appearance: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

.t-btn td {
    vertical-align: middle
}

.t-btn_sending {
    opacity: .5
}

@media screen and (max-width:640px) {
    .t-btn {
        white-space: normal;
        padding-left: 30px;
        padding-right: 30px
    }
}

.t-btn_xs {
    height: 35px;
    font-size: 13px;
    padding-left: 15px;
    padding-right: 15px
}

.t-btn_sm {
    height: 45px;
    font-size: 14px;
    padding-left: 30px;
    padding-right: 30px
}

.t-btn_lg {
    height: 60px;
    font-size: 22px;
    padding-left: 70px;
    padding-right: 70px
}

.t-btn_xl {
    height: 80px;
    font-size: 26px;
    padding-left: 80px;
    padding-right: 80px
}

.t-btn_xxl {
    height: 100px;
    font-size: 30px;
    padding-left: 90px;
    padding-right: 90px
}

@media screen and (max-width:640px) {
    .t-btn_sm {
        padding-left: 20px;
        padding-right: 20px
    }

    .t-btn_lg {
        font-size: 18px;
        padding-left: 40px;
        padding-right: 40px
    }

    .t-btn_xl {
        font-size: 22px;
        padding-left: 50px;
        padding-right: 50px
    }

    .t-btn_xxl {
        font-size: 26px;
        padding-left: 60px;
        padding-right: 60px
    }
}

.t-submit {
    font-family: 'Roboto', Arial, sans-serif;
    text-align: center;
    height: 60px;
    border: 0 none;
    font-size: 16px;
    padding-left: 60px;
    padding-right: 60px;
    -webkit-appearance: none;
    font-weight: 700;
    white-space: nowrap;
    background-image: none;
    cursor: pointer;
    margin: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    outline: none;
    background: transparent
}

.t-submit_sending {
    opacity: .5
}

@media screen and (max-width:640px) {
    .t-submit {
        white-space: normal;
        padding-left: 30px;
        padding-right: 30px
    }
}

.t-input {
    margin: 0;
    font-family: 'Roboto', Arial, sans-serif;
    font-size: 100%;
    height: 60px;
    padding: 0 20px;
    font-size: 16px;
    line-height: 1.33;
    width: 100%;
    border: 0 none;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    outline: none;
    -webkit-appearance: none;
    border-radius: 0;
        color: #000000;
    border: 1px solid #000000;
}

.t-input::-moz-focus-inner {
    padding: 0;
    border: 0
}

.t-input_bbonly {
    outline: none;
    padding-left: 0 !important;
    padding-right: 0 !important;
    border-top: 0 !important;
    border-right: 0 !important;
    border-left: 0 !important;
    background-color: transparent !important;
    border-radius: 0 !important;
    border-bottom: 1px solid
}

.t-input_pvis {
    padding: 26px 20px 10px 20px
}

.t-input__vis-ph {
    font-size: 16px;
    font-family: 'Roboto', Arial, sans-serif;
    line-height: 1;
    opacity: .5;
    position: absolute;
    left: 20px;
    top: 22px;
    height: 16px;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-transition: transform 0.2s linear;
    transition: transform 0.2s linear;
    -webkit-transform-origin: left;
    transform-origin: left;
    pointer-events: none;
    white-space: nowrap
}

.t-input:focus~.t-input__vis-ph,
.t-input_has-content+.t-input__vis-ph {
    -webkit-transform: translateY(-12px) scale(.7);
    transform: translateY(-12px) scale(.7)
}

.t-input:invalid {
    box-shadow: none
}

.t-input-group_cb div[data-customstyle=yes] {
    display: inline;
    vertical-align: middle
}

.t-form_bbonly .t-input__vis-ph {
    left: 0px !important
}

.t-form_bbonly .js-error-control-box .t-input__vis-ph {
    left: 10px !important
}

.t-select {
    width: 100%;
    box-sizing: border-box;
    cursor: pointer;
    height: 60px;
    padding: 0 45px 0 20px;
    font-family: 'Roboto', Arial, sans-serif;
    font-size: 16px;
    line-height: 1.33;
    outline: 0;
    border: 0;
    border-radius: 0;
    background: transparent;
    -webkit-appearance: none;
    appearance: none;
    -moz-appearance: none
}

.t-select_bbonly {
    outline: none;
    padding-left: 0 !important;
    padding-right: 0 !important;
    border-top: 0 !important;
    border-right: 0 !important;
    border-left: 0 !important;
    background-color: transparent !important;
    border-radius: 0 !important
}

.t-select_bbonly option {
    color: #000;
    background-color: #fff
}

.t-select__wrapper {
    position: relative
}

.t-select__wrapper:after {
    content: ' ';
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 6px 5px 0 5px;
    border-color: #000 transparent transparent transparent;
    position: absolute;
    right: 20px;
    top: 0;
    bottom: 0;
    margin: auto;
    pointer-events: none
}

.t-select::-ms-expand {
    width: 0;
    height: 0;
    opacity: 0
}

.t-select__wrapper_bbonly::after {
    right: 0px !important
}

.t-checkbox__control {
    display: block;
    position: relative;
    cursor: pointer
}

.t-checkbox__control .t-checkbox {
    position: absolute;
    z-index: -1;
    opacity: 0
}

.t-checkbox__indicator {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    height: 20px;
    width: 20px;
    border: 2px solid #000;
    box-sizing: border-box;
    margin-right: 10px;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
    opacity: .6
}

.t-checkbox__indicator:after {
    content: '';
    position: absolute;
    display: none;
    left: 6px;
    top: 2px;
    width: 3px;
    height: 8px;
    border: solid #000;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg)
}

.t-checkbox__control .t-checkbox:checked~.t-checkbox__indicator {
    opacity: 1
}

.t-checkbox__control .t-checkbox:checked~.t-checkbox__indicator:after {
    display: block
}

.t-checkbox__labeltext,
.t-checkbox__labeltext div {
    display: inline
}

.t-checkboxes__wrapper .t-checkbox__control {
    margin: 10px 0
}

.t-radio {
    position: absolute;
    z-index: -1;
    opacity: 0
}

.t-radio__control {
    display: table;
    position: relative;
    cursor: pointer;
    margin: 0 0 10px 0
}

.t-radio__control:first-child {
    margin: 3px 0 10px 0
}

.t-radio__control:last-child {
    margin: 0 0 0 0
}

.t-radio__indicator {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    height: 20px;
    width: 20px;
    border-color: #000;
    border-style: solid;
    border-width: 2px;
    box-sizing: border-box;
    border-radius: 50%;
    margin-right: 10px;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
    opacity: .6
}

.t-radio__indicator:after {
    content: '';
    width: 10px;
    height: 10px;
    background: #000;
    border-radius: 50%;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    opacity: 0;
    -webkit-transition: all 0.2s;
    transition: all 0.2s
}

.t-radio__control .t-radio:checked~.t-radio__indicator:after {
    opacity: 1
}

.t-radio__control .t-radio:checked~.t-radio__indicator {
    opacity: 1
}

.t-inputquantity {
    width: 70px;
    text-align: center;
    margin-left: .5rem;
    margin-right: .5rem
}

.t-inputquantity__btn {
    font-size: 26px;
    cursor: pointer;
    margin-left: .5rem;
    margin-right: .5rem;
    -webkit-user-select: none;
    -moz-user-select: none;
    -khtml-user-select: none;
    -ms-user-select: none
}

.t-form .uploadcare-widget-button {
    background: #333;
    font-family: 'Roboto', Arial, sans-serif;
    line-height: 1.4;
    font-size: 14px
}

.t-form .uploadcare-widget-button:hover {
    background: #444
}


.submit_button{
    width: 200px;
    height: 50px;
    font-size: 22px;
    border: none;
    background: #000;
    color: #fff;
    transition: all ease 0.75s;
    border-radius: 5px;
    cursor: pointer;
}

/*.submit_button:hover{
    background: transparent;
    color: #000;
    border: 1px solid #000;
}

.submit_button:active{
    outline: none;
}*/

.alert-success{
    width: 100%;
    padding: 20px 5px;
    background: #fff;
    border: 2px solid #000;
    color: #000;
    border-radius: 5px;
    text-align: center;
    font-size: 17px;
    font-weight: normal;
    font-family: roboto;
    margin-bottom: 35px;
}

.desc-1{
    padding: 40px 0px;
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    margin: auto;
    max-width: 1200px;
    margin-top: 20px;
}

.cards{
    display: flex;
    justify-content: center;
    margin-top: 5px;
    font-family: roboto;
    flex-wrap: wrap;
}

.card-inner{
    width: 100%;
    border-radius: 2px;
    max-width: 350px;
    box-shadow: 1px 10px -1px 0px rgba(0,0,0,0.50);
    margin: 20px 20px;
}
.card-image img{
    width: 100%;    
    height: auto;
}

.card-title{
    padding: 20px;
    font-size: 22px;
}

.card-content{
    padding: 20px;
}


.bold{
    font-weight: 900;
}

.t-input-title {
    display: block;
    vertical-align: middle;
    height: 100%;
    padding-right: 10px
}

.t-input-subtitle {
    display: block;
    vertical-align: middle;
    height: 100%;
    padding-right: 10px
}

.t-form__bottom-text {
    margin-top: 30px;
    text-align: center
}

.t-input-error {
    display: none;
    color: red;
    font-family: 'Roboto', Arial, sans-serif;
    font-size: 13px;
    margin-top: 5px
}

.t-form .js-error-control-box .t-input-error {
    display: block
}

.t-form .js-error-control-box .t-input,
.t-form .js-error-control-box .t-checkbox__control,
.t-form .js-error-control-box .t-checkboxes__wrapper,
.t-form .js-error-control-box .t-select__wrapper,
.t-form .js-error-control-box .t-radio__wrapper,
.t-form .js-error-control-box .uploadcare-widget {
    border: 1px solid red !important
}

.t-form .js-error-control-box .t-checkboxes__wrapper,
.t-form .js-error-control-box .t-radio__wrapper,
.t-form .js-error-control-box .t-checkbox__control {
    padding: 10px
}

.t-form .js-error-control-box .t-checkboxes__wrapper .t-checkbox__control {
    border: none !important;
    padding: 0
}

.t-form .js-error-control-box .t-input.t-input_bbonly {
    padding-left: 10px !important
}

.t-form__errorbox-bottom {
    display: none
}

.t-form__errorbox-wrapper {
    background: #F95D51;
    padding: 10px;
    text-align: center;
    margin-bottom: 20px;
    font-family: 'Roboto', Arial, sans-serif
}

.t-form__errorbox-text {
    color: #fff;
    box-sizing: border-box;
    padding: 0 10px 10px 10px;
    font-family: 'Roboto', Arial, sans-serif
}

.t-form__errorbox-item {
    padding-top: 10px;
    display: none;
    font-family: 'Roboto', Arial, sans-serif
}

.t-form__successbox {
    text-align: center;
    background: #62C584;
    color: #fff;
    padding: 20px;
    margin-bottom: 20px;
    font-family: 'Roboto', Arial, sans-serif
}

@keyframes t-submit-spinner {
    to {
        transform: rotate(360deg)
    }
}

.t-form .t-submit {
    position: relative
}

.t-form .t-submit.t-btn_sending,
.t-btn.t-btn_sending {
    color: transparent !important
}

.t-form .t-btn_sending:before,
.t-btn.t-btn_sending:before {
    content: '';
    box-sizing: border-box;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 30px;
    height: 30px;
    margin-top: -15px;
    margin-left: -15px;
    border-radius: 50%;
    border: 2px solid #ccc;
    border-top-color: #333;
    animation: t-submit-spinner .6s linear infinite
}

.t-btntext {
    font-family: 'Roboto', Arial, sans-serif;
    color: #000;
    font-size: 20px;
    line-height: 1.55;
    font-weight: 700;
    text-decoration: none;
    cursor: pointer;
    display: inline-block
}

.t-btntext_sm {
    font-size: 16px
}

.t-btntext_lg {
    font-size: 24px
}

.t-uppercase.t-btntext {
    font-size: 16px
}

.t-uppercase.t-btntext_sm {
    font-size: 14px
}

.t-uppercase.t-btntext_lg {
    font-size: 20px
}

.t-btntext:after {
    content: "\00a0ÃƒÂ¢Ã¢â‚¬Â Ã¢â‚¬â„¢";
    font-family: Arial, Helvetica, sans-serif
}

@media screen and (max-width:640px) {
    .t-btntext_lg {
        font-size: 20px
    }
}
@media(max-width: 1200px){
.t-title_xxl {
    font-size: 48px;
}
.t-col_6 {
    max-width: 724px;
}
.t-cover__wrapper {
    height: 100px;
    display: table-cell;
    width: 1200px;
    padding-top: 137px;
}
#rec119475130-1 .t119__preface h2{
    text-align: center;
    max-width: 700px;
    margin-bottom: 20px;
}
#rec119475130-1 .t119__preface{
    max-width: 700px;
}
#rec119475130-1 .t119__preface p{
    text-align: center;
}
#stickylogo{
    padding-left: 50px;
}
#button-an1{
    margin: auto;
}
}

@media screen and (max-width:1200px) {
    .t-screenmin-1200px {
        display: none
    }
}

@media screen and (max-width:980px) {
    .t-screenmin-980px {
        display: none
    }
}

@media screen and (max-width:640px) {
    .t-screenmin-640px {
        display: none
    }
}

@media screen and (max-width:480px) {
    html {
        text-align: center;
    }

    .t-screenmin-480px {
        display: none
    }
}

@media screen and (max-width:320px) {
    html {
        text-align: center;
    }

    .t-screenmin-320px {
        display: none
    }
    .t-cover{
        /* background-position: -940px -297px; */
    }
}

@media screen and (min-width:321px) {
    .t-screenmax-320px {
        display: none
    }
}

@media screen and (min-width:481px) {
    .t-screenmax-480px {
        display: none
    }
}

@media screen and (min-width:641px) {
    .t-screenmax-640px {
        display: none
    }
}

@media screen and (min-width:981px) {
    .t-screenmax-980px {
        display: none
    }
}

@media screen and (min-width:1201px) {
    .t-screenmax-1200px {
        display: none
    }
}

.t-hidden {
    display: none
}

.t-opacity_50 {
    filter: alpha(opacity=50);
    KHTMLOpacity: .5;
    MozOpacity: .5;
    opacity: .5
}

.t-opacity_70 {
    filter: alpha(opacity=70);
    KHTMLOpacity: .7;
    MozOpacity: .7;
    opacity: .7
}

.t-uppercase {
    text-transform: uppercase
}

.t-align_center {
    text-align: center
}

.t-align_left {
    text-align: left
}

.t-align_right {
    text-align: right
}

.t-margin_auto {
    margin-left: auto;
    margin-right: auto
}

.t-valign_middle {
    vertical-align: middle
}

.t-valign_top {
    vertical-align: top
}

.t-valign_bottom {
    vertical-align: bottom
}

.t-margin_left_auto {
    margin-right: 0;
    margin-left: auto
}

.yashare-style .b-share-btn__facebook,
.yashare-style .b-share-btn__twitter,
.yashare-style .b-share-btn__vkontakte {
    background-color: transparent !important
}

.yashare-style .b-share__link {
    -webkit-border-radius: 0px !important;
    border-radius: 0px !important
}

.yashare-style-black-white .b-share-btn__wrap {
    background-color: #000 !important;
    padding: 5px !important
}

.yashare-style-transp-white .b-share-btn__wrap {
    padding: 5px !important
}

.yashare-style-transp-white .b-share-counter {
    color: #fff;
    font-weight: 700
}

.yashare-style-white-black .b-share-btn__wrap {
    background-color: #fff !important;
    padding: 5px !important
}

.yashare-style-white-black .b-share-icon {
    background-image: url(//static.tildacdn.com/img/b-share_counter_large_white.png) !important
}

.yashare-style-transp-black .b-share-btn__wrap {
    padding: 5px !important
}

.yashare-style-transp-black .b-share-icon {
    background-image: url(//static.tildacdn.com/img/b-share_counter_large_white.png) !important
}

.yashare-style-transp-black .b-share-counter {
    color: #000;
    font-weight: 700
}

.ya-share2 ul {
    padding-left: 0px !important
}

.carousel {
    position: relative
}

.carousel ol {
    padding-left: 0px !important
}

.carousel-inner {
    position: relative;
    width: 100%;
    overflow: hidden
}

.carousel-inner>.item {
    position: relative;
    display: none;
    -webkit-transition: 0.6s ease-in-out left;
    transition: 0.6s ease-in-out left
}

.carousel-inner>.item>img,
.carousel-inner>.item>a>img {
    display: block;
    height: auto;
    line-height: 1
}

.carousel-inner .widthauto {
    width: auto;
    max-width: 100%;
    vertical-align: middle
}

.carousel-inner>.active,
.carousel-inner>.next,
.carousel-inner>.prev {
    display: block
}

.carousel-inner>.active {
    left: 0
}

.carousel-inner>.next,
.carousel-inner>.prev {
    position: absolute;
    top: 0;
    width: 100%
}

.carousel-inner>.next {
    left: 100%
}

.carousel-inner>.prev {
    left: -100%
}

.carousel-inner>.next.left,
.carousel-inner>.prev.right {
    left: 0
}

.carousel-inner>.active.left {
    left: -100%
}

.carousel-inner>.active.right {
    left: 100%
}

.carousel-control {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 15%;
    opacity: .2;
    filter: alpha(opacity=20)
}

.carousel-control.right {
    right: 0;
    left: auto
}

.carousel-control .carousel-control-left {
    position: absolute;
    top: 48%;
    z-index: 5;
    display: inline-block;
    left: 20%;
    height: 34px;
    width: 21px;
    background: url(//static.tildacdn.com/img/aboutSliderControls.png) no-repeat
}

.carousel-control .carousel-control-left-white {
    position: absolute;
    top: 48%;
    z-index: 5;
    display: inline-block;
    left: 20%;
    height: 34px;
    width: 21px;
    background: url(//static.tildacdn.com/img/aboutSliderControls_white.png) no-repeat
}

.carousel-control .carousel-control-right {
    position: absolute;
    top: 48%;
    z-index: 5;
    display: inline-block;
    right: 20%;
    height: 34px;
    width: 21px;
    background: url(//static.tildacdn.com/img/aboutSliderControls.png) no-repeat;
    background-position: left bottom
}

.carousel-control .carousel-control-right-white {
    position: absolute;
    top: 48%;
    z-index: 5;
    display: inline-block;
    right: 20%;
    height: 34px;
    width: 21px;
    background: url(//static.tildacdn.com/img/aboutSliderControls_white.png) no-repeat;
    background-position: left bottom
}

.carousel-indicators {
    position: absolute;
    bottom: 10px;
    left: 50%;
    z-index: 15;
    width: 60%;
    padding-left: 0;
    margin-left: -30%;
    text-align: center;
    list-style: none
}

.carousel-indicators.dotsbottom {
    bottom: -60px
}

.carousel-indicators li {
    display: inline-block;
    width: 10px;
    height: 10px;
    margin: 1px;
    margin-left: 5px;
    margin-right: 5px;
    text-indent: -999px;
    cursor: pointer;
    background-color: #000;
    border: none;
    border-radius: 10px
}

.carousel-indicators .active {
    width: 10px;
    height: 10px;
    margin: 0;
    margin-left: 4px;
    margin-right: 4px;
    border: 1px solid #000;
    border-radius: 10px;
    background-color: transparent
}

.carousel-indicators li.white {
    background-color: #fff
}

.carousel-indicators li.white.active {
    border: 1px solid #fff;
    border-radius: 10px;
    background-color: transparent
}

.carousel-caption-imgs h6 {
    font-family: 'Roboto', Arial, sans-serif;
    color: #000;
    font-weight: 400;
    font-size: 14px;
    line-height: 28px;
    padding-top: 28px;
    padding-bottom: 0;
    text-align: center
}

.carousel-caption-imgs p {
    font-family: 'Roboto', Arial, sans-serif;
    color: #000;
    font-size: 14px;
    line-height: 28px;
    padding-top: 14px;
    padding-bottom: 14px;
    text-align: center
}

.carousel-title {
    font-family: 'Roboto', Arial, sans-serif;
    color: #000;
    font-size: 18px;
    line-height: 28px;
    padding-top: 36px;
    padding-bottom: 14px;
    text-align: center
}

.carousel-descr {
    font-family: 'Roboto', Arial, sans-serif;
    color: #000;
    font-size: 14px;
    line-height: 28px;
    padding-top: 14px;
    padding-bottom: 14px;
    text-align: center
}

@media screen and (min-width:768px) {
    .carousel-indicators {
        bottom: 20px
    }
}

.clearfix:before,
.clearfix:after {
    display: table;
    content: " "
}

.clearfix:after {
    clear: both
}

.center-block {
    display: block;
    margin-right: auto;
    margin-left: auto
}

@media screen and (max-width:960px) {
    .carousel-control .carousel-control-left {
        left: 10%
    }

    .carousel-control .carousel-control-left-white {
        left: 10%
    }

    .carousel-control .carousel-control-right {
        right: 10%
    }

    .carousel-control .carousel-control-right-white {
        right: 10%
    }
}

.t-tildalabel {
    background-color: #000;
    color: #fff;
    width: 100%;
    height: 70px;
    font-family: Arial;
    font-size: 14px
}

.t-tildalabel:hover .t-tildalabel__wrapper {
    opacity: 1
}

.t-tildalabel_white {
    background-color: #fff;
    color: #000
}

.t-tildalabel_gray {
    background-color: #eee;
    color: #000
}

.t-tildalabel__wrapper {
    display: table;
    height: 30px;
    width: 270px;
    margin: 0 auto;
    padding-top: 20px;
    opacity: .4
}

.t-tildalabel__txtleft {
    display: table-cell;
    width: 120px;
    height: 30px;
    vertical-align: middle;
    text-align: right;
    padding-right: 12px;
    font-weight: 300;
    font-size: 12px
}

.t-tildalabel__wrapimg {
    display: table-cell;
    width: 30px;
    height: 30px;
    vertical-align: middle
}

.t-tildalabel__img {
    width: 30px;
    height: 30px;
    vertical-align: middle
}

.t-tildalabel__txtright {
    display: table-cell;
    width: 120px;
    height: 30px;
    vertical-align: middle;
    padding-left: 12px;
    font-weight: 500;
    letter-spacing: 2px
}

.t-tildalabel__link {
    color: #fff;
    text-decoration: none;
    vertical-align: middle
}

.t-tildalabel_white .t-tildalabel__link,
.t-tildalabel_gray .t-tildalabel__link {
    color: #000
}

.t-tildalabel-free {
    padding: 35px 0 45px;
    height: auto;
    text-align: center
}

.t-tildalabel-free__main {
    max-width: 340px;
    display: block;
    margin: 0 auto;
    line-height: 1.4;
    letter-spacing: .2px;
    color: inherit;
    opacity: .4
}

.t-tildalabel-free__links-wr {
    display: table;
    margin: 30px auto 0
}

.t-tildalabel-free__txt-link {
    display: table-cell;
    padding: 0 15px;
    font-size: 13px;
    text-decoration: none;
    color: inherit;
    opacity: .25
}

.t-tildalabel-free__txt-link:hover,
.t-tildalabel-free__main:hover {
    opacity: 1
}

@media screen and (max-width:640px) {
    .t-tildalabel-free__txt-link {
        display: block;
        padding: 5px 30px
    }

    .t-tildalabel-free__main {
        opacity: .7
    }

    .t-tildalabel-free__txt-link {
        opacity: .4
    }
}

.t-carousel {
    position: relative
}

.t-carousel__inner {
    position: relative;
    overflow: hidden;
    margin: 0 auto
}

.t-carousel__slides {
    position: relative
}

.t-carousel__inner>.t-carousel__item {
    position: relative;
    display: none;
    -webkit-transition: 0 ease-in-out left;
    -moz-transition: 0 ease-in-out left;
    -o-transition: 0 ease-in-out left;
    transition: 0 ease-in-out left
}

.t-carousel__inner>.t-carousel__item.t-carousel__animation_fast {
    -webkit-transition: .3s ease-in-out left;
    -moz-transition: .3s ease-in-out left;
    -o-transition: .3s ease-in-out left;
    transition: .3s ease-in-out left
}

.t-carousel__inner>.t-carousel__item.t-carousel__animation_slow {
    -webkit-transition: .6s ease-in-out left;
    -moz-transition: .6s ease-in-out left;
    -o-transition: .6s ease-in-out left;
    transition: .6s ease-in-out left
}

.t-carousel__item__wrapper {
    position: relative;
    margin: 0 auto
}

.t-carousel__item__img {
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0
}

.t-carousel_cover .t-carousel__item__img {
    background-size: cover
}

.t-carousel__inner>.active,
.t-carousel__inner>.next,
.t-carousel__inner>.prev {
    display: block
}

.t-carousel__inner>.active {
    left: 0
}

.t-carousel__inner>.next,
.t-carousel__inner>.prev {
    position: absolute;
    top: 0;
    width: 100%
}

.t-carousel__inner>.next {
    left: 100%
}

.t-carousel__inner>.prev {
    left: -100%
}

.t-carousel__inner>.next.left,
.t-carousel__inner>.prev.right {
    left: 0
}

.t-carousel__inner>.active.left {
    left: -100%
}

.t-carousel__inner>.active.right {
    left: 100%
}

.t-carousel__arrows__container {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: 0 auto;
    pointer-events: none;
    filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAQAAAC1HAwCAAAAC0lEQVR4nGP6zwAAAgcBApocMXEAAAAASUVORK5CYII=', sizingMethod='scale');
    background: none !important
}

.t-carousel__arrow_outsidesmall .t-carousel__arrow__wrapper_left {
    left: 16px
}

.t-carousel__arrow_outsidesmall .t-carousel__arrow__wrapper_right {
    right: 16px
}

.t-carousel__arrow_outsidemiddle .t-carousel__arrow__wrapper_left {
    left: 20px
}

.t-carousel__arrow_outsidemiddle .t-carousel__arrow__wrapper_right {
    right: 20px
}

.t-carousel__control {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 15%;
    -webkit-transition: all ease-in-out 0.3s;
    -moz-transition: all ease-in-out 0.3s;
    -o-transition: all ease-in-out 0.3s;
    transition: all ease-in-out 0.3s;
    pointer-events: auto
}

.t-carousel__control:hover {
    opacity: .6
}

.t-carousel__arrow {
    width: 34px;
    height: 34px;
    background: transparent;
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg)
}

.t-carousel__arrow.t-carousel__arrow_small {
    width: 20px;
    height: 20px
}

.t-carousel__arrow.t-carousel__arrow_large {
    width: 54px;
    height: 54px
}

.t-carousel__arrow__wrapper {
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    position: absolute;
    top: 50%
}

.t-carousel__arrow__wrapper_left {
    left: 30px
}

.t-carousel__arrow__wrapper_right {
    right: 30px
}

.t-carousel__arrow_right {
    border-top: 3px solid;
    border-right: 3px solid
}

.t-carousel__arrow_right.t-carousel__arrow_light {
    border-top: 1px solid;
    border-right: 1px solid
}

.t-carousel__arrow_right.t-carousel__arrow_bold {
    border-top: 6px solid;
    border-right: 6px solid
}

.t-carousel__arrow_left {
    border-left: 3px solid;
    border-bottom: 3px solid
}

.t-carousel__arrow_left.t-carousel__arrow_light {
    border-left: 1px solid;
    border-bottom: 1px solid
}

.t-carousel__arrow_left.t-carousel__arrow_bold {
    border-left: 6px solid;
    border-bottom: 6px solid
}

.t-carousel__control.right {
    right: 0;
    left: auto
}

@media screen and (max-width:768px) {
    .t-carousel__control .t-carousel__arrow {
        width: 12px;
        height: 12px
    }

    .t-carousel-control {
        width: 10%
    }

    .t-carousel__arrow__left {
        left: 15px
    }

    .t-carousel__arrow__right {
        right: 15px
    }
}

.t-carousel__indicators.carousel-indicators {
    z-index: 15;
    text-align: center;
    list-style: none;
    position: relative;
    padding-left: 0 !important;
    margin: 0 auto;
    padding: 20px 0;
    bottom: auto;
    left: auto
}

.t-carousel__indicators.t-carousel__indicators_light {
    padding: 15px 0 18px
}

.t-carousel__indicators.t-carousel__indicators_bold {
    padding: 24px 0 21px
}

.t-carousel__indicators .t-carousel__indicator {
    display: inline-block;
    width: 8px;
    height: 8px;
    margin: 0 6px;
    text-indent: -999px;
    cursor: pointer;
    background-color: #222;
    border: none;
    border-radius: 10px;
    opacity: .4;
    -webkit-transition: .2s ease-in-out opacity;
    -moz-transition: .2s ease-in-out opacity;
    -o-transition: .2s ease-in-out opacity;
    transition: .2s ease-in-out opacity
}

@media screen and (max-width:640px) {

    .t-carousel__indicators.carousel-indicators,
    .t-carousel__indicators.t-carousel__indicators_light,
    .t-carousel__indicators.t-carousel__indicators_bold {
        padding: 15px 0
    }
}

.t-carousel__indicators.t-carousel__indicators_light .t-carousel__indicator {
    width: 4px;
    height: 4px;
    margin: 0 5px
}

.t-carousel__indicators.t-carousel__indicators_bold .t-carousel__indicator {
    width: 10px;
    height: 10px;
    margin: 0 6px
}

.t-carousel__indicators .t-carousel__indicator:hover {
    opacity: .8
}

.t-carousel__indicators .t-carousel__indicator.active {
    opacity: 1
}

.t-carousel__indicators.t-carousel__indicators_inside {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0
}

.t-carousel__caption-inside {
    display: none
}

.t-carousel__caption_wrapper {
    border-top: 1px solid #eee;
    padding: 14px 0
}

.t-carousel__descr {
    margin-top: 5px;
    color: #777
}

.t-mbfix {
    opacity: .01;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
    position: fixed;
    width: 100%;
    height: 500px;
    background-color: white;
    top: 0;
    left: 0;
    z-index: 10000;
    -webkit-transition: all 0.1s ease;
    transition: all 0.1s ease
}

.t-mbfix_hide {
    -webkit-transform: translateX(3000px);
    -ms-transform: translateX(3000px);
    transform: translateX(3000px)
}

.r_anim {
    -webkit-transition: opacity 0.5s;
    transition: opacity 0.5s
}

.r_hidden {
    opacity: 0
}

.r_showed {
    opacity: 1
}

img:not([src]) {
    visibility: hidden
}

.t-rec_pt_0 {
    padding-top: 0
}

.t-rec_pt_15 {
    padding-top: 15px
}

.t-rec_pt_30 {
    padding-top: 30px
}

.t-rec_pt_45 {
    padding-top: 45px
}

.t-rec_pt_60 {
    padding-top: 60px
}

.t-rec_pt_75 {
    padding-top: 75px
}

.t-rec_pt_90 {
    padding-top: 90px
}

.t-rec_pt_105 {
    padding-top: 105px
}

.t-rec_pt_120 {
    padding-top: 120px
}

.t-rec_pt_135 {
    padding-top: 135px
}

.t-rec_pt_150 {
    padding-top: 150px
}

.t-rec_pt_165 {
    padding-top: 165px
}

.t-rec_pt_180 {
    padding-top: 180px
}

.t-rec_pt_195 {
    padding-top: 195px
}

.t-rec_pt_210 {
    padding-top: 210px
}

.t-rec_pb_0 {
    padding-bottom: 0
}

.t-rec_pb_15 {
    padding-bottom: 15px
}

.t-rec_pb_30 {
    padding-bottom: 30px
}

.t-rec_pb_45 {
    padding-bottom: 45px
}

.t-rec_pb_60 {
    padding-bottom: 60px
}

.t-rec_pb_75 {
    padding-bottom: 75px
}

.t-rec_pb_90 {
    padding-bottom: 90px
}

.t-rec_pb_105 {
    padding-bottom: 105px
}

.t-rec_pb_120 {
    padding-bottom: 120px
}

.t-rec_pb_135 {
    padding-bottom: 135px
}

.t-rec_pb_150 {
    padding-bottom: 150px
}

.t-rec_pb_165 {
    padding-bottom: 165px
}

.t-rec_pb_180 {
    padding-bottom: 180px
}

.t-rec_pb_195 {
    padding-bottom: 195px
}

.t-rec_pb_210 {
    padding-bottom: 210px
}

@media screen and (max-width:480px) {
    .t-rec_pt_0 {
        padding-top: 0
    }

    .t-rec_pt_15 {
        padding-top: 15px
    }

    .t-rec_pt_30 {
        padding-top: 30px
    }

    .t-rec_pt_45 {
        padding-top: 45px
    }

    .t-rec_pt_60 {
        padding-top: 60px
    }

    .t-rec_pt_75 {
        padding-top: 75px
    }

    .t-rec_pt_90 {
        padding-top: 90px
    }

    .t-rec_pt_105 {
        padding-top: 90px
    }

    .t-rec_pt_120 {
        padding-top: 90px !important
    }

    .t-rec_pt_135 {
        padding-top: 90px !important
    }

    .t-rec_pt_150 {
        padding-top: 90px !important
    }

    .t-rec_pt_165 {
        padding-top: 90px !important
    }

    .t-rec_pt_180 {
        padding-top: 120px !important
    }

    .t-rec_pt_195 {
        padding-top: 120px !important
    }

    .t-rec_pt_210 {
        padding-top: 120px !important
    }

    .t-rec_pb_0 {
        padding-bottom: 0
    }

    .t-rec_pb_15 {
        padding-bottom: 15px
    }

    .t-rec_pb_30 {
        padding-bottom: 30px
    }

    .t-rec_pb_45 {
        padding-bottom: 45px
    }

    .t-rec_pb_60 {
        padding-bottom: 60px
    }

    .t-rec_pb_75 {
        padding-bottom: 75px
    }

    .t-rec_pb_90 {
        padding-bottom: 90px
    }

    .t-rec_pb_105 {
        padding-bottom: 90px
    }

    .t-rec_pb_120 {
        padding-bottom: 90px !important
    }

    .t-rec_pb_135 {
        padding-bottom: 90px !important
    }

    .t-rec_pb_150 {
        padding-bottom: 90px !important
    }

    .t-rec_pb_165 {
        padding-bottom: 90px !important
    }

    .t-rec_pb_180 {
        padding-bottom: 120px !important
    }

    .t-rec_pb_195 {
        padding-bottom: 120px !important
    }

    .t-rec_pb_210 {
        padding-bottom: 120px !important
    }
}

@media screen and (max-width:480px) {
    .t-rec_pt-res-480_0 {
        padding-top: 0 !important
    }

    .t-rec_pt-res-480_15 {
        padding-top: 15px !important
    }

    .t-rec_pt-res-480_30 {
        padding-top: 30px !important
    }

    .t-rec_pt-res-480_45 {
        padding-top: 45px !important
    }

    .t-rec_pt-res-480_60 {
        padding-top: 60px !important
    }

    .t-rec_pt-res-480_75 {
        padding-top: 75px !important
    }

    .t-rec_pt-res-480_90 {
        padding-top: 90px !important
    }

    .t-rec_pt-res-480_105 {
        padding-top: 105px !important
    }

    .t-rec_pt-res-480_120 {
        padding-top: 120px !important
    }

    .t-rec_pt-res-480_135 {
        padding-top: 135px !important
    }

    .t-rec_pt-res-480_150 {
        padding-top: 150px !important
    }

    .t-rec_pt-res-480_165 {
        padding-top: 165px !important
    }

    .t-rec_pt-res-480_180 {
        padding-top: 180px !important
    }

    .t-rec_pt-res-480_195 {
        padding-top: 195px !important
    }

    .t-rec_pt-res-480_210 {
        padding-top: 210px !important
    }

    .t-rec_pb-res-480_0 {
        padding-bottom: 0 !important
    }

    .t-rec_pb-res-480_15 {
        padding-bottom: 15px !important
    }

    .t-rec_pb-res-480_30 {
        padding-bottom: 30px !important
    }

    .t-rec_pb-res-480_45 {
        padding-bottom: 45px !important
    }

    .t-rec_pb-res-480_60 {
        padding-bottom: 60px !important
    }

    .t-rec_pb-res-480_75 {
        padding-bottom: 75px !important
    }

    .t-rec_pb-res-480_90 {
        padding-bottom: 90px !important
    }

    .t-rec_pb-res-480_105 {
        padding-bottom: 105px !important
    }

    .t-rec_pb-res-480_120 {
        padding-bottom: 120px !important
    }

    .t-rec_pb-res-480_135 {
        padding-bottom: 135px !important
    }

    .t-rec_pb-res-480_150 {
        padding-bottom: 150px !important
    }

    .t-rec_pb-res-480_165 {
        padding-bottom: 165px !important
    }

    .t-rec_pb-res-480_180 {
        padding-bottom: 180px !important
    }

    .t-rec_pb-res-480_195 {
        padding-bottom: 195px !important
    }

    .t-rec_pb-res-480_210 {
        padding-bottom: 210px !important
    }
}

.t-body_scroll-locked {
    position: fixed;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden
}

@media screen and (max-width:640px) {
    .t119__preface {
        font-size: 18px
    }

}

.t184__uptitle {
    position: absolute;
    top: 0;
    left: 0;
    letter-spacing: 2px;
    color: #fff;
    font-size: 18px;
    line-height: 1.54;
    font-weight: 300;
    padding-top: 90px;
    width: 100%
}

.t184__title {
    color: #000;
    padding: 24px 0 40px 0;
    letter-spacing: 2px
}




.t184__descr {
  /*  position: absolute;
    bottom: 0;
    left: 0;*/
    line-height: 28px;
    font-size: 24px;
    color: #000;
    padding: 0 0 90px 0;
    font-weight: 300;
    margin: 0 auto;
    letter-spacing: 1px;
    width: 100%
}

@media screen and (max-width:640px) {
    .t184__title {
        font-size: 30px;
        line-height: 30px;
        padding-left: 10px;
        padding-right: 10px;
        box-sizing: border-box
    }

    .t184__uptitle {
        font-size: 12px;
        padding-left: 10px;
        padding-right: 10px;
        box-sizing: border-box
    }

    .t184__descr {
        padding-left: 10px;
        padding-right: 10px;
        font-size: 14px;
        line-height: 20px;
        box-sizing: border-box
    }
}

.t397__col {
    margin: 0 auto
}

.t397__wrapper {
    display: table;
    width: 100%
}

.t397__tab {
    display: table-cell;
    cursor: pointer;
    border-bottom-color: #eee
}

.t397__title {
    padding: 0 10px;
    color: #777;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    padding-bottom: 18px
}

.t397 .t-align_left .t397__title {
    padding-left: 0
}

.t397 .t-align_right .t397__title {
    padding-right: 0
}

.t397__width_20 {
    width: 20%
}

.t397__width_25 {
    width: 25%
}

.t397__width_33 {
    width: 33.3%
}

.t397__width_50 {
    width: 50%
}

.t397__width_100 {
    width: 100%
}

.t397__tab_active {
    border-bottom: 1px solid #ff8562;
    cursor: default
}

.t397__tab_active .t397__title {
    color: #ff8562;
    padding-bottom: 18px
}

.t379__off {
    display: none !important
}

.t397__select {
    -webkit-appearance: none;
    padding: 16px 20px;
    width: 100%;
    box-sizing: border-box;
    background-color: transparent;
    border-radius: 0;
    border: 1px solid;
    outline: none;
    margin: 0;
    font-size: 16px
}

.t397__wrapper_mobile {
    position: relative;
    display: none
}

.t397__wrapper_mobile:after {
    content: ' ';
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 5px 4px 0 4px;
    position: absolute;
    top: 50%;
    right: 20px;
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%)
}

.t397__firefoxfix {
    width: 16px;
    position: absolute;
    top: 1px;
    right: 1px;
    bottom: 1px;
    pointer-events: none
}

.t397 .t-align_left .t397__tab_active {
    position: relative
}

@media screen and (max-width:960px) {
    .t397__col {
        padding: 0 20px;
        box-sizing: border-box
    }

    .t397__col.t-width_8 {
        max-width: 640px
    }

    .t397__wrapper_mobile {
        display: block
    }

    .t397__wrapper {
        display: none
    }
}

.t457__logo {
    margin-top: 30px;
    width: 100%
}

.t457__img {
    max-width: 150px
}

.t457 {
    text-align: center
}

.t457__ul {
    text-align: center;
    list-style-type: none;
    padding-left: 10px !important;
    padding-top: 16px;
    padding-right: 10px;
    padding-bottom: 0;
    margin: 0
}

.t457__li {
    clear: both;
    font-family: 'Roboto', Arial, sans-serif;
    color: #000;
    font-size: 14px;
    display: inline;
    padding-left: 15px;
    padding-right: 15px;
    margin: 0;
    font-weight: 600
}

.t457 a {
    text-decoration: none
}

.t457__copyright {
    text-align: center;
    font-family: 'Roboto', Arial, sans-serif;
    font-size: 14px;
    color: #000;
    filter: alpha(opacity=70);
    KHTMLOpacity: .7;
    MozOpacity: .7;
    opacity: .7;
    padding-top: 40px;
    padding-bottom: 10px
}

@media screen and (max-width:960px) {
    .t457__ul {
        padding-top: 16px
    }
}

@media screen and (max-width:640px) {
    .t457 li {
        display: inline-block;
        margin-bottom: 20px
    }
}

.t565 .t-section__topwrapper {
    margin-bottom: 105px
}

.t565 .t-section__title {
    margin-bottom: 40px
}

.t565 .t-section__descr {
    max-width: 560px
}

.t565 .t-section__bottomwrapper {
    margin-top: 105px
}

.t565__mainblock:after,
.t565__mainblock:before {
    content: '';
    display: table;
    clear: both
}

.t565__item {
    position: relative;
    padding-bottom: 30px
}

.t565__item:last-child {
    padding-bottom: 0 !important
}

.t565__block {
    padding-right: 56px;
    padding-left: 0 !important
}

.t565__block-flipped {
    padding-right: 0 !important;
    padding-left: 56px
}

.t565__mainblock {
    margin: 0 auto
}

.t565__line {
    position: absolute;
    width: 2px;
    top: 0;
    background: #222;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 0 auto
}

.t565__item:first-child .t565__line {
    top: 10px
}

.t565__item:last-child .t565__line {
    height: 10px;
    bottom: auto
}

.t565__col {
    width: 50%;
    text-align: right
}

.t565__flipped {
    float: right !important;
    text-align: left
}

.t565__circle {
    width: 46px;
    height: 46px;
    position: absolute;
    right: 0;
    left: 0;
    top: 5px;
    margin: 0 auto;
    background-color: #222;
    border-radius: 100%;
    border: 2px solid #fff
}

.t565__number {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    text-align: center;
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    color: #fff
}

.t565__img {
    width: 100%;
    display: block;
    margin-bottom: 14px;
    margin-left: auto
}

.t565__flipped .t565__img {
    margin-left: 0
}

.t565__title {
    margin-bottom: 6px;
    margin-top: 10px
}

.t565__descr {
    margin-top: 10px;
    margin-bottom: 5px
}

@media only screen and (max-width:960px) {
    .t565 .t-section__bottomwrapper {
        margin-top: 45px
    }

    .t565 .t-section__topwrapper {
        margin-bottom: 45px
    }

    .t565 .t-section__title {
        margin-bottom: 20px
    }

    .t565__container {
        padding: 0 20px;
        box-sizing: border-box
    }
}

@media only screen and (max-width:640px) {
    .t565 .t-section__bottomwrapper {
        margin-top: 15px
    }

    .t565__title {
        margin-bottom: 0;
        margin-top: 2px
    }

    .t565__descr {
        margin-top: 5px
    }

    .t565__circle {
        position: relative;
        top: 0;
        left: 0;
        right: auto;
        margin-left: 0
    }

    .t565__item {
        padding-bottom: 0 !important
    }

    .t565__col {
        float: none;
        text-align: left;
        width: 100%
    }

    .t565__linewrapper,
    .t565__block,
    .t565__block-flipped {
        display: table-cell;
        vertical-align: top;
        padding-bottom: 30px
    }

    .t565__linewrapper {
        position: relative;
        padding-bottom: 30px
    }

    .t565__block,
    .t565__block-flipped {
        padding-left: 20px !important;
        padding-right: 0 !important
    }

    .t565__line {
        right: auto;
        left: 50%;
        -moz-transform: translate(-50%, 0);
        -ms-transform: translate(-50%, 0);
        -webkit-transform: translate(-50%, 0);
        -o-transform: translate(-50%, 0);
        transform: translate(-50%, 0)
    }

    .t565__img {
        margin-left: 0
    }
}

.t585__header {
    position: relative;
    cursor: pointer;
    padding: 27px 50px 27px 0;
    border-top: 1px solid #eee
}

.t585__icon {
    position: absolute;
    right: 0;
    top: 50%;
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 24px;
    height: 24px;
    padding: 8px;
    -webkit-transition: opacity ease-in-out .2s;
    -moz-transition: opacity ease-in-out .2s;
    -o-transition: opacity ease-in-out .2s;
    transition: opacity ease-in-out .2s
}

.t585__icon-hover {
    opacity: 0
}

.t585__header:hover .t585__icon {
    opacity: 0
}

.t585__header:hover .t585__icon-hover {
    opacity: 1
}

.t585__circle {
    position: absolute;
    width: 40px;
    height: 40px;
    top: 0;
    left: 0;
    border-radius: 100px
}

.t585__lines {
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
    -webkit-transition: all ease-in-out .3s;
    -moz-transition: all ease-in-out .3s;
    -o-transition: all ease-in-out .3s;
    transition: all ease-in-out .3s;
    -moz-transform: rotate(0);
    -ms-transform: rotate(0);
    -webkit-transform: rotate(0);
    -o-transform: rotate(0);
    transform: rotate(0);
    z-index: 1
}

.t585__opened .t585__lines {
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
    z-index: 1;
    -webkit-transition: all ease-in-out .3s;
    -moz-transition: all ease-in-out .3s;
    -o-transition: all ease-in-out .3s;
    transition: all ease-in-out .3s
}

.t585__content {
    display: none;
    -webkit-transition: max-height ease-in-out .3s, opacity ease-in-out .3s;
    -moz-transition: max-height ease-in-out .3s, opacity ease-in-out .3s;
    -o-transition: max-height ease-in-out .3s, opacity ease-in-out .3s;
    transition: max-height ease-in-out .3s, opacity ease-in-out .3s
}

.t585__textwrapper {
    padding: 0 0 20px
}

.t585__text {
    margin-bottom: 20px
}

.t585__img {
    display: block;
    width: 100%;
    margin-bottom: 14px
}

.t585__border {
    width: 100%;
    height: 1px;
    background-color: #eee
}

@media screen and (max-width:650px) {
    .t585__header {
        padding-top: 15px;
        padding-bottom: 14px
    }

    .t585__text {
        margin-bottom: 15px
    }

    .t585__textwrapper {
        padding: 0 0 10px
    }
}

.t664__wrapper {
    position: relative;
    padding: 40px;
    border-radius: 9px
}

.t664__col {
    margin-bottom: 20px
}

.t664__col:last-child {
    margin-bottom: 0 !important
}

.t664__question {
    margin-bottom: 16px
}

.t664__question-name,
.t664__answer-name {
    display: table-cell;
    vertical-align: top;
    width: 120px;
    color: #999;
    padding-right: 15px;
    font-weight: 700;
}

.t664__question-text,
.t664__answer-text {
    display: table-cell;
    vertical-align: top
}

@media screen and (max-width:725px) {
    .t664__wrapper {
        padding: 16px 22px 16px !important
    }

    .t664__question-name,
    .t664__answer-name {
        padding-top: 2px
    }

    .t664__question {
        margin-bottom: 9px
    }
}

@media screen and (max-width:640px) {

    .t664__question-name,
    .t664__answer-name {
        width: 100% !important;
        display: block;
        margin-bottom: 2px
    }

    .t664__question {
        margin-bottom: 13px
    }
}

.t678 .t-section__topwrapper {
    margin-bottom: 75px
}

.t678 .t-section__title {
    margin-bottom: 30px
}

.t678 .t-section__descr {
    max-width: 560px;
    margin: 0 auto
}

.t678 .t-form__inputsbox {
    -webkit-transition: max-height 0.3s cubic-bezier(.19, 1, .22, 1);
    transition: max-height 0.3s cubic-bezier(.19, 1, .22, 1);
    max-height: 30000px
}

.t678__inputsbox_hidden.t-form__inputsbox {
    overflow: hidden;
    max-height: 0;
    opacity: 0
}

.t678 .t-input-group {
    margin-bottom: 25px
}

.t678 .t-input-block textarea {
    padding-top: 17px
}

.t678 .t-input-block textarea.t-input_pvis {
    padding-top: 26px
}

.t678 .t-input-title {
    padding-bottom: 5px;
    font-weight: 500;
    padding-top: 7px;
}

.t678 .t-input-subtitle {
    padding-bottom: 15px
}

.t678 .t-input-group_rd .t-input-subtitle {
    padding-bottom: 5px
}

.t678 .t-inputtime,
.t678 .t-datepicker__wrapper {
    max-width: 245px
}

.t678 .t-form__submit {
    display: block;
    text-align: center;
    vertical-align: middle;
    height: 100%;
    margin-top: 30px;
    margin-bottom: 10px
}

.t678 .t-form_bbonly .t-input-title {
    padding-bottom: 0;
    margin-bottom: 0
}

.t678 .t-form_bbonly .t-input-subtitle {
    padding-bottom: 0;
    padding-top: 5px
}

.t678 .t-form_bbonly .t-input-block {
    margin-bottom: 35px
}

.t678 .t-form__inputsbox .t-input-group_st .t-input-block {
    display: none;
    margin-bottom: 0
}

.t678__form-bottom-text {
    margin-top: 30px;
    text-align: center
}

@media screen and (max-width:640px) {
    .t678 .t-form__submit {
        display: block;
        width: 100%;
        padding-bottom: 20px;
        text-align: center
    }

    .t678 .t-input-block textarea {
        padding-top: 5px
    }

    .t678 .t-input-block {
        padding-right: 0
    }

    .t678 .t-submit {
        width: 100%
    }
        .t-cover__wrapper{
        padding-top: 40px;
        height: auto;
    }
    .t184__descr{
        padding-bottom: 20px;
    }

}

@media screen and (max-width:480px) {

    .t678 .t-inputtime,
    .t678 .t-datepicker__wrapper {
        max-width: 100%
    }
}

.t795__title {
    margin-bottom: 40px
}

.t795__descr {
    max-width: 560px
}

@media screen and (min-width:980px) {

    .t-animate[data-animate-style=fadein],
    .t-animate[data-animate-style=fadeinup],
    .t-animate[data-animate-style=fadeindown],
    .t-animate[data-animate-style=fadeinleft],
    .t-animate[data-animate-style=fadeinright],
    .t-animate[data-animate-style=zoomin],
    .t-animate[data-animate-style=zoomout] {
        opacity: 0;
        -webkit-transition-property: opacity, transform;
        transition-property: opacity, transform;
        -webkit-transition-duration: 1s;
        transition-duration: 1s;
        -webkit-transition-timing-function: cubic-bezier(.19, 1, .22, 1);
        transition-timing-function: cubic-bezier(.19, 1, .22, 1);
        -webkit-backface-visibility: hidden
    }

    .t-title.t-animate {
        -webkit-transition-duration: 1.2s;
        transition-duration: 1.2s
    }

    .t-descr.t-animate,
    .t-subtitle.t-animate,
    .t-text.t-animate,
    .t-uptitle.t-animate {
        -webkit-transition-duration: .7s;
        transition-duration: .7s
    }

    .t-item.t-animate {
        -webkit-transition-duration: .5s;
        transition-duration: .5s
    }

    .t-animate_started[data-animate-style=fadein] {
        opacity: 1
    }

    .t-animate[data-animate-style=fadeinup] {
        -webkit-transform: translate(0, 100px);
        transform: translate(0, 100px)
    }

    .t-animate_started[data-animate-style=fadeinup] {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }

    .t-animate[data-animate-style=fadeindown] {
        -webkit-transform: translate(0, -100px);
        transform: translate(0, -100px)
    }

    .t-animate_started[data-animate-style=fadeindown] {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }

    .t-animate[data-animate-style=fadeinleft] {
        -webkit-transform: translate(100px, 0);
        transform: translate(100px, 0)
    }

    .t-animate_started[data-animate-style=fadeinleft] {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }

    .t-animate[data-animate-style=fadeinright] {
        -webkit-transform: translate(-100px, 0);
        transform: translate(-100px, 0)
    }

    .t-animate_started[data-animate-style=fadeinright] {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }

    .t-animate[data-animate-style=zoomin] {
        -webkit-transform: scale(.9);
        transform: scale(.9)
    }

    .t-animate_started[data-animate-style=zoomin] {
        opacity: 1;
        -webkit-transform: scale(1);
        transform: scale(1)
    }

    .t-animate[data-animate-style=zoomout] {
        -webkit-transform: scale(1.2);
        transform: scale(1.2)
    }

    .t-animate_started[data-animate-style=zoomout] {
        opacity: 1;
        -webkit-transform: scale(1);
        transform: scale(1)
    }

    .t-animate_started[data-animate-distance],
    .t-animate_started[data-animate-scale] {
        -webkit-transform: none !important;
        transform: none !important
    }
}

     #rec121020214 .t397__tab_active {
                    border-bottom-color: #222 !important;
                }

                #rec121020214 .t397__tab_active .t397__title {
                    color: #222 !important;
                    font-weight: 600 !important;
                }

                #rec121020214 .t397__select {
                    border: 1px solid #222;
                    color: #222;
                }

                #rec121020214 .t397__wrapper_mobile:after {
                    border-color: #222 transparent transparent transparent;
                }

                #rec121020214 .t397__firefoxfix {
                    top: 1px;
                    bottom: 1px;
                    right: 1px;
                }
 #rec119500768 input::-webkit-input-placeholder {
                                    color: #000000;
                                    opacity: 0.5;
                                }

                                #rec119500768 input::-moz-placeholder {
                                    color: #000000;
                                    opacity: 0.5;
                                }

                                #rec119500768 input:-moz-placeholder {
                                    color: #000000;
                                    opacity: 0.5;
                                }

                                #rec119500768 input:-ms-input-placeholder {
                                    color: #000000;
                                    opacity: 0.5;
                                }

                                #rec119500768 textarea::-webkit-input-placeholder {
                                    color: #000000;
                                    opacity: 0.5;
                                }

                                #rec119500768 textarea::-moz-placeholder {
                                    color: #000000;
                                    opacity: 0.5;
                                }

                                #rec119500768 textarea:-moz-placeholder {
                                    color: #000000;
                                    opacity: 0.5;
                                }

                                #rec119500768 textarea:-ms-input-placeholder {
                                    color: #000000;
                                    opacity: 0.5;
                                }
 #rec119500768 .t-btn[data-btneffects-first],
                #rec119500768 .t-btn[data-btneffects-second],
                #rec119500768 .t-submit[data-btneffects-first],
                #rec119500768 .t-submit[data-btneffects-second] {
                    position: relative;
                    overflow: hidden;
                    -webkit-transform: translate3d(0, 0, 0);
                    transform: translate3d(0, 0, 0);
                }
                .accordion {
  background-color: #fff;
  color: #444;
  cursor: pointer;
  padding: 18px;
  width: 100%;
  border: none;
  text-align: left;
  outline: none;
  font-size: 25px;
  transition: 0.4s;
  /*border-bottom: 1px solid #eee;*/
  /*border-top: 1px solid #eee;*/
  padding-left: 0px;
}

.active, .accordion:hover {
  background-color: #fff; 
}

.panel {
  padding: 0 18px;
  display: none;
  background-color: white;
  overflow: hidden;
}

@media (orientation: landscape) and (max-width: 1024px){
    .t-valign_middle{
        vertical-align: top;
    }
    .t-title_xxl{
        font-size: 60px;
        line-height: 1.2;
    }
}

.search-text0{
     opacity:0.70; text-align: center; font-size: 25px;line-height: 35px;
}


[type="file"] + label {
  background: #2196F3;
  border: none;
  border-radius: 5px;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  font-family: 'Poppins', sans-serif;
  font-size: inherit;
  font-weight: 600;
  margin-bottom: 1rem;
  outline: none;
  padding: 1rem 50px;
  position: relative;
  transition: all 0.3s;
  vertical-align: middle;
  }

  [type="file"] + .mobno1 {
  background: #2196F3;
  border: none;
  border-radius: 5px;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  font-family: 'Poppins', sans-serif;
  font-size: inherit;
  font-weight: 600;
  margin-bottom: 1rem;
  outline: none;
  padding: 1rem 50px;
  position: relative;
  transition: all 0.3s;
  vertical-align: middle;
  }

#output{
    max-width: 200px;
    width: 100%;
    margin-bottom: 5px;
}

#output1{
    max-width: 200px;
    width: 100%;
    margin-bottom: 5px;
}
[type="file"] {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  white-space: nowrap;
  width: 1px;
}
 
[type="file"] + label {
  background-color: #4caf50;
  border-radius: 8px;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  padding-left: 2rem 4rem;
}
  
/*[type="file"]:focus + label,
[type="file"] + label:hover {
    background-color: #f15d22;
}
  
[type="file"]:focus + label {
  outline: 1px dotted #000;
}*/
 

[type="file"] + .foto-g {
  background-color: #000;
  border-radius: 0rem;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  padding-left: 2rem 4rem;
  background:url("../img/photog2.png");
        background-size: 80%;
        background-position: left center;
        background-repeat: no-repeat;
        padding: 29px 30px;
}





[type="file"] + .nesto {
  background-color: #000;
  border-radius: 0rem;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  padding-left: 2rem 4rem;
  background:url("../img/3901.png");
        background-size: 82%;
        background-position: left center;
        background-repeat: no-repeat;
        padding: 29px 30px;
}
    
[type="file"]:focus + .nesto,
[type="file"] + .nesto:hover {
    background-color: transparent;
}
  
[type="file"]:focus + .nesto {
  outline: none;
}

.fanc .t-descr_md{
    font-weight: normal;
}

.fanc span{
    width: 30%;
    float: left;
}

.fanc label{
    float: right;
    margin-top: -26px;
}
.fanc2{
    clear: both;
}


.fanc {
    border-bottom: 1px solid #ccc;
    border-top: 1px solid #ccc;
    padding: 5px 5px 10px;
}

.fanc2 {
    border-bottom: 1px solid #ccc;
    border-top: none;
    padding: 0px 5px 10px;
}
#s_name_error, #s_email_error, #message_error, #message2_error, #message3_error{
    color: red;
    font-size: 16px;
    padding: 5px 0px;
    font-weight: bold;
     font-family: 'Roboto', Arial, sans-serif;
}
#dugmence{
    cursor: pointer;
    padding: 12px 5px;
    background-color: #000;
    border-radius: 5px;
    color: #fff;
    font-weight: bold;
    font-size: 20px;
    text-align: center;
    max-width: 200px;
    margin: 10px auto;
    font-family: 'Roboto', Arial, sans-serif;
}
.drugikorak{
    display: none;
}

.gifloader {
    max-width: 100px;
    width: 100%;
    text-align: center;
    margin: 50px auto;
    display: none;
}

.gifloader img{
    max-width: 70px;
    width: 100%;
    text-align: center;
    margin: auto;
}
.prijava{
    font-size: 20px;
    font-family: 'Roboto', Arial, sans-serif;
    font-weight: bold;
    margin: 20px auto;
    line-height: 30px;
}
.drugikorak span{
    font-size: 18px;
}
.text-area{
    min-height: 110px;
}

.text-area2{
    min-height: 150px;
}

@media(max-width: 768px){
    .mob{
        display: block;
    }


[type="file"] {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  white-space: nowrap;
  width: 1px;

}



    .desk{
        display: none;
    }
    .t184__descr {

    font-size: 22px;
    line-height: 23px;
    padding-left: 21px;
    padding-right: 21px;
}
#rec119475129{
    padding-top: 20px!important;
}
.t-col{
        padding-left: 10px;
    padding-right: 10px;
}
.t119__preface {
    font-size: 19px;
}
#rec119478490{
    padding-top: 5px!important;
}
.t457__copyright{
    padding-top: 20px;
}
}
@media(max-width: 478px){
    .prijava{
        font-size: 17px;
        line-height: 24px;
        margin-top: 0px;
    }
    .drugikorak span {
    font-size: 16px;
}
    .text-area{
    min-height: 150px;
}

.text-area2{
    min-height: 170px;
}
    .fanc span{
    width: 70%;

}
.search-text0{
    font-size: 20px;
    line-height: 25px;
}
.search-text2 {
    font-size: 18px!important;
}
.t664__wrapper {
    padding: 12px 11px 12px !important;
}
.t565 .t-section__title {
    margin-bottom: 20px;
}
.t565__block{
    padding-bottom: 5px;
}

#rec119477485 {
    padding-top: 21px!important;
    padding-bottom: 3px!important;
}
.t678 .t-form__submit{
    margin-top: 0px;
    margin-bottom: 0px;
    padding-bottom: 5px;
   /* text-align: left;*/
}
.t-input{
    height: 37px;
}
.t678 .t-input-title{
    padding-bottom: 3px;
    padding-top: 8px;
}
[type="file"] + label{
    padding: 10px 38px;
}
.submit_button{
    font-size: 18px;
    height: 50px;
}
.alert-success {
    width: 95%;
    padding: 15px 5px;
    border-radius: 5px;
    text-align: center;
    font-size: 17px;
    font-weight: normal;
    font-family: 'Roboto', Arial, sans-serif;
    margin-bottom: 15px;
    padding: 20px 5px;
    line-height: 23px;
    
}
}

.alert-danger {
    width: 100%;
    padding: 5px 5px;
    margin-top: 10px;
    background: #ee2e25;
    border: 2px solid #c3e6cb;
    color: #fff;
    border-radius: 5px;
    text-align: center;
    font-size: 18px;
    font-weight: normal;
    font-family: 'Roboto', Arial, sans-serif;
    margin-bottom: 20px;
}

.cookie-box {
    text-align: center;
    padding: 10px;
    color: #fff;
     font-family: 'Roboto', Arial, sans-serif;
     font-size: 13px;
     line-height: 28px;
     background-color: #000;
     position: sticky;
    bottom: 0px;
    width: auto;
}
.cookie-box a {
    margin-left: 10px;
    text-align: center;
    padding: 5px 10px 5px 10px;
    border-radius: 10px;
    background-color: #231f20;
    cursor: pointer!important;
    color: #fff;
    font-size: 14px;
    text-decoration: none;
    background-color: #fff;
    color: #000;
}
.border {
    /*border-top: 1px solid #ccc;
    max-width: 1200px;
    width: auto;
    margin: 0px auto 30px;*/
}

.naslov {
    font-size: 40px;
    line-height: 1.23;
    font-family: 'Roboto', Arial, sans-serif;
    font-weight: 600;
    color: #000;
    text-align: center;
}



@media(max-width: 768px){
.services-content{
    padding: 10px 0px;
}
.container, .services-box {
    width: 90%;
}

.border {
    margin: 0px auto 20px;
}

.naslov {
    font-size: 25px;
    line-height: 35px;
}

}
@media(max-width: 640px){
    .t-col {
    padding-left: 30px;
    padding-right: 30px;
}

}
@media(max-width:520px){
    .t-col {
    padding-left: 20px;
    padding-right: 20px;
}
.t184__title {
    font-size: 23px;
    line-height: 27px;
}
.text-align li {
    list-style-type: none;
    font-size: 14px;
}
#button-an, #button-an1{
    margin: 20px auto 0px;
}
.t184__title {
    color: #fff;
    padding: 37px 0 31px 0;
    letter-spacing: 2px;
}
.t119__preface h2 {
    margin-bottom: 20px!important;
}
.t119__preface2 img {

    padding-right: 0px;
    width: 100%!important;
    display: block;
}
}
@media(max-width:485px){
.t-cover{
    height: 450px;
}
}
@media (max-width: 400px){
.t-col {
    padding-left: 15px;
    padding-right: 15px;
}
.t184__title {
    font-size: 20px;
    line-height: 27px;
}
.t119__preface h2 {

    font-size: 28px!important;

}

}
/*tel*/

.background-modal{
  background: rgba(0, 0, 0, 0.6);
  padding: 20px;
}
#modal-shootok {
    max-width: 1000px;
    margin:auto;
    background: #fff;
}

.first{
  margin-top: 192.453px;
}



/*tel*/
.iti {
  position: relative;
  display: inline-block;
}

.iti * {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
}

.iti__hide {
  display: none;
}

.iti__v-hide {
  visibility: hidden;
}

.iti input, .iti input[type=text], .iti input[type=tel] {
  position: relative;
  z-index: 0;
  margin-top: 0 !important;
  margin-bottom: 0 !important;
  padding-right: 36px;
  margin-right: 0;
}

.iti__flag-container {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  padding: 1px;
}

.iti__selected-flag {
  z-index: 1;
  position: relative;
  display: flex;
  align-items: center;
  height: 100%;
  padding: 0 6px 0 8px;
}

.iti__arrow {
  margin-left: 6px;
  width: 0;
  height: 0;
  border-left: 3px solid transparent;
  border-right: 3px solid transparent;
  border-top: 4px solid #555;
}

.iti__arrow--up {
  border-top: none;
  border-bottom: 4px solid #555;
}

.iti__country-list {
  position: absolute;
  z-index: 2;
  list-style: none;
  text-align: left;
  padding: 0;
  margin: 0 0 0 -1px;
  box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.2);
  background-color: white;
  border: 1px solid #ccc;
  white-space: nowrap;
  max-height: 200px;
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
}

.iti__country-list--dropup {
  bottom: 100%;
  margin-bottom: -1px;
}

@media (max-width: 500px) {
  .iti__country-list {
    white-space: normal;
  }
}

.iti__flag-box {
  display: inline-block;
  width: 20px;
}

.iti__divider {
  padding-bottom: 5px;
  margin-bottom: 5px;
  border-bottom: 1px solid #ccc;
}

.iti__country {
  padding: 5px 10px;
  outline: none;
}

.iti__dial-code {
  color: #999;
}

.iti__country.iti__highlight {
  background-color: rgba(0, 0, 0, 0.05);
}

.iti__flag-box, .iti__country-name, .iti__dial-code {
  vertical-align: middle;
}

.iti__flag-box, .iti__country-name {
  margin-right: 6px;
}

.iti--allow-dropdown input, .iti--allow-dropdown input[type=text], .iti--allow-dropdown input[type=tel], .iti--separate-dial-code input, .iti--separate-dial-code input[type=text], .iti--separate-dial-code input[type=tel] {
  padding-right: 6px;
  padding-left: 52px;
  margin-left: 0;
}

.iti--allow-dropdown .iti__flag-container, .iti--separate-dial-code .iti__flag-container {
  right: auto;
  left: 0;
}

.iti--allow-dropdown .iti__flag-container:hover {
  cursor: pointer;
}

.iti--allow-dropdown .iti__flag-container:hover .iti__selected-flag {
  background-color: rgba(0, 0, 0, 0.05);
}

.iti--allow-dropdown input[disabled] + .iti__flag-container:hover, .iti--allow-dropdown input[readonly] + .iti__flag-container:hover {
  cursor: default;
}

.iti--allow-dropdown input[disabled] + .iti__flag-container:hover .iti__selected-flag, .iti--allow-dropdown input[readonly] + .iti__flag-container:hover .iti__selected-flag {
  background-color: transparent;
}

.iti--separate-dial-code .iti__selected-flag {
  background-color: rgba(0, 0, 0, 0.05);
}

.iti--separate-dial-code .iti__selected-dial-code {
  margin-left: 6px;
}

.iti--container {
  position: absolute;
  top: -1000px;
  left: -1000px;
  z-index: 1060;
  padding: 1px;
}

.iti--container:hover {
  cursor: pointer;
}

.iti-mobile .iti--container {
  top: 30px;
  bottom: 30px;
  left: 30px;
  right: 30px;
  position: fixed;
}

.iti-mobile .iti__country-list {
  max-height: 100%;
  width: 100%;
}

.iti-mobile .iti__country {
  padding: 10px 10px;
  line-height: 1.5em;
}

.iti__flag {
  width: 20px;
}

.iti__flag.iti__be {
  width: 18px;
}

.iti__flag.iti__ch {
  width: 15px;
}

.iti__flag.iti__mc {
  width: 19px;
}

.iti__flag.iti__ne {
  width: 18px;
}

.iti__flag.iti__np {
  width: 13px;
}

.iti__flag.iti__va {
  width: 15px;
}

@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .iti__flag {
    background-size: 5652px 15px;
  }
}

.iti__flag.iti__ac {
  height: 10px;
  background-position: 0px 0px;
}

.iti__flag.iti__ad {
  height: 14px;
  background-position: -22px 0px;
}

.iti__flag.iti__ae {
  height: 10px;
  background-position: -44px 0px;
}

.iti__flag.iti__af {
  height: 14px;
  background-position: -66px 0px;
}

.iti__flag.iti__ag {
  height: 14px;
  background-position: -88px 0px;
}

.iti__flag.iti__ai {
  height: 10px;
  background-position: -110px 0px;
}

.iti__flag.iti__al {
  height: 15px;
  background-position: -132px 0px;
}

.iti__flag.iti__am {
  height: 10px;
  background-position: -154px 0px;
}

.iti__flag.iti__ao {
  height: 14px;
  background-position: -176px 0px;
}

.iti__flag.iti__aq {
  height: 14px;
  background-position: -198px 0px;
}

.iti__flag.iti__ar {
  height: 13px;
  background-position: -220px 0px;
}

.iti__flag.iti__as {
  height: 10px;
  background-position: -242px 0px;
}

.iti__flag.iti__at {
  height: 14px;
  background-position: -264px 0px;
}

.iti__flag.iti__au {
  height: 10px;
  background-position: -286px 0px;
}

.iti__flag.iti__aw {
  height: 14px;
  background-position: -308px 0px;
}

.iti__flag.iti__ax {
  height: 13px;
  background-position: -330px 0px;
}

.iti__flag.iti__az {
  height: 10px;
  background-position: -352px 0px;
}

.iti__flag.iti__ba {
  height: 10px;
  background-position: -374px 0px;
}

.iti__flag.iti__bb {
  height: 14px;
  background-position: -396px 0px;
}

.iti__flag.iti__bd {
  height: 12px;
  background-position: -418px 0px;
}

.iti__flag.iti__be {
  height: 15px;
  background-position: -440px 0px;
}

.iti__flag.iti__bf {
  height: 14px;
  background-position: -460px 0px;
}

.iti__flag.iti__bg {
  height: 12px;
  background-position: -482px 0px;
}

.iti__flag.iti__bh {
  height: 12px;
  background-position: -504px 0px;
}

.iti__flag.iti__bi {
  height: 12px;
  background-position: -526px 0px;
}

.iti__flag.iti__bj {
  height: 14px;
  background-position: -548px 0px;
}

.iti__flag.iti__bl {
  height: 14px;
  background-position: -570px 0px;
}

.iti__flag.iti__bm {
  height: 10px;
  background-position: -592px 0px;
}

.iti__flag.iti__bn {
  height: 10px;
  background-position: -614px 0px;
}

.iti__flag.iti__bo {
  height: 14px;
  background-position: -636px 0px;
}

.iti__flag.iti__bq {
  height: 14px;
  background-position: -658px 0px;
}

.iti__flag.iti__br {
  height: 14px;
  background-position: -680px 0px;
}

.iti__flag.iti__bs {
  height: 10px;
  background-position: -702px 0px;
}

.iti__flag.iti__bt {
  height: 14px;
  background-position: -724px 0px;
}

.iti__flag.iti__bv {
  height: 15px;
  background-position: -746px 0px;
}

.iti__flag.iti__bw {
  height: 14px;
  background-position: -768px 0px;
}

.iti__flag.iti__by {
  height: 10px;
  background-position: -790px 0px;
}

.iti__flag.iti__bz {
  height: 14px;
  background-position: -812px 0px;
}

.iti__flag.iti__ca {
  height: 10px;
  background-position: -834px 0px;
}

.iti__flag.iti__cc {
  height: 10px;
  background-position: -856px 0px;
}

.iti__flag.iti__cd {
  height: 15px;
  background-position: -878px 0px;
}

.iti__flag.iti__cf {
  height: 14px;
  background-position: -900px 0px;
}

.iti__flag.iti__cg {
  height: 14px;
  background-position: -922px 0px;
}

.iti__flag.iti__ch {
  height: 15px;
  background-position: -944px 0px;
}

.iti__flag.iti__ci {
  height: 14px;
  background-position: -961px 0px;
}

.iti__flag.iti__ck {
  height: 10px;
  background-position: -983px 0px;
}

.iti__flag.iti__cl {
  height: 14px;
  background-position: -1005px 0px;
}

.iti__flag.iti__cm {
  height: 14px;
  background-position: -1027px 0px;
}

.iti__flag.iti__cn {
  height: 14px;
  background-position: -1049px 0px;
}

.iti__flag.iti__co {
  height: 14px;
  background-position: -1071px 0px;
}

.iti__flag.iti__cp {
  height: 14px;
  background-position: -1093px 0px;
}

.iti__flag.iti__cr {
  height: 12px;
  background-position: -1115px 0px;
}

.iti__flag.iti__cu {
  height: 10px;
  background-position: -1137px 0px;
}

.iti__flag.iti__cv {
  height: 12px;
  background-position: -1159px 0px;
}

.iti__flag.iti__cw {
  height: 14px;
  background-position: -1181px 0px;
}

.iti__flag.iti__cx {
  height: 10px;
  background-position: -1203px 0px;
}

.iti__flag.iti__cy {
  height: 14px;
  background-position: -1225px 0px;
}

.iti__flag.iti__cz {
  height: 14px;
  background-position: -1247px 0px;
}

.iti__flag.iti__de {
  height: 12px;
  background-position: -1269px 0px;
}

.iti__flag.iti__dg {
  height: 10px;
  background-position: -1291px 0px;
}

.iti__flag.iti__dj {
  height: 14px;
  background-position: -1313px 0px;
}

.iti__flag.iti__dk {
  height: 15px;
  background-position: -1335px 0px;
}

.iti__flag.iti__dm {
  height: 10px;
  background-position: -1357px 0px;
}

.iti__flag.iti__do {
  height: 14px;
  background-position: -1379px 0px;
}

.iti__flag.iti__dz {
  height: 14px;
  background-position: -1401px 0px;
}

.iti__flag.iti__ea {
  height: 14px;
  background-position: -1423px 0px;
}

.iti__flag.iti__ec {
  height: 14px;
  background-position: -1445px 0px;
}

.iti__flag.iti__ee {
  height: 13px;
  background-position: -1467px 0px;
}

.iti__flag.iti__eg {
  height: 14px;
  background-position: -1489px 0px;
}

.iti__flag.iti__eh {
  height: 10px;
  background-position: -1511px 0px;
}

.iti__flag.iti__er {
  height: 10px;
  background-position: -1533px 0px;
}

.iti__flag.iti__es {
  height: 14px;
  background-position: -1555px 0px;
}

.iti__flag.iti__et {
  height: 10px;
  background-position: -1577px 0px;
}

.iti__flag.iti__eu {
  height: 14px;
  background-position: -1599px 0px;
}

.iti__flag.iti__fi {
  height: 12px;
  background-position: -1621px 0px;
}

.iti__flag.iti__fj {
  height: 10px;
  background-position: -1643px 0px;
}

.iti__flag.iti__fk {
  height: 10px;
  background-position: -1665px 0px;
}

.iti__flag.iti__fm {
  height: 11px;
  background-position: -1687px 0px;
}

.iti__flag.iti__fo {
  height: 15px;
  background-position: -1709px 0px;
}

.iti__flag.iti__fr {
  height: 14px;
  background-position: -1731px 0px;
}

.iti__flag.iti__ga {
  height: 15px;
  background-position: -1753px 0px;
}

.iti__flag.iti__gb {
  height: 10px;
  background-position: -1775px 0px;
}

.iti__flag.iti__gd {
  height: 12px;
  background-position: -1797px 0px;
}

.iti__flag.iti__ge {
  height: 14px;
  background-position: -1819px 0px;
}

.iti__flag.iti__gf {
  height: 14px;
  background-position: -1841px 0px;
}

.iti__flag.iti__gg {
  height: 14px;
  background-position: -1863px 0px;
}

.iti__flag.iti__gh {
  height: 14px;
  background-position: -1885px 0px;
}

.iti__flag.iti__gi {
  height: 10px;
  background-position: -1907px 0px;
}

.iti__flag.iti__gl {
  height: 14px;
  background-position: -1929px 0px;
}

.iti__flag.iti__gm {
  height: 14px;
  background-position: -1951px 0px;
}

.iti__flag.iti__gn {
  height: 14px;
  background-position: -1973px 0px;
}

.iti__flag.iti__gp {
  height: 14px;
  background-position: -1995px 0px;
}

.iti__flag.iti__gq {
  height: 14px;
  background-position: -2017px 0px;
}

.iti__flag.iti__gr {
  height: 14px;
  background-position: -2039px 0px;
}

.iti__flag.iti__gs {
  height: 10px;
  background-position: -2061px 0px;
}

.iti__flag.iti__gt {
  height: 13px;
  background-position: -2083px 0px;
}

.iti__flag.iti__gu {
  height: 11px;
  background-position: -2105px 0px;
}

.iti__flag.iti__gw {
  height: 10px;
  background-position: -2127px 0px;
}

.iti__flag.iti__gy {
  height: 12px;
  background-position: -2149px 0px;
}

.iti__flag.iti__hk {
  height: 14px;
  background-position: -2171px 0px;
}

.iti__flag.iti__hm {
  height: 10px;
  background-position: -2193px 0px;
}

.iti__flag.iti__hn {
  height: 10px;
  background-position: -2215px 0px;
}

.iti__flag.iti__hr {
  height: 10px;
  background-position: -2237px 0px;
}

.iti__flag.iti__ht {
  height: 12px;
  background-position: -2259px 0px;
}

.iti__flag.iti__hu {
  height: 10px;
  background-position: -2281px 0px;
}

.iti__flag.iti__ic {
  height: 14px;
  background-position: -2303px 0px;
}

.iti__flag.iti__id {
  height: 14px;
  background-position: -2325px 0px;
}

.iti__flag.iti__ie {
  height: 10px;
  background-position: -2347px 0px;
}

.iti__flag.iti__il {
  height: 15px;
  background-position: -2369px 0px;
}

.iti__flag.iti__im {
  height: 10px;
  background-position: -2391px 0px;
}

.iti__flag.iti__in {
  height: 14px;
  background-position: -2413px 0px;
}

.iti__flag.iti__io {
  height: 10px;
  background-position: -2435px 0px;
}

.iti__flag.iti__iq {
  height: 14px;
  background-position: -2457px 0px;
}

.iti__flag.iti__ir {
  height: 12px;
  background-position: -2479px 0px;
}

.iti__flag.iti__is {
  height: 15px;
  background-position: -2501px 0px;
}

.iti__flag.iti__it {
  height: 14px;
  background-position: -2523px 0px;
}

.iti__flag.iti__je {
  height: 12px;
  background-position: -2545px 0px;
}

.iti__flag.iti__jm {
  height: 10px;
  background-position: -2567px 0px;
}

.iti__flag.iti__jo {
  height: 10px;
  background-position: -2589px 0px;
}

.iti__flag.iti__jp {
  height: 14px;
  background-position: -2611px 0px;
}

.iti__flag.iti__ke {
  height: 14px;
  background-position: -2633px 0px;
}

.iti__flag.iti__kg {
  height: 12px;
  background-position: -2655px 0px;
}

.iti__flag.iti__kh {
  height: 13px;
  background-position: -2677px 0px;
}

.iti__flag.iti__ki {
  height: 10px;
  background-position: -2699px 0px;
}

.iti__flag.iti__km {
  height: 12px;
  background-position: -2721px 0px;
}

.iti__flag.iti__kn {
  height: 14px;
  background-position: -2743px 0px;
}

.iti__flag.iti__kp {
  height: 10px;
  background-position: -2765px 0px;
}

.iti__flag.iti__kr {
  height: 14px;
  background-position: -2787px 0px;
}

.iti__flag.iti__kw {
  height: 10px;
  background-position: -2809px 0px;
}

.iti__flag.iti__ky {
  height: 10px;
  background-position: -2831px 0px;
}

.iti__flag.iti__kz {
  height: 10px;
  background-position: -2853px 0px;
}

.iti__flag.iti__la {
  height: 14px;
  background-position: -2875px 0px;
}

.iti__flag.iti__lb {
  height: 14px;
  background-position: -2897px 0px;
}

.iti__flag.iti__lc {
  height: 10px;
  background-position: -2919px 0px;
}

.iti__flag.iti__li {
  height: 12px;
  background-position: -2941px 0px;
}

.iti__flag.iti__lk {
  height: 10px;
  background-position: -2963px 0px;
}

.iti__flag.iti__lr {
  height: 11px;
  background-position: -2985px 0px;
}

.iti__flag.iti__ls {
  height: 14px;
  background-position: -3007px 0px;
}

.iti__flag.iti__lt {
  height: 12px;
  background-position: -3029px 0px;
}

.iti__flag.iti__lu {
  height: 12px;
  background-position: -3051px 0px;
}

.iti__flag.iti__lv {
  height: 10px;
  background-position: -3073px 0px;
}

.iti__flag.iti__ly {
  height: 10px;
  background-position: -3095px 0px;
}

.iti__flag.iti__ma {
  height: 14px;
  background-position: -3117px 0px;
}

.iti__flag.iti__mc {
  height: 15px;
  background-position: -3139px 0px;
}

.iti__flag.iti__md {
  height: 10px;
  background-position: -3160px 0px;
}

.iti__flag.iti__me {
  height: 10px;
  background-position: -3182px 0px;
}

.iti__flag.iti__mf {
  height: 14px;
  background-position: -3204px 0px;
}

.iti__flag.iti__mg {
  height: 14px;
  background-position: -3226px 0px;
}

.iti__flag.iti__mh {
  height: 11px;
  background-position: -3248px 0px;
}

.iti__flag.iti__mk {
  height: 10px;
  background-position: -3270px 0px;
}

.iti__flag.iti__ml {
  height: 14px;
  background-position: -3292px 0px;
}

.iti__flag.iti__mm {
  height: 14px;
  background-position: -3314px 0px;
}

.iti__flag.iti__mn {
  height: 10px;
  background-position: -3336px 0px;
}

.iti__flag.iti__mo {
  height: 14px;
  background-position: -3358px 0px;
}

.iti__flag.iti__mp {
  height: 10px;
  background-position: -3380px 0px;
}

.iti__flag.iti__mq {
  height: 14px;
  background-position: -3402px 0px;
}

.iti__flag.iti__mr {
  height: 14px;
  background-position: -3424px 0px;
}

.iti__flag.iti__ms {
  height: 10px;
  background-position: -3446px 0px;
}

.iti__flag.iti__mt {
  height: 14px;
  background-position: -3468px 0px;
}

.iti__flag.iti__mu {
  height: 14px;
  background-position: -3490px 0px;
}

.iti__flag.iti__mv {
  height: 14px;
  background-position: -3512px 0px;
}

.iti__flag.iti__mw {
  height: 14px;
  background-position: -3534px 0px;
}

.iti__flag.iti__mx {
  height: 12px;
  background-position: -3556px 0px;
}

.iti__flag.iti__my {
  height: 10px;
  background-position: -3578px 0px;
}

.iti__flag.iti__mz {
  height: 14px;
  background-position: -3600px 0px;
}

.iti__flag.iti__na {
  height: 14px;
  background-position: -3622px 0px;
}

.iti__flag.iti__nc {
  height: 10px;
  background-position: -3644px 0px;
}

.iti__flag.iti__ne {
  height: 15px;
  background-position: -3666px 0px;
}

.iti__flag.iti__nf {
  height: 10px;
  background-position: -3686px 0px;
}

.iti__flag.iti__ng {
  height: 10px;
  background-position: -3708px 0px;
}

.iti__flag.iti__ni {
  height: 12px;
  background-position: -3730px 0px;
}

.iti__flag.iti__nl {
  height: 14px;
  background-position: -3752px 0px;
}

.iti__flag.iti__no {
  height: 15px;
  background-position: -3774px 0px;
}

.iti__flag.iti__np {
  height: 15px;
  background-position: -3796px 0px;
}

.iti__flag.iti__nr {
  height: 10px;
  background-position: -3811px 0px;
}

.iti__flag.iti__nu {
  height: 10px;
  background-position: -3833px 0px;
}

.iti__flag.iti__nz {
  height: 10px;
  background-position: -3855px 0px;
}

.iti__flag.iti__om {
  height: 10px;
  background-position: -3877px 0px;
}

.iti__flag.iti__pa {
  height: 14px;
  background-position: -3899px 0px;
}

.iti__flag.iti__pe {
  height: 14px;
  background-position: -3921px 0px;
}

.iti__flag.iti__pf {
  height: 14px;
  background-position: -3943px 0px;
}

.iti__flag.iti__pg {
  height: 15px;
  background-position: -3965px 0px;
}

.iti__flag.iti__ph {
  height: 10px;
  background-position: -3987px 0px;
}

.iti__flag.iti__pk {
  height: 14px;
  background-position: -4009px 0px;
}

.iti__flag.iti__pl {
  height: 13px;
  background-position: -4031px 0px;
}

.iti__flag.iti__pm {
  height: 14px;
  background-position: -4053px 0px;
}

.iti__flag.iti__pn {
  height: 10px;
  background-position: -4075px 0px;
}

.iti__flag.iti__pr {
  height: 14px;
  background-position: -4097px 0px;
}

.iti__flag.iti__ps {
  height: 10px;
  background-position: -4119px 0px;
}

.iti__flag.iti__pt {
  height: 14px;
  background-position: -4141px 0px;
}

.iti__flag.iti__pw {
  height: 13px;
  background-position: -4163px 0px;
}

.iti__flag.iti__py {
  height: 11px;
  background-position: -4185px 0px;
}

.iti__flag.iti__qa {
  height: 8px;
  background-position: -4207px 0px;
}

.iti__flag.iti__re {
  height: 14px;
  background-position: -4229px 0px;
}

.iti__flag.iti__ro {
  height: 14px;
  background-position: -4251px 0px;
}

.iti__flag.iti__rs {
  height: 14px;
  background-position: -4273px 0px;
}

.iti__flag.iti__ru {
  height: 14px;
  background-position: -4295px 0px;
}

.iti__flag.iti__rw {
  height: 14px;
  background-position: -4317px 0px;
}

.iti__flag.iti__sa {
  height: 14px;
  background-position: -4339px 0px;
}

.iti__flag.iti__sb {
  height: 10px;
  background-position: -4361px 0px;
}

.iti__flag.iti__sc {
  height: 10px;
  background-position: -4383px 0px;
}

.iti__flag.iti__sd {
  height: 10px;
  background-position: -4405px 0px;
}

.iti__flag.iti__se {
  height: 13px;
  background-position: -4427px 0px;
}

.iti__flag.iti__sg {
  height: 14px;
  background-position: -4449px 0px;
}

.iti__flag.iti__sh {
  height: 10px;
  background-position: -4471px 0px;
}

.iti__flag.iti__si {
  height: 10px;
  background-position: -4493px 0px;
}

.iti__flag.iti__sj {
  height: 15px;
  background-position: -4515px 0px;
}

.iti__flag.iti__sk {
  height: 14px;
  background-position: -4537px 0px;
}

.iti__flag.iti__sl {
  height: 14px;
  background-position: -4559px 0px;
}

.iti__flag.iti__sm {
  height: 15px;
  background-position: -4581px 0px;
}

.iti__flag.iti__sn {
  height: 14px;
  background-position: -4603px 0px;
}

.iti__flag.iti__so {
  height: 14px;
  background-position: -4625px 0px;
}

.iti__flag.iti__sr {
  height: 14px;
  background-position: -4647px 0px;
}

.iti__flag.iti__ss {
  height: 10px;
  background-position: -4669px 0px;
}

.iti__flag.iti__st {
  height: 10px;
  background-position: -4691px 0px;
}

.iti__flag.iti__sv {
  height: 12px;
  background-position: -4713px 0px;
}

.iti__flag.iti__sx {
  height: 14px;
  background-position: -4735px 0px;
}

.iti__flag.iti__sy {
  height: 14px;
  background-position: -4757px 0px;
}

.iti__flag.iti__sz {
  height: 14px;
  background-position: -4779px 0px;
}

.iti__flag.iti__ta {
  height: 10px;
  background-position: -4801px 0px;
}

.iti__flag.iti__tc {
  height: 10px;
  background-position: -4823px 0px;
}

.iti__flag.iti__td {
  height: 14px;
  background-position: -4845px 0px;
}

.iti__flag.iti__tf {
  height: 14px;
  background-position: -4867px 0px;
}

.iti__flag.iti__tg {
  height: 13px;
  background-position: -4889px 0px;
}

.iti__flag.iti__th {
  height: 14px;
  background-position: -4911px 0px;
}

.iti__flag.iti__tj {
  height: 10px;
  background-position: -4933px 0px;
}

.iti__flag.iti__tk {
  height: 10px;
  background-position: -4955px 0px;
}

.iti__flag.iti__tl {
  height: 10px;
  background-position: -4977px 0px;
}

.iti__flag.iti__tm {
  height: 14px;
  background-position: -4999px 0px;
}

.iti__flag.iti__tn {
  height: 14px;
  background-position: -5021px 0px;
}

.iti__flag.iti__to {
  height: 10px;
  background-position: -5043px 0px;
}

.iti__flag.iti__tr {
  height: 14px;
  background-position: -5065px 0px;
}

.iti__flag.iti__tt {
  height: 12px;
  background-position: -5087px 0px;
}

.iti__flag.iti__tv {
  height: 10px;
  background-position: -5109px 0px;
}

.iti__flag.iti__tw {
  height: 14px;
  background-position: -5131px 0px;
}

.iti__flag.iti__tz {
  height: 14px;
  background-position: -5153px 0px;
}

.iti__flag.iti__ua {
  height: 14px;
  background-position: -5175px 0px;
}

.iti__flag.iti__ug {
  height: 14px;
  background-position: -5197px 0px;
}

.iti__flag.iti__um {
  height: 11px;
  background-position: -5219px 0px;
}

.iti__flag.iti__un {
  height: 14px;
  background-position: -5241px 0px;
}

.iti__flag.iti__us {
  height: 11px;
  background-position: -5263px 0px;
}

.iti__flag.iti__uy {
  height: 14px;
  background-position: -5285px 0px;
}

.iti__flag.iti__uz {
  height: 10px;
  background-position: -5307px 0px;
}

.iti__flag.iti__va {
  height: 15px;
  background-position: -5329px 0px;
}

.iti__flag.iti__vc {
  height: 14px;
  background-position: -5346px 0px;
}

.iti__flag.iti__ve {
  height: 14px;
  background-position: -5368px 0px;
}

.iti__flag.iti__vg {
  height: 10px;
  background-position: -5390px 0px;
}

.iti__flag.iti__vi {
  height: 14px;
  background-position: -5412px 0px;
}

.iti__flag.iti__vn {
  height: 14px;
  background-position: -5434px 0px;
}

.iti__flag.iti__vu {
  height: 12px;
  background-position: -5456px 0px;
}

.iti__flag.iti__wf {
  height: 14px;
  background-position: -5478px 0px;
}

.iti__flag.iti__ws {
  height: 10px;
  background-position: -5500px 0px;
}

.iti__flag.iti__xk {
  height: 15px;
  background-position: -5522px 0px;
}

.iti__flag.iti__ye {
  height: 14px;
  background-position: -5544px 0px;
}

.iti__flag.iti__yt {
  height: 14px;
  background-position: -5566px 0px;
}

.iti__flag.iti__za {
  height: 14px;
  background-position: -5588px 0px;
}

.iti__flag.iti__zm {
  height: 14px;
  background-position: -5610px 0px;
}

.iti__flag.iti__zw {
  height: 10px;
  background-position: -5632px 0px;
}

.iti__flag {
  height: 15px;
  box-shadow: 0px 0px 1px 0px #888;
  background-image: url(/img/flags.png);
  background-repeat: no-repeat;
  background-color: #dbdbdb;
  background-position: 20px 0;
}

@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .iti__flag {
    background-image: url(/img/flags.png);
  }
}

.iti__flag.iti__np {
  background-color: transparent;
}

@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .iti__flag {
    background-image: url(/img/flags.png);
  }
}

.iti__flag.iti__np {
  background-color: transparent;
}

/*end tel*/
/*country*/
.country-select {
  position: relative;
  display: inline-block;
  width: 100%;
}

.country-select * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box
}

.country-select .hide {
  display: none
}

.country-select .v-hide {
  visibility: hidden
}

.country-select input,
.country-select input[type=text] {
  position: relative;
  z-index: 0;
  margin-top: 0 !important;
  margin-bottom: 0 !important;
  padding-right: 36px;
  margin-right: 0
}

.country-select .flag-dropdown {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  padding: 1px
}

.country-select .selected-flag {
  z-index: 1;
  position: relative;
  width: 36px;
  height: 100%;
  padding: 0 0 0 8px
}

.country-select .selected-flag .flag {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto
}

.country-select .selected-flag .arrow {
  position: absolute;
  top: 50%;
  margin-top: -2px;
  right: 6px;
  width: 0;
  height: 0;
  border-left: 3px solid transparent;
  border-right: 3px solid transparent;
  border-top: 4px solid #555
}

.country-select .selected-flag .arrow.up {
  border-top: none;
  border-bottom: 4px solid #555
}

.country-select .country-list {
  position: absolute;
  z-index: 2;
  list-style: none;
  text-align: left;
  padding: 0;
  margin: 0 0 0 -1px;
  -webkit-box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.2);
  box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.2);
  background-color: white;
  border: 1px solid #ccc;
  white-space: nowrap;
  max-height: 200px;
  overflow-y: scroll
}

.country-select .country-list .flag {
  display: inline-block;
  width: 20px
}

@media (max-width: 500px) {
  .country-select .country-list {
    white-space: normal
  }
}

.country-select .country-list .divider {
  padding-bottom: 5px;
  margin-bottom: 5px;
  border-bottom: 1px solid #ccc
}

.country-select .country-list .country {
  padding: 5px 10px
}

.country-select .country-list .country.highlight {
  background-color: rgba(0, 0, 0, 0.05)
}

.country-select .country-list .flag,
.country-select .country-list .country-name {
  vertical-align: middle
}

.country-select .country-list .flag {
  margin-right: 6px
}

.country-select.inside input,
.country-select.inside input[type=text] {
  padding-right: 6px;
  padding-left: 52px;
  margin-left: 0
}

.country-select.inside .flag-dropdown {
  right: auto;
  left: 0
}

.country-select.inside .selected-flag {
  width: 46px
}

.country-select.inside .flag-dropdown:hover {
  cursor: pointer
}

.country-select.inside .flag-dropdown:hover .selected-flag {
  background-color: rgba(0, 0, 0, 0.05)
}

.country-select.inside input[disabled] + .flag-dropdown:hover,
.country-select.inside input[readonly] + .flag-dropdown:hover {
  cursor: default
}

.country-select.inside input[disabled] + .flag-dropdown:hover .selected-flag,
.country-select.inside input[readonly] + .flag-dropdown:hover .selected-flag {
  background-color: transparent
}

.country-select .flag {
  width: 20px;
  height: 15px;
  -webkit-box-shadow: 0px 0px 1px 0px #888;
  box-shadow: 0px 0px 1px 0px #888;
  background-image: url(/img/flags-country.png);
  background-repeat: no-repeat;
  background-color: #dbdbdb;
  background-position: 20px 0
}

@media only screen and (-webkit-min-device-pixel-ratio: 2),
only screen and (min--moz-device-pixel-ratio: 2),
only screen and (min-device-pixel-ratio: 2),
only screen and (min-resolution: 192dpi),
only screen and (min-resolution: 2dppx) {
  .country-select .flag {
    background-image: url(/img/flags-country@2x.png)
  }
}

.country-select .flag {
  width: 20px
}

.country-select .flag.be {
  width: 18px
}

.country-select .flag.ch {
  width: 15px
}

.country-select .flag.mc {
  width: 19px
}

.country-select .flag.ne {
  width: 18px
}

.country-select .flag.np {
  width: 13px
}

.country-select .flag.va {
  width: 15px
}

@media only screen and (-webkit-min-device-pixel-ratio: 2),
only screen and (min--moz-device-pixel-ratio: 2),
only screen and (min-device-pixel-ratio: 2),
only screen and (min-resolution: 192dpi),
only screen and (min-resolution: 2dppx) {
  .country-select .flag {
    background-size: 5630px 15px
  }
}

.country-select .flag.ac {
  height: 10px;
  background-position: 0px 0px
}

.country-select .flag.ad {
  height: 14px;
  background-position: -22px 0px
}

.country-select .flag.ae {
  height: 10px;
  background-position: -44px 0px
}

.country-select .flag.af {
  height: 14px;
  background-position: -66px 0px
}

.country-select .flag.ag {
  height: 14px;
  background-position: -88px 0px
}

.country-select .flag.ai {
  height: 10px;
  background-position: -110px 0px
}

.country-select .flag.al {
  height: 15px;
  background-position: -132px 0px
}

.country-select .flag.am {
  height: 10px;
  background-position: -154px 0px
}

.country-select .flag.ao {
  height: 14px;
  background-position: -176px 0px
}

.country-select .flag.aq {
  height: 14px;
  background-position: -198px 0px
}

.country-select .flag.ar {
  height: 13px;
  background-position: -220px 0px
}

.country-select .flag.as {
  height: 10px;
  background-position: -242px 0px
}

.country-select .flag.at {
  height: 14px;
  background-position: -264px 0px
}

.country-select .flag.au {
  height: 10px;
  background-position: -286px 0px
}

.country-select .flag.aw {
  height: 14px;
  background-position: -308px 0px
}

.country-select .flag.ax {
  height: 13px;
  background-position: -330px 0px
}

.country-select .flag.az {
  height: 10px;
  background-position: -352px 0px
}

.country-select .flag.ba {
  height: 10px;
  background-position: -374px 0px
}

.country-select .flag.bb {
  height: 14px;
  background-position: -396px 0px
}

.country-select .flag.bd {
  height: 12px;
  background-position: -418px 0px
}

.country-select .flag.be {
  height: 15px;
  background-position: -440px 0px
}

.country-select .flag.bf {
  height: 14px;
  background-position: -460px 0px
}

.country-select .flag.bg {
  height: 12px;
  background-position: -482px 0px
}

.country-select .flag.bh {
  height: 12px;
  background-position: -504px 0px
}

.country-select .flag.bi {
  height: 12px;
  background-position: -526px 0px
}

.country-select .flag.bj {
  height: 14px;
  background-position: -548px 0px
}

.country-select .flag.bl {
  height: 14px;
  background-position: -570px 0px
}

.country-select .flag.bm {
  height: 10px;
  background-position: -592px 0px
}

.country-select .flag.bn {
  height: 10px;
  background-position: -614px 0px
}

.country-select .flag.bo {
  height: 14px;
  background-position: -636px 0px
}

.country-select .flag.bq {
  height: 14px;
  background-position: -658px 0px
}

.country-select .flag.br {
  height: 14px;
  background-position: -680px 0px
}

.country-select .flag.bs {
  height: 10px;
  background-position: -702px 0px
}

.country-select .flag.bt {
  height: 14px;
  background-position: -724px 0px
}

.country-select .flag.bv {
  height: 15px;
  background-position: -746px 0px
}

.country-select .flag.bw {
  height: 14px;
  background-position: -768px 0px
}

.country-select .flag.by {
  height: 10px;
  background-position: -790px 0px
}

.country-select .flag.bz {
  height: 14px;
  background-position: -812px 0px
}

.country-select .flag.ca {
  height: 10px;
  background-position: -834px 0px
}

.country-select .flag.cc {
  height: 10px;
  background-position: -856px 0px
}

.country-select .flag.cd {
  height: 15px;
  background-position: -878px 0px
}

.country-select .flag.cf {
  height: 14px;
  background-position: -900px 0px
}

.country-select .flag.cg {
  height: 14px;
  background-position: -922px 0px
}

.country-select .flag.ch {
  height: 15px;
  background-position: -944px 0px
}

.country-select .flag.ci {
  height: 14px;
  background-position: -961px 0px
}

.country-select .flag.ck {
  height: 10px;
  background-position: -983px 0px
}

.country-select .flag.cl {
  height: 14px;
  background-position: -1005px 0px
}

.country-select .flag.cm {
  height: 14px;
  background-position: -1027px 0px
}

.country-select .flag.cn {
  height: 14px;
  background-position: -1049px 0px
}

.country-select .flag.co {
  height: 14px;
  background-position: -1071px 0px
}

.country-select .flag.cp {
  height: 14px;
  background-position: -1093px 0px
}

.country-select .flag.cr {
  height: 12px;
  background-position: -1115px 0px
}

.country-select .flag.cu {
  height: 10px;
  background-position: -1137px 0px
}

.country-select .flag.cv {
  height: 12px;
  background-position: -1159px 0px
}

.country-select .flag.cw {
  height: 14px;
  background-position: -1181px 0px
}

.country-select .flag.cx {
  height: 10px;
  background-position: -1203px 0px
}

.country-select .flag.cy {
  height: 13px;
  background-position: -1225px 0px
}

.country-select .flag.cz {
  height: 14px;
  background-position: -1247px 0px
}

.country-select .flag.de {
  height: 12px;
  background-position: -1269px 0px
}

.country-select .flag.dg {
  height: 10px;
  background-position: -1291px 0px
}

.country-select .flag.dj {
  height: 14px;
  background-position: -1313px 0px
}

.country-select .flag.dk {
  height: 15px;
  background-position: -1335px 0px
}

.country-select .flag.dm {
  height: 10px;
  background-position: -1357px 0px
}

.country-select .flag.do {
  height: 13px;
  background-position: -1379px 0px
}

.country-select .flag.dz {
  height: 14px;
  background-position: -1401px 0px
}

.country-select .flag.ea {
  height: 14px;
  background-position: -1423px 0px
}

.country-select .flag.ec {
  height: 14px;
  background-position: -1445px 0px
}

.country-select .flag.ee {
  height: 13px;
  background-position: -1467px 0px
}

.country-select .flag.eg {
  height: 14px;
  background-position: -1489px 0px
}

.country-select .flag.eh {
  height: 10px;
  background-position: -1511px 0px
}

.country-select .flag.er {
  height: 10px;
  background-position: -1533px 0px
}

.country-select .flag.es {
  height: 14px;
  background-position: -1555px 0px
}

.country-select .flag.et {
  height: 10px;
  background-position: -1577px 0px
}

.country-select .flag.eu {
  height: 14px;
  background-position: -1599px 0px
}

.country-select .flag.fi {
  height: 12px;
  background-position: -1621px 0px
}

.country-select .flag.fj {
  height: 10px;
  background-position: -1643px 0px
}

.country-select .flag.fk {
  height: 10px;
  background-position: -1665px 0px
}

.country-select .flag.fm {
  height: 11px;
  background-position: -1687px 0px
}

.country-select .flag.fo {
  height: 15px;
  background-position: -1709px 0px
}

.country-select .flag.fr {
  height: 14px;
  background-position: -1731px 0px
}

.country-select .flag.ga {
  height: 15px;
  background-position: -1753px 0px
}

.country-select .flag.gb {
  height: 10px;
  background-position: -1775px 0px
}

.country-select .flag.gd {
  height: 12px;
  background-position: -1797px 0px
}

.country-select .flag.ge {
  height: 14px;
  background-position: -1819px 0px
}

.country-select .flag.gf {
  height: 14px;
  background-position: -1841px 0px
}

.country-select .flag.gg {
  height: 14px;
  background-position: -1863px 0px
}

.country-select .flag.gh {
  height: 14px;
  background-position: -1885px 0px
}

.country-select .flag.gi {
  height: 10px;
  background-position: -1907px 0px
}

.country-select .flag.gl {
  height: 14px;
  background-position: -1929px 0px
}

.country-select .flag.gm {
  height: 14px;
  background-position: -1951px 0px
}

.country-select .flag.gn {
  height: 14px;
  background-position: -1973px 0px
}

.country-select .flag.gp {
  height: 14px;
  background-position: -1995px 0px
}

.country-select .flag.gq {
  height: 14px;
  background-position: -2017px 0px
}

.country-select .flag.gr {
  height: 14px;
  background-position: -2039px 0px
}

.country-select .flag.gs {
  height: 10px;
  background-position: -2061px 0px
}

.country-select .flag.gt {
  height: 13px;
  background-position: -2083px 0px
}

.country-select .flag.gu {
  height: 11px;
  background-position: -2105px 0px
}

.country-select .flag.gw {
  height: 10px;
  background-position: -2127px 0px
}

.country-select .flag.gy {
  height: 12px;
  background-position: -2149px 0px
}

.country-select .flag.hk {
  height: 14px;
  background-position: -2171px 0px
}

.country-select .flag.hm {
  height: 10px;
  background-position: -2193px 0px
}

.country-select .flag.hn {
  height: 10px;
  background-position: -2215px 0px
}

.country-select .flag.hr {
  height: 10px;
  background-position: -2237px 0px
}

.country-select .flag.ht {
  height: 12px;
  background-position: -2259px 0px
}

.country-select .flag.hu {
  height: 10px;
  background-position: -2281px 0px
}

.country-select .flag.ic {
  height: 14px;
  background-position: -2303px 0px
}

.country-select .flag.id {
  height: 14px;
  background-position: -2325px 0px
}

.country-select .flag.ie {
  height: 10px;
  background-position: -2347px 0px
}

.country-select .flag.il {
  height: 15px;
  background-position: -2369px 0px
}

.country-select .flag.im {
  height: 10px;
  background-position: -2391px 0px
}

.country-select .flag.in {
  height: 14px;
  background-position: -2413px 0px
}

.country-select .flag.io {
  height: 10px;
  background-position: -2435px 0px
}

.country-select .flag.iq {
  height: 14px;
  background-position: -2457px 0px
}

.country-select .flag.ir {
  height: 12px;
  background-position: -2479px 0px
}

.country-select .flag.is {
  height: 15px;
  background-position: -2501px 0px
}

.country-select .flag.it {
  height: 14px;
  background-position: -2523px 0px
}

.country-select .flag.je {
  height: 12px;
  background-position: -2545px 0px
}

.country-select .flag.jm {
  height: 10px;
  background-position: -2567px 0px
}

.country-select .flag.jo {
  height: 10px;
  background-position: -2589px 0px
}

.country-select .flag.jp {
  height: 14px;
  background-position: -2611px 0px
}

.country-select .flag.ke {
  height: 14px;
  background-position: -2633px 0px
}

.country-select .flag.kg {
  height: 12px;
  background-position: -2655px 0px
}

.country-select .flag.kh {
  height: 13px;
  background-position: -2677px 0px
}

.country-select .flag.ki {
  height: 10px;
  background-position: -2699px 0px
}

.country-select .flag.km {
  height: 12px;
  background-position: -2721px 0px
}

.country-select .flag.kn {
  height: 14px;
  background-position: -2743px 0px
}

.country-select .flag.kp {
  height: 10px;
  background-position: -2765px 0px
}

.country-select .flag.kr {
  height: 14px;
  background-position: -2787px 0px
}

.country-select .flag.kw {
  height: 10px;
  background-position: -2809px 0px
}

.country-select .flag.ky {
  height: 10px;
  background-position: -2831px 0px
}

.country-select .flag.kz {
  height: 10px;
  background-position: -2853px 0px
}

.country-select .flag.la {
  height: 14px;
  background-position: -2875px 0px
}

.country-select .flag.lb {
  height: 14px;
  background-position: -2897px 0px
}

.country-select .flag.lc {
  height: 10px;
  background-position: -2919px 0px
}

.country-select .flag.li {
  height: 12px;
  background-position: -2941px 0px
}

.country-select .flag.lk {
  height: 10px;
  background-position: -2963px 0px
}

.country-select .flag.lr {
  height: 11px;
  background-position: -2985px 0px
}

.country-select .flag.ls {
  height: 14px;
  background-position: -3007px 0px
}

.country-select .flag.lt {
  height: 12px;
  background-position: -3029px 0px
}

.country-select .flag.lu {
  height: 12px;
  background-position: -3051px 0px
}

.country-select .flag.lv {
  height: 10px;
  background-position: -3073px 0px
}

.country-select .flag.ly {
  height: 10px;
  background-position: -3095px 0px
}

.country-select .flag.ma {
  height: 14px;
  background-position: -3117px 0px
}

.country-select .flag.mc {
  height: 15px;
  background-position: -3139px 0px
}

.country-select .flag.md {
  height: 10px;
  background-position: -3160px 0px
}

.country-select .flag.me {
  height: 10px;
  background-position: -3182px 0px
}

.country-select .flag.mf {
  height: 14px;
  background-position: -3204px 0px
}

.country-select .flag.mg {
  height: 14px;
  background-position: -3226px 0px
}

.country-select .flag.mh {
  height: 11px;
  background-position: -3248px 0px
}

.country-select .flag.mk {
  height: 10px;
  background-position: -3270px 0px
}

.country-select .flag.ml {
  height: 14px;
  background-position: -3292px 0px
}

.country-select .flag.mm {
  height: 14px;
  background-position: -3314px 0px
}

.country-select .flag.mn {
  height: 10px;
  background-position: -3336px 0px
}

.country-select .flag.mo {
  height: 14px;
  background-position: -3358px 0px
}

.country-select .flag.mp {
  height: 10px;
  background-position: -3380px 0px
}

.country-select .flag.mq {
  height: 14px;
  background-position: -3402px 0px
}

.country-select .flag.mr {
  height: 14px;
  background-position: -3424px 0px
}

.country-select .flag.ms {
  height: 10px;
  background-position: -3446px 0px
}

.country-select .flag.mt {
  height: 14px;
  background-position: -3468px 0px
}

.country-select .flag.mu {
  height: 14px;
  background-position: -3490px 0px
}

.country-select .flag.mv {
  height: 14px;
  background-position: -3512px 0px
}

.country-select .flag.mw {
  height: 14px;
  background-position: -3534px 0px
}

.country-select .flag.mx {
  height: 12px;
  background-position: -3556px 0px
}

.country-select .flag.my {
  height: 10px;
  background-position: -3578px 0px
}

.country-select .flag.mz {
  height: 14px;
  background-position: -3600px 0px
}

.country-select .flag.na {
  height: 14px;
  background-position: -3622px 0px
}

.country-select .flag.nc {
  height: 10px;
  background-position: -3644px 0px
}

.country-select .flag.ne {
  height: 15px;
  background-position: -3666px 0px
}

.country-select .flag.nf {
  height: 10px;
  background-position: -3686px 0px
}

.country-select .flag.ng {
  height: 10px;
  background-position: -3708px 0px
}

.country-select .flag.ni {
  height: 12px;
  background-position: -3730px 0px
}

.country-select .flag.nl {
  height: 14px;
  background-position: -3752px 0px
}

.country-select .flag.no {
  height: 15px;
  background-position: -3774px 0px
}

.country-select .flag.np {
  height: 15px;
  background-position: -3796px 0px;
  background-color: transparent
}

.country-select .flag.nr {
  height: 10px;
  background-position: -3811px 0px
}

.country-select .flag.nu {
  height: 10px;
  background-position: -3833px 0px
}

.country-select .flag.nz {
  height: 10px;
  background-position: -3855px 0px
}

.country-select .flag.om {
  height: 10px;
  background-position: -3877px 0px
}

.country-select .flag.pa {
  height: 14px;
  background-position: -3899px 0px
}

.country-select .flag.pe {
  height: 14px;
  background-position: -3921px 0px
}

.country-select .flag.pf {
  height: 14px;
  background-position: -3943px 0px
}

.country-select .flag.pg {
  height: 15px;
  background-position: -3965px 0px
}

.country-select .flag.ph {
  height: 10px;
  background-position: -3987px 0px
}

.country-select .flag.pk {
  height: 14px;
  background-position: -4009px 0px
}

.country-select .flag.pl {
  height: 13px;
  background-position: -4031px 0px
}

.country-select .flag.pm {
  height: 14px;
  background-position: -4053px 0px
}

.country-select .flag.pn {
  height: 10px;
  background-position: -4075px 0px
}

.country-select .flag.pr {
  height: 14px;
  background-position: -4097px 0px
}

.country-select .flag.ps {
  height: 10px;
  background-position: -4119px 0px
}

.country-select .flag.pt {
  height: 14px;
  background-position: -4141px 0px
}

.country-select .flag.pw {
  height: 13px;
  background-position: -4163px 0px
}

.country-select .flag.py {
  height: 11px;
  background-position: -4185px 0px
}

.country-select .flag.qa {
  height: 8px;
  background-position: -4207px 0px
}

.country-select .flag.re {
  height: 14px;
  background-position: -4229px 0px
}

.country-select .flag.ro {
  height: 14px;
  background-position: -4251px 0px
}

.country-select .flag.rs {
  height: 14px;
  background-position: -4273px 0px
}

.country-select .flag.ru {
  height: 14px;
  background-position: -4295px 0px
}

.country-select .flag.rw {
  height: 14px;
  background-position: -4317px 0px
}

.country-select .flag.sa {
  height: 14px;
  background-position: -4339px 0px
}

.country-select .flag.sb {
  height: 10px;
  background-position: -4361px 0px
}

.country-select .flag.sc {
  height: 10px;
  background-position: -4383px 0px
}

.country-select .flag.sd {
  height: 10px;
  background-position: -4405px 0px
}

.country-select .flag.se {
  height: 13px;
  background-position: -4427px 0px
}

.country-select .flag.sg {
  height: 14px;
  background-position: -4449px 0px
}

.country-select .flag.sh {
  height: 10px;
  background-position: -4471px 0px
}

.country-select .flag.si {
  height: 10px;
  background-position: -4493px 0px
}

.country-select .flag.sj {
  height: 15px;
  background-position: -4515px 0px
}

.country-select .flag.sk {
  height: 14px;
  background-position: -4537px 0px
}

.country-select .flag.sl {
  height: 14px;
  background-position: -4559px 0px
}

.country-select .flag.sm {
  height: 15px;
  background-position: -4581px 0px
}

.country-select .flag.sn {
  height: 14px;
  background-position: -4603px 0px
}

.country-select .flag.so {
  height: 14px;
  background-position: -4625px 0px
}

.country-select .flag.sr {
  height: 14px;
  background-position: -4647px 0px
}

.country-select .flag.ss {
  height: 10px;
  background-position: -4669px 0px
}

.country-select .flag.st {
  height: 10px;
  background-position: -4691px 0px
}

.country-select .flag.sv {
  height: 12px;
  background-position: -4713px 0px
}

.country-select .flag.sx {
  height: 14px;
  background-position: -4735px 0px
}

.country-select .flag.sy {
  height: 14px;
  background-position: -4757px 0px
}

.country-select .flag.sz {
  height: 14px;
  background-position: -4779px 0px
}

.country-select .flag.ta {
  height: 10px;
  background-position: -4801px 0px
}

.country-select .flag.tc {
  height: 10px;
  background-position: -4823px 0px
}

.country-select .flag.td {
  height: 14px;
  background-position: -4845px 0px
}

.country-select .flag.tf {
  height: 14px;
  background-position: -4867px 0px
}

.country-select .flag.tg {
  height: 13px;
  background-position: -4889px 0px
}

.country-select .flag.th {
  height: 14px;
  background-position: -4911px 0px
}

.country-select .flag.tj {
  height: 10px;
  background-position: -4933px 0px
}

.country-select .flag.tk {
  height: 10px;
  background-position: -4955px 0px
}

.country-select .flag.tl {
  height: 10px;
  background-position: -4977px 0px
}

.country-select .flag.tm {
  height: 14px;
  background-position: -4999px 0px
}

.country-select .flag.tn {
  height: 14px;
  background-position: -5021px 0px
}

.country-select .flag.to {
  height: 10px;
  background-position: -5043px 0px
}

.country-select .flag.tr {
  height: 14px;
  background-position: -5065px 0px
}

.country-select .flag.tt {
  height: 12px;
  background-position: -5087px 0px
}

.country-select .flag.tv {
  height: 10px;
  background-position: -5109px 0px
}

.country-select .flag.tw {
  height: 14px;
  background-position: -5131px 0px
}

.country-select .flag.tz {
  height: 14px;
  background-position: -5153px 0px
}

.country-select .flag.ua {
  height: 14px;
  background-position: -5175px 0px
}

.country-select .flag.ug {
  height: 14px;
  background-position: -5197px 0px
}

.country-select .flag.um {
  height: 11px;
  background-position: -5219px 0px
}

.country-select .flag.us {
  height: 11px;
  background-position: -5241px 0px
}

.country-select .flag.uy {
  height: 14px;
  background-position: -5263px 0px
}

.country-select .flag.uz {
  height: 10px;
  background-position: -5285px 0px
}

.country-select .flag.va {
  height: 15px;
  background-position: -5307px 0px
}

.country-select .flag.vc {
  height: 14px;
  background-position: -5324px 0px
}

.country-select .flag.ve {
  height: 14px;
  background-position: -5346px 0px
}

.country-select .flag.vg {
  height: 10px;
  background-position: -5368px 0px
}

.country-select .flag.vi {
  height: 14px;
  background-position: -5390px 0px
}

.country-select .flag.vn {
  height: 14px;
  background-position: -5412px 0px
}

.country-select .flag.vu {
  height: 12px;
  background-position: -5434px 0px
}

.country-select .flag.wf {
  height: 14px;
  background-position: -5456px 0px
}

.country-select .flag.ws {
  height: 10px;
  background-position: -5478px 0px
}

.country-select .flag.xk {
  height: 15px;
  background-position: -5500px 0px
}

.country-select .flag.ye {
  height: 14px;
  background-position: -5522px 0px
}

.country-select .flag.yt {
  height: 14px;
  background-position: -5544px 0px
}

.country-select .flag.za {
  height: 14px;
  background-position: -5566px 0px
}

.country-select .flag.zm {
  height: 14px;
  background-position: -5588px 0px
}

.country-select .flag.zw {
  height: 10px;
  background-position: -5610px 0px
}

/* end country*/
:root {
  --main_color: #fff;
  --active_color: #EE2327;
  --title_color: #111111;
  --text_color: #888888;
}

body {
  /*font: 500 14px/1.8 'Montserrat', sans-serif;*/
  /*color: var(--text_color);*/
  margin: 0;
  font-family: 'Roboto', Arial, sans-serif;
}

body > .content {
  min-height: 650px;
  width: 100%;
  clear: both;
  overflow: hidden;
}

*,
:after,
:before {
  box-sizing: border-box;
}

input::-moz-placeholder,
textarea::-moz-placeholder {
  opacity: 1 !important;
}

a,
a:hover,
a:focus {
  text-decoration: none;
}

ul,
ol {
  list-style-position: inside;
}

a,
button,
input[type="submit"],
a img {
  transition: 0.3s ease-in-out;
  outline: none;
}

input:not([type="checkbox"]),
select {
  -moz-appearance: none;
  -webkit-appearance: none;
}

input,
textarea,
select {
  border-radius: 0;
  border: none;
  box-shadow: none;
}

/* registration_content */
.registration_content {
  height: 100vh;
}

.registration_content .content_wrap {
  height: 100%;
  width: 100%;
  display: flex;
}

.registration_content .left_side {
  width: 375px;
  background: var(--title_color);
  height: 100%;
  padding: 50px 56px 30px 80px;
  display: flex;
  flex-direction: column;
  text-align: right;
}
.registration_content .steps_wrap {
  padding-top: 80px;
}
.registration_content .right_side {
  width: calc(100% - 375px);
  height: 100%;
  padding: 0 0 0 80px;
  overflow: auto;
}

.registration_content .right_side .connection_steps {
  max-width: 405px;
  position: relative;
}

.registration_content .steps_wrap ul h2 {
  font-size: 18px;
  font-weight: normal;
  color: var(--main_color);
  margin: 0;
}

.registration_content .steps_wrap ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.registration_content .steps_wrap ul:not(:last-child) {
  padding-bottom: 24px;
}

.registration_content .steps_wrap ul li {
  margin: 24px 0;
  font-size: 14px;
  font-weight: 600;
  position: relative;
}

.registration_content .steps_wrap ul li span {
  display: inline-block;
}

.registration_content .steps_wrap ul li .done_arrow {
  display: none;
}

.registration_content .steps_wrap ul li.done .done_arrow {
  display: inline-block;
  color: #33D3BE;
  font-size: 14px;
  margin-right: 12px;
}

.registration_content .steps_wrap ul li:before {
  content: '';
  position: absolute;
  right: 0;
  bottom: -5px;
  height: 2px;
  width: 0;
  background: #EE2327;
  transition: .3s ease-in-out;
}

.registration_content .steps_wrap ul li.active:before {
  width: 32px;
}

.registration_content .steps_wrap ul li.active {
  color: #EE2327;
}

.registration_content .log_in h3 {
  color: var(--main_color);
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0.75px;
  margin: 0;
}

.registration_content .log_in span {
  font-size: 12px;
  font-weight: bold;
  letter-spacing: 0.75px;
  display: inline-block;
  color: #EE2327;
  cursor: pointer;
}

/*first*/
.registration_content .text_area .subtitle {
  font-size: 14px;
  font-weight: 600;
  color: #000;
}

.registration_content .text_area h1 {
  font-size: 24px;
  font-weight: 900;
  color: #000;
  margin: 16px 0;
  text-transform: uppercase;
}

.registration_content .text_area label::after {
  content: '' attr(data-account);
  position: absolute;
  top: calc(50% - 11px);
  left: 24px;
  font: 500 14px/1.7 'Montserrat';
  display: block;
  color: var(--title_color);
}

.registration_content .text_area label {
  width: 100%;
  height: 64px;
  display: block;
  position: relative;
}

.registration_content .text_area form {
  margin-top: 32px;
  margin-bottom: 30px;
}

.registration_content .text_area input[type="text"],
.registration_content .text_area input[type="tel"],
.registration_content .text_area input[type="email"],
.registration_content .text_area input[type="date"],
.registration_content .text_area input[type="number"] {
  width: 100%;
  height: 64px;
  padding: 20px 45px 20px 40px;
  font: 500 14px/1.7 'Montserrat';
  color: var(--title_color);
  outline: none;
  background: rgba(216, 216, 216, .23);
  position: relative;
  outline: none;
  display: block;
  font-family: 'Montserrat', Helvetica, Arial, sans-serif;
}

.registration_content .text_area .single_brand input.error {
  border: 1px solid red;
}

.registration_content .text_area .single_brand label.error {
  display: none !important;
}

.registration_content .text_area input[type="number"] {
  padding-left: 24px;
  padding-right: 24px;
}

.registration_content #street_number-error,
.registration_content #post_number-error {
  display: none !important;
}

.registration_content .text_area input[type="number"] {
  -moz-appearance: textfield
}

.registration_content .text_area input::-webkit-outer-spin-button,
.registration_content .text_area input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.registration_content .text_area input[type="email"] {
  padding-left: 20px;
}

.registration_content .text_area input[type="text"]::placeholder,
.registration_content .text_area input[type="email"]::placeholder,
.registration_content .text_area input[type="number"]::placeholder,
.registration_content .text_area input[type="date"]::-webkit-datetime-edit {
  opacity: 1;
  color: var(--text_color);
  font: 500 14px/1.7 'Montserrat';
  font-family: 'Montserrat', Helvetica, Arial, sans-serif;
}

.registration_content .input_wrap {
  position: relative;
}

.registration_content .input_wrap .icon {
  position: absolute;
  right: 20px;
  top: 0;
  bottom: 0;
  margin: auto;
}

.registration_content .submit_wrap {
  margin-top: 30px;
    margin-bottom: 1.5rem;
}

.registration_content .text_area input[type="submit"],
.message .text_area input[type="submit"],
.registration_content a.all_done {
  height: 64px;
  display: inline-flex;
  align-items: center;
  color: var(--main_color);
  padding: 0 40px;
  background: #EE2327;
  font: bold 14px/1 'Montserrat';
  letter-spacing: 0.88px;
  transition: .3s ease-in-out;
  cursor: pointer;
  outline: none;
  font-family: 'Montserrat', Helvetica, Arial, sans-serif;
}

.registration_content a.all_done {
  margin-top: 70px;
}

.registration_content .subtext {
  margin: 16px 0 0;
}

.registration_content .subtext_int {
  margin: 0;
}

.registration_content #fifth_step {
  margin-top: 50px;
}

.registration_content .text_area input[type="submit"]:hover,
.registration_content a.all_done:hover,
.registration_content .interest_next_step input[type="submit"].all_done:hover {
  color: #EE2327;
  background: var(--main_color);
  box-shadow: 0 5px 20px 0 rgba(0, 0, 0, 0.16), 0 8px 40px 0 rgba(0, 0, 0, 0.04);
}

/*second*/
.registration_content .account_block {
  background: var(--title_color);
  box-shadow: 0 32px 200px 0 rgba(17, 17, 17, 0.16), 0 8px 40px 0 rgba(17, 17, 17, 0.04);
  padding: 16px 60px 19px 16px;
  display: inline-flex;
  align-items: center;
}

.registration_content .account_block .icon_wrap {
  width: 56px;
  height: 56px;
}

.registration_content .account_block .account_details {
  width: calc(100% - 56px);
  padding-left: 16px;
}

.registration_content .account_block .icon_wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.registration_content .account_block .account_name {
  margin: 0;
  font: bold 14px/1.4 'Montserrat';
  color: var(--main_color);
}

.registration_content .account_block .followers {
  font-weight: 600;
}

.registration_content .progress_line {
  height: 8px;
  background: var(--main_color);
  position: relative;
}

.registration_content .progress_line .active_line {
  height: 100%;
  width: 0;
  background: #EE2327;
  transition: .3s ease-in-out;
  display: inline-block;
  position: absolute;
  left: 0;
  top: 0;
}

.registration_content .text_area.second.active .active_line {
  width: 50%;
}

.registration_content .text_area h2 {
  font-size: 24px;
  font-weight: 900;
  color: #000;
  text-transform: uppercase;
  margin: 16px 0;
}

.registration_content .text_area.second ul {
  list-style: none;
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 20px 50px;
  padding: 0;
  margin: 0;
}

.registration_content .text_area.second ul li {
  position: relative;
  padding-left: 32px;
  display: none;
}

.registration_content .text_area.second ul li:before {
  content: '';
  position: absolute;
  left: 0;
  width: 20px;
  height: 20px;
  background: rgba(136, 136, 136, .3);
}

.registration_content .text_area.second ul li.active:before {
  background: #33D3BE;
}

.registration_content .text_area.second ul li.active:after {
  content: '✓';
  position: absolute;
  left: 4px;
  top: -2px;
  color: var(--main_color);
}

.registration_content .text_area.second .loading_process {
  margin-top: 22px;
  font-size: 12px;
  font-weight: bold;
  line-height: 1;
  text-transform: uppercase;
  display: flex;
  align-items: center;
}

.registration_content .text_area.second .loading_process .text {
  padding-left: 14px;
}

.registration_content .loader-container {
  width: 16px;
  height: 16px;
  position: relative;
}

.registration_content .ball {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, 0);
  width: 15%;
  height: 50%;
  background-color: transparent;
  transform-origin: bottom center;
  overflow: visible;
}

.registration_content .ball:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 2px;
  height: 3px;
  border-radius: 50%;
  background-color: var(--text_color);
  animation: default2 1.2s infinite linear;
  opacity: 0.1;
}

.registration_content .loader-container .ball:nth-of-type(2) {
  transform: translate(-50%, 0) rotate(40deg);
}

.registration_content .loader-container .ball:nth-of-type(3) {
  transform: translate(-50%, 0) rotate(80deg);
}

.registration_content .loader-container .ball:nth-of-type(4) {
  transform: translate(-50%, 0) rotate(120deg);
}

.registration_content .loader-container .ball:nth-of-type(5) {
  transform: translate(-50%, 0) rotate(160deg);
}

.registration_content .loader-container .ball:nth-of-type(6) {
  transform: translate(-50%, 0) rotate(200deg);
}

.registration_content .loader-container .ball:nth-of-type(7) {
  transform: translate(-50%, 0) rotate(240deg);
}

.registration_content .loader-container .ball:nth-of-type(8) {
  transform: translate(-50%, 0) rotate(280deg);
}

.registration_content .loader-container .ball:nth-of-type(9) {
  transform: translate(-50%, 0) rotate(320deg);
}

.registration_content .loader-container .ball:nth-of-type(2)::before {
  animation-delay: 0.13s;
}

.registration_content .loader-container .ball:nth-of-type(3)::before {
  animation-delay: 0.26s;
}

.registration_content .loader-container .ball:nth-of-type(4)::before {
  animation-delay: 0.4s;
}

.registration_content .loader-container .ball:nth-of-type(5)::before {
  animation-delay: 0.53s;
}

.registration_content .loader-container .ball:nth-of-type(6)::before {
  animation-delay: 0.66s;
}

.registration_content .loader-container .ball:nth-of-type(7)::before {
  animation-delay: 0.79s;
}

.registration_content .loader-container .ball:nth-of-type(8)::before {
  animation-delay: 0.93s;
}

.registration_content .loader-container .ball:nth-of-type(9)::before {
  animation-delay: 1.06s;
}

@keyframes default2 {
  0% {
    opacity: 1;
  }
  85% {
    opacity: 0.1;
  }
  100% {
    opacity: 0.1;
  }
}


/*.registration_content .text_area,
.registration_content .right_side .connection_steps {
  display: none;
}*/

.registration_content .text_area {
  position: relative;
}

.registration_content .text_area label.error {
  position: absolute;
  left: 0;
  bottom: -25px;
  width: 100%;
  padding: 0;
  font-size: 14px;
  font-weight: 500;
  color: #EE2327;
  box-sizing: border-box;
  height: auto;
  display: none;
}

.registration_content .text_area.second .next_step {
  background: #EE2327;
  display: none;
  align-items: center;
  padding: 0 75px;
  height: 64px;
  margin-top: 32px;
  color: var(--main_color);
  text-transform: uppercase;
  font: bold 14px/1 'Montserrat';
  letter-spacing: 0.88px;
  transition: .3s ease-in-out;
  cursor: pointer;
}

.registration_content .text_area.second .next_step:hover {
  color: #EE2327;
  background: var(--main_color);
  box-shadow: 0 5px 20px 0 rgba(0, 0, 0, 0.16), 0 8px 40px 0 rgba(0, 0, 0, 0.04);
}

.registration_content .text_area.second .approved_line {
  background: #3DAA97;
  height: 24px;
  font-size: 12px;
  font-weight: 900;
  text-align: center;
  color: var(--main_color);
  display: none;
  position: absolute;
  top: -24px;
  left: 0;
  z-index: 5;
}

.registration_content .go_back {
  position: absolute;
  left: 0;
  top: -140px;
  width: 40px;
  height: 40px;
  background: var(--title_color);
  display: none;
  transition: .3s ease-on-out;
}

.registration_content .go_back.done {
  width: 56px;
  height: 56px;
  background: #33D3BE;
  pointer-events: none;
}

.registration_content .go_back.done:before {
  content: '✓';
  position: absolute;
  font-size: 24px;
  left: 50%;
  top: 50%;
  height: auto;
  width: auto;
  color: var(--main_color);
  background-image: none;
  transform: translate(-50%, -50%);
}

.registration_content .go_back:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  background-image: url(images/btn_arrow.svg);
  background-repeat: no-repeat;
  background-position: center;
  transform: rotate(180deg);
  transition: .3s ease-in-out;
}

.registration_content .go_back:hover:before {
  background-image: url(images/btn_arrow_black.svg);
  background-repeat: no-repeat;
  background-position: center;
}

.registration_content .go_back:hover {
  background: var(--main_color);
  box-shadow: 0 5px 20px 0 rgb(0 0 0 / 16%), 0 8px 40px 0 rgb(0 0 0 / 4%);
}

.registration_content .input_wrap .input {
  margin-bottom: 32px;
  position: relative;
}

.registration_content .date_wrap {
  position: relative;
}

.registration_content .text_area input[type="date"] {
  padding-right: 0;
  cursor: pointer;
}

.registration_content .text_area .date_wrap input[type="text"] {
  cursor: pointer;
}

.registration_content .date_wrap .calender {
  height: 64px;
  width: 64px;
  position: absolute;
  right: 0;
  top: 0;
  background: var(--title_color);
  pointer-events: none;
}

.registration_content .date_wrap .calender .icon {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}

.registration_content .title_gender {
  text-transform: uppercase;
  margin-bottom: 24px;
}

.registration_content .value_wrap {
  display: grid;
  grid-gap: 16px;
  grid-template-columns: 1fr 1fr;
}

/*.registration_content .value_wrap label:last-child {
  grid-column: 1/3;
}
*/
.registration_content .value_wrap label {
  height: 64px;
  background: rgba(216, 216, 216, .23);
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  cursor: pointer;
}

.registration_content .value_wrap #gender-error {
  display: none !important;
}

.registration_content .value_wrap label .border {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  border: 1px solid transparent;
  pointer-events: none;
}

.registration_content .value_wrap label input.error ~ .border {
  border-color: red;
}

.registration_content .value_wrap label input:checked ~ .border {
  background: var(--title_color);
}

/* .registration_content .value_wrap label input{
                display: none;
            } */
.registration_content .value_wrap label .icon {
  position: absolute;
  left: 20px;
  z-index: 1;
}

/* .registration_content .value_wrap label.active{
                background: var(--title_color);
                box-shadow: 0 7px 15px 0 rgb(0 0 0 / 30%);
            } */
.registration_content .value_wrap label input:checked ~ .icon {
  filter: brightness(0) invert(1);
}

.registration_content .value_wrap label path {
  fill: var(--text_color);
}

.registration_content .value_wrap label input:checked ~ .value_title,
.registration_content .value_wrap label input:checked ~ .other {
  color: var(--main_color);
  z-index: 1;
  position: relative;
}

.registration_content .value_wrap label .value_title,
.registration_content .value_wrap label .other {
  color: var(--text_color);
  font-size: 14px;
  font-weight: bold;
  text-transform: uppercase;
}

.registration_content .text_area input[type="date"]::-webkit-calendar-picker-indicator {
  font-size: 30px;
}

.registration_content .input_wrap .notice,
.registration_content .street_wrap .notice {
  position: absolute;
  display: inline-block;
  margin-left: 24px;
  left: 100%;
  width: 16vw;
  top: 13px;
}

.registration_content .input_wrap .iti {
  width: 100%;
}

.registration_content .name_wrap {
  display: grid;
  grid-gap: 16px;
  grid-template-columns: 1fr 1fr;
  position: relative;
}

.registration_content .street_wrap {
  /*display: grid;*/
  grid-gap: 16px;
  /*grid-template-columns: 2fr 1fr;*/
  position: relative;
}

.registration_content .street_wrap #street {
 margin-top: 16px;
}

.registration_content .city_wrap {
  display: grid;
  grid-gap: 16px;
  grid-template-columns: 1fr 1fr;
  position: relative;
}

.registration_content .input_wrap,
.registration_content .street_wrap,
.registration_content .city_wrap {
  margin-bottom: 32px;
}

/*.registration_content .street_wrap input[type="text"],
.registration_content .city_wrap input[type="text"] {
  padding-right: 30px;
  padding-left: 20px;
}*/

.registration_content .input_wrap .iti--allow-dropdown .iti__flag-container {
  width: 110px;
  position: relative;
  outline: none;
  transition: .3s ease-in-out;
}

.registration_content .input_wrap .iti--allow-dropdown {
  display: flex;
}

.registration_content .input_wrap .iti--allow-dropdown input {
  width: calc(100% - 110px);
  padding-left: 20px !important;
}

.registration_content .iti--separate-dial-code .iti__selected-flag {
  background-color: var(--main_color);
  margin: auto;
  outline: none;
  justify-content: center;
}

.registration_content .iti__arrow,
.registration_content .country-select .selected-flag .arrow {
  margin-left: 11px;
  margin-top: 2px;
  /*background: url(images/down-arrow.svg) no-repeat;*/
  background-size: contain;
  width: 8px;
  height: 5px;
  border: none;
  transition: .3s ease-in-out;
}

.registration_content .country-select .selected-flag .arrow {
  right: 24px;
}

.registration_content .iti__arrow.iti__arrow--up,
.registration_content .country-select .selected-flag .arrow.up {
  transform: rotate(180deg);
}

.registration_content .iti--separate-dial-code .iti__selected-dial-code {
  font: 500 14px/1.1 'Montserrat';
  color: var(--title_color);
}

.registration_content .iti--allow-dropdown .iti__flag-container:hover .iti__selected-flag {
  background-color: var(--main_color);
  box-shadow: 0 5px 20px 0 rgb(0 0 0 / 16%), 0 8px 40px 0 rgb(0 0 0 / 4%);;
}

.registration_content .country-select.inside .selected-flag {
  width: 100%;
}

.registration_content #country_selector {
  text-transform: uppercase;
  padding-left: 35px;
}

.registration_content .country-select .flag-dropdown {
  width: 100%;
}

.registration_content .iti__country-list {
  width: calc(100% + 295px);
}

.registration_content .form-item .country-select.inside .flag-dropdown:hover .selected-flag {
  background-color: transparent;
}

.registration_content .form-item .country-select .country-list {
  width: 100%;
}

.registration_content .blocks_wrap {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 20px 24px;
}

.registration_content .blocks_wrap .single_wrap {
  padding: 24px 0;
  background: rgba(216, 216, 216, .23);
  text-align: center;
  cursor: pointer;
  transition: .3s ease-in-out;
}

.registration_content .blocks_wrap .block_name {
  text-transform: uppercase;
  font-weight: bold;
  transition: .3s ease-in-out;
  position: relative;
  z-index: 1;
  display: block;
  line-height: 1;
}

.registration_content .blocks_wrap .single_wrap .back {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: var(--title_color);
  opacity: 0;
  z-index: 0;
  pointer-events: none;
  box-shadow: 0 5px 15px rgba(17, 17, 17, .32);
}

.registration_content .blocks_wrap .single_wrap input:checked ~ .back {
  opacity: 1;
}

.registration_content .blocks_wrap .single_wrap input {
  margin: 0;
  position: absolute;
  opacity: 0;
  width: 0;
  height: 0;
}

.registration_content .blocks_wrap .single_wrap:hover {
  background: var(--title_color);
}

.registration_content .single_wrap:hover .block_name,
.registration_content .single_wrap input:checked ~ .block_name {
  color: #fff;
}

.registration_content .interest_next_step input[type="submit"] {
  background: var(--text_color);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  text-transform: uppercase;
  font-weight: bold;
  letter-spacing: 0.88px;
  padding: 26px 77px;
  margin-top: 40px;
  pointer-events: none;
}

.registration_content .interest_next_step input[type="submit"].all_done {
  background: #EE2327;
  cursor: pointer;
  pointer-events: auto;
}

.registration_content .brands_wrap .single_brand:not(last-child) {
  margin-bottom: 16px;
}

.registration_content .brands_wrap .add_more {
  font-weight: bold;
  color: #EE2327;
  text-align: right;
  display: block;
  cursor: pointer;
}

.registration_content .single_checkbox {
  position: relative;
  display: flex;
  align-items: center;
}

.registration_content .single_checkbox label.error:before,
.registration_content .single_checkbox label.error:after {
  display: none;
}

.registration_content .single_checkbox:not(last-child) {
  margin-bottom: 20px;
}

.registration_content .single_checkbox label {
  height: unset;
  width: calc(100% - 20px);
  padding-left: 12px;
  font-size: 12px;
  font-weight: bold;
  position: relative;
  cursor: pointer;
}

.registration_content .single_checkbox label a {
  color: var(--title_color);
  text-decoration: underline;
}

.registration_content .single_checkbox label a:hover {
  text-decoration: none;
}

.registration_content .single_checkbox input[type="checkbox"] {
  width: 20px;
  height: 20px;
  margin: 0;
  opacity: 0;
}

.registration_content .single_checkbox label:before {
  content: '';
  position: absolute;
  left: -20px;
  top: 0;
  width: 20px;
  height: 20px;
  background: rgba(136, 136, 136, .3);
  cursor: pointer;
}

.registration_content input:checked ~ label:before {
  background: #33D3BE;
}

.registration_content input:checked ~ label:after {
  content: '✓';
  position: absolute;
  left: -15px;
  top: 1px;
  line-height: 1.5;
  color: var(--main_color);
}

.registration_content .left_side .mob_steps {
  display: none;
}

.registration_content .right_side .connection_steps:nth-child(5) {
  max-width: 610px;
}
#modal-shootok .show{
  display: block;
}


#modal-shootok .hide{
  display: none;
}

#modal-shootok .white{
  color: #fff ;
}

#modal-shootok .red{
  color: #8bc34a;
  font-weight: normal;
}
#modal-shootok .active{
    color: #000;
    background: #fff;
    font-weight: normal;
    padding: 10px 20px 10px 10px;
    margin-right: -56px;
    text-align: center;
}
.message {
  max-width: 405px;
  height: 100vh;
  margin: auto;
  text-align: center;
  color: #000;
  position: relative;
}

.message .text_area {
  position: absolute;
  width: 100%;
  top: 30%;
  padding: 16px;
}

.message h1 {
  font-size: 24px;
  font-weight: 900;
  margin: 0;
}

.message a {
  color: #EE2327;
}

#email_exists {
  color: #EE2327;
}

#valid_phonenumber {
  color: #EE2327;
}

.back-submit{
    display: inline-block;
}
.back-submit .done {
    background: #000!important;
}
.back-submit .done:hover {
    color: #000!important;
    background: #fff!important;
    box-shadow: 0 5px 20px 0 rgb(0 0 0 / 16%), 0 8px 40px 0 rgb(0 0 0 / 4%);
}

.continue-submit{
    display: inline-block;
}

/*Responsivness*/
@media(max-width: 1199px) {
  .registration_content .input_wrap .notice,
  .registration_content .street_wrap .notice {
    position: static;
    margin-left: 0;
    margin-bottom: 16px;
    width: 100%;
  }
  .registration_content .street_wrap .notice {
    grid-column: 1/3;
    margin-top: 0 !important;
  }
}

@media(max-width: 991px) {
  .registration_content .right_side {
    padding: 0 0 0 50px;
  }
}

@media(max-width: 850px) {
  .registration_content {
    height: auto;
  }
  .registration_content .right_side {
    width: 100%;
    padding: 16px 20px 0;
    overflow: unset;
  }
  .registration_content .right_side .connection_steps {
    max-width: 100%;
  }
  .registration_content .left_side {
    width: 100%;
    padding: 30px 20px;
    height: auto;
    position: relative;
    flex-direction: row;
  }
  .registration_content .left_side .steps_wrap,
  .registration_content .left_side .log_in {
    /* display: none; */
  }
  .registration_content .content_wrap {
    flex-wrap: wrap;
  }
  .registration_content .logo {
    margin-right: auto;
    margin-left: auto;
  }
  .registration_content .logo a {
    display: flex;
  }
  .registration_content .left_side .mob_steps {
    display: block;
    position: absolute;
    top: calc(50% - 14px);
    right: 20px;
    font-weight: 900;
    font-size: 10px;
    color: #fff;
  }
  .registration_content .left_side .mob_steps .step_amount {
    font-size: 16px;
  }
  .registration_content .go_back {
    top: -80px;
    z-index: 2;
    background: #fff;
  }
  .registration_content .go_back:before {
    background-image: url(images/btn_arrow_black.svg);
    background-repeat: no-repeat;
    background-position: center;
    left: 0;
    top: 0;
    transform: rotate(90deg);
  }
  .registration_content .text_area.second ul li {
    font-size: 12px;
  }
  .registration_content .text_area.second ul {
    grid-gap: 20px 28px;
  }
}

@media (max-width: 480px) {
  .registration_content .account_block {
    width: 100%;
  }
}

.align-with-subtext-line {
  margin-bottom: -5.002px;
}

.yay {
    max-width: 488px;
    width: 100%;
}

@media (max-width: 850px) {
 
  .first{
  margin-top: 50px;
}
#modal-shootok .active{
    color: #000;
    background: #fff;
    font-weight: normal;
    padding: 10px 20px 10px 10px;
    margin-right: -19px;
}
}
@media (max-width: 800px) {
  .steps_wrap {
    display: none;
  }
  .first{
  margin-top: 50px;
}
.registration_content .steps_wrap {
  padding-top: 50px;
}
}


/* The Modal (background) */
.background-modal {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 1; /* Sit on top */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */

}
#modal-shootok{
animation-name: animatetop;
  animation-duration: 1.5s;
}
@keyframes animatetop {
  from {top: -300px; opacity: 0}
  to {top: 0; opacity: 1}
}

/* The Close Button */
.close {
  color: #aaa;
  float: right;
  font-size: 28px;
  font-weight: bold;
  margin-right: 20px;
}

.close:hover,
.close:focus {
  color: black;
  text-decoration: none;
  cursor: pointer;
}




.ui.dropdown {
  max-width: 800px;
}

@media only screen and (max-width: 767px) {
    .ui.selection.dropdown .menu {
/*      max-height: 8.01428571rem; /* + 1.335714285 to 9.349999995rem */
/*      max-height: 9.349999995rem; /* Adds a half */
        max-height: 16.02857142rem; /* Double size */
    }
}
@media only screen and (min-width: 768px) {
    .ui.selection.dropdown .menu {
/*         max-height: 10.68571429rem; /* + 1.3357142863 to 12.0214285763rem */
      max-height: 12.0214285763rem;
    }
}
@media only screen and (min-width: 992px) {
    .ui.selection.dropdown .menu {
      max-height: 16.02857143rem; /* + 1.3357142858 to 17.3642857158rem */
    }
}
@media only screen and (min-width: 1920px) {
    .ui.selection.dropdown .menu {
        max-height: 21.37142857rem; /* + 1.3357142856 to 22.7071428556rem */
    }
}
.dropdown .text{
font-family: 'Montserrat', Helvetica, Arial, sans-serif;
}
.dropdown .item{
font-family: 'Montserrat', Helvetica, Arial, sans-serif;
font-size: 14px!important;
}
.dropdown .label{
font-family: 'Montserrat', Helvetica, Arial, sans-serif;
}
.registration_content .iti--separate-dial-code .iti__selected-dial-code{
    font-family: 'Montserrat', Helvetica, Arial, sans-serif;
}
            .hero-treatment {
  // display: flex;
  // flex-flow: column;
  // justify-content: center;
  color: white;
  width: 100%;
  height: calc(100vh - 100px);
  position: relative;
  overflow: hidden;
  text-align: center;
}
  
  .hero-treatment .hero-image {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: -1;
  }
  
  .hero-image .parallax {
  
    text-align: left;
  
}

section:not(.hero-treatment) {
  background-color: white;
 
  position: relative;
  z-index: 1;
}

.klasa {
    background-color: rgba(216, 216, 216, .23) !important;
    border-radius: 0 !important;
}

/*jquery's datepicker appears at the bottom of the page on load so display none is the solution*/
#ui-datepicker-div { display: none; }










 @-webkit-keyframes bugfix {
     from {
         padding: 0;
    }
     to {
         padding: 0;
    }
}
 input[type=checkbox] {
     position: absolute;
     top: -9999px;
     left: -9999px;
}
 label {
     display: none;
     cursor: pointer;
     user-select: none;
}
/* background for li / select */
/* custom-dropdown */
 nav[role="custom-dropdown"] {
     position: relative;
     /*width:50%;*/
     float: left;
}
 nav[role="custom-dropdown"] a, nav[role="custom-dropdown"] label {
     color: #000;
     text-decoration: none;
     font-size: 16px;

}
 nav[role="custom-dropdown"] ul {
     padding: 0;
     margin: 0 auto;
     width: 100%;
     list-style: none;
}
 nav[role="custom-dropdown"] ul > li {
     float: left;
     padding: 14px 20px;
     width:auto;
 
     text-align: center;


     cursor: pointer;
}
 nav[role="custom-dropdown"] ul > li:hover {

     color: #000;

}
 nav[role="custom-dropdown"] ul > li:hover > a {
     color: #EE2327;
}
/* small screens */
 @media only screen and (max-width: 880px){

     nav[role="custom-dropdown"] ul {
         display: none;
         height: 100%;
    }
     nav[role="custom-dropdown"] label {
         position: relative;
         display: block;
         width: 100%;
         min-height: 2.25em;
         padding: 0.45em;
         font-size: 1.1em;
         margin: 0;
    }
     nav[role="custom-dropdown"] label:after {
         position: absolute;
         right: 0.25em;
         top: 0;
         content: "\2261";
         font-size: 1.8em;
    }
     nav[role="custom-dropdown"] input[type=checkbox]:checked ~ label:after {
         color: #222;
    }
     nav[role="custom-dropdown"] input[type=checkbox]:checked ~ ul {
         display: block;
    }
     nav[role="custom-dropdown"] input[type=checkbox]:checked ~ ul > li {
         width: 100%;
         opacity: 0.8;
         text-align: left;
    }
  /*   nav[role="custom-dropdown"] input[type=checkbox]:checked ~ ul > li:after {
         position: absolute;
         right: 0.25em;
         content: "\203A";
         font: bold 1.4em sans-serif;
    }*/
    nav[role="custom-dropdown"]{
        float: right;
        width: auto;
    }
    #stickylogo img{
        width: auto;
    }
    #stickylogo{
        padding: 10px;
        background: rgba(255, 255, 255, 0.95);
    }
    nav[role="custom-dropdown"] input[type=checkbox]:checked ~ ul > li{
        opacity: 1;
    }
    .map-left {
    max-width: 900px;
    width: auto;
    display: block;
    vertical-align: middle;
    text-align: center;
    margin: auto;
}
.map-right {
    max-width: 900px;
    width: auto;
    display: block;
    vertical-align: middle;
    margin: auto;
}
#rewards .free, #rewards .skill, #rewards .exp, #rewards .opp, #rewards .cash {
    display: inline-block;
    width: 19%;
    vertical-align: top;
    padding: 10px;
    padding-top: 20px;
}

#rewards2 .free, #rewards2 .skill, #rewards2 .exp, #rewards2 .opp, #rewards2 .cash {
    display: inline-block;
    width:21%;
    vertical-align: top;
    padding: 10px;
    padding-top: 20px;

}

#proof .tit {
    font-size: 18px;
    line-height: 19px;
    color: #fff;
    font-weight: bold;
}
#testimonilas .pack, #testimonilas .photo, #testimonilas .happy {
    display: block;
    width: auto;
    vertical-align: middle;
    padding: 30px 10px;
}
#examples .pack, #examples .photo, #examples .happy {
    display: block;
    width: auto;
    vertical-align: middle;
    padding: 30px 10px;
}
#examples .photo {
    display: block;
    width: auto;
    vertical-align: middle;
    padding: 30px 10px;
}
}


 @media only screen and (max-width: 700px){
    .header-left h3 {
        font-size: 32px;
        line-height: 35px;
        padding-bottom: 15px;
    }
    .header-left p {
        font-size: 18px;
        line-height: 24px;
        padding-bottom: 15px;
        font-weight: 300;
    }
    .header-right img {
        max-width: 346px;
        width: 100%;
    }
    #rewards h3 {
        font-size: 33px;
        line-height: 31px;
        padding-bottom: 21px;
    }
    #rewards .free, #rewards .skill, #rewards .exp, #rewards .opp, #rewards .cash {
        display: block;
        width: auto;
        vertical-align: top;
        padding: 10px;
        padding-top: 10px;
    }

    .apps .in, .apps .cap, .apps .vm, .apps .pr{
       
        width: 22%;
        
    }
    .apps .in p, .apps .cap p, .apps .vm p, .apps .pr p {
    font-size: 15px;
    font-weight: bold;
    padding: 5px;
}

    #rewards2 h3 {
        font-size: 33px;
        line-height: 31px;
        padding-bottom: 21px;
    }
    #rewards2 .free, #rewards2 .skill, #rewards2 .exp, #rewards2 .opp, #rewards2 .cash {
        display: block;
        width: auto;
        vertical-align: top;
        padding: 10px;
        padding-top: 10px;
        text-align: center;
    }
    #rec119500768-1 h2{
        margin-bottom: 10px;
    }
    #proof .pack, #proof .photo, #proof .happy {
        display: block;
        width: auto;
        vertical-align: middle;
        padding: 15px 10px;
    }
    #apply-1 .free, #apply-1 .skill, #apply-1 .exp, #apply-1 .opp, #apply-1 .cash {
        display: block;
        width: auto;
        vertical-align: top;
        padding: 10px;
        padding-top: 6px;
    }
    #testimonilas h3 {
        font-size: 20px;
        line-height: 27px;
        padding-top: 15px;
        padding-bottom: 15px;
        max-width: 800px;
        margin: auto;
    }
    .map-left h3 {
        font-size: 30px;
        line-height: 32px;
        padding-bottom: 24px;
    }
    #rec119475130-1 .t119__preface h2 {
        font-size: 30px;

    }
    #social {
        max-width: 1450px;
        margin: 22px auto;
        text-align: center;
    }
    #social h3 {
        font-size: 17px;
        line-height: 25px;
        font-weight: normal;
        padding: 20px 10px 5px;
    }
    #examples h3{
        padding: 10px;
    }
    .after .iner{
        text-align: center;
        margin-top: 0px;
    }
    .apps .edit{
        text-align: center;
    }
    .do-not h2{
        text-align: center;
    }
}

 @media only screen and (max-width: 390px){
.header-left h3, #rewards h3 {
    font-size: 26px;
 
}
.header-left p {
    font-size: 17px;
  
}
#rewards img, #apply-1 img {
    max-width: 40px;
    padding-bottom: 6px;
}
#examples .pack, #examples .photo, #examples .happy {
    display: block;
    width: auto;
    vertical-align: middle;
    padding: 14px 10px;
}
#map-0 {
    padding: 24px 20px 30px 20px;
    clear: both;
    text-align: center;
}
#testimonilas .pack, #testimonilas .photo, #testimonilas .happy {
    display: block;
    width: auto;
    vertical-align: middle;
    padding: 15px 10px;
}
#proof .pack, #proof .photo, #proof .happy {
    display: block;
    width: auto;
    vertical-align: middle;
    padding: 10px 10px;
}
#proof{
    padding: 15px 7px;
 }
 .header-left{
    margin: 31px auto;
 }
 #rewards2 h2{
    padding-top: 60px;
    padding-bottom: 25px;
 }
 .apps, .tips{
    margin: 10px auto;
 }
 .apps .edit {
    line-height: 25px;
    font-size: 23px;
    padding-bottom: 10px;
}

.tips img{
    max-width: 30px;
}
.do-not .redc {
    color: #ee2327;
    font-size: 18px;
}
.how-to-1{
    font-size: 20px;
    line-height: 24px;
}
}


/* VIP */

/*** ==================================================================== Testimonial Section ==================================================================== ***/
 .large-container {
   position: static;
   max-width: 1160px;
   padding: 0px 30px;
   margin: 0 auto;
}
 .testimonial-section {
   position: relative;
   padding-top: 80px;
   padding-bottom: 320px;
   overflow: hidden;
}
.testimonial-section:before {
   position: absolute;
   left: -200px;
   top: 22%;
   background-image: url("../img/ring-circle.png");
   background-repeat: no-repeat;
   background-position: center;
   width: 701px;
   height: 756px;
   content: "";
  /* -webkit-animation: fa-spin 25s infinite alternate;
   -moz-animation: fa-spin 25s infinite alternate;
   -ms-animation: fa-spin 25s infinite alternate;
   -o-animation: fa-spin 25s infinite alternate;
   animation: fa-spin 25s infinite alternate;*/
}
 .testimonial-section .sec-title {
   position: relative;
   margin-bottom:80px;
   margin-top: 110px;
   font-size: 32px;
}
 .testimonial-section .sec-title .title {
   margin-bottom: 20px;
}

 .testimonial-section .sec-title h2 {
   font-size: 32px;
   text-align: center;
}

 .testimonial-section .testimonial-carousel {
   position: relative;
   max-width: 1100px;
   margin: 0 0px;
}
 .testimonial-block {
   position: relative;
   padding: 0px;
}
 .testimonial-block .inner-box {
   padding: 80px 45px;
  background-color: rgba(255, 255, 255, 0.4);
   /*box-shadow: 0 0 50px rgba(226, 222, 232, 0.4);*/

   border: 1px solid #ebebeb;
}
 .testimonial-block .text {
   position: relative;
   display: block;
   font-size: 18px;
   line-height: 32px;
   color: #282331;
   font-weight: 400;
   margin-bottom: 30px;

}
 .testimonial-block .info-box {
   position: relative;
   padding-left: 1px;
   padding-top: 10px;
}
 .testimonial-block .info-box .thumb {
   position: relative;
   left: 0;
   top: 0;
   height: 75px;
   width: 75px;
   margin-bottom: 5px;
}
 .testimonial-block .info-box .thumb img {
   border: 3px solid #ee2327;
   border-radius: 50%;
   overflow: hidden;
   display: block;
   width: 100%;

 /*  box-shadow: 0 45px 45px rgba(147, 147, 147, 0.35);*/
}
 .testimonial-block .info-box .name {
   position: relative;
   display: block;
   font-size: 21px;
   line-height: 1.2em;
   color: #382c4d;
   font-weight: 700;
   margin-bottom: 10px;
 
}
 .testimonial-block .info-box .designation {
   position: relative;
   display: block;
   font-size: 16px;
   line-height: 24px;
   color: #000;
   font-weight: 400;
 
}
 .testimonial-carousel .owl-nav {
   position: absolute;
   right: 75px;
   bottom: 70px;
}
 .testimonial-carousel .owl-next, .testimonial-carousel .owl-prev {
   position: relative;
   display: inline-block;
   height: 75px;
   width: 75px;
   line-height: 75px;
   text-align: center;
   border-radius: 50%;
   background-color: #fff;
   -webkit-transition: all 300ms ease;
   -moz-transition: all 300ms ease;
   -ms-transition: all 300ms ease;
   -o-transition: all 300ms ease;
   transition: all 300ms ease;
}
 .testimonial-carousel .owl-next:hover, .testimonial-carousel .owl-prev:hover {
   background-color: #ee2723;
   box-shadow: 0 24px 24px rgba(187, 187, 187, 0.75);
}
 .arrow-right, .arrow-left {
   position: relative;
   display: inline-block;
   height: 9px;
   width: 43px;
   background-image: url("../img/arrow-left-2.png");
   background-repeat: no-repeat;
   background-position: center;
}
 .arrow-right {
   background-image: url("../img/arrow-right-2.png");
}
 .testimonial-section .thumb-layer {
   position: absolute;
   right: 30px;
   top: 120px;
}
 .testimonial-section .thumb-layer .image {
   position: relative;
   margin-right: 0;
}
 .testimonial-section .thumb-layer .image img {
   display: inline-block;
   max-width: 100%;
   height: auto;
}
 @media only screen and (max-width: 767px) {
   .testimonial-section .sec-title {
     margin-bottom: 50px;
  }
   .testimonial-block {
     padding: 0;
  }
   .testimonial-block .inner-box {
     box-shadow: none;
     border: 2px solid #f1f1f1;
  }
   .testimonial-carousel .owl-nav {
     position: relative;
     left: 0;
     bottom: 0;
     margin-top: 20px;
     text-align: center;
  }
   .testimonial-carousel .owl-next, .testimonial-carousel .owl-prev {
    /* border: 2px solid #f1f1f1;*/
  }
  .testimonial-block .text {
    position: relative;
    display: block;
    font-size: 16px;
    line-height: 25px;
    color: #282331;
    font-weight: 400;
    margin-bottom: 30px;
}
.testimonial-block .inner-box {
    padding: 30px 30px;
}
.testimonial-section .thumb-layer .image {
    position: relative;
    margin-right: 0;
    z-index: -19;
    opacity: 0.2;
}
.testimonial-section{padding-top: 40px;
}
}
 @media only screen and (max-width: 1366px) {
   .large-container {
     padding-left: 20px;
     padding-right: 20px;
  }
 .testimonial-section:before {

/*  display: none;*/
opacity: 0.7;
}
.testimonial-section .thumb-layer .image {

    z-index: -19;
}
}
 
@media only screen and (max-width: 500px) {
 .testimonial-section{
    padding-bottom: 100px;
 }
 .testimonial-carousel .owl-nav{
    margin-top: 10px;
 }
 .testimonial-section .sec-title {
    margin-bottom: 30px;
    margin-top: 40px;
}
.testimonial-section .thumb-layer {
    position: absolute;
    right: 106px;
    top: 155px;
}
.testimonial-section .thumb-layer .image img
{
    max-width: 150%;
}

}

@media only screen and (max-width: 480px) {
.testimonial-block .info-box .thumb{
    margin: auto;
}
}

.made{
    padding-bottom: 10px;
    color: #fff;
    opacity: 0.85;
    font-size: 15px;
}
.redheart{
    color: red;
    font-size: 17px;
}
.footer-info-link{
    color: #fff!important;
    opacity: 0.7;
    font-size: 14px;
}