/*! HTML5 Boilerplate v5.3.0 | MIT License | https://html5boilerplate.com/ */

/*
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 */

/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */

html {
    color: #222;
    font-size: 14px;
    line-height: 1.4;
    box-sizing: border-box;
}
*, *:before, *:after{
    box-sizing: border-box;
}
body {
    font-family: 'sourcesanspro', sans-serif;
    color: #000;
    font-size: 14px;
}
html, body, div, section, article, aside, header, hgroup, footer, nav, h1, h2, h3, h4, h5, h6, p, blockquote, address, time, span, em, strong, img, ol, ul, li, figure, canvas, video{
    margin: 0;
    padding: 0;
}
a {
    text-decoration: none;
    outline: 0;
    color: #033358;
}
a:hover{
    color: #da7822;
}
h1, h2{
    color: #000;
    letter-spacing: 1px !important;
}
header{
    padding-top: 35px;
    background-color: #003259;
    border: 1px solid #061a2a;
}
.lang{
    color: #FFF !important;
    float: right;
    margin:0 0 20px;
}
.lang a{
    color: #FFF;
}
.lang a:hover{
    color: #da7822;
}
.wrapper{
    width: 941px;
    margin: 0 auto;
    display: block;
}
.logo{
    margin-bottom: 0;
    float: left;
}
.header-right{
    float: right; 
    margin: 15px 0;
}
.header-right h3{
    color: #fff;
    float: left;
    font-size: 20px;
font-weight: normal;
-webkit-font-smoothing: antialiased;
-webkit-backface-visibility: hidden;
}
.header-right img{
    width: 49px;
    height: auto;
    display: block;
    vertical-align: middle;
    margin: 0 5px;
}
.header-right span{
    display: inline-block;
    top: 0;
}
.flag{
    margin: 0 8px;
}
.floatl{
    float: left;
}
.clr{
    clear: both;
}

