@import "../css/bootstrap.min.css";
@import "../less/vendors/jquery-ui.css";
@media (min-width: 768px) {
  .container {
    width: 750px !important;
    max-width: 750px !important;
  }
}
@media (min-width: 992px) {
  .container {
    width: 970px !important;
    max-width: 970px !important;
  }
}
@media (min-width: 1200px) {
  .container {
    width: 1170px !important;
    max-width: 1170px !important;
  }
}
a,
a:link,
a:visited,
a:active,
a:focus {
  color: inherit;
  transition: color 0.2s ease-in-out;
  text-decoration: none;
}
a:hover,
a:link:hover,
a:visited:hover,
a:active:hover,
a:focus:hover {
  text-decoration: none;
}
body {
  width: 100%;
  padding: 0 !important;
  overflow-x: hidden;
  overflow-y: visible;
  word-break: break-word;
}
b {
  font-weight: 700;
}
ul,
ol {
  padding: 0;
  margin: 0;
  list-style: none;
}
h1,
h2,
h3,
h4,
h5,
h6,
p {
  margin: 0;
}
button {
  outline: none;
}
textarea,
input {
  resize: none;
  border: none;
  border-radius: 0;
  outline: none;
}
/* This stylesheet generated by Transfonter (https://transfonter.org) on April 20, 2018 9:27 AM */
@font-face {
  font-family: 'Open Sans';
  src: local('Open Sans Italic'), local('OpenSans-Italic'), url('../fonts/OpenSans-Italic.ttf') format('truetype');
  font-weight: normal;
  font-style: italic;
}
@font-face {
  font-family: 'Open Sans';
  src: local('Open Sans Regular'), local('OpenSans-Regular'), url('../fonts/OpenSans-Regular.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Open Sans';
  src: local('Open Sans SemiBold'), local('OpenSans-SemiBold'), url('../fonts/OpenSans-SemiBold.ttf') format('truetype');
  font-weight: 600;
  font-style: normal;
}
@font-face {
  font-family: 'Open Sans';
  src: local('Open Sans Bold'), local('OpenSans-Bold'), url('../fonts/OpenSans-Bold.ttf') format('truetype');
  font-weight: bold;
  font-style: normal;
}
@font-face {
  font-family: 'Ubuntu';
  src: local('Ubuntu Bold'), local('Ubuntu-Bold'), url('../fonts/Ubuntu-Bold.ttf') format('truetype');
  font-weight: bold;
  font-style: normal;
}
@font-face {
  font-family: 'Ubuntu';
  src: local('Ubuntu Light'), local('Ubuntu-Light'), url('../fonts/Ubuntu-Light.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: 'Open Sans';
  src: local('Open Sans Light'), local('OpenSans-Light'), url('../fonts/OpenSans-Light.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: 'Ubuntu';
  src: local('Ubuntu Regular'), local('Ubuntu-Regular'), url('../fonts/Ubuntu-Regular.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Ubuntu';
  src: local('Ubuntu Medium'), local('Ubuntu-Medium'), url('../fonts/Ubuntu-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
}
body {
  font-family: "Open Sans", sans-serif;
  font-size: 16px;
  cursor: default;
  color: #333;
}
.section-title {
  font-size: 36px;
  font-weight: 600;
  text-transform: uppercase;
  padding: 50px 0 15px;
  text-align: center;
  color: #3c71d1;

  padding-top: 0px;
  line-height: 1;
}
.section-title.title-white {
  color: white;
}
.section-title.title-white + .section-subtitle {
  color: white;
}
.section-title.title-black {
  color: #333;
}
.section-title.title-black + .section-subtitle {
  color: #333;
}
.section-subtitle {
  color: #34327b;
  text-align: center;
}
.button {
  display: inline-block;
  cursor: pointer;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  border: none;
  outline: none;
  transition: all .2s;
  border: 1px solid white;
  -webkit-border-radius: 20px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 20px;
  -moz-background-clip: padding;
  border-radius: 20px;
  background-clip: padding-box;
  color: white;
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  padding: 10px 15px;
}
.button:hover {
  color: cornflowerblue;
  background-color: white;
}
.callbackbutton:hover{
	color: cornflowerblue !important;
  background-color: white;
}
.button-dark {
  background-color: #006f86;
  color: white !important;
}
.button-dark:hover {
  color: #006f86 !important;
  background-color: white;
}
.icon-time {
  width: 28px;
  height: 28px;
  min-width: 28px;
  background: url("../img/icons/time.png");
  margin-right: 8px;
}
.icon-map {
  width: 28px;
  height: 28px;
  min-width: 28px;
  background: url("../img/icons/map.png");
  margin-right: 8px;
}
.icon-phone {
  width: 28px;
  height: 28px;
  min-width: 28px;
  background: url("../img/icons/phone.png");
  margin-right: 8px;
}
.icon-metro {
  width: 14px;
  height: 10px;
  display: inline-block;
  background: url("../img/icons/metro.png");
}
.toggle-btn {
  z-index: 3;
  background: transparent;
  border: none;
  outline: none !important;
  margin: 15px auto 15px;
  left: 20px;
  position: absolute;
  top: -33px;
}
.toggle-btn .icon-bar {
  display: block;
  width: 30px;
  margin-bottom: 4px;
  height: 3px;
  background-color: #006f86;
  border-radius: 32px;
  position: relative;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
/*template parts*/
.breadcrumbs {
  margin-bottom: -40px;
  position: relative;
  background-color: rgba(0, 0, 0, 0.5);
  padding: 11px 0;
  color: #eaeaff;
  font-size: 12px;
  font-weight: 600;
}
.page-template-page-pasport-php .breadcrumbs{
  margin-bottom: -45px;
}
.page-template-page-visa-php .breadcrumbs{
  margin-bottom: -45px;
}
.breadcrumbs a,
.breadcrumbs i {
  color: #a1a1db;
}
.breadcrumbs a {
  text-decoration: underline;
}
.breadcrumbs i {
  margin: 3px 5px 0;
}
.breadcrumbs ul {
  padding-left: 14vw;
  display: flex;
}
.main {
  background: url("../img/home/main.png") no-repeat center bottom;
  padding: 40px 0px;
  min-height: 480px;
  background-size: cover !important;
}
.main .container{
  min-height: 650px;
  position: relative;
}
.main .container .cf_form_block{
  position: absolute;
  bottom: 0;
  margin-bottom: 0px !important;
}
.main .container .cf_form_block>div{
  margin-bottom: 20px !important;
}
.main-with-text {
  background-size: auto 100%;
}
.main-with-text .text {
  color: #333;
  margin-bottom: 0px;
}
.main-with-text .get-visa {
  display: block;
  min-width: 400px;
  width: fit-content;
  width: intrinsic;
  /* Safari/WebKit uses a non-standard name */
  width: -moz-max-content;
  /* Firefox/Gecko */
  width: -webkit-max-content;
  /* Chrome */
  margin-left: auto;
  font-size: 18px;
  font-weight: 700;
  -webkit-border-radius: 27px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 27px;
  -moz-background-clip: padding;
  border-radius: 27px;
  background-clip: padding-box;
  margin: auto;
}
.main .main-title {
  color: #333;
  font-size: 72px;
  font-weight: 600;
  text-transform: uppercase;
  margin-bottom: 25px;
  text-align: center;
}
.main .form-white .submit {
  margin-left: auto;
  display: block;
}
.visa-application {
  padding-top: 65px;
  padding-bottom: 45px;
}
.visa-application .section-subtitle {
  margin-bottom: 30px;
}
.visa-application .circle {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 138px;
  height: 138px;
  min-width: 138px;
  background-color: rgba(255, 255, 255, 0.9);
  -webkit-box-shadow: 0 3px 16px rgba(52, 50, 123, 0.2);
  -moz-box-shadow: 0 3px 16px rgba(52, 50, 123, 0.2);
  box-shadow: 0 3px 16px rgba(52, 50, 123, 0.2);
  border: 10px solid white;
  background-color: #34327b;
  -webkit-border-radius: 50%;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 50%;
  -moz-background-clip: padding;
  border-radius: 50%;
  background-clip: padding-box;
  font-weight: 700;
  font-size: 30px;
  line-height: 35px;
  text-align: center;
  color: white;
}
.visa-application .circle.year {
  background-color: #f44d69;
}
.visa-application .circle.type {
  background-color: #1eb5d4;
}
.visa-application .circle b {
  font-size: 56px;
  display: block;
}
.visa-application .info {
  color: #333;
  font-size: 12px;
  padding-left: 12px;
  line-height: 22px;
}
.visa-application .info .title {
  font-size: 17px;
  font-weight: 700;
  text-transform: uppercase;
}
.visa-application .form {
  padding: 30px 0 25px;
  margin-top: 90px;
  background-color: white;
  -webkit-border-radius: 10px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 10px;
  -moz-background-clip: padding;
  border-radius: 10px;
  background-clip: padding-box;
  -webkit-box-shadow: 0 3px 16px rgba(52, 50, 123, 0.2);
  -moz-box-shadow: 0 3px 16px rgba(52, 50, 123, 0.2);
  box-shadow: 0 3px 16px rgba(52, 50, 123, 0.2);
}
.visa-application .form .title {
  color: #333;
  font-size: 18px;
  font-weight: 700;
  text-transform: uppercase;
  text-align: center;
  margin-bottom: 25px;
}
.visa-application .form .submit {
  display: block;
  margin: 15px auto 0;
  width: 300px;
  height: 55px;
  -webkit-border-radius: 28px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 28px;
  -moz-background-clip: padding;
  border-radius: 28px;
  background-clip: padding-box;
  -webkit-box-shadow: 0 3px 16px rgba(11, 72, 85, 0.2);
  -moz-box-shadow: 0 3px 16px rgba(11, 72, 85, 0.2);
  box-shadow: 0 3px 16px rgba(11, 72, 85, 0.2);
  color: white;
  font-family: "Open Sans";
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
}
.visa-application .form .input-block {
  display: flex;
  flex-direction: column;
  margin-bottom: 12px;
  width: 19%;
}
.visa-application .form .input-block .caret-after {
  position: relative;
}
.visa-application .form .input-block .caret-after select {
  cursor: pointer;
}
.visa-application .form .input-block .caret-after:after {
  content: "\f0d7";
  color: #006f86;
  font-family: 'FontAwesome';
  position: absolute;
  right: 13px;
  top: 8px;
  pointer-events: none;
}
.visa-application .form .input-block .data-after {
  position: relative;
}
.visa-application .form .input-block .data-after input {
  cursor: pointer;
}
.visa-application .form .input-block .data-after:after {
  content: "";
  width: 16px;
  height: 15px;
  background: url('../img/icons/calendar.png');
  position: absolute;
  right: 15px;
  top: 12px;
  pointer-events: none;
}
.visa-application .form .input-block label {
  color: #666;
  font-size: 12px;
  margin-bottom: 3px;
  padding-left: 15px;
}
.visa-application .form .input-block select,
.visa-application .form .input-block input {
  width: 100%;
  height: 40px;
  background-color: whitesmoke;
  border: 1px solid #e8e8e8;
  -webkit-border-radius: 20px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 20px;
  -moz-background-clip: padding;
  border-radius: 20px;
  background-clip: padding-box;
  color: #333;
  font-size: 14px;
  text-indent: 15px;
  outline: none !important;
  -webkit-appearance: none;
  -moz-appearance: none;
}
.visa-application .ajax-loader {
  display: block !important;
  margin: 15px auto !important;
}
.countries-section {
  background: url("../img/home/popular.png") no-repeat center bottom;
  background-size: cover;
  min-height: 836px;
  padding-top: 90px;
  padding-bottom: calc(90px + 155px); /* 155 пикселей это отрицательный марджин следующей секции */
}
.countries-section .section-subtitle {
  margin-bottom: 50px;
}
.countries-section .item {
  display: flex;
  align-items: center;
  margin-bottom: 12px;
  width: calc(33.333% - 10px);
  padding: 0;
  background-color: rgba(255, 255, 255, 0.9);
  -webkit-border-radius: 69px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 69px;
  -moz-background-clip: padding;
  border-radius: 69px;
  background-clip: padding-box;
  -webkit-box-shadow: 0 3px 16px rgba(52, 50, 123, 0.2);
  -moz-box-shadow: 0 3px 16px rgba(52, 50, 123, 0.2);
  box-shadow: 0 3px 16px rgba(52, 50, 123, 0.2);
  color: #121149;
}
.countries-section .item .circle {
  width: 138px;
  height: 138px;
  background-color: rgba(255, 255, 255, 0.9);
  -webkit-box-shadow: 0 3px 16px rgba(52, 50, 123, 0.2);
  -moz-box-shadow: 0 3px 16px rgba(52, 50, 123, 0.2);
  box-shadow: 0 3px 16px rgba(52, 50, 123, 0.2);
  display: flex;
  justify-content: center;
  align-items: center;
  -webkit-border-radius: 50%;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 50%;
  -moz-background-clip: padding;
  border-radius: 50%;
  background-clip: padding-box;
}
.countries-section .item .circle img {
  -webkit-border-radius: 50%;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 50%;
  -moz-background-clip: padding;
  border-radius: 50%;
  background-clip: padding-box;
  max-width: 115px;
  max-height: 115px;
}
.countries-section .item .padding {
  padding-left: 40px;
  display: flex;
  flex-direction: column;
}
.countries-section .item .flag {
  width: 32px;
  height: 32px;
  border: 1px solid #ebebeb;
  background-size: 100% 100%;
  -webkit-border-radius: 50%;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 50%;
  -moz-background-clip: padding;
  border-radius: 50%;
  background-clip: padding-box;
  display: inline-block;
  margin-right: 5px;
}
.countries-section .item .title {
  font-size: 20px;
  font-weight: 600;
  display: flex;
  align-items: center;
}
.countries-section .item .time {
  font-size: 12px;
  margin-top: -5px;
}
.countries-section .item .price {
  color: #1eb5d4;
  font-size: 30px;
  text-align: center;
}
.countries-section .item .sale {
  text-align: center;
  color: #666;
  font-size: 14px;
  font-weight: 600;
  margin-top: -10px;
  text-decoration: line-through;
}
.countries-section .item a {
  color: #64dbf4;
  font-size: 12px;
  line-height: 18px;
  text-transform: uppercase;
  margin: 0 auto;
  display: block;
  width: fit-content;
  width: intrinsic;
  /* Safari/WebKit uses a non-standard name */
  width: -moz-max-content;
  /* Firefox/Gecko */
  width: -webkit-max-content;
  /* Chrome */
}
.form-white {
  padding-top: 50px;
  padding-left: 30px;
  max-width: 470px;
  color: #fefefe;
}
.form-white .title {
  font-size: 14px;
  font-weight: 700;
  margin-bottom: 20px;
}
.form-white input:not(.submit) {
  font-style: italic;
  border-bottom: 1px solid white;
  margin: 0 0 20px;
  width: 100%;
  background-color: transparent;
  color: white;
}
.form-white input:not(.submit)::-webkit-input-placeholder {
  color: #fefefe;
}
.form-white input:not(.submit):-moz-placeholder {
  color: #fefefe;
}
.form-white input:not(.submit)::-moz-placeholder {
  color: #fefefe;
}
.form-white input:not(.submit):-ms-input-placeholder {
  color: #fefefe;
}
.form-white .input-left {
  margin-right: 20px !important;
}
.form-white .submit {
  margin-left: auto;
  margin-bottom: 15px;
}
.steps-section {
  padding-bottom: 90px;
}
.home .steps-section{
  padding-top: 50px;
}
.steps-section .airplane {
  background: url("../img/home/steps.png") no-repeat top center;
  background-size: 100% 100%;
  height: 269px;
  margin: 100px 0 80px;
}
.steps-section .step {
  text-align: center;
  margin: 0 50px;
  position: relative;
}
.steps-section .step img {
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  top: -200px;
}
.steps-section .step p {
  color: #121149;
  font-weight: 600;
  margin-bottom: 10px;
}
.steps-section .step .button {
  border: 1px solid #1eb5d4;
  color: #1eb5d4;
  cursor: default;
}
.steps-section .step .button:hover {
  background-color: #1eb5d4;
  color: white;
}
.steps-section .step:before {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  top: -155px;
  width: 3px;
  height: 140px;
  background-color: #f5f9fc;
}
.steps-section .step:nth-child(2):before {
  height: 340px;
  top: -355px;
}
.steps-section .step:nth-child(2) img {
  top: -390px;
}
.steps-section .step:nth-child(3):before {
  height: 90px;
  top: -105px;
}
.steps-section .step:nth-child(3) img {
  top: -150px;
}
.steps-section .step:nth-child(3) .button {
  height: 40px;
  padding-top: 4px;
  line-height: 40px;
    padding: 0px 15px;
}
.documents-section .section-subtitle {
  margin-bottom: 30px;
}
.documents-section .document-item {
  text-align: center;
  width: 25%;
    margin-bottom: 25px;
}
.documents-section .document-item:last-child{
  margin-bottom: 0px;
}
.documents-section .document-item p {
  color: #333;
  font-size: 18px;
  font-weight: 700;
  text-transform: uppercase;
  margin-top: 10px;
  line-height: 18px;
}
.prices-section {
  background: url("../img/home/prices.png") no-repeat center bottom;
  background-size: 100% 100%;
  min-height: 839px;
  padding-top: 90px;
  margin-top: -168px;
  padding-bottom: calc(90px + 125px);
}
.page-template-page-visa .prices-section{
  margin-top: 0px;
}
.prices-section .section-subtitle {
  margin-bottom: 40px;
}
.prices-section .item {
  background-color: #3c71d1;
  -webkit-border-radius: 34px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 34px;
  -moz-background-clip: padding;
  border-radius: 34px;
  background-clip: padding-box;
  margin-bottom: 15px;
  display: flex;
  align-items: center;
  color: #bcbcf6;
  font-weight: 400;
}
.prices-section .item:last-child{
  margin-bottom: 0px;
}
.prices-section .item p {
  padding: 0 30px 0 10px;
}
.prices-section .item b {
  color: white;
  font-weight: 600;
}
.prices-section .item .circle {
  width: 68px;
  height: 68px;
  min-width: 68px;
  background-color: white;
  -webkit-box-shadow: 0 3px 16px rgba(52, 50, 123, 0.2);
  -moz-box-shadow: 0 3px 16px rgba(52, 50, 123, 0.2);
  box-shadow: 0 3px 16px rgba(52, 50, 123, 0.2);
  -webkit-border-radius: 50%;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 50%;
  -moz-background-clip: padding;
  border-radius: 50%;
  background-clip: padding-box;
  display: flex;
  justify-content: center;
  align-items: center;
}
.prices-section .block {
  background-color: #3c71d1;
  border: 1px solid white;
  -webkit-border-radius: 34px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 34px;
  -moz-background-clip: padding;
  border-radius: 34px;
  background-clip: padding-box;
  padding: 40px 25px;
  text-align: center;
}
.prices-section .block .title {
  color: white;
  font-size: 18px;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 35px;
}
.prices-section .block .text {
  color: #bcbcf6;
}
.prices-section .block .text a {
  color: #fefefe;
  font-size: 18px;
  font-weight: 700;
}
.prices-section .block .form-white {
  padding-top: 60px;
}
.prices-section .block .form-white .submit {
  margin: 20px auto 0;
  min-width: 210px;
}
.visa-countries {
  background: url("../img/home/map.png") no-repeat center bottom;
  background-size: 100% 100%;
  margin-top: -80px;
  padding-top: 45px;
  min-height: 650px;
}
.visa-countries .additional+h2{
  padding-top: 90px;
}
.visa-countries .section-title {
  margin-bottom: 65px;
}
.visa-countries .item {
  text-align: center;
}
.visa-countries .title {
  color: #121149;
  font-size: 12px;
  font-weight: 600;
  margin-bottom: 15px;
}
.visa-countries .title b {
  font-size: 20px;
  display: block;
}
.visa-countries .circle {
  width: 138px;
  height: 137px;
  background-color: rgba(255, 255, 255, 0.9);
  -webkit-box-shadow: 0 3px 16px rgba(52, 50, 123, 0.2);
  -moz-box-shadow: 0 3px 16px rgba(52, 50, 123, 0.2);
  box-shadow: 0 3px 16px rgba(52, 50, 123, 0.2);
  display: flex;
  justify-content: center;
  align-items: center;
  -webkit-border-radius: 50%;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 50%;
  -moz-background-clip: padding;
  border-radius: 50%;
  background-clip: padding-box;
  margin-bottom: 15px;
}
.visa-countries .circle img {
  width: 110px;
  height: 110px;
  -webkit-border-radius: 50%;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 50%;
  -moz-background-clip: padding;
  border-radius: 50%;
  background-clip: padding-box;
}
.visa-countries .price {
  color: #1eb5d4;
  font-size: 24px;
  font-weight: 600;
}
.visa-countries .additional {
  color: #34327b;
  text-align: center;
  margin-top: 40px;
}
.visa-countries .additional b {
  color: #121149;
  font-size: 20px;
  font-weight: 600;
}
.visa-countries .additional a {
  color: #34327b;
  font-size: 16px;
  font-weight: 700;
}
.contacts-section {
  background: url("../img/home/contacts-670.png") no-repeat;
  background-size: 100% 100%;
  min-height: 500px;
  padding-top: 200px;
  position: relative;
  margin-top: -100px;
  z-index: 1;
}
.contacts-section{
  min-height: 600px !important;
}
.contacts-section.contacts-white {
  background-image: url("../img/contacts.png");
  padding-top: 45px;
}
.page-template-page-visa .contacts-section{
  min-height: 490px !important;
}
.contacts-section.contacts-white .item {
  color: #333;
}
.contacts-section .section-title {
  margin-bottom: 50px;
}
.contacts-section .item {
  display: flex;
  align-items: flex-start;
  margin: 0 25px;
  color: white;
  font-size: 18px;
}
.contacts-section .item img {
  margin-right: 20px;
}
.contacts-section .item b {
  font-size: 20px;
  font-weight: 700;
  display: block;
  margin-top: 10px;
}
.map {
  margin-top: -180px;
  height: 400px;
}
.map iframe{
  width: 100% !important;
  margin-top: 25px;
}
.contacts-wrapper {
  background: url(../img/schengen-map.png) no-repeat center top;
  background-size: cover;
  color: #333333;
  font-size: 14px;
  font-weight: 400;
  padding-top: 55px;
  padding-bottom: 27px;
}
.page-template-page-contacts-php .contacts-wrapper{
  padding-bottom: 65px;
}
.contacts-wrapper .work-time {
  font-size: 16px;
  padding-top: 25px;
}
.contacts-wrapper .work-time b:nth-of-type(2),
.contacts-wrapper .work-time .text-danger {
  margin-top: 15px;
  display: block;
}
.wpsm-comptable,
.stacktable {
  -webkit-border-radius: 10px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 10px;
  -moz-background-clip: padding;
  border-radius: 10px;
  background-clip: padding-box;
  overflow: hidden;
  /*margin-bottom: 150px !important;*/
}
.images_list{
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-wrap: wrap;
  padding: 20px 0px 0px 0px;
  padding-top: 70px;
}
.images_list .images_list_item{
  width: 33.3333%;
  padding: 5px;
}
.images_list .images_list_item img{
  max-width: 100%;
}
.wpsm-comptable thead th,
.stacktable thead th {
  background-color: white;
  border: 1px solid #e5e5e5;
  border-bottom: none;
  border-right: none;
}
.wpsm-comptable thead th:last-child,
.stacktable thead th:last-child {
  border-right: 1px solid #e5e5e5;
}
.wpsm-comptable thead th strong,
.stacktable thead th strong {
  color: #00b7f4;
  font-size: 24px;
  margin-bottom: 20px;
}
.wpsm-comptable thead th span,
.stacktable thead th span {
  color: #666666;
  font-size: 12px;
}
.wpsm-comptable thead th p:last-child span,
.stacktable thead th p:last-child span {
  color: #ff0000;
  font-weight: 600;
  font-size: 32px !important;
  margin-top: 40px;
  display: block;
}
.wpsm-comptable tbody tr:last-child td,
.stacktable tbody tr:last-child td {
  border-bottom: 1px solid #e5e5e5 !important;
}
.wpsm-comptable td,
.stacktable td {
  color: #666666 !important;
  font-size: 14px !important;
  font-weight: 500;
  line-height: 18px;
  box-shadow: none !important;
  border-left: 1px solid #e5e5e5 !important;
  border-right: 1px solid #e5e5e5 !important;
  border-top: none !important;
  border-bottom: none !important;
  background-color: white !important;
}
.wpsm-comptable td:hover,
.stacktable td:hover {
  background-color: white !important;
}
.wpsm-comptable th:nth-child(3),
.stacktable th:nth-child(3) {
  position: relative;
  border-right: 1px solid #e5e5e5;
}
.wpsm-comptable th:nth-child(3):after,
.stacktable th:nth-child(3):after {
  content: '';
  width: 32px;
  height: 123px;
  background: url("../img/popular.png");
  position: absolute;
  top: 0;
  right: 15px;
}
.wpsm-comptable td:nth-child(3),
.stacktable td:nth-child(3),
.wpsm-comptable th:nth-child(3),
.stacktable th:nth-child(3) {
  -webkit-box-shadow: 0 3px 16px rgba(52, 50, 123, 0.2);
  -moz-box-shadow: 0 3px 16px rgba(52, 50, 123, 0.2);
  box-shadow: 0 3px 16px rgba(52, 50, 123, 0.2);
  background-color: #00b7f4 !important;
  color: #ffffff !important;
}
.wpsm-comptable td:nth-child(3) strong,
.stacktable td:nth-child(3) strong,
.wpsm-comptable th:nth-child(3) strong,
.stacktable th:nth-child(3) strong {
  color: #ffffff;
}
.wpsm-comptable td:nth-child(3) span,
.stacktable td:nth-child(3) span,
.wpsm-comptable th:nth-child(3) span,
.stacktable th:nth-child(3) span {
  color: #ffffff;
}
.wpsm-comptable td:nth-child(3) p:last-child span,
.stacktable td:nth-child(3) p:last-child span,
.wpsm-comptable th:nth-child(3) p:last-child span,
.stacktable th:nth-child(3) p:last-child span {
  color: #ffffff;
}
.clients-carousel {
  margin-bottom: 100px;
}
.clients-carousel .carousel-item {
  padding: 0 100px;
}
.clients-carousel .carousel-item .d-flex {
  min-height: 100px;
}
.clients-carousel .carousel-control-prev,
.clients-carousel .carousel-control-next {
  width: 29px;
  color: #a7a7a7;
  font-size: 52px;
  font-weight: 300;
}
/*template parts end*/
@media (max-width: 1200px) {
  .visa-application .form .input-block {
    width: 32%;
  }
  .countries-section .item .padding {
    padding-left: 0;
  }
  .visa-countries {
    padding-bottom: 25px;
  }
  .visa-countries .item {
    margin: 0 35px 15px;
  }
  .contacts-section {
    background-color: cornflowerblue;
    margin-top: 0;
    min-height: unset;
    padding-top: 0;
    padding-bottom: 50px;
  }
  .contacts-section .item {
    margin: 0;
  }
  .contacts-section .item:nth-child(2) {
    margin: 0 10px;
  }
  .contacts-section.contacts-white {
    background-color: transparent;
    margin-top: -100px;
  }
}
@media (max-width: 991px) {
  .main-with-text .get-visa {
    min-width: unset;
  }
  .countries-section {
    background-size: cover !important;
    background: url("../img/home/popular_mob.png") no-repeat center bottom;
    padding-bottom: 45px;
  }
  .prices-section .block{
    margin-top: 25px;
  }
  .countries-section .item {
    width: calc(50% - 10px);
  }
  .countries-section .item .padding {
    padding-left: 25px;
  }
  .steps-section {
    padding-bottom: 15px;
  }
  .steps-section .airplane {
    height: 170px;
  }
  .steps-section .step {
    margin: 0 10px;
  }
  .steps-section .step img {
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    top: -170px;
  }
  .steps-section .step:nth-child(2):before {
    height: 200px;
    top: -215px;
  }
  .steps-section .step:nth-child(2) img {
    top: -290px;
  }
  .steps-section .step:nth-child(3) img {
    top: -150px;
  }
  .prices-section {
    margin-top: 0;
    padding-bottom: 45px;
    padding-top: 45px;
    background-color: cornflowerblue;
  }
  .countries-section{
    padding-top: 45px;
  }
  .home .steps-section{
    padding-top: 5px;
  }
  .visa-countries .additional+h2{
    padding-top: 45px;
  }
  .clients-carousel{
    margin-bottom: 0px;
  }
  .visa-countries {
    padding-bottom: 45px;
    background-size: cover;
    margin-top: 0;
  }
  .contacts-section{
    padding: 45px 0px;
    min-height: auto !important;
  }
  .visa-countries .item {
    margin: 0 15px;
  }
  .contacts-section .item {
    margin: 0 10px 15px !important;
  }
  .contacts-section.contacts-white {
    margin-top: 0;
    background: transparent;
    padding-bottom: 10px;
  }
  .contacts-section.contacts-white + .map {
    margin-top: 0;
  }
}
@media (max-width: 768px) {
  .breadcrumbs ul {
    padding-left: 0;
  }
  .visa-application .step {
    margin-bottom: 25px;
  }
  .visa-application .form .input-block {
    width: 48%;
  }
  .countries-section .item {
    width: 400px;
    margin-bottom: 15px;
  }
  .steps-section .airplane {
    display: none;
  }
  .steps-section .step {
    margin-bottom: 15px;
  }
  .steps-section .step:before {
    display: none;
  }
  .steps-section .step img {
    position: unset;
  }
  .main{
    padding: 30px 0px;
  }
}
@media (max-width: 576px) {
  .main .main-title {
    font-size: 48px;
    margin-bottom: 25px;
  }
  .main-with-text .get-visa {
    min-width: auto;
    width: 100%;
    font-size: 12px;
  }
  .toggle-btn {
    top: -55px;
  }
  .visa-application .form {
    padding: 25px 10px;
  }
  .visa-application .form .input-block {
    width: 100%;
    max-width: 320px;
  }
  .visa-application .form .submit {
    max-width: 270px;
  }
  .countries-section .item .padding {
    padding-left: 5px;
  }
  .prices-section .item {
    padding: 15px 0;
    text-align: center;
  }
  .prices-section .item .circle {
    display: none;
  }
  .prices-section .block .text br {
    display: none;
  }
  .contacts-section .item {
    width: 100%;
    margin: 0 0 15px !important;
    text-align: center;
  }
  .contacts-section .item .text {
    width: 100%;
  }
  .contacts-section .item a {
    display: block;
  }
}
.header {
  background-color: cornflowerblue;
  padding: 13px 0 0;
  color: white;
  font-size: 12px;
}
.header .logo {
  text-align: center;
  font-size: 14px;
  text-transform: uppercase;
}
.header .logo-bottom {
  padding-bottom: 13px;
}
.header .phone-link {
  font-family: Ubuntu;
  font-size: 24px;
  font-weight: 300;
}
.header .border-top {
  border-top: 1px solid #bcbcf6 !important;
}
.header .menu {
  display: flex;
  font-family: Ubuntu, sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  width: 100%;
}
.header .menu > li {
  margin: 0 10px;
}
.header .menu .menu-item-has-children > a {
  display: inline-block;
  cursor: pointer;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  border: none;
  outline: none;
  transition: all .2s;
  border: 1px solid white;
  -webkit-border-radius: 20px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 20px;
  -moz-background-clip: padding;
  border-radius: 20px;
  background-clip: padding-box;
  color: white;
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  padding: 10px 15px;
  background-color: transparent;
  border-color: transparent;
}
.header .menu .menu-item-has-children > a:hover {
  color: cornflowerblue;
  background-color: white;
}
.header .menu .menu-item-has-children > a-dark {
  background-color: #006f86;
  color: white !important;
}
.header .menu .menu-item-has-children > a-dark:hover {
  color: #006f86 !important;
  background-color: white;
}
.header .menu .menu-item-has-children > a:hover {
  background-color: transparent;
  border-color: transparent;
  color: white;
}
.header .menu a[data-toggle=dropdown] {
  position: relative;
  padding-right: 25px;
}
.header .menu a[data-toggle=dropdown]:after {
  position: absolute;
  right: 10px;
  /**/
  top: 14px;
  font-family: FontAwesome;
  content: "\f078";
  font-size: 8px;
  transition: transform .2s;
}
.header .menu .show a {
  background-color: #006f86 !important;
  border-color: white !important;
}
.header .menu .show a:after {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}
.header .menu .dropdown-menu {
  background-color: #006f86;
  -webkit-border-radius: 10px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 10px;
  -moz-background-clip: padding;
  border-radius: 10px;
  background-clip: padding-box;
  padding: 25px 20px 18px;
  color: white;
  font-weight: 500;
  font-size: 14px;
  text-transform: capitalize;
  top: 30px !important;
  left: -20px !important;
}
.header .menu .dropdown-menu:before {
  content: '';
  position: absolute;
  top: -12px;
  left: 30%;
  width: 0;
  height: 0;
  border-left: 12px solid transparent;
  border-right: 12px solid transparent;
  border-bottom: 12px solid #006f86;
}
.header .menu .dropdown-menu a {
  display: flex;
  align-items: center;
  margin-bottom: 7px;
}
.header .menu .flag {
  width: 28px;
  height: 28px;
  display: inline-block;
  background-size: 100% 100%;
  border-radius: 50%;
  margin-right: 10px;
}
@media (max-width: 991px) {
  .header .border-top {
    margin-top: 15px;
  }
  .header .menu {
    padding: 10px 0;
  }
}
@media (max-width: 768px) {
  .header .menu {
    display: none;
    flex-direction: column;
    text-align: center;
  }
  .header .menu > li {
    margin: 5px 0;
  }
}
@media (max-width: 767px) {
  .header {
    text-align: center;
  }
  .header .phone-link {
    margin: 10px 0;
  }
}
.footer {
  background-color: black;
  padding: 10px 0;
}
.footer .copyright {
  text-align: center;
  color: #f3f3f3;
  font-size: 13px;
}
.footer .copyright b {
  color: #fefefe;
  font-size: 16px;
  font-weight: 400;
}
.modal .modal-content {
  background: transparent;
  border: none;
  padding: 0;
}
.modal .modal-dialog {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
  padding: 0;
  height: 100vh;
}
.modal .form-white {
  background-color: #1eb5d4;
  -webkit-border-radius: 10px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 10px;
  -moz-background-clip: padding;
  border-radius: 10px;
  background-clip: padding-box;
  max-width: unset;
  padding: 25px 40px;
  text-align: center;
}
.modal .form-white .button {
  margin: 0 auto;
  display: block;
  min-width: 200px;
}
.modal .close {
  right: 25px;
  top: 25px;
  position: absolute;
  z-index: 1;
  font-size: 35px;
  font-weight: 400;
  color: white;
  opacity: 1;
}
#thanks .close {
  right: 20px;
  top: 10px;
}
#thanks .form-white p {
  font-size: 20px;
  margin: 40px 0;
}
.wpcf7-response-output {
  background: white;
  -webkit-border-radius: 8px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 8px;
  -moz-background-clip: padding;
  border-radius: 8px;
  background-clip: padding-box;
  text-align: center;
  color: black;
}
.wpcf7-mail-sent-ok {
  display: none !important;
}
.home .main {
  background: url("../img/home/main.png") no-repeat center bottom;
  min-height: 650px;
  background-size: cover;
}
.home .main .circle {
  width: 64px;
  height: 64px;
  background-color: rgba(255, 255, 255, 0.5);
  border: 1px solid cornflowerblue;
  -webkit-border-radius: 50%;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 50%;
  -moz-background-clip: padding;
  border-radius: 50%;
  background-clip: padding-box;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 15px;
}
.main .info-item {
  margin-bottom: 50px;
}
.main .info-item:first-child{
  margin-top: 20px;
}
.home .main .info-item:first-child{
  margin-top: 0px;
}
.home .main .text {
  font-size: 23px;
  font-weight: 300;
  text-transform: uppercase;
  color: #333;
  margin-right: 25px;
}
.home .main .text b {
  font-size: 26px;
}
.home .main .time {
  font-size: 26px;
  line-height: 35px;
  font-weight: 700;
  text-transform: uppercase;
  color: #006f86;
  position: relative;
  top: -15px;
}
.home .main .time b {
  font-size: 73px;
  position: relative;
  top: 15px;
}
@media (max-width: 768px) {
  .home .main .text {
    font-size: 19px;
  }
  .home .main .text b {
    font-size: 21px;
  }
  .home .main .time {
    font-size: 21px;
  }
}
@media (max-width: 576px) {
  .page-template-page-visa .main {
    background-position: 68% bottom !important;
  }
  .home .main {
    padding-top: 20px;
  }
  /* .main .info-item {
    margin-bottom: 10px;
        background: rgba(255,255,255,0.7);
    box-shadow: 2px 2px 4px #a7a7a7;
    padding: 5px 0px;
  } */
  .home .main .time {
    margin-top: 15px;
  }
  .home .main .form-white {
    padding-top: 10px;
  }
  .home .main .form-white .title {
    color: #006f86;
  }
  .home .main .form-white input:not(.submit) {
    border-color: #006f86;
    color: #006f86;
  }
  .home .main .form-white input:not(.submit)::-webkit-input-placeholder {
    color: #006f86;
  }
  .home .main .form-white input:not(.submit):-moz-placeholder {
    color: #006f86;
  }
  .home .main .form-white input:not(.submit)::-moz-placeholder {
    color: #006f86;
  }
  .home .main .form-white input:not(.submit):-ms-input-placeholder {
    color: #006f86;
  }
}
.page-template-page-schengen .main {
  background-image: url("../img/schengen-main.png");
}
.page-template-page-schengen .countries-section {
  background: url("../img/schengen-map.png") no-repeat center center;
  background-size: unset;
  min-height: auto;
  padding-bottom: 45px;
}
.page-template-page-schengen .prices-section{
  margin-top: -110px;
}
.page-template-page-schengen .contacts-section{
  padding-top: 180px;
  margin-top: -125px;
}
.page-template-page-schengen .steps-section {
  padding-bottom: 200px;
}
.page-template-page-other-countries .main {
  background-image: url("../img/other-main.png");
}
.page-template-page-other-countries .countries-section {
  background: url("../img/schengen-map.png") no-repeat center center;
  background-position-y: 80px;
  background-size: unset;
}
.page-template-page-other-countries .steps-section {
  padding-bottom: 200px;
}
.page-template-page-visa .main {
  background: url("../img/visa/main.png") no-repeat center bottom;
  min-height: 540px;
}
.page-template-page-visa .main .container{
  min-height: 540px;
}
.page-template-page-visa .main .circle {
  width: 64px;
  height: 64px;
  background-color: rgba(255, 255, 255, 0.5);
  border: 1px solid cornflowerblue;
  -webkit-border-radius: 50%;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 50%;
  -moz-background-clip: padding;
  border-radius: 50%;
  background-clip: padding-box;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 15px;
}
/* .page-template-page-visa .main .info-item {
  margin-bottom: 90px;
} */
.page-template-page-visa .main .text {
  font-size: 23px;
  font-weight: 300;
  text-transform: uppercase;
  color: white;
  margin-right: 25px;
}
.page-template-page-visa .main .text b {
  font-size: 26px;
}
.page-template-page-visa .main .time {
  font-size: 26px;
  line-height: 35px;
  font-weight: 700;
  text-transform: uppercase;
  color: #1eb5d4;
  position: relative;
  top: -15px;
}
.page-template-page-visa .main .time b {
  font-size: 73px;
  position: relative;
  top: 15px;
}
.page-template-page-visa .countries-section {
  background: url("../img/schengen-map.png") no-repeat center center;
  background-size: unset;
  padding-bottom: 45px;
  padding-top: 45px;
}
.page-template-page-visa .steps-section {
  padding-bottom: 45px;
}
.page-template-page-visa .documents-section {
  padding-bottom: 45px;
  padding-top: 45px;
}
.wpsm-comptable-wrap{
  margin: 0px;
}
.seo-text{
  padding: 45px 0px 90px 0px;
}
@media (max-width: 768px) {
  .page-template-page-visa .main .text {
    font-size: 19px;
  }
  .page-template-page-visa .main .text b {
    font-size: 21px;
  }
  .page-template-page-visa .main .time {
    font-size: 21px;
  }
}
@media (max-width: 576px) {
  .main .info-item:first-child{
    margin-top: 50px;
  }
  .countries-section .item .time{
    margin-top: 0px;
  }
  .page-template-page-visa .main {
    padding-top: 20px;
  }
  .page-template-page-visa .main .info-item {
    margin-bottom: 10px;
  }
  .page-template-page-visa .main .time {
    margin-top: 15px;
  }
  .page-template-page-visa .main .form-white {
    padding-top: 10px;
  }
  .page-template-page-visa .main .form-white .title {
    color: #006f86;
  }
  .page-template-page-visa .main .form-white input:not(.submit) {
    border-color: #006f86;
    color: #006f86;
  }
  .page-template-page-visa .main .form-white input:not(.submit)::-webkit-input-placeholder {
    color: #006f86;
  }
  .page-template-page-visa .main .form-white input:not(.submit):-moz-placeholder {
    color: #006f86;
  }
  .page-template-page-visa .main .form-white input:not(.submit)::-moz-placeholder {
    color: #006f86;
  }
  .page-template-page-visa .main .form-white input:not(.submit):-ms-input-placeholder {
    color: #006f86;
  }
}
.page-template-page-pasport .main, .page-template-page-article-passport .main {
  background: url("../img/pasport-main.png") no-repeat 61% bottom;
  min-height: 540px;
}
.page-template-page-pasport .main .circle, .page-template-page-article-passport .main .circle {
  width: 64px;
  height: 64px;
  background-color: rgba(255, 255, 255, 0.5);
  border: 1px solid cornflowerblue;
  -webkit-border-radius: 50%;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 50%;
  -moz-background-clip: padding;
  border-radius: 50%;
  background-clip: padding-box;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 15px;
}
.page-template-page-pasport .main .info-item, .page-template-page-article-passport .main .info-item {
  margin-bottom: 90px;
}
.page-template-page-pasport .main .text, .page-template-page-article-passport .main .text {
  font-size: 23px;
  font-weight: 300;
  text-transform: uppercase;
  margin-right: 25px;
}
.page-template-page-pasport .main .text b, .page-template-page-article-passport .main .text b {
  font-size: 26px;
}
.page-template-page-pasport .main .time, .page-template-page-article-passport .main .time {
  font-size: 26px;
  line-height: 35px;
  font-weight: 700;
  text-transform: uppercase;
  color: #1eb5d4;
  position: relative;
  top: -15px;
}
.page-template-page-pasport .main .time b, .page-template-page-article-passport .main .time b {
  font-size: 73px;
  position: relative;
  top: 15px;
}
.page-template-page-pasport .countries-section, .page-template-page-article-passport .countries-section {
  background: url("../img/schengen-map.png") no-repeat center center;
  background-size: unset;
  padding-bottom: 90px;
}
.page-template-page-pasport .countries-section .document-item, .page-template-page-article-passport .countries-section .document-item {
  color: #333;
}
.page-template-page-pasport .countries-section .document-item .circle, .page-template-page-article-passport .countries-section .document-item .circle {
  width: 105px;
  height: 105px;
  min-width: 105px;
  margin-right: 12px;
  -webkit-box-shadow: 0 3px 16px rgba(52, 50, 123, 0.2);
  -moz-box-shadow: 0 3px 16px rgba(52, 50, 123, 0.2);
  box-shadow: 0 3px 16px rgba(52, 50, 123, 0.2);
  -webkit-border-radius: 50%;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 50%;
  -moz-background-clip: padding;
  border-radius: 50%;
  background-clip: padding-box;
  border: 8px solid white;
  background-color: #1eb5d4;
  display: flex;
  justify-content: center;
  align-items: center;
}
.page-template-page-pasport .countries-section .document-item .title, .page-template-page-article-passport .countries-section .document-item .title {
  font-size: 24px;
  font-weight: 700;
  line-height: 30px;
  text-transform: uppercase;
}
.page-template-page-pasport .countries-section .document-item .list, .page-template-page-article-passport .countries-section .document-item .list {
  margin-top: 18px;
  font-size: 12px;
  line-height: 22px;
}
.page-template-page-pasport .countries-section .form .prices, .page-template-page-article-passport .countries-section .form .prices {
  padding: 10px 0 10px 30px;
  color: white;
  font-size: 14px;
  background-color: #1eb5d4;
  margin: 25px 0 15px;
}
.page-template-page-pasport .countries-section table, .page-template-page-article-passport .countries-section table {
  width: calc(100% - 42px);
  text-align: center;
}
.page-template-page-pasport .countries-section table th, .page-template-page-article-passport .countries-section table th {
  color: #666;
  font-size: 14px;
  padding-bottom: 15px;
  font-weight: 400;
}
.page-template-page-pasport .countries-section table td, .page-template-page-article-passport .countries-section table td {
  padding: 5px 0;
}
.page-template-page-pasport .countries-section table td:first-child, .page-template-page-article-passport .countries-section table td:first-child {
  color: #333;
  font-weight: 700;
}
.page-template-page-pasport .countries-section table td:last-child, .page-template-page-article-passport .countries-section table td:last-child {
  color: #7f0319;
  font-weight: 700;
}
.page-template-page-pasport .countries-section table td:last-child .old, .page-template-page-article-passport .countries-section table td:last-child .old {
  color: #666;
  font-size: 14px;
  font-weight: 400;
  text-decoration: line-through;
}
.page-template-page-pasport .countries-section table tr:nth-child(2n), .page-template-page-article-passport .countries-section table tr:nth-child(2n) {
  background-color: whitesmoke;
}
.page-template-page-pasport .countries-section .warning, .page-template-page-article-passport .countries-section .warning {
  color: red;
  font-size: 12px;
  margin-top: 15px;
}
.page-template-page-pasport .countries-section .list-title, .page-template-page-article-passport .countries-section .list-title {
  color: #666;
  font-size: 14px;
}
.page-template-page-pasport .countries-section ul, .page-template-page-article-passport .countries-section ul {
  font-size: 14px;
  line-height: 24px;
  font-weight: 600;
}
.page-template-page-pasport .countries-section ul.require li:before, .page-template-page-article-passport .countries-section ul.require li:before {
  color: red;
  content: "\f054";
}
.page-template-page-pasport .countries-section ul li, .page-template-page-article-passport .countries-section ul li {
  position: relative;
  padding-left: 15px;
}
.page-template-page-pasport .countries-section ul li:before, .page-template-page-article-passport .countries-section ul li:before {
  content: "\f058";
  color: #1eb5d4;
  position: absolute;
  left: 0;
  font-family: "FontAwesome";
}
.page-template-page-pasport .steps-section, .page-template-page-article-passport .steps-section {
  padding-bottom: 25px;
  padding-top: 45px;
}
.page-template-page-pasport .special li, .page-template-page-article-passport .special li {
  font-size: 20px;
  padding-left: 25px !important;
  font-weight: 400 !important;
  line-height: 36px;
}
.page-template-page-pasport .visa-application, .page-template-page-article-passport .visa-application {
  padding-top: 45px;
  margin-top: 45px;
  padding-bottom: 90px;
}
.page-template-page-visa .visa-application .form{
  margin-top: 90px;
}
.page-template-page-pasport .special li:before, .page-template-page-article-passport .special li:before {
  content: "\f00c" !important;
  color: #1eb5d4;
}
.page-template-page-pasport .special .form-white, .page-template-page-article-passport .special .form-white {
  background-color: #1eb5d4;
  -webkit-border-radius: 10px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 10px;
  -moz-background-clip: padding;
  border-radius: 10px;
  background-clip: padding-box;
  max-width: unset;
  padding: 15px 60px;
}
.page-template-page-pasport .special .form-white .button, .page-template-page-article-passport .special .form-white .button {
  margin: 0 auto;
  display: block;
  min-width: 200px;
}
.page-template-page-pasport .contacts-section, .page-template-page-article-passport .contacts-section {
  background-image: url("../img/contacts-gray.png");
  margin-top: -30px;
  padding-top: 210px;
}
.page-template-page-country .visa-application{
  padding-top: 0px;
}
.page-template-page-country .visa-application .form{
  margin-top: 90px;
}
.page-template-page-country  .documents-section{
  padding-top: 45px;
}
.page-template-page-country .seo-text{
  padding-top: 0px;
}
.page-template-page-country .prices-section{
  margin-top: 0px;
}
.page-template-page-country .contacts-section.contacts-white{
  padding-top: 60px;
}
.page-template-page-country .contacts-section{
  min-height: 490px !important;
}
@media (max-width: 991px) {
  .page-template-page-pasport .steps-section, .page-template-page-article-passport .steps-section{
    padding-top: 20px;
  }
  .page-template-page-pasport .countries-section, .page-template-page-article-passport .countries-section{
    padding-top: 30px;
    padding-bottom: 45px;
  }
  .page-template-page-pasport .visa-application, .page-template-page-article-passport .visa-application{
    margin-top: 0px;
    padding-top: 35px;
    padding-bottom: 45px;
  }
  .seo-text{
    padding: 45px 0px 45px 0px;
  }
  .page-template-page-pasport .contacts-section, .page-template-page-article-passport .contacts-section {
    background: transparent;
  }
  .documents-section .document-item{
    width: 33.3333%;
  }
  .page-template-page-pasport .countries-section .document-item, .page-template-page-article-passport .countries-section .document-item{
    margin-bottom: 20px;
  }
  .page-template-page-pasport .contacts-section, .page-template-page-article-passport .contacts-section{
    padding-top: 45px;
    margin-top: 0px;
    min-height: 425px;
  }
  .page-template-page-country .visa-application .form{
    margin-top: 45px;
  }
  .page-template-page-country .documents-section{
    padding-top: 0px;
  }
  .page-template-page-country .countries-section{
    padding-bottom: 45px;
  }
  .page-template-page-country .contacts-section.contacts-white{
    padding-top: 45px;
  }
  .page-template-page-country .contacts-section{
    padding-bottom: 0px;
    min-height: 360px !important;
  }
  .page-template-page-schengen .steps-section{
    padding-bottom: 155px;
  }
  .page-template-page-schengen .contacts-section{
    margin-top: 0px;
    padding-top: 45px;
  }
}
@media (max-width: 768px) {
  .images_list .images_list_item{
    width: 50%;
  }
  .main .container .cf_form_block{
    position: static;
    margin-top: 25px;
  }
  .page-template-page-pasport .main .text, .page-template-page-article-passport .main .text {
    font-size: 17px;
  }
  .page-template-page-pasport .main .text b, .page-template-page-article-passport .main .text b {
    font-size: 19px;
  }
  .page-template-page-pasport .main .time, .page-template-page-article-passport .main .time {
    font-size: 19px;
  }
  .page-template-page-pasport .countries-section .document-item, .page-template-page-article-passport .countries-section .document-item {
    text-align: center;
  }
  .page-template-page-pasport .countries-section table, .page-template-page-article-passport .countries-section table {
    width: 100%;
  }
  .page-template-page-pasport .countries-section .special ul, .page-template-page-article-passport .countries-section .special ul {
    margin-bottom: 25px;
  }
  .documents-section .document-item{
    width: 50%;
  }
  .main .main-title{
    margin-top: 20px;
  }
}
@media (max-width: 576px) {
  .images_list .images_list_item{
    width: 100%;
  }
  .main{
    padding: 0px 15px;
  }
  .main .container .cf_form_block{
    position: static;
    background: rgba(255,255,255, 0.8);
    padding: 10px;
  }
  .page-template-page-country .main .container .cf_form_block{
    background: transparent;
  }
  .page-template-page-schengen .main .container .cf_form_block{
    background: transparent;
  }
  .page-template-page-schengen .main .container .cf_form_block form{
    padding: 0px;
  }
  .main .container .cf_form_block .submit{
        margin: auto;
    margin-bottom: 0px;
  }
  .page-template-page-pasport .main, .page-template-page-article-passport .main {
    padding-top: 50px;
  }
  .page-template-page-pasport .main .info-item, .page-template-page-article-passport .main .info-item {
    margin-bottom: 10px;
  }
  .page-template-page-pasport .main .time, .page-template-page-article-passport .main .time {
    margin-top: 15px;
  }
  .page-template-page-pasport .main .form-white, .page-template-page-article-passport .main .form-white {
    padding-top: 10px;
  }
  .page-template-page-pasport .main .form-white .title, .page-template-page-article-passport .main .form-white .title {
    color: #006f86;
  }
  .page-template-page-pasport .main .form-white input:not(.submit), .page-template-page-article-passport .main .form-white input:not(.submit) {
    border-color: #006f86;
    color: #006f86;
  }
  .page-template-page-pasport .main .form-white input:not(.submit)::-webkit-input-placeholder, .page-template-page-article-passport .main .form-white input:not(.submit)::-webkit-input-placeholder {
    color: #006f86;
  }
  .page-template-page-pasport .main .form-white input:not(.submit):-moz-placeholder, .page-template-page-article-passport .main .form-white input:not(.submit):-moz-placeholder {
    color: #006f86;
  }
  .page-template-page-pasport .main .form-white input:not(.submit)::-moz-placeholder, .page-template-page-article-passport .main .form-white input:not(.submit)::-moz-placeholder {
    color: #006f86;
  }
  .page-template-page-pasport .main .form-white input:not(.submit):-ms-input-placeholder, .page-template-page-article-passport .main .form-white input:not(.submit):-ms-input-placeholder {
    color: #006f86;
  }
}
.page-template-page-country .countries-section {
  background: url("../img/schengen-map.png") no-repeat center center;
  background-size: unset;
  padding-bottom: 100px;
}
.page-template-page-country .countries-section .section-title,
.page-template-page-country .countries-section .section-title + .section-subtitle {
  color: #333;
}

.rules-div {
	display: block;
    background: #ff2233;
    color: white;
    padding: 25px;
    border-radius: 10px;
    max-width: 630px;
    margin: 0 auto;
    text-align: center;
}

@media (max-width: 767px) {
	.rules-div {
		padding: 10px;
		width: 100%;
		font-size: 20px;
	}
  .header .menu a[data-toggle=dropdown]{
    padding-right: 0px;
  }
  .header .menu .menu-item-has-children > a{
    padding: 0px;
  }
  .header .menu a[data-toggle=dropdown]:after{
    right: -16px;
    top: 3px;
  }
}
@media (max-width: 450px){
  .home .main{
    padding: 0px;
    padding-top: 20px;
    background: url("../img/home/main.png") no-repeat 68% bottom;
    min-height: 850px;
  }
  .section-title{
    font-size: 26px;
  }
  .countries-section .item .title{
    font-size: 16px;
  }
  .countries-section .item .circle{
    width: 125px;
    height: 125px;
  }
  .documents-section .document-item{
    width: 100%;
  }
  .visa-application .form .submit{
    max-width: 100%;
  }
}

.country_template .left_block{
  display: flex;
  align-items: flex-end;
}
.country_template .right_block{
  background: rgba(255,255,255,0.7);
    border-radius: 10px;
    box-shadow: 2px 2px 3px #000;
    padding-top: 15px;
    padding-bottom: 15px;
}
.country_template{
  padding-bottom: 65px;
}
.table_button{
  border: 1px solid #1eb5d4;
    color: #1eb5d4;
    cursor: default;
    margin: auto;
    display: block;
    width: 150px;
}
.table_button:hover{
  background-color: #1eb5d4;
    color: white;
}
.table_button.active{
  background: #006f86;
  color: #fff;
}
div#tariff_table input.tariff_field, div#tariff_table  input.page_field{
  display: none;
}
.wpsm-comptable-wrap{
  margin: 0 0 30px !important;
}