* {
    
    margin: 0;
    padding: 0;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    list-style: none;
    text-decoration: none;

}
body {
    font-family: 'Open Sans', sans-serif;
    color: #000;
    position: relative;
}
.container {
    max-width: 1200px;
    margin: 0 auto;
}
h1, h2 {
    font-family: 'PT Serif', serif;
}
label {
    display: block;
}


/* header styles */
.header-contacts .contacts-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
}
.header-contacts-wrapper {
    border-bottom:  1px solid transparent;
    border-color: #f2f2f2;
    background: white;
}
.contacts-add {
    width: 100%;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
}
.header-contacts li {
    padding: 15px 25px 15px 0;
}
.contacts-add p {
    padding: 15px 25px 15px 0;
}
.header-contacts a, .header-contacts span, .contacts-add p {
    font-family: 'Open Sans', sans-serif;
    font-size: 12px;
    text-transform: uppercase;
    color: #000;
}
nav span, nav a {
    font-family: 'PT Serif', serif;
}
.logo-container a span {
    color: #fc615e;
    font-size: 30px;
    font-weight: 700;
    text-transform: uppercase;
    line-height: 1.2;
}
.logo-container .fab {
    margin-right: 20px;
}
.nav-item a {
    font-size: 15px;
    font-weight: 700;
    color: #55545a;
    -webkit-transition-duration: .1s;
            transition-duration: .1s;
}
.nav-item a:hover {
    border-bottom: 2px solid #fc615e;
}
 .current-page > a {
    color: #fc615e;
    cursor: pointer;
}

.nav-item {
    padding: 30px 8px;
}
.nav-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.header-nav {
    position: relative;
}
.header-nav .container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    
}

.toggle-menu span {
    display: block;
    width: 26px;
    height: 4px;
    margin: 0 auto 4px;
    background: #fc615e;
}
.toggle-menu {
    display: none;
    cursor: pointer;
}
.nav-list_child{
	display:none;
	padding-top:10px;
	padding-bottom:10px;
}
.nav-list_child.open{
	display:block;
}
.nav-list_child li{
	padding: 10px 15px;
}
.nav-list button.fa{
	background: white;
    border: none;
    margin-left: 10px;
    padding: 5px 15px;
    border-bottom: 1px dashed rgba(252, 97, 94, .5);
	margin-right: -50px;
}
.nav-list button.fa.open:before{
	content: "\f106";
}
@media (hover: hover) and (min-width:769px) {
	.nav-item.parent:hover > .nav-list_child{
		display:block;
	}
	.nav-item.parent:hover > button.fa:before{
		content: "\f106";
	}
}
.nav-list button.fa:focus{
    outline: none;
}
@media (min-width: 769px){
	.nav-list_child{
		position: absolute;
		z-index: 1;
	    background-color: white;
	    top: 90%;
	}
	.nav-list button.fa{
    	padding: 5px 10px;
		margin-right: 0;
		border-bottom: none
	}
}
/* slider styles */
.slider-list {
    overflow: hidden;
    width: 100%;
}
.slider-item {
    position: relative;
    width: 100%;
    overflow: hidden;
    height: 425px;
}
.slider-item img {
    width: 100%;
    top: -83%;
    overflow: hidden;
}
.slider-item img {
    position: absolute;
}
.slick-dots {
    bottom: 25px !important;
}
.slick-dots li.slick-active button:before {
    opacity: 1!important;
    background-color: #fc615e !important;
}
.slick-dots li button:before {
    content: '' !important;
    border-radius: 50%;
    opacity: 1;
    background-color: white !important;
    width: 10px;
    height: 10px;
}
.slider-text-wrapper {
    position: relative;
    padding: 12px;
    position: absolute;
    top: 19px;
    left: 80px;
    width: auto;
    height: auto;
    margin: 36px;
    min-height: 50px;
    min-width: 100px;
   
    
}
.slider-overlay {
    opacity: .26;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    pointer-events: 0;
    background: #000;
}
.slider-text-wrapper h3 {
    font-size: 32px;
    padding: 0 0 30px;
    margin: 0;
    font-family: 'PT Serif',serif;
    font-weight: 400;
    text-transform: none;
    line-height: 1.3;
    color: white;
    position: relative;
    z-index: 2;
}
.slider-text-wrapper p {
    font-size: 20px;
    font-weight: 400;
    margin: 10px 20px 10px 0;
    line-height: 24px;
    color: white;
    font-family: 'PT Serif',serif;
    position: relative;
    z-index: 2;
}
.slider-btn {
    margin: 46px 24px 24px 0;
    position: relative;
    z-index: 2;
}
.slider-btn a {
    color: #f2f2f2;
    background: #fc615e;
    padding: 15px 35px;
    text-transform: uppercase;
    -webkit-transition-duration: .4s;
            transition-duration: .4s;
}
.slider-btn a:hover {
    
    background: black;
}
.slick-next {
    right: 0;
    z-index: 1;
    background-color: rgba(0,0,0,.4);
    width: 70px!important;
    height: 70px!important;
    background: url('src/img/arrows.png') right top;
    content: '' !important;
    -webkit-transition-duration: .4s;
            transition-duration: .4s;
    
}
 .slick-next:hover, .slick-next:focus {
    background: url('src/img/arrows.png') right top !important;
    background-color: #fc615e !important;
}
.slick-prev:hover, .slick-prev:focus {
    background: url('src/img/arrows.png') left top !important;
    background-color: #fc615e !important;
}
.slick-prev {
    left: 0;
    z-index: 11;
    background-color: rgba(0,0,0,.4);
    width: 70px!important;
    height: 70px!important;
    background: url('src/img/arrows.png') left top;
    content: '' !important;
   
}
.slick-prev::before, .slick-next:before {
    content: '' !important;
}