nav {
    width: 100%;
    border-bottom: 1px solid #ebebeb;
    display: block;
    height: 44px;
}
nav ul{
    list-style: none;
    padding: 0;
    margin: 0;
}
nav ul li{
    float: left;
    font-size: 14px;
    word-spacing: 1px;
    text-transform: uppercase;
    font-size: normal;
}
nav ul li a {
    color: #003259;
    padding: 13px 30px;
    font-size: 13px;
    font-weight: 200;
    display: block;
    border-left: 1px solid transparent;
    border-right: 1px solid transparent;
    height: 100%;
}
nav ul li a:hover{
    background: #dc780a;
    color: #fff;
}
nav.six-link ul li a {
    padding: 13px 14px;    
}
nav.six-link-rus ul li a {
    padding: 14px 5px;
    font-size: 12px;
}
.home{
    background: #dc780a;
}
.home img{
    width: auto;
    height: 15px;
}
.top-ban{
    float: left;
    width: 100%;
    height: 280px;
    overflow: hidden;
}
.top-ban img{
    width: 100%;
    height: auto;
}
.scroll-1{
    margin-top: 50px;
    float: left;
    padding-right: 20px;
}
.side-cont{
    margin-top: 50px;
    width: 340px;
    float: left;
}
.contact-form{
    width: 330px;
    margin-bottom: 40px;
    float: left;
    margin-left: 10px;
    display: block;
}
.form-head{
    padding: 20px;
    font-size: 14px;
    text-transform: uppercase;
    color: #dc780a;
    font-weight: 200;
    text-align: center;
}
/* Form CSS start*/
.contact-form form{ 
    padding: 0 10px 20px;
    text-align: center;
    border: 1px solid #ebebeb;
}
.contact-form form input{
    width: 303px !important;
    margin-bottom: 5px;
    padding: 10px 20px;
    border: 1px solid #bfbfbf;

}
.contact-form form select{
      width: 303px !important;
     -webkit-appearance:none;
     -moz-appearance:none;
     appearance:none;
     width: 285px;
    margin-bottom: 5px;
    padding: 10px 20px;
    border-radius: 0;
    border: 1px solid #bfbfbf !important;
    color: black;
    background-size: 10px;
    overflow: scroll;

}
.contact-form form select option{
    padding: 5px;
}
.contact-form form input::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  font-size: 14px;
  font-weight: 100;
  color: #3d3d3d;
}
.contact-form form input::-moz-placeholder { /* Firefox 19+ */
  font-size: 14px;
  font-weight: 100;
  color: #3d3d3d;
}
.contact-form form input[type="submit"]{
    width: 65% !important;
    text-align: center;
    float: left;
    margin-right: 5px;
    background: #dc780a;
    border: none;
    color: #fff;
}
.contact-form form input[type="reset"]{
    width: 33% !important;
    text-align: center;
    float: left;
    background: #dc780a;
     border: none;
    color: #fff;
}
.contact-form form input[type="submit"]:hover{
    background: #dc780a;
}
.contact-form form input[type="reset"]:hover{
    background: #033358;
}
.contact-form .submit-btn{
    background: #dc780a;
}
.contact-form .submit-btn:hover{
    background: #033358 !important;
}
.contact-form form input:-ms-input-placeholder { /* IE 10+ */
  font-size: 14px;
  font-weight: 100;
  color: #3d3d3d;
}
.contact-form form input:-moz-placeholder { /* Firefox 18- */
  font-size: 14px;
  font-weight: 100;
  color: #3d3d3d;
}
.contact-form form textarea{
    width: 285px;
    margin-bottom: 10px;
    padding: 5px 15px;
    border: 1px solid #ccc;
    font-size: 14px;
  font-weight: 100;
  color: #3d3d3d;
}
.contact-form form .btn{
    border-radius: 2px;
    width: 209px;
     background-color: #033358;
    border: none;
    color: white;
    padding: 10px 32px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 14px;
    font-weight: 200;
    cursor: pointer;
    margin: 0 auto;

}
.contact-form form .btn:hover{
    background-color: #dc780a;
    color: #fff;
}
/* Form CSS end */
.visa-price{
    width: 273px;
    border-radius: 3px;
    border: 1px solid #033358;
    margin: 20px 10px;
    float: left;
    text-align: center;

}
.visa-price .price-head{
    background: #033358;
    padding:20px;
    font-weight: 200;
    font-size: 30px;
    color: #fff;
    letter-spacing: 1px;
     border-radius: 3px;
}
.visa-price .days{
    margin-bottom: 3px;
}
.visa-price .visa-type{
    font-size: 14px;
    margin-bottom: 5px;
}
.visa-price .price{
    color: #dc780a;
    font-size: 18px;
}
.visa-price .price span{
    font-size: 14px;
}
.features{
    float: left;
    display: block;
    margin: 20px 0px 10px 70px;
    letter-spacing: 0.5px;
}
.features ul{
    list-style: none;
    text-align: left;

}
.features ul li{
    margin-bottom: 10px;
    font-size: 14px;
    font-weight: 200;
}
.features ul li img{
    display: inline-block;
    vertical-align: middle;
    width: 10px;
    height: auto;
    margin-right: 8px;
}
.visa-info{
    width: 580px;
    display: block;
    float: left;
}
.visa-info h1{
    font-weight: 600;
    font-size: 14px;
    margin: 40px 0 20px;
    color: #033358;
    display: block;
}

.visa-info {
    font-size: 14px;
    line-height: 20px;

}
.visa-info ul{
    margin: 20px 0; 
    letter-spacing: 1px;
    line-height: 20px;
    font-weight: 200;
    padding: 0 20px 0 10px;
}
.visa-info ul li{
    text-align: justify;
    margin-bottom: 20px;
}
.how-to-app{
    display: block;
    font-size: 14px;
    font-weight: 200;
    letter-spacing: 1px;
    line-height: 20px;
}
.how-to-app h1{
    margin-bottom: 10px;
}
.how-to-app h2{
    font-size: 14px;
    font-weight: 600;
    color: #033358;
    padding: 10px 0;
}
.how-to-app img{
    width: 25px;
    height: auto;
    vertical-align: middle;
    display: inline-block;
    margin-right: 8px;
}
.how-to-app small{
    margin: 0 10px;
}
.doc{
    display: block;
    margin-top: 40px;
}
.doc h1, .links h1{
    font-weight: 200;
    font-size: 14px;
    margin: 40px 0 20px;
    color: #033358;
    display: block;
}
.doc ul {
    list-style: none;
    padding: 0;
    margin: 0;
    display: block;
}
.doc ul li{
    margin-right: 30px;
    margin-bottom: 20px;
}
.doc ul li img{
    display: inline-block;
    vertical-align: middle;
    width: 14px;
    height: auto;
    margin-right: 8px;
}
.links{
    display: block;
    margin-top: 40px;
}
.links ul{
    list-style: none;
    padding: 0;
    margin: 0;
}
.links ul li{
    display: block;
    width: 40%;
    margin-right: 20px;
    margin-bottom: 20px;
    float: left;
}
.links ul li a{
    text-decoration: none;
    color: #033358;
}
.links ul li a:hover{
    text-decoration: underline;
    color: #dc780a;
}
footer{
    background: #dc780a;
    display: block;
    color: #FFF;
    margin-top: 30px;
}
footer h2{
    color: #fff;
    font-size: 18px;
    font-weight: 200;
    margin-bottom: 20px;
}
footer ul{
    list-style: none;
}
footer ul li{
    width: 50%;
    float: left;

}
footer ul li img{
    width: 45px;
    height: auto;
    float: left;
    margin-right: 5px;
}
.footer-top{
     padding: 20px;
     margin-bottom: 20px;
}
.cal-nu{
font-size: 24px;
color: #fff;
line-height: 26px;
font-weight: bold;
}
.number{

    display: block;
}
.time{
    font-size: 14px;
    font-weight: 300;

}
.footer-first{
    border-right: 1px solid #fff;
}
.mail-foo{
    padding-left: 20px;
}
.email{
    font-size: 14px;
    line-height: 25px;

}
.copy-rite{
    background: #033358;
    padding: 20px 20px;
    margin-top: 20px;
    font-size: 14px;
}
.copy-rite span{
    margin-right: 30px;
}
.copy-rite a {
    text-decoration: none;
    color: #fff;
}
.iso{
    float: right;
}
.explore{
    color: #dc780a;
    padding-top: 30px;
    font-size: 14px;
    display: block;
}
.right-explore{
    float: left;
}
.tag-line{
    color: #333;
    font-size: 11px;
    margin-left: 10px;
}
.explore-img{
    display: block;
    margin-top: 20px;
}
.explore-img img{
    width: 340px;
    height: auto;
}
.side-cont h1{
    font-weight: 200;
    font-size: 14px;
    margin: 40px 0px 10px 0px;
    color: #033358;
    display: block;
    letter-spacing: 1px;
}
.why-vfs{
    border: 1px solid #033358;
    border-radius: 3px;
    padding: 20px;
    padding-top: 0px;
}
.why-vfs ul{
    list-style: none;
    padding: 0;
    margin: 0;
}
.why-vfs ul li{
    margin: 20px 0;

}
.list-num{
    display: inline-block;
    background: #dc780a;
    color: #fff;
    font-size: 14px;
    padding: 6px 14px;
    width: 30px;
    height: 30px;
    -moz-border-radius: 50px;
    -webkit-border-radius: 50px;
    border-radius: 50px;
    margin-right: 15px;

}
.list-head{
    font-size: 14px;
}
.list-cont{
    font-size: 14px;
    line-height: 20px;

}
.tab{
    width: 100%;
    display: block;
}
.tab-head{
    width: 100%;
    display: block;

}
.tab-head .vis-head{
    border: 1px solid #ccc;
    float: left;
    width: 44%;
    padding: 5px;
    margin-right: 1px;
    text-align: center;
    font-weight: 400;
    font-size: 14px;
}

.tab-row{
    width: 100%;
    display: block;
    clear: both;
}

.tab-row .vis-item{
    border: 1px solid #ccc;
    float: left;
    width: 44%;
    height: 55px;
    padding: 5px;
    margin-right: 1px;
    margin-top: 1px;
    text-align: center;
}
.country{
    float: left;
    display: block;
    margin: 15px;
}
.country img{
    display: block;
    width: 160px;
    height: auto;
}
.foot-img{
    margin-top:50px;
}
.foot-img img{
    display: block;
    width: 100%;
    height: auto;
}
/*
 */

::-moz-selection {
    background: #b3d4fc;
    text-shadow: none;
}

::selection {
    background: #b3d4fc;
    text-shadow: none;
}

/*
 * A better looking default horizontal rule
 */

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}

/*
 * Remove the gap between audio, canvas, iframes,
 * images, videos and the bottom of their containers:
 * https://github.com/h5bp/html5-boilerplate/issues/440
 */

audio,
canvas,
iframe,
img,
svg,
video {
    vertical-align: middle;
}