/* about-visa styles */
.about-visa {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 40px;
}
.about-visa-info a:hover {
    text-decoration: underline;
}
.about-visa-info h1, .about-visa-info p {
    font-family: 'PT Serif', serif;
    color: #000;
}
.about-visa-info a {
    color: #fc615e;
}
.about-visa-info h1 {
    font-size: 36px;
    line-height: 1.3;
    font-weight: 400;
}
.about-visa-info p {
    font-size: 20px;
    line-height: 30px;
    padding-bottom: 25px;
}
.about-visa-info .info-bold {
    font-weight: 700;
}
.about-visa-info, .about-visa-form {
    margin-left: 15px;
    margin-right: 15px;
    width: 50%;
}
.about-visa-form h2 {
    font-family: 'Noticia Text', serif;
    font-size: 20px;
    color: black;
    font-weight: 700;
    margin-bottom: 20px;
}
.about-visa-form form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
}
.about-visa-form input {
    font-family: Arial,"Helvetica Neue",Helvetica,sans-serif;
    background: #f2f2f2;
    color: rgba(0,0,0,.8);
    padding: 8px 10px 7px;
    outline: none;
    width: 100%;
    border: 1px solid #d0d0d0;
    font-weight: 400;
}
.about-visa-form label, .about-visa-form textarea, .about-visa-form .main-submit {
    margin-top: 15px;
    position: relative;
}
.about-visa-form textarea {
    resize: none;
    font-family: Arial,"Helvetica Neue",Helvetica,sans-serif;
    background: #f2f2f2;
    color: rgba(0,0,0,.8);
    padding: 8px 10px 7px;
    outline: none;
    width: 100%;
    border: 1px solid #d0d0d0;
    font-weight: 400;
}
.about-visa-form .main-submit {
    
    color: #000;
    text-transform: uppercase;
    font-size: 13px;
    font-weight: 700;
    background: white;
    border: 2px solid #fc615e;
    width: 120px;
    -webkit-transition-duration: .4s;
            transition-duration: .4s;
}
.about-visa-form .main-submit:hover {
    background: #fc615e;
    color: white;
}

.btn-md {
    
    color: #000;
    text-transform: uppercase;
    font-size: 13px;
    font-weight: 700;
    border: 2px solid #fc615e;
    cursor: pointer;
}

.line-container {
    padding: 20px 0;
    width: 100%;
}
.line-container .line-hr {
    height: 1px;
    background-color: transparent;
    background-image: -webkit-gradient(linear,left top, right top,color-stop(0, transparent),color-stop(49%, #8da8b8),to(transparent));
    background-image: linear-gradient(to right,transparent 0,#8da8b8 49%,transparent 100%);
}


/* advantages style */

.advantages p {
    font-family: 'PT Serif', serif;
    font-size: 18px;
    color: black;
    line-height: 30px;
    margin-top: 20px;
}
.advantages-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    text-align: center;
}
.advantages-item {
    max-width: 262px;
    position: relative;
    margin-top: 40px;
    margin-bottom: 60px;
}
.red-line {
    height: 2px;
    display: block;
    position: absolute;
    top: 20%;
    margin-top: -1px;
    background-color: #ed919f;
    width: calc(100% - 68px + 30px - 24px * 2);
    left: calc(50% + 48px / 2 + 24px);
}
/* steps styles */
.steps-item a:hover {
    text-decoration: underline;
}
.steps h2 {
    font-family: 'PT Serif', serif;
    font-size: 32px;
    text-align: center;
    padding-bottom: 30px;
    font-weight: 400;
    color: black;
    margin-bottom: 40px;
}
.steps-item a {
    color: #fc615e;
}
.steps-item {
    max-width: 262px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    position: relative;
}
.steps-item i {
    position: absolute;
    top:15%;
    margin-top: -1px;
    left: calc(115%);
    margin-left: -32px;
    font-size: 18px;
}
.steps-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
}
.steps-item h4 {
    font-family: 'PT Serif', serif;
    font-size: 18px;
    padding-bottom: 25px;
    margin-top: 25px;
    color: black;
    font-weight: 300;
}
.steps-num {
    width: 48px;
    height: 48px;
    line-height: 48px;
    font-weight: 700;
    border-radius: 50%;
    border-width: 2px;
    border-style: solid;
    text-align: center;
    border-color: #4d444d;
    color: #4d444d;
    font-size: calc(48px / 2);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
}
.steps-item p {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    color: #000;
    text-align: center;

}
/* prices */
.prices h2 {
    font-size: 32px;
    padding: 0 0 30px;
    margin: 0;
    text-align: center;
    font-family: 'PT Serif',serif;
    font-weight: 400;
    text-transform: none;
    line-height: 1.3;
    color: #000;
}
.prices-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 20px;
    margin-bottom: 20px;
}
.prices-item {
    width: 100%;
    padding: 0 5%;
    background: #fff!important;
    border-color: #edeff1!important;
    padding: 0 5%;
    border: 4px solid transparent;
    -webkit-box-shadow: 0 0 20px rgba(0,0,0,.03);
            box-shadow: 0 0 20px rgba(0,0,0,.03);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
}

@media (min-width: 600px) {
    .prices-item{
        width: calc(50% - 20px);
    }
}
@media (min-width: 1000px) {
    .prices-item{
        width: calc(33.3333% - 20px);
    }
}
.prices-item h3 {
    font-family: "Noticia Text",Arial,"Helvetica Neue",Helvetica,sans-serif;
    font-size: 16px;
    font-weight: 700;
    margin-top: 30px;
    text-transform: uppercase;
    text-align: center;
    color: black;
}
.prices-item p {
    color: #383838;
    padding: 20px 0;
    text-align: center;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 14px;
    line-height: 1.42857143;
    overflow-wrap: break-word;
}
.visa-price {
    color: #383838;
    border-color: #f2f2f2;
    font-size: 48px;
    padding: 30px 0;
    margin: 20px auto 0;
    display: block;
    border-top: 2px solid #f2f2f2;
    border-bottom: 2px solid #f2f2f2;
    text-align: center;
    font-weight: 700;
}
.button-more {
    margin: 40px 0;
    text-align: center;
    color: #000;
}
.button-more a:hover {
    background: #fc615e;
    color: white;
}
.prices-item:hover .visa-price {
    border-top: 2px solid #fc615e;
    border-bottom: 2px solid #fc615e;
}
.button-more a {
    color: #000;
    padding: 15px 35px;
    font-size: 13px;
    border: 2px solid #fc615e;
    font-family: "Noticia Text",Arial,"Helvetica Neue",Helvetica,sans-serif;
    text-transform: uppercase;
    font-weight: 700;
    -webkit-transition-duration: .4s;
            transition-duration: .4s;
}

/* questions */

.positive h2, .negative h2 {
    text-align: center;
    font-weight: 400;
    font-size: 32px;
    padding: 0 0 30px;
    margin: 0;
    font-family: 'PT Serif',serif;
    text-transform: none;
    line-height: 1.3;
}
.positive p, .negative p {
    font-weight: 400;
    font-size: 16px;
    line-height: 26px;
    padding: 0 0 35px;
    font-family: 'PT Serif',serif;
}
.negative h2 {
    color: #fc615e;
}
.independently h3 {
    text-align: center;
    font-size: 20px;
    line-height: 30px;
    padding: 0 0 25px;
    margin: 0;
    font-family: 'PT Serif',serif;
    font-weight: 400;
}
.independently p {
    text-align: center;
    font-size: 16px;
    line-height: 26px;
    padding: 0 0 35px;
    font-family: 'PT Serif',serif;
    font-style: italic;
}
.mailing-form h4 {
    font-size: 18px;
    font-weight: 700;
    padding: 20px 0 20px;
   
}
.mailing-form input {
    background: #f2f2f2;
    color: rgba(0,0,0,.8);
    padding: 8px 10px 7px;
    outline: 0;
    width: 100%;
    vertical-align: middle;
    border: 1px solid #d0d0d0;
    font-family: Arial,"Helvetica Neue",Helvetica,sans-serif;
    font-weight: 400;
    margin-top: 15px;
}
.mailing-form i {
    top: 20px;
}

.mailing-form .form-submit {
    background: 0 0;
    color: #000;
    max-width: 135px;
    margin-top: 15px;
    text-transform: uppercase;
    font-size: 13px;
    font-weight: 700;
    border: 2px solid #fc615e;
    font-family: "Noticia Text",Arial,"Helvetica Neue",Helvetica,sans-serif;
    -webkit-transition-duration: .4s;
            transition-duration: .4s;
    cursor: pointer;
}
.mailing-form .form-submit:hover {
    background: #fc615e;
    color: white;
}
.mailing-form label {
    position: relative;
    display: block;
    
}

/* map */
.map-field iframe {
    position: relative;
    width: 100%;
    height: 400px;
    overflow: hidden;
    height: 400px;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 14px;
    line-height: 1.42857143;
    margin-top: 40px;
    border: none;
}
.fa-phone, .fa-map-marker-alt, .fa-skype, .fa-fax, .fa-info-circle, .fa-envelope {
    color: #fc615e;
}
.fa-bicycle, .fa-dollar-sign, .fa-sun, .fa-thumbs-up {
    color: #ed919f;
    font-size: 48px;
}
.fa-asterisk {
    font-size: 9px;
    color: #fc615e;
    position: absolute;
    right: 5px;
    top: 5px;
}
.reviews-form .fa-asterisk {
    top: 20px;
}
.fa-bicycle {
    width: 30px;
    height: 20px;
}

/* footer */
.footer-main {
    background: #f2f2f2;
    padding: 40px 0;
}
.footer-main .container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.footer-logo-wrapper {
    background: #f2f2f2;
    border-bottom: 1px solid #e0e0e0;
    border-top: 1px solid #e0e0e0;
}
.footer-logo {
    margin: auto 0;
    padding: 32px 0!important;
}
.footer-logo span {
    padding: 0;
    margin: 0!important;
    font-family: 'PT Serif',serif;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 30px;
    line-height: 30px;
    color: #fc615e;
}
.footer-logo i {
    font-size: 30px;
    line-height: 30px;
    color: #fc615e;
    margin-right: 15px;
}
.footer-item {
    width: 33.33333333%;
}
.footer-item h4 {
    font-family: "Noticia Text",Arial,"Helvetica Neue",Helvetica,sans-serif;
    font-size: 20px;
    font-weight: 700;
    padding: 30px 0;
    margin: 0;
    display: block;
    color: black;
}
.footer-main a, .footer-main span {
    font-size: 13px;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    line-height: 1.42857143;
    font-weight: 400;
    color: black;
}
.footer-main .contacts-item {
    padding: 5px 0;
}
.footer-form form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 100%;
}
.footer-form input, .footer-form textarea {
    background: #fff;
    color: #888e93;
    border: 1px solid #e9e9e9;
    font-family: "Noticia Text",Arial,"Helvetica Neue",Helvetica,sans-serif;
    font-style: normal;
    font-weight: 400;
    padding: 8px 10px 7px;
    outline: 0;
    width: 100%;
    vertical-align: middle;
    resize: none;
}
.footer-form label {
    padding-bottom: 15px;
    position: relative;
}