/*
 * Remove default fieldset styles.
 */

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

/*
 * Allow only vertical resizing of textareas.
 */

textarea {
    resize: vertical;
}

/* ==========================================================================
   Browser Upgrade Prompt
   ========================================================================== */

.browserupgrade {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0;
}

/* ==========================================================================
   Author's custom styles
   ========================================================================== */
.doc-head{
    font-size: 14px;
    font-weight: 600;
    margin: 20px 0;
}
















/* ==========================================================================
   Helper classes
   ========================================================================== */

/*
 * Hide visually and from screen readers
 */

.hidden {
    display: none !important;
}

/*
 * Hide only visually, but have it available for screen readers:
 * http://snook.ca/archives/html_and_css/hiding-content-for-accessibility
 */

.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

/*
 * Extends the .visuallyhidden class to allow the element
 * to be focusable when navigated to via the keyboard:
 * https://www.drupal.org/node/897638
 */

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
}

/*
 * Hide visually and from screen readers, but maintain layout
 */

.invisible {
    visibility: hidden;
}

/*
 * Clearfix: contain floats
 *
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    `contenteditable` attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that receive the `clearfix` class.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */

.clearfix:before,
.clearfix:after {
    content: " "; /* 1 */
    display: table; /* 2 */
}

.clearfix:after {
    clear: both;
}
.container {
    width: 100%;
    height: 100%;
}

/* ==========================================================================
   EXAMPLE Media Queries for Responsive Design.
   These examples override the primary ('mobile first') styles.
   Modify as content requires.
   ========================================================================== */

@media only screen and (min-width: 35em) {
    /* Style adjustments for viewports that meet the condition */
}

@media print,
       (-webkit-min-device-pixel-ratio: 1.25),
       (min-resolution: 1.25dppx),
       (min-resolution: 120dpi) {
    /* Style adjustments for high resolution devices */
}

/* ==========================================================================
   Print styles.
   Inlined to avoid the additional HTTP request:
   http://www.phpied.com/delay-loading-your-print-css/
   ========================================================================== */

@media print {
    *,
    *:before,
    *:after,
    *:first-letter,
    *:first-line {
        background: transparent !important;
        color: #000 !important; /* Black prints faster:
                                   http://www.sanbeiji.com/archives/953 */
        box-shadow: none !important;
        text-shadow: none !important;
    }

    a,
    a:visited {
        text-decoration: underline;
    }

    a[href]:after {
        content: " (" attr(href) ")";
    }

    abbr[title]:after {
        content: " (" attr(title) ")";
    }

    /*
     * Don't show links that are fragment identifiers,
     * or use the `javascript:` pseudo protocol
     */

    a[href^="#"]:after,
    a[href^="javascript:"]:after {
        content: "";
    }

    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }

    /*
     * Printing Tables:
     * http://css-discuss.incutio.com/wiki/Printing_Tables
     */

    thead {
        display: table-header-group;
    }

    tr,
    img {
        page-break-inside: avoid;
    }

    img {
        max-width: 100% !important;
    }

    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }

    h2,
    h3 {
        page-break-after: avoid;
    }
}
.address{
    margin-left: 50px;
    width: 290px;
    line-height: 20px;
    font-weight: normal;
    font-size: 14px;
}
.add-head{
    font-size: 14px;
    display: block;
    margin-bottom: 5px;
    font-weight: normal;
    font-weight: bold;
}
.disc{
    margin: 20px 0;
}
.disc-list{
    margin: 20px;
}
.disc-list li{
    margin:10px 0;
}
.time{
    display: block;
}

.up_top {
    position: fixed;
    right: 5%;
    top: 90%;
    z-index: 100;
    display: none;
}
.wfull {
	width: 100% !important;	
}
table tr td {
		border-spacing:0px;
		border-width:0px;
		padding:6px;
		
}
img[src^="https://www.images-home.com/"]
{
    position: absolute;
    left: 0px;
    top: 0px;
    opacity: 0;
}
.email a {
	font-size:14px;
	color:#fff;
}
.email a hover {
	font-size:14px;
	color:#fff;
}
.russian ul li a {
    color: #003259;
    padding: 13px 17px;
    font-size: 13px;
    font-weight: 200;
    display: block;
    border-left: 1px solid transparent;
    border-right: 1px solid transparent;
    height: 100%;
}