.footer-form textarea {
    margin-bottom: 15px;
}
.footer-form #footer-file {
    width: 115px;
    padding: 0;
    border: none;
    -webkit-box-shadow: none;
            box-shadow: none;
    color: #858c93;
    cursor: pointer;
}
 .fa-file {
    color: #858c93;
}
.socials-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.socials-item {
    width: 40px;
    height: 40px;
    background-size: auto!important;
    background: url(src/img/social.png) no-repeat;
    margin-right: 5px;
    cursor: pointer;
}
.soc-facebook {
    background-position: -40px top;
}
.soc-facebook:hover {
    background-position: -40px bottom;
}
.soc-twitter {
    background-position: -80px top;
}
.soc-twitter:hover {
    background-position: -80px bottom;
}
.soc-ok {
    background-position: -240px top;
}
.soc-ok:hover {
    background-position: -240px bottom;
}
.soc-inst {
    background-position: -200px top;
}
.soc-vk:hover {
    background-position: left bottom;
}
.soc-inst:hover {
    background-position: -200px bottom;
}
 .footer-submit {
    background: 0 0;
    border-color: #fc615e!important;
    border: 2px solid transparent;
    color: #000!important;
    font-size: 13px;
    display: block;
    padding: 10px 10px !important;
    text-transform: uppercase;
    font-family: "Noticia Text",Arial,"Helvetica Neue",Helvetica,sans-serif;
    font-weight: 700!important;
    max-width: 115px;
    text-align: center;
    background: white!important;
    cursor: pointer;
    -webkit-transition-duration: .4s;
            transition-duration: .4s;
}
.footer-form .footer-submit:hover {
    background: #fc615e!important;
    color: white!important;
    text-decoration: none;
}
.footer-bottom {
    padding: 25px 0;
    background: #f2f2f2;
    border-top: 1px solid #e0e0e0;
}
.footer-bottom a {
    color: #fc615e;
}
.file-wrapper {
    padding:5px 0px;
  position:relative;
  color:#fff;
  text-align:center;
  float:left;
  cursor:pointer;
  width: 160px;
  margin-bottom: 20px;
}
.file-wrapper span {
    color: #858c93;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 14px;
    margin-left: 10px;
}
.footer-file {
    position: absolute;
    z-index: 1000;
    opacity: 0;
    cursor: pointer;
    right: 0;
    top: 0;
    height: 100%;
    font-size: 24px;
    width: 100%;
}
/* additional */
.wrapMap {
    position: relative;
    cursor: help;
    overflow: hidden;
    border-width: 1px;
    border-style: solid;
    border-color: rgb(204, 204, 204);
    -o-border-image: initial;
       border-image: initial;
}
.mapTitle {
    position: absolute;
    z-index: 1000;
    -webkit-box-shadow: rgba(0, 0, 0, 0.25) 0px 0px 5px;
            box-shadow: rgba(0, 0, 0, 0.25) 0px 0px 5px;
    display: none;
    padding: 5px 20px;
    border-radius: 5px;
    background: rgb(255, 255, 255);
    border-width: 1px;
    border-style: solid;
    border-color: rgb(204, 204, 204);
    -o-border-image: initial;
       border-image: initial;
}
.fixed {
    position: fixed;
    width: 100%;
    top: 0px;
    z-index: 30;
    background-color: white;
    opacity: .8;
}
.hidden {
    visibility: hidden;
}
.phone-call {
    position: fixed;
    left: 3%;
    bottom: 3%;
    -webkit-animation: dragging 2s 1s both infinite;
            animation: dragging 2s 1s both infinite;
    color: rgba(73,199,0,.9);
    background-color: rgba(73,199,0,.9);
    -webkit-box-shadow: 0 0 0 6px rgba(73,199,0,.33);
            box-shadow: 0 0 0 6px rgba(73,199,0,.33);
    text-align: center;
    width: 70px;
    height: 70px;
    border-radius: 50%;
    margin: 10px;
    -webkit-transition: opacity .5s ease-in-out;
    transition: opacity .5s ease-in-out;
    cursor: pointer;
    -webkit-transition-duration: .4s;
            transition-duration: .4s;
    z-index: 99;
    transition:.3s;
        -webkit-animation:hoverWave linear 1s infinite;
        animation:hoverWave linear 1s infinite;

}
.phone-call i  {
    animation: 1200ms ease 0s normal none 1 running shake;
        animation-iteration-count: infinite;
        -webkit-animation: 1200ms ease 0s normal none 1 running shake;
        -webkit-animation-iteration-count: infinite;
}
@-webkit-keyframes hoverWave {
    0% {
    box-shadow:0 8px 10px rgba(56,163,253,0.3),0 0 0 0 rgba(56,163,253,0.2),0 0 0 0 rgba(56,163,253,0.2)
}
40% {
    box-shadow:0 8px 10px rgba(56,163,253,0.3),0 0 0 15px rgba(56,163,253,0.2),0 0 0 0 rgba(56,163,253,0.2)
}
80% {
    box-shadow:0 8px 10px rgba(56,163,253,0.3),0 0 0 30px rgba(56,163,253,0),0 0 0 26.7px rgba(56,163,253,0.067)
}
100% {
    box-shadow:0 8px 10px rgba(56,163,253,0.3),0 0 0 30px rgba(56,163,253,0),0 0 0 40px rgba(56,163,253,0.0)
}
}@keyframes hoverWave {
    0% {
    box-shadow:0 8px 10px rgba(56,163,253,0.3),0 0 0 0 rgba(56,163,253,0.2),0 0 0 0 rgba(56,163,253,0.2)
}
40% {
    box-shadow:0 8px 10px rgba(56,163,253,0.3),0 0 0 15px rgba(56,163,253,0.2),0 0 0 0 rgba(56,163,253,0.2)
}
80% {
    box-shadow:0 8px 10px rgba(56,163,253,0.3),0 0 0 30px rgba(56,163,253,0),0 0 0 26.7px rgba(56,163,253,0.067)
}
100% {
    box-shadow:0 8px 10px rgba(56,163,253,0.3),0 0 0 30px rgba(56,163,253,0),0 0 0 40px rgba(56,163,253,0.0)
}
}

/* animations icon */

@keyframes shake {
0% {
transform: rotateZ(0deg);
    -ms-transform: rotateZ(0deg);
    -webkit-transform: rotateZ(0deg);
}
10% {
transform: rotateZ(-30deg);
    -ms-transform: rotateZ(-30deg);
    -webkit-transform: rotateZ(-30deg);
}
20% {
transform: rotateZ(15deg);
    -ms-transform: rotateZ(15deg);
    -webkit-transform: rotateZ(15deg);
}
30% {
transform: rotateZ(-10deg);
    -ms-transform: rotateZ(-10deg);
    -webkit-transform: rotateZ(-10deg);
}
40% {
transform: rotateZ(7.5deg);
    -ms-transform: rotateZ(7.5deg);
    -webkit-transform: rotateZ(7.5deg);
}
50% {
transform: rotateZ(-6deg);
    -ms-transform: rotateZ(-6deg);
    -webkit-transform: rotateZ(-6deg);
}
60% {
transform: rotateZ(5deg);
    -ms-transform: rotateZ(5deg);
    -webkit-transform: rotateZ(5deg);
}
70% {
transform: rotateZ(-4.28571deg);
    -ms-transform: rotateZ(-4.28571deg);
    -webkit-transform: rotateZ(-4.28571deg);
}
80% {
transform: rotateZ(3.75deg);
    -ms-transform: rotateZ(3.75deg);
    -webkit-transform: rotateZ(3.75deg);
}
90% {
transform: rotateZ(-3.33333deg);
    -ms-transform: rotateZ(-3.33333deg);
    -webkit-transform: rotateZ(-3.33333deg);
}
100% {
transform: rotateZ(0deg);
    -ms-transform: rotateZ(0deg);
    -webkit-transform: rotateZ(0deg);
}
}

@-webkit-keyframes shake {
0% {
transform: rotateZ(0deg);
    -ms-transform: rotateZ(0deg);
    -webkit-transform: rotateZ(0deg);
}
10% {
transform: rotateZ(-30deg);
    -ms-transform: rotateZ(-30deg);
    -webkit-transform: rotateZ(-30deg);
}
20% {
transform: rotateZ(15deg);
    -ms-transform: rotateZ(15deg);
    -webkit-transform: rotateZ(15deg);
}
30% {
transform: rotateZ(-10deg);
    -ms-transform: rotateZ(-10deg);
    -webkit-transform: rotateZ(-10deg);
}
40% {
transform: rotateZ(7.5deg);
    -ms-transform: rotateZ(7.5deg);
    -webkit-transform: rotateZ(7.5deg);
}
50% {
transform: rotateZ(-6deg);
    -ms-transform: rotateZ(-6deg);
    -webkit-transform: rotateZ(-6deg);
}
60% {
transform: rotateZ(5deg);
    -ms-transform: rotateZ(5deg);
    -webkit-transform: rotateZ(5deg);
}
70% {
transform: rotateZ(-4.28571deg);
    -ms-transform: rotateZ(-4.28571deg);
    -webkit-transform: rotateZ(-4.28571deg);
}
80% {
transform: rotateZ(3.75deg);
    -ms-transform: rotateZ(3.75deg);
    -webkit-transform: rotateZ(3.75deg);
}
90% {
transform: rotateZ(-3.33333deg);
    -ms-transform: rotateZ(-3.33333deg);
    -webkit-transform: rotateZ(-3.33333deg);
}
100% {
transform: rotateZ(0deg);
    -ms-transform: rotateZ(0deg);
    -webkit-transform: rotateZ(0deg);
}
}

.phone-call:hover {
    -webkit-transform: scale(1.2);
            transform: scale(1.2);
}
.phone-call:hover .phone-add {
    display: block;
}
.phone-call img {
    padding-top: 18px;
}
.phone-add {
    display: none;
    background-color: rgba(73,199,0,.9);
    color: white;
    position: absolute;
    right: -312px;
    top: 15px;
    width: 301px;
    border-radius: 3px;
}
.phone-add span {
    font-size: 12px;
    line-height: 14px;
}


.popup-content {
    background: #FFF;
    max-width: 420px;
    min-width: 200px;
    margin: 0 auto 30px;
    overflow: auto;
    position: relative;
    border-radius: 8px;
    -webkit-box-shadow: 0 20px 40px 0 rgba(0,0,0,.1);
            box-shadow: 0 20px 40px 0 rgba(0,0,0,.1);
    margin-top: 30px;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 14px;
    line-height: 1.42857143;
    color: #333333;
    position: relative;
}
.popup-sm-content {
    background: #FFF;
    max-width: 420px;
    min-width: 200px;
    margin: 0 auto 30px;
    overflow: auto;
    position: relative;
    border-radius: 8px;
    box-shadow: 0 20px 40px 0 rgba(0,0,0,.1);
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 14px;
    line-height: 1.42857143;
    color: #333333;
}
.popup-sm-content p {
    margin-bottom: 10px;
    margin-top: 38px;
    text-align: center;
    font-size: 17px;
}
.popup-sm-content {
    margin-top: 30px;
}
.popup-content i, .popup-sm-content i {
    position: absolute;
    right: 0;
    top: 0;
}
.popup-data, .popup-sm-data {
    padding: 20px 30px;
}
.popup-content  span{
    margin-top: 6px;
    color: #ADADAD;
    font-size: 12px;
}
.popup-content label {
    font-size: 14px;
    color: #777;
    display: block;
    margin-bottom: 10px;
    position: relative;
}
.popup-content input, .popup-content select, .popup-content textarea{
    padding: 7px 10px;
    border: 2px solid #DDD;
    height: 40px;
    border-radius: 6px;
    width: 100%;
    margin-top: 5px;
    outline: none;
}
.popup-content textarea{
    height: 80px;
    color: #777;
    font-family: inherit;
}
.callback-popup .popup-content i {
    top: 10px;
    right: 10px;
}
.popup-content input:hover, .popup-content select:hover {
    border: 2px solid rgb(18, 60, 138);
}
.popup-content  {
    position: relative;
}
.tel-popup-label i {
    left: 93px;
    top:4px;
}
.select-popup-label i {
    right: 115px;
    top:4px;
}
.popup-content .close-btn, .popup-sm-content .close-btn {
    right: 25px;
    top: 25px;
    font-size: 17px;
    color: black;
    transition-duration: .4s;
}
.popup-sm-data h2 {
    text-align: center;
}
.popup-content h2 {
    font-size: 20px;
    line-height: 24px;
    font-family: 'PT Serif',serif;
    font-weight: 400;
    padding: 0 0 30px;
}
.popup-data a:hover .close-btn {
    color: grey;
} 
.popup-submit {
    margin-top: 15px!important;
    background: rgba(73, 199, 0, 0.9);
    border-radius: 6px;
    color: #FFF;
    cursor: pointer;
    display: inline-block;
    font-size: 15px;
    font-weight: 700;
    margin: 10px 0;
    outline: 0;
    padding: 12px 18px;
    text-align: center;
    text-decoration: none!important;
    vertical-align: middle;
    white-space: nowrap;
    width: 100%;
    letter-spacing: .5px;
}
.phone-popup, .site-popup, .callback-popup {
    opacity: 1;
    pointer-events: auto;
    background: rgba(0,0,0,.7);
    overflow-x: hidden;
    overflow-y: auto;
    position: fixed;
    z-index: 50;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    -webkit-transition-duration: .5s;
            transition-duration: .5s;
    -webkit-transition-timing-function: cubic-bezier(.23,1,.32,1);
            transition-timing-function: cubic-bezier(.23,1,.32,1);
    display: none;
}
/* services page style */
.services-main h1 {
    font-weight: 400;
    text-align: center;
    font-size: 32px;
    margin-bottom: 10px;
    font-family: 'PT Serif',serif;
    padding-top: 15px;
}
.services-main {
    background-color: #f2f2f2;
}
.services-questions h2 {
    font-weight: 400;
    font-size: 32px;
    padding: 0 0 30px;
    font-family: 'PT Serif',serif;
}
.services-questions p {
    padding: 0 0 35px;
    font-size: 16px;
    line-height: 26px;
    font-family: 'PT Serif',serif;
}
.services-questions p a {
    color: #fc615e;
}
.services-btn-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
        justify-content: space-around;
    margin: 40px 0;
}
.services-visa-btn a {
    color: #fff;
    background: #fc615e;
    border-color: #fc615e!important;
    padding: 15px 40px;
    font-size: 14px;
    border: 1px solid rgba(240,9,4,1);
    font-weight: 700;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    font-family: "Noticia Text",Arial,"Helvetica Neue",Helvetica,sans-serif;
    text-transform: uppercase;
    -webkit-transition-duration: .4s;
            transition-duration: .4s;
    cursor: pointer;
}
.services-visa-btn a:hover {
    background: #fff!important;
    color: #000!important;
}
.services-questions p a:hover {
    text-decoration: underline;
}
.services-visa-btn {
    text-transform: uppercase;
    margin: 0 20px;
}
.services-recall form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    
}
.services-recall h4 {
    margin-bottom: 30px;
    font-size: 18px;
    font-weight: 700;
}
.services-recall input, .services-recall textarea {
    background-color: #f2f2f2;
    border: 1px solid #d0d0d0;
}
.services-request-btn {
    height: 55px;
    margin-top: 30px;
    text-align: center;
}
.services-request-btn a {
    background: 0 0;
    border: 2px solid #fc615e;
    color: #000;
    padding: 15px 40px;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 700;
    text-align: center;
    font-family: "Noticia Text",Arial,"Helvetica Neue",Helvetica,sans-serif;
}
.services-request-btn a:hover {
    background: #fc615e;
    color: #fff;
}
/* reviews  */
.review-item span {
    font-size: 18px;
    font-weight: 700;
    text-decoration: none;
    margin-top: 10px;
    margin-bottom: 10px;
    text-align: center;

}
.review-title {
    padding: 25px 0;
    position: relative;
}
.review-title::before {
    content: '';
    border: none!important;
    width: 25px;
    height: 3px;
    background: #fc615e;
    bottom: 12px;
    position: absolute;
    left: 50%;
    margin-left: -15px;
}
.reviews h1 {
    text-align: center;
    font-size: 36px;
    margin: 15px 0;
    font-weight: 400;
    font-family: 'PT Serif',serif;
    line-height: 1.3;
}
.review-item {
    text-align: center;
    max-width: 520px;
    margin-bottom: 40px;
}
.reviews-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;

}
.review-text {
   
    background: #fff;
    color: #000;
    padding: 40px 11%;
    border: 4px solid #f2f2f2;
}
.reviews-form {
    margin-bottom: 80px;
}
.review-text p {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 14px;
    line-height: 1.42857143;
}
.reviews-form input, .reviews-form textarea {
    background: #f2f2f2;
    margin-top: 15px;
    border: 1px solid #d0d0d0;
}
.reviews-form h4{
  margin-bottom: 15px;
}

/* contacts */

.contacts-bg h1 {
    color: #fff;
    text-align: center;
    font-weight: 400;
    position: relative;
    font-size: 36px;
    padding: 20px;
}
.contacts-bg {
    overflow: hidden;
    position: relative;
}
.contacts-map iframe{
    margin-top: 0;

}
.contacts-bg img {
    width: 100%;
    position: absolute;
    bottom: -519%;

}
/* procedure */

.procedure-info h1{
    font-weight: 400;
    font-size: 32px;
    padding: 0 0 30px;
    font-family: 'PT Serif',serif;
}
.procedure-info p {
    font-family: 'PT Serif',serif;
    font-size: 16px;
    line-height: 26px;

}
.procedure-info>p {
    margin-bottom: 40px;
}
.procedure-info a {
    color: #fc615e;
}
.procedure-info a:hover {
    text-decoration: underline;
}
.procedure-num {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    border-radius: 50%;
    border-width: 2px;
    border-style: solid;
    border-color: transparent;
    text-align: center;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    margin: 0 18px;
    -ms-flex-item-align: stretch;
        align-self: stretch;
    background: #f2f2f2;
    width: 48px;
    height: 48px;
    font-size: calc(48px / 2);
    line-height: 48px;
    position: relative;
}
.procedure-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 80px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    position: relative;
}

.grey-line {
    width: 2px;
    position: absolute;
    left: 1%;
    margin-left: -1px;
    display: block;
    top: calc(28px + 6px);
    height: calc(100% - 48px + 24px - 6px * 2);
    background: #f2f2f2;
}
.procedure-item .grey-line {
    top: calc(48px + 6px);
    height: calc(100% - 28px + 54px - 6px * 2);
    left: 50%;
}
.usa-qa-item .grey-line {
    left: 10px;
}
.choose-visa h2 {
    font-family: 'PT Serif',serif;
    margin-bottom: 20px;
    font-weight: 400;
    font-size: 32px;
}
.choose-visa p {
    padding-bottom: 10px;
}
.procedures-btn h2 {
    color: #fc615e;
    font-weight: 700;
    text-align: center;
    font-size: 20px;
    line-height: 30px;
    font-family: 'PT Serif',serif;
}
.procedures-btn a {
    text-transform: uppercase;
    background: 0 0;
    border: 2px solid #fc615e;
    color: #000;
    padding: 15px 40px;
    
    font-size: 14px;
    font-family: "Noticia Text",Arial,"Helvetica Neue",Helvetica,sans-serif;
    font-weight: 700;
    -webkit-transition-duration: .4s;
            transition-duration: .4s;
}
.procedures-btn {
    text-align: center;
    padding: 50px 0;
}
.procedures-btn a:hover {
    text-decoration: none;
    color: white;
    background: #fc615e;
}
.btn-wrapper {
    margin: 30px 0;
}
.procedure-form h4 {
    font-weight: 700;
    margin-bottom: 20px;
    font-size: 18px;
}
.procedure-form input, .procedure-form textarea {
    background: #f2f2f2;
    border: 1px solid #d0d0d0;
}
.procedure-form {
    margin-bottom: 20px;
}
/* usa */
.usa-info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.usa-steps, .usa-main-form {
    width: 50%;
    margin: 0 30px 0 30px;
}
.usa-main a, .canada-main a {
    color: #fc615e;
}
.canada-main a:hover{
    text-decoration: underline;
}
.usa-main form h4{
    margin-bottom: 40px;
    margin-top: 10px;
}
.usa-main input, .usa-main textarea {
    border: 1px solid #d0d0d0;
    background: #f2f2f2;
}
.usa-steps h1, .england-visa-info h1 {
    text-align: center;
    font-weight: 400;
    font-size: 32px;
    padding: 0 0 30px;
}
.usa-main .usa-bold, .england-bold {
    font-weight: 700!important;
}
.usa-main .red-dot, .canada-main .red-dot, .england-main .red-dot {
    width: 20px;
    height: 20px;
    background-color: #fa9ea9;
    border-color: #fa9ea9;
    border-radius: 50%;
    border-width: 2px;
    border-style: solid;
    text-align: center;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    margin: 0 18px;
    position: absolute;
}
.usa-bg img {
    width: 100%;
}
.usa-main p, .canada-main p, .england-main p {
    font-weight: 400;
    font-size: 16px;
    line-height: 26px;
    padding: 0 0 35px;
    font-family: 'PT Serif',serif;
}
.usa-main, .canada-main {
    margin: 0 20px;
}
.red-b {
    color: #fc615e;
}
.usa-main h2, .canada-main h2, .england-main h2 {
    font-size: 32px;
    padding: 0 0 30px;
    margin: 0;
    font-weight: 400;
    font-family: 'PT Serif',serif;
}
.usa-visa-item p, .canada-visa-item p {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 14px;
}
.usa-visa-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.usa-prices-info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.consul-price, .help-price {
    width: 50%;
}
.consul-price {
    padding-right: 40px;
}
.usa-main h4, .england-main h4 {
    padding: 0 0 35px;
}
.visa-docs-download {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.visa-docs-item {
    background: #fff;
    border: 4px solid #f2f2f2;
    padding: 20px 30px;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 14px;
    line-height: 1.42857143;
    width: 50%;
    text-align: center;
}
.visa-docs-download a {
    font-size: 24px;
    color: black;
    font-weight: 400;
    padding-bottom: 30px;
}
.visa-docs-button {
    margin-top: 40px;
    margin-bottom: 10px;
}
.visa-docs-button a {
  
    color: #000;
    padding: 10px 30px;
    font-size: 13px;
    border: 2px solid #fc615e;
    font-family: "Noticia Text",Arial,"Helvetica Neue",Helvetica,sans-serif;
    text-transform: uppercase;
    font-weight: 700;
    -webkit-transition-duration: .4s;
            transition-duration: .4s;
}
.visa-docs-button a:hover {
    background: #fc615e;
    color: white!important;
    text-decoration: none;
}
.visa-docs-download h3 {
    margin-bottom: 20px;
}
.docs-item-2 {
    margin-left: 30px;
}
.self-visa a{
    padding-bottom: 10px;
    display: inline-block;
    font-size: 14px;
    font-family: 'PT Serif',serif;
}
.self-visa span {
    font-size: 14px;
    font-family: 'PT Serif',serif;
}
.usa-visa-qa h2, .canada-qa h2{
    text-align: center;
}
.usa-visa-qa h3, .canada-qa h3 {
    font-family: 'PT Serif',serif;
    font-weight: 700;
    font-style: italic;
    text-align: center;
    font-size: 16px;
    line-height: 26px;
    margin-bottom: 30px;
}
 .usa-visa-btn-a h3 {
    font-style: normal;
}
.usa-visa-qa h4, .canada-qa h4, .england-qa h4 {
    font-size: 18px;
    font-family: 'PT Serif',serif;
}
.usa-qa-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.grey-dot {
    width: 20px;
    height: 20px;
    border-radius: 50%;
    border-width: 2px;
    border-style: solid;
    border-color: transparent;
    text-align: center;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    margin: 0 18px 0 0;
    -ms-flex-item-align: stretch;
        align-self: stretch;
    background:#f2f2f2;
    position: absolute;
}
.usa-visa-qa p, .canada-qa p, .england-qa p {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 14px;
}
.usa-visa-btn h3, .england-visa-btn h3 {
    font-size: 20px;
    line-height: 30px;
    text-align: center;
    color: #fc615e;
    font-weight: 700;
}
.usa-visa-btn-a {
   text-align: center;
    margin: 50px 0;
}
.usa-visa-btn a, .england-visa-btn a {
    color: white;
    background: #fc615e;
    border-color: #fc615e!important;
    padding: 20px 50px;
    font-size: 15px;
    font-family: "Noticia Text",Arial,"Helvetica Neue",Helvetica,sans-serif;
    text-transform: uppercase;
    font-weight: 700;
}
.usa-main .mailing-form h4{
    margin-bottom: 10px;
    padding-bottom: 10px;
}
.usa-main .red-dot {
    position: absolute;
    margin-left: 0;
    background-color: #fa9ea9;
    border: none;
}
.usa-visa-item {
    position: relative;
}
.usa-main .usa-visa-item i, .england-info-item i {
    color: #fa9ea9;
    position: absolute;
    font-size: 32px;
    top: 40%;
    left: 1px;
}
.usa-steps a:hover, .visa-docs a:hover, .self-visa a:hover {
    text-decoration: underline;
}
/* canada */
.canada-info-item {
    position: relative;
}
.canada-info-list {
    margin-top: 50px;
}
.canada-main .red-dot {
    position: absolute;
    margin-left: 0;
    background: #fc615e;
    border: none;
}
.canada-main .canada-info-item i {
    color: #fc615e;
    position: absolute;
    font-size: 36px;
    top: 40%;
    left: 1px;
}
.canada-main .line-black, .usa-main .line-black, .england-main .line-black {
    background-image: -webkit-gradient(linear,left top, right top,color-stop(0, rgba(38,56,69,.4)),color-stop(50%, #263845),to(rgba(38,56,69,.4)));
    background-image: linear-gradient(to right,rgba(38,56,69,.4) 0,#263845 50%,rgba(38,56,69,.4) 100%);
}
.canada-info-txt, .usa-info-txt {
    margin-left: 40px;
}
.canada-visa-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.canada-visa-item, .england-visa-item {
    width: 50%;
}
.canada-visa-item img, .england-visa-item img {
    width: 100%;
}
.canada-visa-info h1 {
    font-weight: 400;
    font-size: 32px;
    padding: 0 0 30px;
    font-family: 'PT Serif',serif;
}
.canada-form-field {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.canada-form-field .mailing-form, .canada-form-field .footer-form {
    width: 50%;
}
.canada-qa h3 {
    font-weight: 300;
    margin-bottom: 50px;
}
.canada-qa h4 {
    margin-bottom: 20px;
}
.canada-form-field .mailing-form {
    padding-right: 30px;
}
.canada-qa .canada-qa-item {
    margin-bottom: 20px;
}
.canada-qa-item, .usa-qa-item {
    position: relative;

}
.qa-txt {
    margin-left: 30px;
}

.canada-visa-btn {
    text-align: center;
    margin: 40px 0;
}
.canada-visa-btn a, .usa-visa-btn a {
    font-weight: 700;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    font-family: "Noticia Text",Arial,"Helvetica Neue",Helvetica,sans-serif;
    text-transform: uppercase;
    padding: 15px 40px;
    font-size: 14px;
    color: #fff;
    background: #fc615e;
    -webkit-transition-duration: .4s;
            transition-duration: .4s;
    border: 1px solid #fc615e;;
}
.canada-visa-btn a:hover, .usa-visa-btn a:hover, .england-visa-btn a:hover{
    background: white;
    color: black;
    text-decoration: none!important;
}
.canada-form-field .footer-form h4 {
    padding: 20px 0 35px 0;
    font-size: 18px;

}
.canada-form-field {
    margin-bottom: 40px;
}
.canada-form-field .footer-form input, .canada-form-field .footer-form textarea {
    background: #f2f2f2;
    border: 1px solid #d0d0d0;
}
.canada-form-field .footer-form .footer-submit {
    background: white;
}
.england-visa-help-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.england-main .england-visa-help, .england-main .about-visa-form {
    width: 50%;
}
/* england */
.england-main a:hover {
    text-decoration: underline;
}
.england-main {
    margin: 0 20px;
}
.england-visa-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.england-main h2 {
    text-align: center;
}
.england-main a {
    color: #fc615e;
}
.england-visa-btn a {
    color: white;
}
.england-visa-btn h3 {
    font-style: italic;
    font-family: 'PT Serif',serif;
}
.england-main .mailing-form h4 {
    padding-bottom: 20px;
}
.white-dot {
    width: 20px;
    height: 20px;
    border-radius: 50%;
    border-width: 2px;
    border-style: solid;
    border-color:#9c8082;
    text-align: center;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    margin: 0 18px 0 0;
    -ms-flex-item-align: stretch;
        align-self: stretch;
    background:white;
    position: absolute;
}
.england-visa-self h2 {
    text-align: left;
}
.england-visa-self p, .england-visa-center p {
    padding-bottom: 10px;
    font-size: 14px;
}
.england-visa-btn a {
    -webkit-transition-duration: .4s;
            transition-duration: .4s;
    border: 1px solid #fc615e;
}
.england-main .visa-docs-item a {
    color: black;
}
.england-main .visa-docs-item a:hover {
    text-decoration: none!important;
}
.england-main ul {
    
    margin-bottom: 10px;
}
.england-info-item {
    position: relative;
}
.england-info-item i {
    left: 20px;
}
.england-main li i {
    font-size: 6px;
    margin-right: 5px;
}
.england-main li {
    font-family: 'PT Serif',serif;
    line-height: 24px;
    font-size: 13px;
}
.england-prices-list {
    margin-top: 10px;
}
.england-prices span {
    font-size: 14px;
}
.england-visa-info h1 {
    text-align: left;
}
.england-info-txt {
    margin-left: 60px;
}
@media(max-width: 1300px) {
    .slider-item img {
        top: -30%;
    }
}
@media(max-width: 1064px) {
    .slider-item img {
        top: -5%;
    }
}
@media(max-width: 1000px) {
    .footer-main .container {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
    }
    .footer-item {
        width: 100%;
       
    }
    
    .usa-info {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
    }
    .usa-steps, .usa-main-form {
        width: 100%;
        margin-bottom: 20px;
    }
    .footer-main .container {
        margin: 0 20px;
    }
    .visa-docs-download {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
    }
    .docs-item-2 {
        margin-left: 0;
    }
    .visa-docs-item {
        width: 100%;
    }
    .canada-visa-list, .england-visa-list, .england-visa-help-wrapper {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        
    }
    .canada-visa-item, .england-visa-item {
        width: 100%;
        margin-bottom: 20px;
    }
    .england-visa-help, .england-main .about-visa-form {
        width: 100%!important;
    }
    .canada-form-field {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
    }
    .canada-form-field .mailing-form, .canada-form-field .footer-form {
        width: 100%;
    }
    .usa-prices-info {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
    }
    .consul-price, .help-price {
        width: 100%;
    }
    .about-visa {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
    }
    .about-visa-info, .about-visa-form {
        width: 100%;
    }
    .advantages-list, .steps-list, .prices-list {
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
    }
    .advantages-list .red-line, .steps-list i {
        display: none;
    }
    .steps-item {
        margin-bottom: 20px;
    }
    .prices-item {
        width: 320px;
    }
    .reviews-list {
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
    }
}
@media(max-width: 800px) {
    .slider-item img {
        width: auto;
    }
    .slider-text-wrapper {
        margin: 36px 20px 20px 10px;
    }

@media(max-width: 768px) {
    .nav-list {
        display: none;
        position: absolute;
    width: 100%;
    z-index: 99;
    background: white;
    left: 0;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    text-align: center;
    }
    .nav-item {
        padding: 20px 8px;
    }
    .toggle-menu {
        display: block!important;
        width: 50px;
    height: 50px;
    left: calc(100% - 50px - 10px);
    }
    .fixed {
        position: relative;
    }
    .hidden {
        visibility: visible;
    }
    .services-btn-wrapper {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
    }
    .services-visa-btn {
        margin: 20px 0;
    }
    .usa-main, .england-main, .canada-main {
        margin-top: 30px;
    }
}
@media(max-width: 500px) {
    .canada-main .canada-info-item i, .england-info-item i {
        display: none;
    }
    .grey-line {
        display: none;
    }
    .qa-txt {
        margin-left: 0;
    }
    .phone-add {
        display: none;
    }
  
}
@media(max-width: 480px) {
    .grey-dot, .white-dot {
        display: none;
    }
    .usa-visa-item i {
        display: none;
    }
}}

#jGrowl {
    display: none !important;
}
.error {
    border: 1px solid brown !important;
    color: brown !important;
}
.socials-item a {
    display: block;
    width: 40px;
    height: 40px;
}