@charset "UTF-8";
/*
Theme Name: Cultswitch
Author: Sergey Manuylov
*/
@import url('assets/css/normalize.css');
/*---Reset styles---*/
@import url('assets/css/effects.css');
/*---Common CSS effects---*/
/*---Fonts---*/
@import url('https://fonts.googleapis.com/css?family=Open+Sans:400,700|Raleway:300,400,600,700,800|Roboto:300,400,400i,500,700');
@import url('https://fonts.googleapis.com/icon?family=Material+Icons');
/*---general styles---*/
body {
    background: #ffffff;
    font-size: 18px;
    font-family: 'Roboto', sans-serif;
    color:#454753;
}
* {
    outline: none;
}
i {
    font-style: italic;
}
ul {
    padding-left: 0;
    list-style: none;
}
a, a:hover {
    text-decoration: none;
}
p {
    display: block;
}
img {
    max-width:100%;
    max-height:100%;
}
img.aligncenter {
    position: relative;
    margin: 0 auto;
}
input[type="submit"] {
    cursor: pointer;
}
.mobile {
    display: none !important;
}
.capitalize {
    text-transform: uppercase;
}
.center {
    position: relative;
    margin: 0 auto;
}
.center-text {
    text-align: center;
}
#all-content-wrapper {
    padding: 0;
    position: relative;
    overflow:hidden;
}
#cookie-law-info-bar {
    padding: 5px 10px;
}
.blue {
    color: #034CAF;
}
.flex {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    min-height: 2px;
}
.flex.flex-space-around {
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
}
.flex.flex-space-between {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.flex-align-center {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}
.flex-align-bottom {
    -webkit-align-items: flex-end;
    align-items:flex-end;
}
.flex.flex-top {
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
}
.flex.flex-end {
    -webkit-justify-content: flex-end;
    justify-content: flex-end;
}


div.wpcf7-response-output {
    margin: 0;
}
.light {
    font-weight: 300;
}

/*Header*/
/*Homepage slider*/
.homepage-slider {
    height: 910px;
    width: 100%;
    top:0;
	background-color: #044baf;
}
.homepage-slider:before {
    content: '';
    display: block;
    position: absolute;
    height: 910px;
    width: 100%;
    top: 0;
    background-image: url(assets/img/bg/slider_mask.png);
    background-repeat: no-repeat;
    background-position: center;
    -webkit-background-size: 100% 100%;
    background-size: 100% 100%;
    z-index: 2;
}
.homepage-slide {
    width: 100%;
    height: 910px;
    position: absolute;
    top: 0;
}
img.homepage-pic {
    position: absolute;
    top:0;
    right: 0;
    height: 100%;
    width: auto;
    max-width: unset;
}
.slider-text {
    z-index: 4;
    position: relative;
    padding-top: 247px;
    line-height: 1.05;
    color:white;
}
.homepage-slider-title {
    font-family: 'Raleway', sans-serif;
    font-size: 94px;
    font-weight: 600;
    color: #fff;
    margin-top: 0;
    margin-bottom: 30px;
}
.homepage-slider-title span {
    color:#4CB2ED;
}
.homepage-slider-subtitle{
    line-height:1.6;
    margin-bottom:85px;
    font-weight: 300;
    font-family: 'Roboto', sans-serif;
}
.btn {
    height: 44px;
    line-height: 42px;
    display: inline-block;
    border-radius: 23px;
    padding-left: 40px;
    padding-right: 40px;
    text-align: center;
    font-weight: 500;
}
.btn, .btn:hover, input[type="submit"], input[type="submit"]:hover {
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}
.white-btn {
    background-color: #fff;
    color: #034CAF;
    font-size: 16px;
    border:2px solid white;
}
.white-btn:hover {
    background-color: transparent;
    color: #fff;
}
.transparent-btn {
    background-color: transparent;
    color: #034CAF;
    font-size: 16px;
    border:2px solid #034CAF;
}
.transparent-btn:hover {
    background-color: #034CAF;
    color: #fff;
}
.blue-btn {
    background-color: #034CAF;
    color: #fff;
    font-size: 16px;
    border:2px solid #034CAF;
}
.blue-btn:hover {
    background-color: transparent;
    color: #034CAF;
}
.homepage-slide.show, .homepage-slide.show .col-md-6{
    opacity: 1;
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}
.homepage-slide, .homepage-slide .col-md-6{
    opacity: 0;
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}
.header-navigation {
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 99;
}
.top-head {
    width: 100%;
    height: 45px;
}
.white-menu .top-head {
    background-color: #0091E5;
}

.top-head .container {
    height: 100%;
    position: relative;
}
.top-head .container:after {
    content: '';
    display: block;
    height: 1px;
    width: 100%;
    background: linear-gradient(to right, #0170B2 , #0683D1);
}
.white-menu .top-head .container:after  {
    display: none;
}
.top-head-right {
    text-align: right;
    font-size: 15px;
}
.top-head-right > a, .top-head-right > p {
    color: white;
    line-height: 44px;
    display: inline-block;
    font-size: 15px;
}
.top-head-right > p {
	margin:0;
    margin-right: 40px;
}
.top-head-right > a:last-child {
    margin-left: 40px;
}
.top-head-right i {
    vertical-align: sub;
    font-size: 17px;
    margin-right: 8px;
}
#current-lang {
    color: #fff;
    font-size: 15px;
    display: inline-block;
    position: relative;
    cursor: pointer;
}
#current-lang ul {
    position: absolute;
    display: none;
    background-image: url(assets/img/bg/lang_bg.svg);
    background-repeat: no-repeat;
    -webkit-background-size: 100% 100%;
    background-size: 100% 100%;
    background-position: top left;
    z-index: 99;
    padding: 37px 38px;
    text-align: left;
    font-size: 16px;
    margin: 0;
    left: 0;
}

#current-lang ul > li > a {
    color: #000;
    text-align: left;
    font-size: 16px;
}
#current-lang ul > li:not(:last-child) {
    margin-bottom: 15px;
}
#current-lang ul > li#current-lang > a, #current-lang ul > li > a:hover {
    color: #034CAF;
}
.arrowup {
    margin-right: 0;
    margin-left: 5px;
}
.header-logo, .header-logo-float {
    height: 35px;
    width: 193px;
}
.header-nav.fixed .header-logo-float {
    width: 162px;
    height: 29px;
}
.header-logo img, .header-logo-float img {
    width: 100%;
    height: 100%;
}
.header-nav .header-logo-float, .header-nav.fixed .header-logo, .white-menu .header-logo{
    display: none;
}
.header-nav.fixed .header-logo-float, .white-menu .header-logo-float {
    display: block;
}
.header-nav.fixed {
    position: fixed;
    width: 100%;
    top: 0;
    height: 83px;
    background-color: #fff;
    -webkit-box-shadow: 0px 0px 10px 0px rgba(50, 50, 50, 0.3);
    -moz-box-shadow:    0px 0px 10px 0px rgba(50, 50, 50, 0.3);
    box-shadow:         0px 0px 10px 0px rgba(50, 50, 50, 0.3);
    z-index: 9999;
}
.header-nav.fixed nav > ul > li > a, .white-menu .header-nav nav > ul > li > a{
    color:#454753;
}
.white-menu .header-nav nav > ul > li:hover > a, .white-menu .header-nav nav > ul > li.current-menu-item > a, .white-menu .header-nav nav > ul > li.current-page-ancestor > a {
    background-color: #034CAF;
    color:#fff;
}
.header-nav.fixed nav > ul > li:hover > a, .header-nav.fixed nav > ul > li.current-menu-item > a, .header-nav.fixed nav > ul > li.current-page-ancestor > a {
    background-color: #E5F4FC;
    color: #454753;
}
.header-nav {
    height: 103px;
}
.header-nav .container {
    height: 100%;
}
.header-nav nav, .header-nav nav > ul, .header-nav nav > ul > li {
    height: 100%;
}
.header-nav nav > ul {
    margin: 0;
    padding: 0;
    margin-right: -20px;
}
.header-nav nav > ul > li > ul.sub-menu {
    display: none;
    position: absolute;
    left: 0;
    top:100%;
    width: 320px;
    padding:25px 30px;
    background-image: url("assets/img/bg/popup_bg.svg");
    background-repeat: no-repeat;
    -webkit-background-size: 100%;
    background-size: 100%;
    background-position: center;
    border-radius: 20px;
    border-top-left-radius: 0;
    font-size: 15px;
    padding-top: 37px;
}
.header-nav nav > ul > li:hover > ul.sub-menu, .header-nav nav > ul > li.open-submenu > ul.sub-menu {
    display: block;
}
.header-nav nav > ul > li > ul.sub-menu > li > a {
    color: #6E7079;
}
.header-nav nav > ul > li > ul.sub-menu > li:hover > a {
    color: #034CAF;
}
.header-nav nav > ul > li > ul.sub-menu > li {
    margin-bottom: 17px;
}
.header-nav nav > ul > li > ul.sub-menu > li:last-child {
    margin-bottom: 0;
}
.header-nav nav > ul > li {
    display: inline-flex;
    position: relative;
    align-items: center;
}
.header-nav nav > ul > li > a {
    padding: 7px 20px;
    display: block;
    font-size: 16px;
    color:white;
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    border-radius: 16px;
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
}
.header-nav nav > ul > li:hover > a, .header-nav nav > ul > li.current-menu-item > a, .header-nav nav > ul > li.current-menu-ancestor > a  {
    background-color: #fff;
    color:#034CAF;
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}
.cli-plugin-button {
border-radius:20px;
}
/*Homepage content*/
h3.section-title {
    font-size: 38px;
    font-weight: 600;
    font-family: 'Raleway', sans-serif;
}
p.section-subtitle {
    font-size: 22px;
    font-weight: 600;
    font-family: 'Raleway', sans-serif;
    line-height: 1.55 !important;
}
/*About  section*/
.about {
    background-image: url(assets/img/bg/about_bg.svg);
    background-repeat: no-repeat;
    background-position: top center;
    -webkit-background-size: cover;
    background-size:cover;
    padding-top:106px;
    padding-bottom: 80px;
    margin-top: -45px;
    z-index: 3;
    position: relative;
    text-align: center;
    line-height: 2.15;
	height:373px;
}
.about span {
    color: #034CAF;
    font-weight: 700;
}
/*Selling points section*/
.selling-point {
    padding-top: 65px ;
}
.selling-point h3 {
    text-align: center;
    margin-bottom: 90px;
}
.selling-point .col-lg-3:nth-child(4) > span{
    -webkit-background-size: 152px 106px;
    background-size: 152px 106px;
}
.selling-point .col-lg-3:nth-child(3) > span {
    -webkit-background-size: 119px 126px;
    background-size: 119px 126px;
}
.selling-point .col-lg-3:nth-child(1) > span {
    -webkit-background-size: 143px 132px;
    background-size: 143px 132px;
}
.selling-point .col-lg-3:nth-child(2) > span {
    -webkit-background-size: 170px 141px;
    background-size: 170px 141px;
    background-position: left 14px bottom;
}
.selling-point span {
    height: 140px;
    display: block;
    background-repeat: no-repeat;
    background-position: left bottom;
    margin-bottom: 45px;
}
.selling-point p {
    line-height: 1.85;
}
.selling-point p.point-title {
    font-size: 25px;
    font-family: 'Raleway', sans-serif;
    font-weight: 600;
    line-height: 1.3;
}
/* Partners section*/
.partners {
    background-image: url(assets/img/bg/partners_bg.svg);
    background-repeat: no-repeat;
    background-position: top center;
    -webkit-background-size: cover;
    background-size: cover;
    height: 950px;
    padding-top: 237px;
    color: #fff;
}
.partners img {
    position: absolute;
    right: 45.6%;
    max-width: 50%;
}
.partners .col-lg-6 {
    padding-left: 84px;
}
.partners p {
    line-height: 1.89;
    padding-left: 27px;
}
.partners h3.section-title {
    margin-bottom: 70px;
}
.partners p.section-subtitle {
    margin-bottom: 23px;
    padding-left: 0;
}
.partners .white-btn {
    margin-left: 25px;
    margin-top: 53px;
}
/*PMS section*/
.pms {
    padding-top: 205px;
    padding-bottom: 300px;
    position: relative;
}
.pms p {
    line-height: 1.89;
    padding-left: 34px;
}
.pms p.section-subtitle {
    margin-bottom: 20px;
    padding-left: 0;
}
.pms .col-lg-6 {
    padding-right: 100px;
}
.pms .blue-btn {
    margin-left: 33px;
    margin-top: 40px;
}
.pms img {
    position: absolute;
    top: 100px;
    left:47.2%;
    max-height: unset;
    max-width: 50%;
}
/*Team slider*/
.team {
    background-image: url(assets/img/bg/team_bg.svg);
    background-repeat: no-repeat;
    background-position: top;
    -webkit-background-size: cover;
    background-size: cover;
    padding-top: 250px;
    margin-top: -230px;
    padding-bottom: 133px;
}

.team-img-wrapper {
    padding: 7px;
    border: 1px solid #4CB2ED;
    display: inline-block;
    height: 210px;
    width: 210px;
	padding: 7px;
    display: inline-block;
    height: 210px;
    width: 210px;
	border-radius:50%;
	display: flex;
    justify-content: center;
	align-items:center;
}
.team-img {
	display:block;
	height:194px;
	width:194px;
	background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    border-radius: 50%;
}
.team-name {
    margin-top: 0;
    font-family: 'Raleway', sans-serif;
    font-weight: 600;
    font-size: 20px;
    margin-bottom: 30px;
}
.team-about {
    line-height: 1.8;
}
.team-link {
    text-decoration: underline;
    color: #0091E5;
    padding-left: 25px;
    position: relative;
    margin-top: 35px;
    display: block;
    font-size: 16px;
}
.team-link:before {
    content: '';
    position: absolute;
    height: 10px;
    width: 10px;
    background-image: url(assets/img/icons/team-arrow.svg);
    background-repeat: no-repeat;
    background-position: center;
    display: inline-block;
    left: 0;
    top: 5px;
    font-size: 16px;
    font-family: 'Roboto', sans-serif;
}
.team-slider .slick-dots {
    bottom: -85px !important;
}
.slick-dots li button:before {
    font-size: 50px;
}
/*Get in touch section*/
.get-in-touch {
    padding: 129px 0;
    background-color: #0091E5;
}
.homepage-form-left-block {
    position:absolute;
    left: -64px;
    top: 74px;
    height: 600px;
    background-image: url(assets/img/bg/home_form_bg.png);
    background-repeat: no-repeat;
    background-position: center;
    width: 423px;
    padding-top: 74px;
    padding-left: 63px;
    padding-right: 63px;
    color: #fff;
    line-height: 1.7;
}
.homepage-form-left-block p {
    line-height: 1.6;
}
.homepage-form-left-block ul.homepage-form-address {
    margin-top: 55px;
}
.homepage-form-left-block ul.homepage-form-address li {
    margin-bottom: 12px;
    font-size: 16px;
    display: flex;
    align-items: flex-start;
    line-height: 1.82;
}
.homepage-form-left-block ul.homepage-form-address a {
    color:white;
}
.homepage-form-left-block i {
    padding-right: 22px;
    font-size: 18px;
    padding-top: 10px;
}
.homepage-form {
    padding: 56px 93px 45px 50%;
    position: relative;
    background-color: #fff;
}
/*Forms styles*/
.wpcf7-form-control-wrap {
    position: relative;
    height: auto;
    display: block;
}
span.wpcf7-not-valid-tip {
    margin-top: 0;
    font-size: 0.8em;
    position: relative;
    bottom: 0;
    width: 100%;
    height: 20px;
    display: block;
}
span.wpcf7-not-valid-tip {
    font-size: 0.8em;
}
div.wpcf7-validation-errors, div.wpcf7-acceptance-missing {
    border: 2px solid #ff0000 !important;
}
.radio span{
    width: 100%;
    margin: 6px;
}
.radio input[type="radio"] {
    display: none;
}
.radio .wpcf7-list-item-label {
    position: relative;
    padding-left: 34px;
    cursor: pointer;
    font-size: 16px;
}
.radio .wpcf7-list-item-label:before {
    content: '';
    position: absolute;
    top: 6px;
    left: 3px;
    width: 15px;
    height: 15px;
    border: 1px solid #CDD1DA;
    border-radius: 50%;
    background: #FFF;
}
.radio .wpcf7-list-item-label:after {
    content: '';
    position: absolute;
    top: 6px;
    left: 3px;
    width: 15px;
    height: 15px;
    border-radius: 50%;
    background: #0091E5;
    opacity: 0;
    transition: .2s;
}
.radio input[type="radio"]:checked + .wpcf7-list-item-label:after {
    opacity: 1;
}
form input[type="text"], form input[type="tel"],form input[type="email"], form textarea, form input[type="password"] {
    width: 100%;
    height: 46px;
    border-radius: 5px;
    border:1px solid #E0E0E2;
    margin-bottom: 25px;
    padding-left: 15px;
    font-size: 16px;
    color:#83858C;
    background-color: #FBFBFB;

}
form input[type="text"].wpcf7-not-valid, form input[type="tel"].wpcf7-not-valid, form input[type="email"].wpcf7-not-valid, form textarea.wpcf7-not-valid, form input[type="password"].wpcf7-not-valid {
	border-color:red!important;
}
.intl-tel-input .country-list {
	font-size: 14px;
	color:black !important;
}
.intl-tel-input {
	margin-bottom:25px;
}
span.wpcf7-not-valid-tip {
	display:none;
}
form input[type="text"]:focus, form input[type="text"]:focus, form input[type="tel"]:focus,form input[type="email"]:focus, form textarea:focus,form input[type="password"]:hover {
    border:2px solid #0091E5;
    background-color: #ffffff;
}
input:focus::-webkit-input-placeholder {color:#303340;}
input:focus::-moz-placeholder          {color:#303340;}/* Firefox 19+ */
input:focus:-moz-placeholder           {color:#303340;}/* Firefox 18- */
input:focus:-ms-input-placeholder      {color:#303340;}
textarea:focus::-webkit-input-placeholder {color:#303340;}
textarea:focus::-moz-placeholder          {color:#303340;}/* Firefox 19+ */
textarea:focus:-moz-placeholder           {color:#303340;}/* Firefox 18- */
textarea:focus:-ms-input-placeholder      {color:#303340;}

form textarea {
    height: 140px;
    resize: none;
    padding-top: 10px;
    margin-bottom: 12px;
}
form input[type="submit"] {
    width: 100%;
    font-weight: 400;
	line-height:30px!important;
}
form small {
    font-style: italic;
    font-size: 14px;
    margin-top: 0;
    margin-bottom: 50px;
    display: block;
    padding-left: 5px;
}
.homepage-form-title {
    font-size: 36px;
    font-family: 'Raleway', sans-serif;
    font-weight: 600;
    margin-bottom: 30px;
}
.homepage-form-wrapper {
    padding-left: 130px;
    padding-right: 100px;
}
.homepage-form-social {
    position: absolute;
    bottom:55px;
    right: 52px;
}
.homepage-form-social li {
    display: inline-block;
    margin:0 10px;
}
.homepage-form-social li a{
    display: block;
    height: 16px;
    width: 20px;
	background-image: url(assets/img/icons/social.png);
    background-repeat: no-repeat !important;
}
.homepage-form-social .fb a{   
	background-position: 0 0;
}
.homepage-form-social .in a{
background-position: -20px 0;
}
.homepage-form-social .tw a{
background-position: -40px 0;
}
.homepage-form-social .wp a{
background-position: -60px 0;
}
.homepage-form-social .fb a:hover{   
	background-position: 0 -16px;
}
.homepage-form-social .in a:hover{
background-position: -20px -16px;
}
.homepage-form-social .tw a:hover{
background-position: -40px -16px;
}
.homepage-form-social .wp a:hover{
background-position: -60px -16px;
}
/*Footer*/
footer {
    background-image: url(assets/img/bg/footer_bg.png);
    background-repeat: no-repeat;
    background-position: top center;
    -webkit-background-size: cover;
    background-size: cover;
    background-color: #303348;
    padding-top: 100px;
    padding-bottom: 33px;
    position: relative;
}
.footer-logo-wrapper {
    display: flex;
    align-items: center;
    padding-bottom: 30px;
}
.footer-menu-wrapper {
	margin-bottom:30px;
}
.footer-menu-wrapper > .col-md-6 {
    padding-right: 0;
}
.footer-rss-wrapper {
    -webkit-justify-content: flex-end;
    justify-content: flex-end;
}
#menu-footer-menu > li:last-child {
    padding-left: 15px;
}
.footer_logo {
    height: 35px;
    margin-right: 20px;
}
.copyright {
    font-size: 14px;
    color: white;
    margin: 0;
}
.footer-menu  {
    width: 100%;
    margin:0;
}
.footer-menu a {
    color:white;
}
.footer-menu > li {
    width: 50%;
}
.social-media-menu > li {
    width: 100%;
}
.social-media-menu > ul {
    padding-top: 27px;
    position: absolute;
    bottom: 0;
    margin-bottom: 10px;
}
.social-media-menu >  ul > li {
    float: left;
    margin-right: 15px;
}
.social-media-menu >  ul > li > a {
    display: block;
    width: 30px;
    height: 30px;
}
.social-media-menu >  ul > li > a:hover {
    -o-transform: translateY(-10px);
    -ms-transform: translateY(-10px);
    -moz-transform: translateY(-10px);
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
}
.social-media-menu >  ul > li > a:before {
    display: none !important;
}
.footer-menu > li > a {
    font-family: 'Raleway', sans-serif;
    font-weight: 700;
    font-size: 20px;
    margin-bottom: 15px;
    display: block;
    pointer-events: none;
}
.footer-menu > li > ul {
    padding-top: 15px;
    position: relative;
}
.footer-menu > li > ul:before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    width: 166px;
    height: 1px;
    background-color: #0091E5;
}
.footer-menu > li > ul > li > a {
    position: relative;
}

.footer-menu > li > ul > li > a:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 1px;
    bottom: 0;
    left: 0;
    visibility: hidden;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
    background-color: #fff;
}
.footer-menu > li > ul > li > a:hover:before {
    visibility: visible;
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
}
.footer-menu > li > ul > li > a {
    font-size:14px;
}
.footer-menu > li > ul > li {
    margin-bottom: 10px;
}
.footer-rss p{
    font-family: "Raleway";
    font-weight: 700;
    font-size: 18px;
    color: #fff;
    text-align: right;
    margin-bottom: 15px;
}
.footer-rss form {
    overflow: hidden;
    position: relative;
    max-width: 460px;
    width: 100%;
}
.footer-rss div.wpcf7-validation-errors,.footer-rss div.wpcf7-acceptance-missing {
    color:white
}
.footer-rss form input {
    border:none;
    height: 45px;
}
.footer-rss form input[type="email"] {
    background-color: #474A5C;
    position: relative;
    z-index: 0;
    padding-left: 17px;
    font-size: 14px;
    color:white;
    border-radius: 25px;
    margin-bottom: 0;
    width: 460px;
}
.footer-rss form input[type="submit"] {
    background-color: #0091E5;
    color: #fff;
    position: absolute;
    z-index: 2;
    width: 131px;
    right: 0;
    font-size: 16px;
    top:53px;
    border-top-right-radius: 25px;
    border-bottom-right-radius: 25px;
}
.footer-rss input::-webkit-input-placeholder {color:#ACADB3;}
.footer-rss input::-moz-placeholder          {color:#ACADB3;}/* Firefox 19+ */
.footer-rss input:-moz-placeholder           {color:#ACADB3;}/* Firefox 18- */
.footer-rss input:-ms-input-placeholder      {color:#c0392b;}

.footer-rss form input[type="submit"]:hover {
    background-color:#fff;
    color: #0091E5 ;
}
#current-lang-footer {
	display:none;
}
.to-login-page {
    font-family: 'Raleway', sans-serif;
    font-weight: 700;
    font-size: 20px;
    margin-bottom: 15px;
    color: white;
    position: absolute;
    line-height: 20px;
    height: 23px;
    right: 50%;
    width: 220px;
}
.to-login-page i {
	font-size:18px;
	vertical-align:bottom;
}
.legal-info {
    position: relative;
    bottom: 0;
    margin: 0 ;
    padding-top: 20px;
    padding-bottom: 38px;
}
.legal-info li:first-child {
    padding-left: 0;
}
.legal-info li{
    display: block;
    float: left;
    position: relative;
    padding: 0 23px;
}
.legal-info a {
    text-transform: uppercase;
    font-size: 14px;
    color: #fff;
    line-height: 14px;
    height: 14px;
}
.legal-info li:not(:last-child):after {
    content: "";
    height: 14px;
    position: absolute;
    width: 1px;
    background-color:#0091E5;
    display: inline-block;
    right: 0;
    top:5px;
}
.legal-info li:first-child a{
    padding-left: 0;
}
.footer-lang-switcher {
    padding-bottom: 16px;
    text-align: right;
}
.footer-lang-switcher legend {
    font-family: 'Raleway', sans-serif;
    font-weight: 700;
    font-size: 20px;
    margin-bottom: 15px;
    display: block;
	color:white;
}
.footer-lang-switcher legend i{
	vertical-align:bottom;
}
.footer-menu .current-lang a {
	color:#0091E5 !important;
}

/*Common page styles*/
.header section {
    padding-top: 242px;
    text-align: center;
    padding-bottom: 80px;
}
.error-404-wrapper {
    padding-bottom: 200px;
}
h1 {
    font-family: 'Raleway', sans-serif;
    font-size: 38px;
    font-weight: 600;
    margin-bottom: 39px;
}
.engine-header.header section {
    padding-top: 245px;
}
.engine-header .under-h1 {
    font-size: 24px;
    margin-bottom: 50px;
}
.engine-header .page-head-text {
    line-height: 1.8;
    padding: 0 5%;
}
.booking-engine-page .figure {
    margin-top: 40px;
}
/*Booking engine page*/
.benefits {
    background-image: url(assets/img/bg/benefits_bg.svg);
    background-repeat: no-repeat;
    background-position: top center;
    -webkit-background-size:100% auto  ;
    background-size:100% auto  ;
    padding-top: 30px;
    color: #fff;
    padding-bottom: 30px;
}
.booking-engine-page h2 {
    font-family: 'Raleway', sans-serif;
    font-weight: 300;
    font-size: 58px;
    text-align: center;
    margin-top: 132px;
    margin-bottom: 35px;
}
.booking-engine-page p {
    line-height: 1.7;
}
.booking-engine-page h3 {
    font-family: 'Raleway', sans-serif;
    font-size: 34px;
    color: #034CAF;
    font-weight: 600;
    margin-top: 100px;
}
.booking-engine-page img {
    height: auto;
}
.benefits h2 {
    color:white;
    margin-bottom: 70px;
}
.benefits .col-md-4 {
    text-align: center;
    padding-top: 20px;
}
.benefits .col-md-4 h3 {
    font-size:28px;
    font-family: 'Raleway', sans-serif;
    font-weight: 600;
    margin-top: 45px;
    margin-bottom: 30px;
    color: #fff;
}
.benefits .col-md-4 p {
    line-height: 1.45;
}
.benefits .col-md-4 span {
    display: block;
    height:110px;
}
.benefits-video-wrapper {
    position: relative;
    padding-top: 40px;
}
.benefits-video {
    width: 980px;
    display: block;
    position: relative;
    margin: 0 auto;
    height: 527px;
    background-image: url(assets/img/bg/laptop.png);
    background-repeat: no-repeat;
    background-position: center;
    -webkit-background-size: contain;
    background-size: contain;
    padding: 28px 155px 67px 155px;
}
.jquery-background-video-wrapper {
    height: 100%;
}
.cup {
    position: absolute;
    right: 50%;
    top: 50%;
    margin-right: -670px;
}
.booking-engine-highlights {
    position: relative;
}
.booking-engine-highlights .figure {
    line-height: 0.1;
}
.booking-engine-highlights:after {
    content: '';
    position: absolute;
    top: 100%;
    width: 200%;
    left: 0;
    height: 1px;
    background-color: #034CAF;
    display: block;
}
.engine-btn {
    background-image: url(assets/img/bg/engine_btn_bg.png);
    background-repeat: no-repeat;
    background-position: top center;
    padding-top: 240px;
    padding-bottom: 100px;
    -webkit-background-size: cover;
    background-size: cover;
    text-align: center;
}
.engine-btn a {
    color: #034CAF;
    background-color: #fff;
    border: 4px solid #0099FF;
    font-size: 20px;
    font-family: 'Roboto', sans-serif;
    font-weight: 700;
    padding: 16px 50px;
    border-radius: 35px;
    -webkit-box-shadow: 0px 0px 35px 0px rgba(255, 255, 255, 0.6);
    -moz-box-shadow:    0px 0px 35px 0px rgba(255, 255, 255, 0.6);
    box-shadow:         0px 0px 35px 0px rgba(255, 255, 255, 0.6);
}
.engine-btn a:hover {
    background-color: #0099FF;
    border: 4px solid #fff;
    color:white;
}
.date_pick {
    padding: 25px 0;
    background-color: #4a90e2;
    margin-top: 50px;
}
.date_pick-promo {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    margin-top: 13px;
    line-height: 30px;
}
.date_pick-promo i {
    color: #fff;
    margin-right: 15px;
}
.fa-gift:before {
    content: "\f06b";
}
.date_pick-promo a {
    color: #fff;
    text-decoration: underline;
    font-size: 14px;
}
.date_pick_in form {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
}
.date_pick-elem {
    position: relative;
    z-index: 1;
}
.date_pick-elem:before {
    position: absolute;
    content: '';
    width: 6px;
    height: 1px;
    top: 63px;
    right: 18px;
    transform: rotate(45deg);
    background-color: #a8aab7;
    z-index: 1;
}
.date_pick_in form label {
    display: block;
    color: #fff;
    font-size: 14px;
    margin-bottom: 10px;
    line-height: 30px;
}
.date_pick-elem i {
    position: absolute;
    top: 56px;
    left: 16px;
    font-size: 14px;
    font-weight: 400;
    color: #b5a8b6;
    z-index: 1;
}
.date_pick input {
    height: 46px !important;
    width: 360px !important;
    padding: 0 46px !important;
    border: none !important;
    background-color: #edf4fc !important;
    border-radius: 4px !important;
    color: #5e6776 !important;
    font-size: 14px !important;
    margin-bottom: 0!important;
}
.fa, .fab, .fal, .far, .fas {
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1;
}
.date_pick_in form label {
    display: block;
    color: #fff;
    font-size: 14px;
    margin-bottom: 10px;
}
.fa-calendar-alt:before {
    content: "\f073";
}
.date_pick-elem:after {
    position: absolute;
    content: '';
    width: 6px;
    height: 1px;
    top: 63px;
    right: 14px;
    transform: rotate(-45deg);
    background-color: #a8aab7;
    z-index: 1;
}
.date_pick input {
    height: 46px;
    width: 360px;
    padding: 0 46px;
    border: none;
    background-color: #edf4fc;
    border-radius: 4px;
    color: #5e6776;
    font-size: 14px;
}
.date_pick .btn {
    width: 360px;
    height: 46px;
    border-radius: 4px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 38px;
    padding: 6px 45px;
    background-color: #f7971c;
    font-size: 14px;
    font-weight: 700;
    color: #fff;
    text-transform: capitalize;
    text-decoration: none;
    transition: all .3s ease;
}












/*Contact page*/
	.mobile-contacts {
		display:none;
	}
.success-header h1 {
    font-family: 'Raleway', sans-serif;
    font-size: 46px;
    font-weight: 300;
    margin-bottom: 22px;
    margin-top: 20px;
}
.success-header h1 span {
    color: #034CAF;
}
.success-header {
    padding-bottom: 130px;
}

.success-img-1 {
    max-width: 275px;
}
.success-img-2 {
    max-width: 200px;
    margin-top: 95px;
    margin-bottom: 28px;
}
.contact-header.header section {
    padding-top: 233px;
    text-align: center;
    padding-bottom: 80px;
}
.contact-header h1{
    font-family: 'Raleway', sans-serif;
    font-size: 46px;
    font-weight: 300;
    margin-bottom: 32px;
}
.contact-page {
    padding-top: 27px;
    padding-bottom: 95px;
}
.contact-page h3   {
    font-family: 'Raleway', sans-serif;
    font-weight: 300;
    font-size: 28px;
}
.contact-page form input[type="text"],.contact-page form input[type="tel"],.contact-page form input[type="email"], .contact-page form textarea  {
    background-color: #FBFBFB !important;
}
.preradio{
    padding-left: 13px;
    font-size: 16px;
}
.radio-description {
    margin-bottom: 45px;
    display: block;
}
.contact-page textarea {
    height: 188px !important;
}
.contact-address-wrapper {
    padding-left: 67px;
}
.contact-contacts {
    background-color: #0091E5;
    border-radius: 10px;
    color: #fff;
    padding-left: 40px;
    padding-top: 50px;
    padding-bottom: 40px;
    background-image: url(assets/img/bg/contact_bg.svg);
    background-repeat: no-repeat;
    background-position: right center;
    background-size: 60%;
}
.contact-contacts .flex {
    justify-content: flex-start;
    align-self: flex-start;
}
.contact-contacts p{
    margin-top: 0;
    margin-bottom: 0;
}
.contact-contacts i {
    font-size: 17px;
    padding-top: 7px;
}
.contact-contacts span {
    padding-left: 16px;
    line-height: 1.85;
}
.contact-title {
    font-family: 'Raleway', sans-serif;
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 34px !important;
}
/*News page*/
.blog-header {
    background-image: url(assets/img/bg/news_list_bg.png);
    background-repeat: no-repeat;
    -webkit-background-size:cover;
    background-size: cover;
    background-position:top center;
    min-height: 837px;
}
.blog-header .head-text {
    padding-top: 260px;
    color: #fff;
    padding-bottom: 88px;
}
.blog-header .head-text h1 {
    font-family: 'Raleway', sans-serif;
    font-weight: 600;
    margin-bottom: 46px;
    color: #fff;
    margin-top: 20px;
}
.blog-header .head-text .under-h1 {
    font-size: 20px;
    position: relative;
    margin: 0 auto;
    max-width: 80%;
    line-height: 1.8;
    margin-bottom: 60px;
}
.blog-header #searchform {
    max-width: 555px;
    position: relative;
    margin: 0 auto;
    height: 45px;
}
.blog-header #searchform > div {
    border-radius: 25px;
    overflow: hidden;
    height: 100%;
}
.blog-header #searchform input[type="text"] {
    padding-left: 30px;
    font-size: 20px;
    border-radius: 25px;
    border:none !important;
    background: #fff!important;
}
.blog-header #searchform input[type="submit"] {
    position: absolute;
    right: 0;
    height: 100%;
    top: 0;
    width: 75px;
    border-radius: 25px;
    border: none;
    background-color: #fff;
    background-image: url(assets/img/icons/magnifier.svg);
    background-repeat: no-repeat;
    background-position: top 10px right 20px;
    -webkit-background-size: 18px 18px;
    background-size: 21px 21px;
}
/*News page*/
.news-list-page {
    padding-top: 130px;
    padding-bottom: 140px;
    margin-top: -192px;
}
.news-item-wrapper {
    padding-left: 15px;
    padding-right: 15px;
    padding-bottom: 34px;
}
.news-item-wrapper {
    width: 33.33333%;
}
.news-item-wrapper:first-child {
    width: 100%;
}
.news-item {
    height: 614px;
    width: 100%;
    -webkit-box-shadow: 0px 2px 5px 0px rgba(50, 50, 50, 0.2);
    -moz-box-shadow:    0px 2px 5px 0px rgba(50, 50, 50, 0.2);
    box-shadow:         0px 2px 5px 0px rgba(50, 50, 50, 0.2);
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
}
.news-item-wrapper:first-child .news-item{
    width: 100%;
    height: 500px;
    display: flex;
    border-bottom-left-radius:0;
    border-top-right-radius: 10px;
}
.news-item span {
    display: block;
    height: 240px;
    width: 100%;
    -webkit-background-size: cover;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
.news-item span a {
    display: block;
    width: 100%;
    height: 100%;
}
.news-item-wrapper:first-child span {
    width: 66%;
    height: 100%;
}
.news-item .news-item-content {
    background-color: #fff;
    position: relative;
    border-bottom-right-radius:10px;
    border-bottom-left-radius:10px;
    height: 377px;
    padding-left: 32px;
    padding-right: 32px;
    padding-top: 23px;
}
.news-item-wrapper:first-child .news-item-content {
    border-bottom-right-radius:10px;
    border-top-right-radius:10px;
    border-bottom-left-radius:unset;
    width: 34%;
    height: 100%;
    padding-top: 42px;
    padding-left: 34px;
    padding-right: 34px;
}
.news-item-date {
    font-size:14px ;
    display: block;
    padding-bottom: 19px;
    border-bottom: 1px solid #D6D6D9;
}
.news-item-wrapper:first-child .news-item-date {
    padding-bottom: 26px;
    border-bottom: 1px solid #D6D6D9;
}
.news-item-date i {
    font-size: 16px;
    vertical-align: bottom;
    margin-right: 10px;
}
.news-item-title h3 {
    margin-bottom: 0;
}
.news-item-title h3 a{
    font-size: 22px;
    font-family: 'Roboto', sans-serif;
    font-weight: 500;
    margin-top: 30px;
    line-height: 1.47;
    margin-bottom: 10px;
    color: #034CAF;
    max-height: 152px;
    overflow: hidden;
}
.news-item-wrapper:first-child .news-item-title h3 {
    margin-bottom: 4px;
}
.news-item-wrapper:first-child .news-item-title h3 a{
    font-size: 30px;
    margin-top: 23px;
    line-height: 1.27;
    margin-bottom: 10px;
    color: #034CAF;
    max-height: 96px;
    overflow: hidden;
}
.news-item-excerpt, .news-item-excerpt p {
    font-size: 16px !important;
    line-height: 1.63!important;
    max-height: 110px;
    overflow: hidden;
}
.news-item-wrapper:first-child .news-item-excerpt p, .news-item-wrapper:first-child .news-item-excerpt{
    font-size: 18px !important;
    max-height: 105px;
    overflow: hidden;
    line-height: 1.6!important;
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
}
.news-item-permalink {
    color: #034CAF;
    font-size: 16px;
    position: absolute;
    right: 40px;
    bottom: 30px;
}
.news-item-permalink:hover {
    color: #99CCFF;
}
.news-item-wrapper:first-child .news-item-permalink {
    padding:0 24px;
    height: 45px;
    border-radius: 23px;
    border:1px solid #99CCFF;
    display: inline-block;
    line-height: 40px;
    text-align: center;
    right: 33px;
    bottom:33px;
}
.news-item-wrapper:first-child .news-item-permalink:hover {
    background-color: #0091E5;
    color: #fff;
    border-color: #0091E5;
}
.navigator {
    margin-top: 80px;
    width: 100%;
    text-align: center;
    font-family: 'Roboto', sans-serif;
    font-weight: 700;
}
.navigator .page-numbers.current {
    color: #0091E5;
}
.navigator .prev, .navigator .next {
    font-weight: 400;
    font-size: 16px;
    color: #454753;
    height: 45px;
    border-radius: 23px;
    padding: 0 34px;
    border: 1px solid #99CCFF;
    display: inline-block;
    line-height: 40px;
    text-align: center;
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    background-color: #fff;
}
.navigator .prev:hover, .navigator .next:hover {
    background-color: #0091E5;
    color: #fff;
    border-color: #0091E5;
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}
.navigator .page-numbers {
    margin-left: 10px;
    margin-right: 10px;
}
.navigator .page-numbers.prev {
    margin-right: 40px;
    margin-left: 0;
}
.navigator .page-numbers.next {
    margin-left: 40px;
    margin-right: 0;
}
/*About page*/
.header section.about-header-section {
    padding-top: 255px;
    padding-bottom: 14px;
}
.header section.about-header-section h1 {
    font-size: 38px;
    font-family: 'Raleway', sans-serif;
    font-weight: 600;
}
.about-head-img, .about-head-img img {
    position: relative;
    z-index: 0;
    width: 100%;
}
.about-head-img:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    display: block;
    top: 0;
    z-index: 2;
    background-image: url(assets/img/bg/about_head_mask_before.png);
    background-repeat: no-repeat;
    -webkit-background-size: 100%;
    background-size: 100%;
    background-position: top center;
}
.about-head-img:after {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    display: block;
    bottom: 0;
    z-index: 2;
    background-image: url(assets/img/bg/about_head_mask_after.png);
    background-repeat: no-repeat;
    -webkit-background-size: 100%;
    background-size: 100%;
    background-position: bottom center;
}
.about-page h2 {
    font-size: 48px;
    font-family: 'Raleway', sans-serif;
    font-weight: 300;
    max-width: 940px;
    padding-left: 6%;
    line-height: 1.34;
    margin-bottom: 65px;
}
.about-page p, .about-page h3, .about-page ul{
    max-width: 880px;
    position: relative;
    margin: 0 auto;
    display: block;
}
.about-page p {
    line-height: 1.9;
    margin-bottom: 33px;
}
.about-page h3 {
    font-size: 22px;
    font-family: 'Roboto', sans-serif;
    font-weight: 700;
    margin-bottom: 39px;
    padding-top: 5px;
}
.about-page ul {
    padding-left: 63px;
    padding-top: 14px;
}
.about-page ul li {
    list-style: disc;
    padding-left: 15px;
    margin-bottom: 16px;
    font-size: 16px;
}
.managers-list-wrapper {
    padding-top: 10px;
    padding-bottom: 95px;
}
.manager-item {
    height: 233px;
    border-top-left-radius:120px;
    border-bottom-left-radius:120px;
    border-top-right-radius:10px;
    border-bottom-right-radius:10px;
    background-color: #0091E5;
    margin-bottom: 61px;
    margin-right: 30px;
    width: auto;
}
.manager-info{
    position: relative;
    color: #fff;
    padding-top: 17px;
}
.manager-info a {
    color: #fff;
}
.manager-item-thumb {
    margin: 16px;
    display: block;
    height: 203px;
    width: 203px;
    border-radius:50%;
    box-sizing: content-box;
	background-repeat:no-repeat;
	background-size:cover;
	background-position: center;
    -webkit-background-size: cover;
}

.manager-name {
    font-family: 'Roboto', sans-serif;
    font-weight: 700;
    font-size: 22px;
    margin-bottom: 1px !important;
}
.manager-position {
    font-family: 'Roboto', sans-serif;
    font-style: italic;
    font-size: 15px;
    padding-left: 13px;
    line-height: 1.47 !important;
    margin-bottom: 22px !important;
}
.manager-position:before {
    content: '';
    position: absolute;
    left: 0;
    top: 10%;
    height: 80%;
    width: 2px;
    background-color: #fff;
    display: inline-block;
}
.manager-phone, .manager-email {
    font-size: 16px;
    margin-bottom: 10px !important;
    line-height: 1!important;
}
.manager-phone i, .manager-email i {
    font-size: 16px;
    margin-right: 19px;
}
.manager-flags {
    padding-left: 0 !important;
    padding-top: 6px!important;
}
.manager-flags li {
    margin-bottom: 0!important;
}
.manager-flags li:not(:first-child) {
    margin-left: 6px;

}
.manager-flags li {
    list-style: none !important;
    display: inline-block;
    height: 19px;
    width: 19px;
    background-repeat: no-repeat;
    background-position: center;
}
.manager-flags li.us {
    background-image: url(assets/img/icons/us.png);
}
.manager-flags li.de {
    background-image: url(assets/img/icons/de.png);
}
.manager-flags li.fr {
    background-image: url(assets/img/icons/fr.png);
}
.manager-flags li.it {
    background-image: url(assets/img/icons/it.png);
}
.manager-flags li.po {
    background-image: url(assets/img/icons/po.png);
}
.manager-flags li.sp {
    background-image: url(assets/img/icons/sp.png);
}
.managers-list-wrapper > div:last-child .manager-item{
    background-color: #EDF7FD;
    text-align: center;
    position: relative;
    align-items: center;
}
.managers-list-wrapper > div:last-child .manager-item a {
    color:#454753;
    vertical-align: middle;
    font-size: 30px;
    line-height: 100%;
    justify-content: center;
    width: 100%;
    text-align: center;
    font-family: 'Raleway', sans-serif;
    font-weight: 300;
}
/*API page*/
.api-header {
    background-image: url(assets/img/bg/api_head_bg.png);
    background-repeat: no-repeat;
    background-position: top center;
    color: #fff;
}
.api-header h1 {
    font-size: 62px;
    font-family: 'Raleway', sans-serif;
    font-weight: 600;
    margin-bottom: 55px;
}
.api-btn {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 960px;
    height: 95px;
    font-size: 39px;
    font-family: 'Raleway', sans-serif;
    font-weight: 600;
    background-image: url(assets/img/bg/api_btn_bg.svg);
    background-repeat: no-repeat;
    background-position: center;
    -webkit-background-size: cover;
    background-size: cover;
    border-right: 40px;
    position: relative;
    margin: 0 auto;
    text-align: center;
}
.api-btn p {
    line-height: 1;
}
.typewriter {
    padding-bottom: 15px;
}
.header section.api-head-text {
    padding-top: 232px;
    padding-bottom: 170px;
}
.api-page {
    padding-top: 137px;
}
.api-page h2 {
    display: inline-block;
}
.api-page h3, .api-page p, .api-page ul  {
    position: relative;
    margin: 0 auto;
    display: block;
}
.api-page .container {
    max-width: 975px;
}
.api-page h3 {
    font-size: 22px;
    font-family: 'Raleway', sans-serif;
    font-weight: 700;
    margin-bottom: 30px;
    padding-top: 5px;
    color: #034CAF;
}
.api-page p {
    line-height: 1.9;
    margin-bottom: 45px;
    max-width: 875px;
}
.api-page ul {
    padding-left: 51px;
    padding-top: 14px;
    max-width: 880px;
    padding-bottom: 47px;
}
.api-page ul li{
    list-style: disc;
    padding-left: 14px;
    margin-bottom: 0;
    font-size: 18px;
    line-height: 1.85;
}
.api-page a.file-btn, .wp-block-file a {
    display: inline-block;
    margin-right: 10px;
    height: 45px;
    padding: 0 30px;
    font-size: 16px;
    font-family: 'Roboto', sans-serif;
    font-weight: 700;
    color: #034CAF;
    line-height: 45px;
    border:1px solid #0091E5;
    border-radius: 25px;
    padding-left: 60px;
    position: relative;
}
.api-page a.file-btn:before, .wp-block-file a:before {
    content: '';
    display: inline-block;
    height: 17px;
    width: 17px;
    background-image: url(assets/img/icons/download.png);
    background-repeat: no-repeat;
    background-position: top center;
    position: absolute;
    left: 30px;
    top: 12px;
}
.api-page a.file-btn:hover, .wp-block-file a:hover {
    border:1px solid #034CAF;
    background-color: #034CAF;
    color: #fff;
}
.api-page a.file-btn:hover:before, .wp-block-file a:hover:before {
    background-position: bottom center;
}
.about-page h2 {
    font-size: 48px;
    font-family: 'Raleway', sans-serif;
    font-weight: 300;
    max-width: 940px;
    padding-left: 6%;
    line-height: 1.34;
    margin-bottom: 65px;
}
.btn-wrapper {
    width: 100%;
    max-width: 880px;
    position: relative;
    margin: 0 auto;
    padding-bottom: 45px;
}
.first-block {
    padding-bottom: 45px;
}
.second-block .row > div {
    padding-top: 32px;
    position: relative;
    padding-bottom: 32px;
}
.second-block .row > div, .second-block .row > div h3 {
    color:white;
}
.second-block .row > div p {
    margin-bottom: 0;
}
.second-block .row > div h3 {
    margin-bottom: 18px;
}
.second-block .row > div .column-wrapper {
    padding-left: 34px;
}
.second-block .row > div:first-child:before {
    content: "";
    display: block;
    position: absolute;
    height: 100%;
    width: 2000px;
    right:15px;
    top: 0;
    background-color: #034CAF;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
}
.second-block .row > div:last-child:before {
    content: "";
    display: block;
    position: absolute;
    height: 100%;
    width: 2000px;
    left:15px;
    top: 0;
    background-color: #0091E5;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
}
.api-page h2  {
    display: inline-block;
    font-size: 22px;
    font-family: 'Raleway', sans-serif;
    font-weight: 600;
    color: #fff;
    height: 45px;
    line-height: 45px;
    padding: 0 30px;
    border-radius: 25px;
    margin-left: -30px;
    margin-top: 115px;
    margin-bottom: 37px;
}
.pms-h2{
    background-color: #034CAF;
}
h2.distributors-h2 {
    background-color: #0091E5;
    margin-top: 50px;
}
.pms-distributors p {
    margin-bottom: 15px;
}
.api-form-wrapper {
    background-image: url(assets/img/bg/api_form_bg.svg);
    background-repeat: no-repeat;
    background-position: top center;
    background-position: top center;
    -webkit-background-size: cover;
    background-size: cover;
    margin-top: -25px;
    padding-top: 325px;
    padding-bottom: 134px;
}
.api-form {
    background-image: url(assets/img/bg/api_form.png);
    background-repeat: no-repeat;
    background-position: center;
    -webkit-background-size: cover;
    background-size: cover;
    border-radius: 10px;
    padding-bottom: 40px;
    color: white;
}
.api-form form small {
    margin-bottom: 33px;
}
.api-form-wrapper .container {
    max-width: 940px;
}
.api-form-title, .api-form h3 {
    font-family: 'Raleway', sans-serif;
    font-weight: 600;
    font-size: 36px;
    color: #fff;
}

.api-form > .row > div:first-child h3 {
    margin-bottom: 51px;
}
.api-form > .row > div:first-child {
    padding-top: 53.8%;
}
.api-form > .row > div:first-child p {
    line-height: 1.6;
}
.api-form > .row > div:last-child {
    padding-top: 53px;
}
.api-form form input[type="text"],.api-form form input[type="tel"], .api-form form input[type="email"], .api-form form textarea {
    background-color: #0073D9;
    color: #BFE3F8 !important;
    border-color: transparent;
}
.api-form input::-webkit-input-placeholder, .api-form textarea::-webkit-input-placeholder {
    color: #BFE3F8;
}
.api-form input::-moz-placeholder ,.api-form textarea::-moz-placeholder {
    color: #BFE3F8;
}
/*Connection page*/
.connection-header{
    background-image: url(assets/img/bg/connection_bg.png);
    background-position: top center;
    background-repeat: no-repeat;
}
.cert-col {
    position: relative;
    cursor: pointer;
}
.region_col  {
	padding-right:55px;
}
.ota-region-col {
	padding-right:210px;
}
.target-col {
	padding-right:75px;
}
.cert-descr {
    display: none;
    position: absolute;
    right: calc(100% - 145px);
    top: 80%;
    width: 340px;
    background-image: url(assets/img/bg/info_bg.svg);
    background-repeat: no-repeat;
    -webkit-background-size: 100%;
    background-size: 100%;
    background-position: center;
    font-size: 14px;
    font-weight: 700;
    padding-top: 37px;
    z-index: 99;
    min-height: 153px;
    padding-left: 113px;
    padding-right: 30px;
    line-height: 1.7;
}
.connection-header {
    color:#fff;
}
.connection-header h1 {
    margin-bottom: 54px;
}
.connection-header .under-h1 {
    line-height: 1.9;
    font-size: 20px;
    font-weight: 300;
}
.connection-page {
    padding-top: 122px;
}
.connection-page table {
    width: 100%;
}
.connection-header.header section {
    padding-bottom: 150px;
    min-height: 650px;
    padding-top: 248px;
}
#table-search {
    width: 100%;
    padding-left: 20px;
    height: 45px;
    border-radius: 25px;
    border: 2px solid #0091E5;
    background-image: url(assets/img/icons/magnifier.svg);
    background-position: right 20px top 13px;
    background-repeat: no-repeat;
    -webkit-background-size: 19px 19px;
    background-size: 18px 18px;
    font-size: 15px;
}
.connections-menu {
    margin-top: 0;
    margin-bottom: 0;
}
.connections-menu li{
    display: inline-block;
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}
.connections-menu li a {
    display: block;
    height: 45px;
    border-radius: 25px;
    line-height: 45px;
    font-family: 'Roboto', sans-serif;
    font-weight: 700;
    margin-right: 5px;
    color:#fff;
    padding: 0 24px;
    background-color: #4CB2ED;
}
.connections-menu li:hover a, .connections-menu li.active a{
    background-color: #034CAF;
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}
.cert-col {
    width: 140px;
}
.logo_col {
    width: 145px;
    text-align: left;
    padding-left: 23px;
}
.logo_col img {
    max-width: 90px;
    vertical-align: middle;
}
.name_col {
    width: 325px;
    text-align: left;
	padding-right:55px;
}
@media (max-width: 992px) {
	.header-nav nav > ul > li:hover > ul.sub-menu, header-nav nav > ul > li > ul.sub-menu {
		display:none;
	}
	.header-nav nav > ul > li.open-submenu > ul.sub-menu {
		display:block;
	}
	.header-nav #main-menu-wrapper.opened {
	height:100vh;
	overflow:auto;
	}
	.header-nav nav, .header-nav nav > ul, .header-nav nav > ul > li {
    height: auto;
}
    .logo_col {
        width: auto;
padding-right:15px;
    }
    .name_col {
        width: auto;
    }
}
.connections-table-wrapper {
    position: relative;
    padding-top: 70px;
}
.connections-table-wrapper a {
    color: #454753;
}

#loadmore_gs {
    display: block;
    position: relative;
    margin: 0 auto;
    margin-top: 80px;
    text-align: center;
    height: 45px;
    border:2px solid #034CAF;
    color: #034CAF;
    width: 154px;
    border-radius: 25px;
    line-height: 40px;
    font-weight: 700;
    cursor: pointer;
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}
#loadmore_gs:hover {
    background-color: #034CAF;
    color: #fff;
}
#loadmore_news {
	margin:0 auto;
	margin-top:20px;
}
#connections-table th {
    font-size: 17px;
    font-family: 'Roboto', sans-serif;
    font-weight: 700;
    height: 67px;
    text-align: left;
}
#connections-table td {
    height: 67px;
    font-size: 15px;
    font-weight: 500;
}
#connections-table > thead  {
    background-color: #E5F4FC;
}
#connections-table > tbody > tr > td{
    border-bottom:1px solid #e6e6e8 ;
}

#connections-table > tbody > tr:nth-child(even) {
    background-color: #fdfdfd;
}
#connections-table thead p {
    cursor: pointer;
    position: relative;
}
#connections-table thead p:after {
    content: "";
    display: inline-block;
    height: 13px;
    width: 10px;
    background-image: url(assets/img/icons/sort.svg);
    background-repeat: no-repeat;
    background-position: center;
    -webkit-background-size: cover;
    background-size: cover;
    margin-left: 10px;
    position: absolute;
    top: 3px;
}
.cert-col .basic, .cert-col .standard, .cert-col .premium {
    height: 39px;
    font-size: 15px;
    font-weight: bold;
    width: 140px;
    display: block;
    border-radius: 20px;
    text-align: left;
    line-height: 35px;
    padding-left: 25px;
    background-repeat: no-repeat;
    -webkit-background-size: 20px 20px;
    background-size: 20px 20px;
    background-position: right 10px top 8px;
}
.cert-col .basic {
    border: 2px solid #4CB2ED;
    color:#4CB2ED;
    background-image: url(assets/img/icons/basic.svg);
}
.cert-col .standard {
    border: 2px solid #3299CC;
    color:#3299CC;
    background-image: url(assets/img/icons/standart.svg);
}
.cert-col .premium {
    border: 2px solid #034CAF;
    color:#034CAF;
    background-image: url(assets/img/icons/premium.svg);
}
.connection-form-section {
    background-image: url(assets/img/bg/connection_form_bg.svg);
    background-repeat: no-repeat;
    background-position:top center;
    -webkit-background-size: cover;
    background-size: cover;
    margin-top: -70px;
    padding-top: 335px;
    padding-bottom: 145px;
}
.connection-form-left-block {
    position:absolute;
    left: -64px;
    top: 79px;
    height: 600px;
    background-image: url(assets/img/bg/home_form_bg.png);
    background-repeat: no-repeat;
    background-position: center;
    width: 423px;
    padding-top: 69px;
    padding-left: 63px;
    padding-right: 63px;
    color: #fff;
    line-height: 1.7;
}
.connection-form {
    background: #fff;
    padding-bottom: 25px;
    padding-top: 25px;
}
.connection-form small {
    margin-bottom: 30px;
}
.connection-form .col-lg-5 {
    padding-left: 0;
    padding-right: 30px;
}
.connection-form-section .container {
    max-width: 940px;
}
.connection-form-title, .connection-form h3 {
    font-family: 'Raleway', sans-serif;
    font-weight: 600;
    font-size: 36px;
}
.connection-form-left-side {
    background-image: url(assets/img/bg/connection_form.png);
    background-repeat: no-repeat;
    background-position: top center;
    -webkit-background-size: auto 100%;
    background-size: auto 100%;
    height: 711px;
    margin-left: -67px;
}
.connection-form-title {
    margin-top: 60px;
    margin-bottom: 40px;
}
.connection-form-left-side {
    padding-left: 92px;
    padding-top: 405px;
    line-height: 1.6;
    padding-right: 30%;
    color: #fff;
}
/*Article page*/
.article-header h1{
    font-size: 54px;
    font-family: 'Raleway', sans-serif;
    font-weight: 400;
    text-align: left;
    margin: 52px 0;
    line-height: 1.23;
    color: #fff;
}
.article-header {
    background-image: url(assets/img/bg/article_bg.png);
    background-repeat: no-repeat;
    background-position: top center;
    -webkit-background-size: cover;
    background-size: cover;
    min-height: 560px;
    z-index: 2;
    position: relative;
}
.article-main-content {
    background-color: #fff;
    padding-left: 0;
    padding-right: 0;
    padding-top: 175px;
    margin-top: -100px;
    z-index: 0;
    position: relative;
    max-width: 1140px;
}
.wp-block-columns, .article-main-content p, .article-main-content h1,
.article-main-content h2, .article-main-content h3, .article-main-content h4,
.article-main-content h5, .article-main-content h6, .wp-block-file,
.article-main-content ul, .article-main-content ol, .blockquote-block {
    max-width: 945px;
    position: relative;
    margin: 0 auto;
    line-height: 1.9;
    margin-bottom: 35px;
}
.article-main-content ul, .article-main-content ol {
    list-style: disc;
    padding-left: 70px;
    font-size: 16px;
}
.article-main-content span, .article-main-content a{
    color: #034CAF;
}
.article-main-content figure {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
}
.wp-block-embed__wrapper {
    width: 100%;
    padding-bottom: 54.5%;
    position: relative;
}
.wp-block-embed__wrapper iframe {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.wp-block-image figure {
    margin-right: 0 !important;
    margin-left: 0  !important;
    margin-top: 100px !important;
    margin-bottom: 100px !important;
    width: 100%;
}
.wp-block-image .aligncenter {
    text-align: center;
}
.wp-block-image img {
    height: auto;
}
figcaption {
    text-align: left !important;
    font-size: 14px !important;
    padding-left: 25px!important;
    margin-top: 16px!important;
}
figcaption:before {
    content: "";
    width: 2px;
    background-color: #003399;
    display: inline-block;
    height: 11px;
    margin-right: 14px;
}
.article-meta {
    justify-content: flex-end;
    max-width: 880px;
    position: relative;
    margin: 0 auto;
    font-size: 16px;
    line-height: 1;
    margin-bottom: 80px;
}

.article-meta i {
    vertical-align: middle;
    font-size: 18px;
}
.article-author {
    color: #034CAF;
    padding-right: 10px;
}
.article-date {
    color: #6E7079 !important;
    padding-left: 10px;
    border-left: 1px solid #6E7079;
}
.blockquote {
    width: 50%;
    float: left;
    padding: 72px 195px 80px 0;
    height: 365px;
    color: white;
    font-size: 40px;
    font-family: 'Raleway', sans-serif;
    font-weight: 400;
    position: relative;
}
.blockquote p {
    text-align: right;
    line-height: 1.15;
    position: absolute;
    width: 390px;
    right: 195px;
}
.blockquote:before {
    content: '';
    position: absolute;
    width: calc(100% + 98px);
    height: 100%;
    background-image: url(assets/img/bg/blockquote_bg.svg);
    background-repeat: no-repeat;
    background-position: left center;
    top: 0;
    right: 57px;
    -webkit-background-size: contain;
    background-size: contain;
}
.article-footer {
    text-align: center;
    padding-top: 100px;
    padding-bottom: 125px;
}
.article-footer img {
    width: 161px;
}
.article-footer p {
    font-size: 24px;
    font-family: 'Roboto', sans-serif;
    margin-top: 17px;
    margin-bottom: 104px;

}
.go-back-article-btn {
    border:1px solid #0091E5;
    font-size: 16px;
    font-weight: 400;
}
.go-back-article-btn:hover {
    background-color: #0091E5;
    color: #fff;
}
/*Manager page*/
.manager-header.header section {
    padding-top: 248px;
}
.manager-header.header section h1 {
    margin-bottom: 51px;
}
.manager-header.header .under-h1 {
    font-size: 20px;
    position: relative;
    margin: 0 auto;
    max-width: 1030px;
    line-height: 1.9;
}
.manager-header.header .under-h1  span{
    color: #034CAF;
}
#how-to-scroll {
    margin-bottom: 30px;
}
.trek-1-sec {
    animation-name: opacity;
    animation-timing-function: ease;
    animation-duration: 1s;
    animation-iteration-count: infinite;
    margin-bottom: 0;
    width: 100%;
    display: block;
    height: 17px !important;
}
.trek-1-sec img {
    width: 17px;
    height: 17px !important;
}
.trek-2 {
    animation-delay: .3s;
}
.trek-3 {
    animation-delay: .6s;
}
@keyframes opacity {
    0% {
        opacity: 1;
    }
    100% {
        opacity: 0;
    }
}
.how-it-works {
    text-align: center;
    font-size: 34px;
    font-weight: 600;
    font-family: 'Raleway', sans-serif;
    position: relative;
    z-index: 3;
    cursor: pointer;
}
.how-it-works p {
    margin-top: 0;
    margin-bottom: 13px;
}
.how-it-works img{
    height:  49px;

}
.manager-page-animation {
    z-index: 2;
    position: relative;
}
.animation {
    margin-top: -85px;
    text-align: center;
    overflow: hidden;
    width: 1910px;
    height: 1000px;
    position: relative;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}
.animation img  {
    width: 100%;
    max-width: unset;
    max-height: unset;
    position: relative;
}
.animation .container {
    position: relative;
}
.animation .container:after {
    content: '';
    display: block;
    width: 25px;
    height: 25px;
    background-color: #0467c4;
    position: absolute;
    top: 0;
}
#personal-service, #data-security, #extended-liability, #commission-model {
    position: relative;
}
#personal-service h2, #data-security h2, #extended-liability h2 , #commission-model h2, #quality h2 {
    font-family: 'Raleway', sans-serif;
    font-weight: 300;
    font-size: 64px;
    margin-bottom: 40px;
}
#personal-service h3, #data-security h3, #extended-liability h3 , #commission-model h3, #quality h3 {
    font-family: 'Roboto', sans-serif;
    font-size: 22px;
    font-weight: 300;
    line-height: 1.8;
    padding-left: 22px;
}
#personal-service p, #data-security p, #extended-liability p , #commission-model p, #quality p {
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    line-height: 2.1;
    padding-left: 22px;
}
#personal-service {
    background-image: url(assets/img/bg/service_bg.png);
    background-repeat: no-repeat;
    color: white;
    height: 1200px;
    margin-top: -176px;
    padding-top: 296px;
    background-position: top center;
    -webkit-background-size: cover;
    background-size: cover;
}
#personal-service h3, #personal-service p {
    padding-left: 22px;
}
#quality {
    background-repeat: no-repeat;
    background-position: right;
    padding-top: 24px;
    padding-bottom: 38px;
}
#quality .col-md-6:first-child {
    padding-top: 94px;
}
#quality .col-md-6:last-child {
    padding-left: 70px;
}
#quality h3, #quality p {
    padding-left: 39px;
}
#data-security {
    background-image: url(assets/img/bg/data_bg.png);
    background-repeat: no-repeat;
    background-position: center;
    color: white;
    height: 1160px;
    padding-top: 245px;
    z-index: 2;
    -webkit-background-size: cover;
    background-size: cover;
}
#extended-liability {
    background-image: url(assets/img/bg/liability_img.jpg);
    background-repeat: no-repeat;
    background-position: right;
    height: 937px;
    z-index: 1;
    margin-top: -250px;
    padding-top: 353px;
}
#extended-liability h3, #extended-liability p {
    padding-left: 32px;
}
#commission-model {
    background-image: url(assets/img/bg/comission_bg.png);
    background-repeat: no-repeat;
    background-position: left;
    color: white;
    height: 1035px;
    margin-top: -160px;
    z-index: 2;
    padding-top: 247px;
    -webkit-background-size: cover;
    background-size: cover;
}
#commission-model .col-md-6:last-child {
    padding-left:0;
}
#commission-model h3, #commission-model p {
    padding-left: 30px;
}
#partners {
    background-color: #EDF7FD;
    margin-top: -370px;
    padding-top: 382px;
    padding-bottom: 100px;
}
#partners h2 {
    font-family: 'Raleway', sans-serif;
    font-weight: 600;
    font-size: 38px;
    text-align: center;
    margin-bottom: 60px;
}
#partners h3 {
    font-size: 24px;
    font-weight: 600;
    font-family: 'Raleway', sans-serif;
    text-align: center;
    margin-top: 78px;
    margin-bottom: 35px;
    display: inline-block;
    width: 100%;
}
.partners-section-under-title {
    max-width: 1000px;
    position: relative;
    margin: 0 auto;
    text-align: center;
    line-height: 1.8;
}

.partners-slider .partners-slide {
    background-image: url(assets/img/bg/slide_bg.svg);
    background-position: center;
    -webkit-background-size: contain;
    background-size:contain;
    background-repeat: no-repeat;
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    height: 116px;
    margin-right: 15px;
    margin-left: 15px;
}
.partners-slider .partners-slide img {
    max-width: 115px;
    max-height: 90px;
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}
.partners-slider .slick-center .partners-slide  img {
    max-width: 230px;
    max-height: 180px;
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.partners-slider .slick-slide.slick-center .partners-slide{
    background-image: url(assets/img/bg/slide_big_bg.svg);
    background-position: center;
    -webkit-background-size: contain;
    background-size:contain;
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    padding-top: 0;
    padding-bottom: 0;
    height: 216px;
    width: 359px;
}
.partners-slider .partners-slide-wrapper {
    height: 216px;
    position: relative;
    margin:  0 auto;
}
.partners-slider .slick-dots {
    bottom: -78px;
}
.slick-dots li.slick-active button:before {
    color: #0091E5 !important;
}
.slick-dots li button:before {
    opacity: 1!important;
    color: #BFE3F8!important;
}
.slick-dots li {
    margin:  0 1px!important;
}
.partners-slider {
    margin-bottom: 104px !important;
}
#partners .partners-btn-wrapper {
    text-align: center;
    padding-top: 58px;
    padding-bottom: 121px;
}
.partners-btn-wrapper .btn{
    font-weight: 400;
}
.partners-reviews {
    display: inline-block;
    width: 100%;
    position: relative;
    margin-top: 0;
    margin-bottom: 0;
}
.partners-reviews-wrapper:after{
    content: "";
    display: block;
    width: 100%;
    height: 255px;
    background-image: url(assets/img/bg/partners_bottom.svg);
    background-repeat: no-repeat;
    background-position: bottom center;
    -webkit-background-size: 100%;
    background-size: 100%;
    position: absolute;
    bottom: -1px;
    z-index: 3;
}
.partners-reviews-wrapper.opened:after {
    display: none;
}
.partners-reviews-wrapper {
    height: 777px;
    overflow: hidden;
    position: relative;
    padding-top: 15px;
}
.partners-reviews-wrapper.opened {
    overflow: unset;
}
.partners-reviews:before {
    content: '';
    height: 72%;
    right: 50%;
    left: 50%;
    width: 1px;
    background-color: #4CB2ED;
    display: block;
    position: absolute;
    top:60px
}
.partners-reviews > li {
    position: relative;
    float: left;
    width: 100%;
}
.review-item {
    position: relative;
    min-height: 255px;
    float: left;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    /* height: 255px; */
}
.partners-reviews  > li:not(:nth-child(1)) {
    margin-top: -86px;
}
.partners-reviews  > li:nth-child(odd) .review-item {
    float: right;
    padding-left: 40px;
    position: relative;
    z-index: 1;
}
.partners-reviews  > li:nth-child(even) .review-item {
    flex-direction: row-reverse;
    padding-right: 40px;
    position: relative;
    z-index: 2;
}
.partners-reviews  > li:nth-child(even) .review-item .review-content {
    text-align: right;
}
.partners-reviews > li:before, .partners-reviews > li:after {
    content: " ";
    display: table;
}
.review-img-wrapper {
    display: block;
    height: 108px;
    width: 108px;
    padding: 5px;
    border: 1px solid #4CB2ED;
    position: relative;
    	display: flex;
    justify-content: center;
	align-items:center;
	border-radius: 50%;
}
.review-img {
	height: 96px;
    width: 96px;
    border-radius: 50%;
	background-position: center;
    background-repeat: no-repeat;
	background-size: cover;
}
.review-item .review-content  {
    width: calc(100% - 108px);
}
.partners-reviews  > li:nth-child(even) .review-item .review-content{
    padding-right: 30px;
}
.partners-reviews  > li:nth-child(odd) .review-item  .review-content{
    padding-left: 30px;
}
.review-name {
    margin-top: 0;
    color:#034CAF;
    font-size: 18px;
    font-family: 'Raleway', sans-serif;
    font-weight: 600;
    margin-bottom: 20px;
}
.review-text {
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    line-height: 1.8;
    margin-bottom: 26px;
}
.review-link {
    color: #0091E5;
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
}
.partners-reviews  > li:nth-child(odd) .review-item .review-link {
    padding-left: 22px;
    background-image: url(assets/img/icons/link_right.svg);
    background-repeat: no-repeat;
    background-position: left top 7px;
    -webkit-background-size: 10px 10px;
    background-size: 10px 10px;
}
.partners-reviews  > li:nth-child(even) .review-item .review-link {
    padding-right: 22px;
    background-image: url(assets/img/icons/link_left.svg);
    background-repeat: no-repeat;
    background-position: right top 7px;
    -webkit-background-size: 10px 10px;
    background-size: 10px 10px;
}
.partners-reviews  > li:nth-child(odd) .review-item .review-img:before{
    content: '';
    display: block;
    width: 45px;
    background-image: url(assets/img/icons/parter_before.svg);
    background-repeat: no-repeat;
    background-position: left center;
    height: 6px;
    -webkit-background-size:100%;
    background-size: 100%;
    position: absolute;
    right: 103px;
    top: 50%;
}
.partners-reviews  > li:first-child .review-item .review-img:before {
    background-image: url(assets/img/icons/partner_first_right_before.svg);
    height: 8px;
    background-position: left top;
}
.partners-reviews  > li.right:last-child .review-item .review-img:before {
    background-image: url(assets/img/icons/partner_last_right_before.svg);
    height: 8px;
    background-position: left bottom;
}
.partners-reviews  > li.left:last-child .review-item .review-img:before {
    background-image: url(assets/img/icons/partner_last_right_before.svg);
    height: 8px;
    background-position: left bottom;
}
.partners-reviews  > li:nth-child(even) .review-item .review-img:after{
    content: '';
    display: block;
    width: 45px;
    background-image: url(assets/img/icons/parter_after.svg);
    background-repeat: no-repeat;
    background-position: left center;
    height: 6px;
    -webkit-background-size: 100%;
    background-size: 100%;
    position: absolute;
    left: 103px;
    top: 50%;
}
.partners-reviews-wrapper .btn{
    position: absolute;
    display: block;
    width: 154px;
    bottom:0;
    left: 50%;
    margin-left: -77px;
    z-index: 9;
}
.manager-form-section {
    background-image: url(assets/img/bg/manager_section_bg.svg);
    background-repeat: no-repeat;
    background-position: top center;
    -webkit-background-size: cover;
    background-size: cover;
    padding-top: 260px;
    padding-bottom: 120px;
    margin-top: -103px;
}
.manager-form {
    background-color: #fff;
    background-image: url(assets/img/bg/manager_form_bg.png);
    background-repeat: no-repeat;
    background-position: top left;
    background-size: auto 100%;
    border-radius: 10px;
    padding-top: 51px;
    padding-bottom: 42px;
}
.manager-form-section .container {
    max-width: 940px;
}
.manager-form-title {
    font-family: 'Raleway', sans-serif;
    font-weight: 600;
    font-size: 36px;
}
.manager-form .col-md-5 {
    padding-left: 0;
    padding-right: 30px;
}
/*Popup*/
#popup-content {
    display: none;
}
#pre-popup {
    height: 213px;
    width: 100%;
    max-width: 924px;
    background-image: url(assets/img/popup/popup_bg.svg);
    background-repeat: no-repeat;
    background-position: center;
    -webkit-background-size: cover;
    background-size: cover;
    position: fixed;
    bottom: 0;
    left:0;
    right: 0;
    margin: 0 auto;
    z-index: 99;
}
#close-pre-popup img {
    height: 35px;
    width: 35px;
}
.pre-popup-content {
    position: relative;
    height: 100%;
    width: 100%;
    padding: 0 70px;
}
.pre-popup-img {
    width: 375px;
    height: 93px;
    display: block;
}
.pre-popup-img img{
    width: 100%;
    height: 100%;
}
#close-pre-popup {
    position: absolute;
    right: -17px;
    top:-17px;
}
#popup-content {
    width: 100%;
    max-width: 924px;
    height: 100%;
    max-height: 822px;
    border-radius: 10px;
    padding: 60px 55px 60px 70px;
}
.popup-content {
    height: 538px;
    overflow-y: scroll;
}
.fancybox-close-small {
    background-image: url(assets/img/popup/close.svg);
    background-repeat: no-repeat;
    background-position: center;
    -webkit-background-size: cover;
    background-size: cover;
    padding: 0;
    height: 40px;
    width: 40px;
    top: -17px !important;
    right: -17px !important;
    opacity: 1!important;
}
.fancybox-close-small:hover {
    opacity: 0.8 !important;
}
.fancybox-button svg {
    display: none;
}
.fancybox-content {
    overflow: unset;
}
.popup-head-img {
    width: 296px;
    height: 73px;
    display: block;
    margin-bottom: 47px;
}
.popup-content p.popup-head-text {
    font-size: 24px;
    line-height: 1.64;
    font-weight: 300;
    margin-bottom: 37px;
}
.popup-head-text span {
    color: #0091E5;
    font-weight: 700;
}
.popup-content p {
    line-height: 1.9;
    margin-bottom: 0;
}
.popup-content ul {
    list-style: disc;
    list-style-position: outside;
    padding-left: 50px;
    margin-top: 40px;
    margin-bottom: 40px;
}
.popup-content ul li {
    padding-left: 13px;
    font-size: 16px !important;
    margin-bottom: 17px;
}
.popup-content a {
    color: #0091E5;
}
/*/Scroll bar*/
#popup-content ::-webkit-scrollbar-button {
    background-image:url('');
    background-repeat:no-repeat;
    width:10px;
    height:0px
}

#popup-content ::-webkit-scrollbar-track {
    background-color:#E9E9EB;
    -webkit-border-radius: 3px;
    border-radius: 3px;
}

#popup-content ::-webkit-scrollbar-thumb {
    -webkit-border-radius: 3px;
    border-radius: 3px;
    background-color:#0091D0;
}

#popup-content ::-webkit-scrollbar-thumb:hover{
    background-color:#034CAF;
}

#popup-content ::-webkit-resizer{
    background-image:url('');
    background-repeat:no-repeat;
    width:10px;
    height:0px
}

#popup-content ::-webkit-scrollbar{
    width: 10px;
}




/*Common page*/
.common-page {
    padding-bottom: 50px;
}
.common-page ul {
    list-style: disc;
    list-style-position: inside;
    padding-left: 20px;
}
.page-header h1 {
    font-size: 46px;
    font-family: 'Raleway', sans-serif;
    font-weight: 300;
    color:#454753;
}
.login-page form {
    max-width: 459px;
    position: relative;
    margin: 0 auto;
}
.login-page {
    margin-top: -60px;
    padding-bottom: 140px;
}
.login-page form a {
    font-size: 14px;
    font-family: 'Roboto', sans-serif;
    color:#034CAF;
    padding-left: 5px;
    margin-bottom:58px;
    display: block;
}
.login-page form span {
    display: block;
    font-family: 'Roboto', sans-serif;
    color: #83858C;
    font-size: 14px;
    padding-left: 5px;
    margin-top: 20px;
}
.login-page form  span a {
    display: inline-block;
}
.login-page form input[type="password"] {
    margin-bottom: 13px;
}











/*Responsive*/
@media (max-width: 1440px) {
    .partners img {
        left: 0;
        right: unset;
    }
    .pms img {
        right: 0;
        left: unset;
    }
    #extended-liability {
        background-position: top 40px right -400px;
    }
}

@media (max-width: 1200px) {
	.footer-rss form input[type=email] {
		width:400px;
	}
.ota-region-col {
    padding-right: 100px;
}
	.homepage-form-left-block {
    left: -59px;
    height: 575px;
    width: 390px;
    background-size: contain;
}
    .date_pick .btn, .date_pick input {
        width: 300px !important;
    }
    .legal-info li {
        padding: 0 10px;
    }
    #extended-liability {
        padding-top: 250px;
    }
    #commission-model {
        margin-top: -220px;
    }
    .cup {
        right: 50%;
        top: 45%;
        margin-right: -550px;
    }
    .benefits-video {
        width: 768px;
        padding: 73px 115px 110px 115px;
    }
    .header-nav.fixed .header-logo-float, .white-menu .header-logo-float, .header-logo, .header-logo-float {
        display: block;
        width: 35px;
        overflow: hidden;
    }
    .header-logo img, .header-logo-float img {
        width: 172px;
        height: 35px;
        max-width: unset;
    }
    .homepage-form {
        padding-right: 30px;
    }
    .benefits h2 {
        margin-top: 20px;
        margin-bottom: 20px;
    }
}
@media (max-width: 992px) {
	.team-img-wrapper {
		margin-bottom: 26px;
    }
    .ota-region-col {
    padding-right: 50px;
    }
	.footer-desktop-lang-switcher li {
		width:100%;
	}
	.connection-form .col-lg-5 {
		padding-left:30px;
		padding-right:30px;
	}
    #popup-content {
        width:500px;
        padding: 40px;
        margin-top: 30px;
    }
    a#close-popup {
        color: #fff;
        margin-top: 30px;
    }
    a#close-popup:hover {
        color:#034CAF;
    }

    #pre-popup {
        width: 600px;
        -webkit-background-size: 100% 100%;
        background-size: 100% 100%;
        height: 140px;
    }
    .pre-popup-img {
        width: 250px;
    }
    .popup-content, #popup-content {
        height: auto;
        overflow-y: unset;
        max-height: unset;
    }
    .animation {
        padding-top: 103px;
        background-image: url(assets/img/bg/animation_mobile_bg.svg);
        background-position: top center;
        margin-top: 20px;
        -webkit-background-size: cover;
        background-size: cover;
    }
    .cup {
        right: 50%;
        top: 70%;
        margin-right: -450px;
    }
    .date_pick .btn, .date_pick input {
        width: 225px !important;
    }
    .footer-rss-wrapper {
        -webkit-justify-content: flex-start;
        justify-content: flex-start;
    }
    .footer-rss p {
        text-align: left;
    }
    .manager-form-section {
        margin-top: 0;
        padding-top: 175px;
        padding-bottom: 35px;
    }
    .manager-form {
        padding-top: 340px;
        background-image: url(assets/img/bg/manager_form_mobile_img.svg);
        background-position: top 0 center;
        -webkit-background-size:300px 358px;
        background-size:  300px 358px;
        padding-bottom: 35px;
    }
    .manager-form .col-lg-5 {
        padding-left:30px;
        padding-right: 30px;
    }

    .partners .col-lg-6 {
        padding-left: 0;
    }

    .pms .col-lg-6 {
        padding-right: 0;
    }

    .pms p, .partners {
        padding-left: 0;
    }

    .header-nav {
        position: relative;
    }

    .header-nav #main-menu-wrapper {
        display: none;
        position: absolute;
        width: 100%;
        left: 0;
        background: #fff;
        top: 0;
        height: auto;
    }

    .header-nav #menu-main-menu > li, .header-nav #menu-main-menu-de > li {
        display: block;
        text-align: left;
        border-bottom: 1px solid #E4E4E6;
    }

    .header-nav #menu-main-menu > li:hover, .header-nav #menu-main-menu > li.current-menu-item, .header-nav #menu-main-menu > li:last-child,
.header-nav #menu-main-menu-de > li:hover, .header-nav #menu-main-menu-de > li.current-menu-item, .header-nav #menu-main-menu-de > li:last-child	{
        border-bottom: unset;
    }

    .header-nav #menu-main-menu > li:hover, .header-nav #menu-main-menu > li.current-menu-item,
.header-nav #menu-main-menu-de > li:hover, .header-nav #menu-main-menu-de > li.current-menu-item	{
        background-color: #E5F4FC;
        color: #454753;
        border-radius: 5px;
    }

    .header-nav #menu-main-menu a, .header-nav #menu-main-menu-de a {
        color: #303340;
        font-size: 18px;
        padding: 15px 20px;
        background-color: transparent;
    }

    .header-nav #main-menu img {
        display: block;
        height: 34px;
        width: 185px;
        position: relative;
        margin: 0 auto;
        margin-top: 60px;
    }

    .header-nav li:hover > a, .header-nav nav li.current-menu-item > a {
        color: #034CAF !important;
    }

    .header-nav.fixed #main-menu img {
        display: none;
    }

    .header-nav.fixed #main-menu {
        top: 100%;
    }

    .header-nav nav > ul > li > ul.sub-menu {
        padding: 10px 15px 20px 15px;
        font-size: 16px;
    }

    .header-nav nav > ul > li > ul.sub-menu > li > a {
        font-size: 14px !important;
    }

    #menu-toggle.opened span {
        background-color: #21409A;
    }

    #menu-main-menu, #menu-main-menu-de {
        max-width: 306px;
        position: relative;
        margin: 0 auto;
        padding-top: 56px;
    }

    a.login-btn {
        max-width: 300px;
        position: relative;
        margin: 0 auto;
        color: #fff;
        font-size: 15px;
        font-family: 'Open Sans', sans-serif;
        font-weight: 600;
        margin-top: 50px;
    }

    a.login-btn i {
        vertical-align: middle;
        margin-right: 10px;
    }

    #menu-main-menu > li.menu-item-has-children > a, #menu-main-menu-de > li.menu-item-has-children > a {
        pointer-events: none;
    }

    #menu-main-menu > li.menu-item-has-children, #menu-main-menude > li.menu-item-has-children {
        position: relative;
    }

    #menu-main-menu > li.menu-item-has-children:after, #menu-main-menu-de > li.menu-item-has-children:after {
        content: '';
        display: inline-block;
        right: 55%;
        position: absolute;
        height: 15px;
        width: 15px;
        background: url(assets/img/icons/expand.svg) no-repeat center;
        top: 20px;
    }

    .header-nav nav > ul > li > ul.sub-menu {
        position: relative;
        background: unset;
    }

    .mobile-head-contacts {
        width: 100%;
        margin-top: 70px !important;
        background-image: url(assets/img/bg/mobile_contacts_bg.svg);
        background-position: top center;
        background-repeat: no-repeat;
        -webkit-background-size: cover;
        background-size: cover;
        padding-top: 50px !important;
        padding-bottom: 50px !important;
    }

    .mobile-head-contacts a, .mobile-head-contacts i {
        color: #fff !important;
    }

    .mobile-head-contacts i {
        font-size: 17px;
    }

    .mobile-head-contacts li {
        max-width: 306px;
        position: relative;
        margin: 0 auto;

        justify-content: flex-start;
        display: flex !important;
    }

    .mobile-head-contacts a {
        text-align: left !important;
    }

    .footer-menu > li > ul:before {
        width: 100%;
    }
    footer {
        padding-top: 34px;
        padding-bottom: 120px;
    }

    .footer-menu > li > ul {
        padding-top: 15px;
        position: relative;
        margin-bottom: 55px;
    }

    #extended-liability, #personal-service {
        padding-top: 200px;
    }

    #commission-model {
        background-position: center;
    }

    .manager-header.header section {
        padding-top: 128px;
    }

    .animation .container:after {
        display: none;
    }

    .animation img {
        height: 700px;
        max-width: unset;
        position: relative;
        margin: 0 auto;
    }

    .engine-header.header section {
        padding-top: 128px;
    }

    .benefits h2 {
        margin-top: 50px;
    }

    .benefits {
        -webkit-background-size: cover;
        background-size: cover;
    }

    .mobile {
        display: block !important;
    }

    .desktop {
        display: none !important;
    }

    #menu-toggle {
        width: 25px;
        position: absolute;
        top: 40px;
        right: 25px;
    }

    #menu-toggle > span {
        height: 2px;
        background-color: #fff;
        display: block;
    }

    .white-menu #menu-toggle > span {
        background-color: #034CAF;
    }

    #menu-toggle > span:not(:last-child) {
        margin-bottom: 5px;
    }

    .header-nav.fixed #menu-toggle {
        top: 33px;
    }

    .header-nav.fixed #menu-toggle > span {
        background-color: #21409A;
    }

    .header-nav.fixed .header-logo-float, .white-menu .header-logo-float, .header-logo, .header-logo-float {
        display: block;
        width: 185px;
    }

    img.homepage-pic {
        right: -40%;
    }



    .homepage-slider:before, img.homepage-pic {
        top: 200px;
    }

    .slider-text {
        padding-top: 150px;
    }

    .partners {
        position: relative;
        padding-top: 120px;
    }

    .partners img, .pms img {
        top: unset;
        bottom: -25px;
        margin-left: auto;
        margin-right: auto;
        left: 0;
        right: 0;
    }

    .pms img {
        bottom: -50px
    }

    .partners, .pms {
        text-align: center;
    }

    .pms {
        padding-top: 50px;
        padding-bottom: 400px;
    }

    .homepage-form-left-block {
        display: none;
    }

    .homepage-form {
        padding-left: 30px;
        padding-top: 50px;
    }

    .team {
        margin-top: 0;
    }

    .partners .white-btn {
        margin-top: 25px;
        margin-left: 0;
    }

    .homepage-form-title {
        text-align: center;
    }

    .news-item-wrapper {
        width: 100%;
    }

    .news-item-wrapper:first-child {
        width: 100%;
    }

    .news-item-wrapper:first-child .news-item {
        width: 100%;
        display: block;
    }

    .news-item-wrapper:first-child span {
        width: 100%;
    }

    .news-item-wrapper:first-child .news-item-content {
        width: 100%;
        background-color: #fff;
        position: relative;
        border-bottom-right-radius: 10px;
        border-bottom-left-radius: 10px;
        padding-left: 32px;
        padding-right: 32px;
        padding-top: 23px;
        border-left: 1px solid #D6D6D9;
        border-right: 1px solid #D6D6D9;
        border-bottom: 1px solid #D6D6D9;
    }

    .header section, .blog-header .head-text {
        padding-top: 142px;
    }

    .article-header.header section {
        padding-top: 122px;
    }

    .news-item-wrapper:first-child span {
        display: block;
        height: 240px;
        width: 100%;
        -webkit-background-size: cover;
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat;
    }

    .news-item-wrapper:first-child .news-item-title h3 a {
        font-size: 22px;
    }

    .news-item-wrapper:first-child .news-item-excerpt p, .news-item-wrapper:first-child .news-item-excerpt {
        font-size: 16px !important;
        line-height: 1.63 !important;
        max-height: 114px;
        overflow: hidden;
    }

    .news-item-wrapper:first-child .news-item-permalink {
        color: #034CAF;
        font-size: 16px;
        position: absolute;
        right: 40px;
        bottom: 30px;
        border: unset;
        padding: unset;
    }

    .news-item-wrapper:first-child .news-item, .news-item {
        height: auto;
    }

    .news-item .news-item-content, .news-item-wrapper:first-child .news-item-content {
        height: 277px;
    }

    .contact-header.header section {
        padding-top: 133px;
    }

    .about-page h2 {
        padding-left: 0;
    }

    .header section.about-header-section {
        padding-top: 128px;
    }

    .article-header h1 {
        font-weight: 300;
    }

    .wp-block-columns, .article-main-content p, .article-main-content h1, .article-main-content h2, .article-main-content h3, .article-main-content h4, .article-main-content h5, .article-main-content h6, .wp-block-file, .blockquote-block {
        padding-left: 15px;
        padding-right: 15px;
    }

    .blockquote:before {
        right: 15px;
    }

    .blockquote {
        width: 50%;
        float: left;
        padding: 72px 100px 80px 0;
        height: 365px;
        color: white;
        font-size: 24px;
        font-family: 'Raleway', sans-serif;
        font-weight: 400;
        position: relative;

    }

    .blockquote p {
        right: 100px;
        width: 290px;
        line-height: 1.6;
    }

    .article-header h1 {
        font-size: 50px;
        text-align: center;
        max-width: 300px;
        position: relative;
        margin: 0 auto;
        margin-top: 55px;
        line-height: 1.055;
    }

    .article-header {
        height: 645px !important;
    }

    .article-meta {
        justify-content: center;
    }

    .connection-header.header section {
        padding-top: 160px;
    }

    .connection-pretable-block {
        text-align: center;
    }

    .connections-menu {
        margin-bottom: 60px;
    }

    .api-btn {
        width: 100%;
        -webkit-background-size: contain;
        background-size: contain;
        font-size: 24px;
    }

    .header section.api-head-text {
        padding-top: 138px;
    }

    .homepage-form-left-block {
        display: none;
    }
	.api-form > .row > div:first-child {
		padding-top:0;
	}
.api-form > .row {
	margin:0;
}
.contact-address-wrapper {
    padding-left: 0;
}
}

@media (max-width: 770px) {

	.logo_col {
		padding-left:0;
		padding-right:20px;
	}
	.name_col, .region_col  {
    padding-right: 15px;
}
	   .api-form .offset-lg-1 {
        display: none;
    }
	.second-block .row > div:first-child {
    margin-bottom: 30px;
}
    .popup-content ul {
        padding-left: 30px;
    }
    .popup-content ul li {
        padding-left: 10px;
    }
    .popup-head-text {
        font-size: 20px !important;
        text-align: center;
        padding-left: 10px;
        padding-right: 10px;
    }
    #popup-content {
        width:330px;
        padding: 30px 10px;
        margin-top: 30px;
    }
    #pre-popup {
        width: 330px;
        -webkit-background-size: 100% 100%;
        background-size: 100% 100%;
        height: 240px;
        background-image: url(assets/img/popup/popup_mobile_bg.svg);
        text-align: center;
    }
    #pre-popup .pre-popup-content {
        display: block;
        padding: 30px;
    }
    .pre-popup-img {
        width: 200px;
        position: relative;
        margin: 0 auto;
        margin-bottom: 30px;
    }
    .date_pick_in form {
        flex-wrap: wrap;
        width: 400px;
        margin: 0 auto;
    }
    .date_pick-elem {
        width: 100%;
    }
    .date_pick .btn, .date_pick input {
        width: 100% !important;
        margin-bottom: 18px !important;
    }
    .date_pick .btn {
        margin-top: 32px;
    }
    .date_pick-promo {
        justify-content: center;
    }
}

@media (max-width: 576px) {
	.footer-menu-wrapper {
		margin-bottom:0;
	}
	.cert-descr {
		right:0;
	}
	.name_col {
		padding-left:10px;
		padding-right:10px;
	}
	.contact-page .offset-lg-1 {
		display:none !important;
	}
	.mobile-contacts {
		display:block;
	}

	.news-item-excerpt, .news-item-excerpt p {
    max-height: 110px;
}
	#data-security {
    z-index: 3;
}
	#extended-liability {
    z-index: 2;
}
	#commission-model {
		    z-index: 1;
	}
	
	#partners {
		position:relative;
		z-index: 0;
	}
	#partners:before {
		content:"";
		position:absolute;
		height:80%;
		width:100%;
		background:url(assets/img/bg/partners_mobile_bg.svg);
		background-repeat:no-repeat;
		-webkit-background-size: 100% auto;
        background-size: 100% auto;
		background-position:bottom center;
		bottom: -20px;
        z-index: 0;
	}
	
	.manager-form-section {
		background-image: url(assets/img/bg/manager_section_mobile_bg.svg)
	}
    .success-header h1 {
        font-size: 32px;
        margin-bottom: 32px;
    }
    .success-header {
        padding-bottom: 55px;
    }
    .success-img-1 {
        max-width: 175px;
        margin-bottom: 22px;
    }
    .success-header .under-h1 {
        line-height: 1.7;
    }
    .success-header .container{
        max-width: 300px;
    }
    .success-img-2 {
        max-width: 140px;
        margin-top: 55px;
        margin-bottom: 16px;
    }
    .date_pick_in form {
        flex-wrap: wrap;
        width: 100%;
        margin: 0 auto;
    }
    .news-item-wrapper:first-child .news-item {
        border-bottom-left-radius: 10px;
    }
    .connection-form .col-lg-5 {
        padding-left: 15px;
        padding-right: 15px;
    }
    .connection-header {
        -webkit-background-size: cover;
        background-size: cover;
    }
    #menu-footer-menu > li:last-child {
        padding-left: 0;
    }
    .footer-lang-switcher {
        order:-1;
		margin-bottom: 55px;
    }
	.footer-lang-switcher legend {
		text-align:left;
	}

    .footer-rss form input[type="email"], .footer-rss {
        width: 100%;
    }
    .footer-logo-wrapper {
        bottom: 30px;
    }
    .footer-logo-wrapper-block {
        position: initial;
    }
    .footer-logo-wrapper {
        display: flex;
        align-items: center;
        position: absolute;
        bottom: 40px;
        padding-bottom: 0;
    }
    .footer-logo-wrapper p {
        padding-left: 20px;
    }
    .legal-info-wrapper {
        position: initial;
    }
    .legal-info{
        position:absolute;
        padding-bottom: 0;
        bottom: 136px;
    }
    .legal-info li:first-child {
        padding-left: 5px;
    }
    .legal-info li {
        padding: 0 23px;
    }
    footer .container {
        max-width: 360px;
    }
    #menu-toggle {
        width: 25px;
        position: absolute;
        top: 22px;
        right: 25px;
    }
    .top-head {
        display: none;
    }
    .header-nav.fixed #menu-toggle {
        top: 23px;
    }
    .header-nav.fixed #menu-toggle > span {
        background-color: #21409A;
    }
    .header-nav {
        height: auto;
        text-align: center;
        padding-top: 60px;
    }
    .header-logo, .white-menu .header-logo-float {
        width: 100%;
    }
    .header-logo img, .white-menu .header-logo-float img{
        width: 185px;
        height: 34px;
        margin-left: -15px;
    }
    .white-menu .header-nav.fixed .header-logo-float img {
        margin-left: 0;
        width: 185px;
        height: 34px;
    }
    .header-logo-float img {
        width: 185px;
        height: 34px;
    }
    .header-nav.fixed {
        height: 62px;
        padding-top: 0;
    }
    .homepage-slider-title {
        text-align: center;
        font-size: 56px;
        max-width: 285px;
        position: relative;
        margin: 0 auto;
        line-height: 0.98;
        margin-bottom: 30px;
    }
    .slider-text {
        text-align: center;
        padding-top: 174px;
    }
    .homepage-slider-subtitle {
        line-height: 1.7;
        max-width: 285px;
        position: relative;
        margin: 0 auto;
        margin-bottom: 42px;
    }
    .homepage-slider, .homepage-slide {
        height: 720px;
    }
    img.homepage-pic {
        top: unset;
        bottom: 20px;
        height: 66%;
        right: -40%;
    }
    .about {
        background-image: url(assets/img/bg/about_mobile_bg.svg);
        -webkit-background-size: cover;
        background-size: cover;
        margin-top: -25px;
        padding-top: 71px;
        height: 657px;
    }
    .about p {
        max-width: 300px;
        position: relative;
        margin:  0 auto;
    }
    .selling-point {
        padding-top: 55px;
    }
    .selling-point h3 {
        margin-bottom: 33px;
    }
    .selling-point p.point-title {
        margin-bottom: 21px;
    }
    .selling-point .col-lg-3 {
        margin-bottom: 26px;
    }
    .selling-point span {
        margin-bottom: 35px;
    }
    .partners {
        background-image: url(assets/img/bg/homepage_partners_mobile_bg.svg);
        padding-top: 63px;
        margin-top: 135px;
        height: 970px;
    }
    .partners .col-lg-6 {
        padding-left: 15px;
    }
    .partners .section-subtitle{
        max-width: 300px;
        position: relative;
        margin: 0 auto;
    }
    .partners p {
        padding-left: 0;
        font-size: 16px;
        line-height: 2.07;
    }
    .partners p.section-subtitle {
        margin-bottom: 34px;
        padding-left: 0;
        font-size: 22px;
    }
    .partners .btn, .pms .btn {
        display: none;
    }
    .partners img {
        right: unset;
        max-width:360px;
        bottom: -10px;
    }
    .pms {
        padding-top: 58px;
        padding-bottom: 335px;
    }
    .pms .col-lg-6 {
        padding-right: 15px;
    }
    .pms p.section-subtitle {
        line-height: 1.64!important;
    }
    .pms p {
        padding-left: 0;
        line-height: 1.84!important;
        margin-bottom: 25px;
    }
    .pms img {
        max-width:360px;
        bottom: -30px;
		z-index:9;
    }
    .team {
        background-image: url(assets/img/bg/team_mobile_bg.svg);
        padding-top: 100px;
        position: relative;
        z-index: 2;
        padding-bottom: 160px;
    }
    .team .slick-slide {
        text-align: center;
    }
	.team-img-wrapper {
        height: 182px;
        width: 182px;
		position:relative;
		margin:0 auto;
		margin-bottom: 26px;
    }
    .team-img {
        height: 166px;
        width: 166px;
    }
    .team-name {
        margin-bottom: 25px;
    }
    .team-about {
        font-size: 16px;
    }
    .team-link:before {
        margin-left: -20px;
        left: unset;
    }
    .get-in-touch {
        position: relative;
        z-index: 0;
        margin-top: -25px;
        padding:65px 0 35px 0;
    }
    .homepage-form-wrapper {
        padding-left: 0;
        padding-right: 0;
    }
    .homepage-form {
        border-radius: 10px;
        padding-left: 10px;
        padding-right: 10px;
        padding-top: 27px;
        padding-bottom: 35px;
    }
    .homepage-form-title {
        font-size: 30px;
        margin-bottom: 35px;
    }
    .footer-menu {
        flex-wrap: wrap;
        align-content: flex-start;
    }
    .footer-menu > li {
        width: 100%;
    }
    .login-page {
        max-width: 330px;
        position: relative;
        margin: 0 auto;
        padding-bottom: 65px;
    }
    .blog-header .head-text {
        padding-top: 152px;
    }
    .blog-header .head-text .under-h1 {
        line-height: 1.9;
        margin-bottom: 55px;
    }
    .blog-header {
        background-image: url(assets/img/bg/news_list_mobile_bg.png);
        height: 656px;
        min-height: unset;
    }
    .blog-header #searchform {
        position: relative;
        margin:0 auto;
        max-width:300px
    }
    .news-list-page {
        padding-top: 57px;
        padding-bottom: 140px;
        margin-top: 0;
    }
    .news-list-page .container {
        max-width: 360px;
        position: relative;
        margin: 0 auto;
    }
    .news-item-wrapper{
        padding-bottom: 30px;
    }
    .news-item-wrapper:first-child span, .news-item-wrapper span {
        height: 220px;
    }
    .news-item-wrapper:first-child .news-item-content, .news-item-wrapper .news-item-content {
        padding-top: 37px;
        height: 455px;
    }
    .news-item-wrapper:first-child .news-item-date, .news-item-wrapper .news-item-date {
        padding-bottom: 20px;
    }
    .news-item-wrapper:first-child .news-item-title h3, .news-item-title h3 {
        margin-top: 30px;
        line-height: 1.5;
    }
    .news-item-wrapper:first-child .news-item-excerpt p, .news-item-wrapper:first-child .news-item-excerpt {
        max-height: unset;
        height: 130px;
    }
    .news-item-wrapper:first-child .news-item-permalink, .news-item-wrapper .news-item-permalink {
        right: 29px;
        bottom: 15px;
    }
    .contact-header.header section {
        padding-bottom: 0;
    }
    .contact-page .container, .contact-header section .container {
        max-width: 330px;
    }
    .page-head-text {
        line-height: 1.77;
    }
    .contact-page h3 {
        text-align: center;
        margin-bottom: 35px;
    }
    .preradio {
        padding-left: 0;
    }
    .radio span {
        margin-left: 0;
    }
    .contact-page textarea {
        height: 138px !important;
    }
    .contact-address-wrapper {
        padding-left: 0;
        border-radius: 0;
    }
    .mobile-contacts {
        background-image: url(assets/img/bg/contact_mobile_bg.svg);
        background-repeat: no-repeat;
        background-position: center;
        -webkit-background-size: cover;
        background-size: cover;
        margin-top: 60px;
        padding-top: 30px;
        position: relative;
    }
    .mobile-contacts:before {
        content: '';
        display: block;
        height: 277px;
        width: 114px;
        position: absolute;
        right: 0;
        top: 30%;
        background-image: url(assets/img/bg/contact_mobile_img.png);
        background-repeat: no-repeat;
        background-position: top right;
        -webkit-background-size: contain;
        background-size:contain;
    }
    .contact-address-wrapper h3 {
        color: #fff;
    }
    .contact-page {
        padding-bottom: 0;
    }
    .contact-contacts {
        padding-left: 0;
        padding-right: 0;
        max-width: 300px;
        position: relative;
        margin: 0 auto;
        background-image:unset;
        background-color: unset;
        padding-top: 24px;
        padding-bottom: 50px;
    }
    .about-head-img {
        max-width:360px ;
        position: relative;
        margin: 0 auto;
    }
    .about-page h2 {
        margin-top: 71px;
        font-size: 40px;
        line-height: 1.2;
        margin-bottom: 57px;
    }
    .about-page h2 br {
        display: none;
    }
    .about-page .container {
        max-width:330px ;
    }
    .about-page ul {
        padding-left: 33px;
    }
    .about-page ul li {
        margin-bottom: 19px;
        line-height: 1.9;
    }
    .about-page h3 {
        margin-bottom: 32px;
    }
    .manager-item {
        height: 315px;
        margin-left: 0;
        margin-right: 0;
        display: block;
        position: relative;
        border-radius: 10px !important;
        text-align: center;
        padding-top: 90px;
    }
    .managers-list-wrapper .col-md-12 {
        padding-left: 0;
        padding-right: 0;
        padding-top: 73px;
    }
    .manager-item-thumb {
        width: 150px;
        height: 150px;
        position: absolute;
        left: 50%;
        margin-left: -97px;
        top: -90px;
    }
    .manager-position br {
        display: none;
    }
    .manager-position:before {
        display: none;
    }
    .manager-name {
        margin-bottom: 3px !important;
    }
    .manager-position {
        margin-bottom: 26px !important;
    }
    ul.manager-flags {
        padding-top: 10px !important;
    }
    .manager-item-join {
        background: url("assets/img/bg/join_team_mobile_bg.png") no-repeat;
        background-position: top center;
        -webkit-background-size: cover;
        background-size: cover;
        height: 278px;
        width: 100%;
    }
    .manager-item-join{
        text-align: center;
        position: relative;
        align-items: center;
        margin-top: -30px;
        padding-top: 98px;
    }
    .manager-item-join a {
        color:#454753;
        vertical-align: middle;
        font-size: 30px;
        line-height: 100%;
        width: 100%;
        text-align: center;
        font-family: 'Raleway', sans-serif;
        font-weight: 300;
        max-width: 230px;
        display: block;
        position: relative;
        margin: 0 auto;
        line-height: 1.35;
    }
    .managers-list-wrapper {
        padding-bottom: 0;
    }
    .article-main-content {
        padding-top: 135px;
    }
    .wp-block-columns, .article-main-content p, .article-main-content h1, .article-main-content h2, .article-main-content h3, .article-main-content h4, .article-main-content h5, .article-main-content h6, .article-main-content ul, .article-main-content ol .wp-block-file, .blockquote-block {
        max-width: 330px;
        line-height: 1.9;
        margin-bottom: 10px;
    }
    .article-meta {
        margin-bottom: 53px;
    }
    .article-main-content ul, .article-main-content ol {
        padding-left: 50px;
    }
    .article-main-content ul > li, .article-main-content ol > li {
        padding-left: 10px;
        margin-bottom: 19px;
    }
    .blockquote {
        width: 100%;
        padding-top: 70px;
        height: 300px;
    }
    .blockquote:before {
        right: 5px;
    }
    .blockquote p {
        right: unset;
        left: 0;
        padding-left: 0;
        text-align: left;
        line-height: 1.4 !important;
        width: 240px;
    }
    .article-footer {
        padding-top: 55px;
        padding-bottom: 95px;
    }
    .article-footer p{
        line-height: 1.49;
        margin-top: 25px;
        margin-bottom: 77px;
    }
    .wp-block-image figure {
        margin-right: 0 !important;
        margin-left: 0 !important;
        margin-top: 40px !important;
        margin-bottom: 40px !important;
        width: 100%;
    }
    .connection-header h1 {
        margin-bottom: 44px;
    }
    .connection-header .container {
        max-width: 330px;
    }
    .connection-header {
        background-image: url(assets/img/bg/connection_mobile_bg.png);
        background-position: bottom center;
    }
    .connection-header.header section {
        padding-bottom: 80px;
    }
    .connection-page {
        padding-top: 70px;
    }
    .connections-menu li {
        display: block;
        margin-bottom: 13px;
    }
    .connections-menu .container {
        max-width: 330px;
    }
    #connections-table th, #connections-table td
    {
        display: none;
    }
    #connections-table th:nth-child(3), #connections-table td:nth-child(3) {
        display: table-cell;
        width: 40%;
        text-align: center;
    }
    #connections-table th:nth-last-child(2),  #connections-table td:nth-last-child(2)  {
        display: table-cell;
        width: 60%;
        text-align: center;
    }
    #connections-table > tbody > tr > td:nth-child(3) {
        text-align: center;
    }
    #connections-table > tbody > tr > td:nth-child(5) {
        text-align: center;
    }
    .cert-col .basic, .cert-col .standard, .cert-col .premium {
        position: relative;
        margin: 0 auto;
    }
    .connections-table-wrapper {
        padding-top: 55px;
    }
    .connection-form-left-side {
        display: none;
    }
    .connection-form-section {
        background-image: url(assets/img/bg/connection_form_mobile_bg.png);
        background-repeat: no-repeat;
        background-position: bottom center;
        -webkit-background-size: cover;
        background-size: cover;
        margin-top: 0;
        padding-bottom: 43px;
        padding-top: 57px;
		margin-top:64px;
    }
    .connection-form {
        border-radius: 10px;
        padding: 226px 10px 35px 10px;
        max-width: 330px;
        position: relative;
        margin: 0 auto;
        background-image: url(assets/img/bg/connection_form_mobile_img.png);
        background-position: top center;
        background-repeat: no-repeat;
        -webkit-background-size: 102% auto;
        background-size: 102% auto;
    }
    .connection-form-title, .connection-form h3 {
        font-size: 30px;
        text-align: center;
        margin-bottom: 35px;
    }
    .api-btn {
        width: 360px;
        background-image: url(assets/img/bg/api_btn_mobile_bg.svg);
        font-size: 20px;
    }
    .api-header h1 {
        font-size: 52px;
    }
    .api-header h1 {
        width: 330px;
        position: relative;
        margin:0 auto;
        margin-top: 43px;
        line-height: 1.19;
        margin-bottom: 55px;
    }
    .api-header {
        background-image: url(assets/img/bg/api_mobile_bg.png);
        background-repeat: no-repeat;
        background-position: top center;
        -webkit-background-size: cover;
        background-size: cover;
        color: #fff;
    }
    .header section.api-head-text {
        padding-bottom: 107px;
    }
    .api-page .container {
        max-width: 330px;
        padding-right: 0;
        padding-left: 25px;
    }
    .api-page p {
        font-size: 16px;
        line-height: 2.1;
        margin-bottom: 19px;
    }
    .api-page {
        padding-top: 70px;
    }
    .api-page a.file-btn, .wp-block-file a {
        border: unset;
    }
    .api-page a.file-btn, .wp-block-file a {
        border: unset;
        padding-left: 32px;

    }
    .api-page a.file-btn:before, .wp-block-file a:before {
        left: 0;
    }
    .btn-wrapper {
        padding-bottom: 10px;
    }
    .second-block .row > div .column-wrapper {
        padding-left: 0;
    }
    .column-wrapper p {
        font-size: 18px;
        font-weight: 400;
        line-height: 1.86;
    }
    .second-block .row > div, .second-block .row > div h3 {
        font-size: 24px;
        font-family: 'Roboto', sans-serif;
        font-weight: 700;
    }
    .second-block .row > div {
        padding-top: 29px;
        padding-bottom: 30px;
    }
    .second-block .row > div:first-child {
        padding-right: 50px;
        margin-bottom: 30px;
    }
    .second-block .row > div:nth-child(2) {
        padding-left: 47px;
        padding-right: 70px;
    }
    .api-page h2 {
        margin-top: 78px;
        font-size: 20px;
    }
    .pms-h2 {
        color: #034CAF !important;
        background-color: #fff;
        margin-bottom: 30px!important;
    }
    .pms-h2:before {
        content: "";
        background-color:  #034CAF;
        border-radius: 50%;
        height: 45px;
        width: 45px;
        display: inline-block;
        vertical-align: middle;
        margin-right: 15px;

    }
    h2.distributors-h2 {
        color: #0091E5 !important;
        background-color: #fff;
        margin-bottom: 30px!important;
        display: flex;
        line-height: 1;
        padding-right: 0;
    }
    .distributors-h2:before {
        content: "";
        background-color:  #0091E5;
        border-radius: 50%;
        height: 45px;
        width: 26%;
        display: inline-block;
        vertical-align: middle;
        margin-right: 15px;
    }
    .api-page ul {
        padding-left: 33px;
        padding-top: 10px;
    }
    .api-page ul li {
        font-size: 16px;
        padding-left: 12px;
        margin-bottom: 23px;
    }
.api-form-wrapper {
    -webkit-background-size: 100% 100%;
    background-size: 100% 100%;
    background-image: url(assets/img/bg/api_form_wrapper_mobile_bg.png);
    background-position: bottom center;
    padding-bottom: 40px;
    margin-top: 65px;
    padding-top: 50px;
}
 
    .api-form {
        max-width: 330px;
        padding-left: 15px;
        padding-right: 15px;
        padding-top: 0;
        background-image: url(assets/img/bg/api_form_mobile_bg.png);
        position: relative;
        margin: 0 auto;  
    }
    .api-form-title {
        font-size: 30px;
        margin-top: 0;
        text-align: center;
        margin-bottom: 38px;
    }
    .engine-header .container {
        max-width: 360px;
    }
    .engine-header h1 {
        max-width: 100%;
        position: relative;
        margin: 0 auto;
        margin-bottom: 43px;
        margin-top: 32px;
    }
    .engine-header .under-h1 {
        line-height: 1.7;
        margin-bottom: 35px;
    }
    .engine-header .page-head-text {
        line-height: 2.15;
    }
    .benefits {
        background-image: url(assets/img/bg/benefits_mobile_bg.svg);
        padding-top: 35px;
        background-position: top center;
        -webkit-background-size: auto 100%;
        background-size: auto 100%;
    }
    .benefits h2 {
        font-size: 50px;
        margin-bottom: 65px;
    }
    .benefits .col-md-4 h3 {
        font-size: 24px;
        margin-top: 40px;
        margin-bottom: 15px;
    }
    .benefits .col-md-4:nth-child(1) img{
        width: 120px;
    }
    .benefits .col-md-4:nth-child(2) img {
        width: 88px;
    }
    .benefits .col-md-4:nth-child(3) img {
        width: 86px;
    }
    .booking-engine-page .container {
        max-width: 330px;
    }
    .benefits .col-md-4 span {
        display: flex;
        height: 110px;
        justify-content: center;
        align-items: flex-end;
    }
    .benefits-video {
        width: 380px;
        padding: 70px 55px 90px 55px;
        height: 330px;
    }
    .cup {
        height: 97px !important;
        right: 0;
        top: 70%;
        margin-right: 0;
    }
    .manager-header.header section h1 {
        position: relative;
        margin: 0 auto;
        margin-top: 32px;
        line-height: 1.2;
        margin-bottom: 42px;
    }
    .manager-header .container {
        max-width: 330px;

    }
    .manager-header.header .under-h1 {
        font-size:18px;
        line-height: 2.14;
        padding-bottom: 53px;
    }
    .manager-header.header section {
        padding-bottom: 0;
    }
    .animation img {
        height: 530px;
    }
    .animation {
        padding-top: 103px;
        background-image: url(assets/img/bg/animation_mobile_bg.svg);
        background-position: top center;
        margin-top: 20px;
        height: 717px;
        -webkit-background-size:100% 100% ;
        background-size:100% 100%;
    }

    #personal-service h2, #data-security h2, #extended-liability h2, #commission-model h2, #quality h2 {
        font-size: 50px;
        line-height: 1;
    }
    #personal-service .container, #data-security .container, #extended-liability .container, #commission-model .container, #quality .container {
        max-width: 330px;
    }
    #personal-service, #data-security, #extended-liability, #commission-model, #quality {
        position: relative;
    }
    #personal-service h3, #data-security h3, #extended-liability h3, #commission-model h3, #quality h3 {
        padding-left: 0;
        font-size: 20px;
        line-height: 1.75;
        margin-bottom: 43px;
    }
    #personal-service p, #data-security p, #extended-liability p, #commission-model p, #quality p {
        padding-left: 0;
        font-size: 16px;
        line-height: 2.1;
    }
    #personal-service h2 {
        margin-top: 60px;
        margin-bottom: 30px;
    }
    #personal-service {
        background-image: url(assets/img/bg/service_mobile_bg.png);
        height: 1300px;
    }
    #personal-service:after, #data-security:after,
    #extended-liability:after, #commission-model:after, #quality:after {
        content: "";
        height: 208px;
        width: 208px;
        display: block;
        position: absolute;
        background-position: center;
        bottom: -73px;
        left: 50%;
        margin-left: -104px;
        z-index: 9;
    }
    #personal-service:after {
        background-image: url(assets/img/bg/manager_mobile1.png);
    }
    #quality .col-md-6:last-child {
        padding-left: 15px;
    }
    #quality {
        padding-bottom: 180px;
    }
    #quality:after {
        background-image: url(assets/img/bg/manager_mobile2.png);
    }
    #data-security {
        margin-top: -43px;
        background-image: url(assets/img/bg/security_mobile_bg.png);
        padding-top: 160px;
        height: 1015px;
    }
    #data-security h2 {
        width: 200px;
    }
    #data-security:after {
        background-image: url(assets/img/bg/manager_mobile3.png);
    }
    #extended-liability {
        background: #fff;
        padding-top: 90px;
        margin-top: 0;
        height: 745px;
    }
    #extended-liability:after {
        background-image: url(assets/img/bg/manager_mobile4.png);
        bottom: -123px;
    }
    #commission-model {
        background-image: url(assets/img/bg/commission_mobile_bg.png);
        margin-top: 0;
        padding-top: 159px;
        height: 775px;
    }
    #commission-model:after {
        background-image: url(assets/img/bg/manager_mobile5.png);
        bottom: -93px;
    }
    #partners {
     margin-top: -60px;
    padding-top: 182px;
    }

    #partners h2 {
        margin-bottom: 45px;
		z-index:2;
		position:relative;
    }
    #partners .container {
        max-width: 360px;
    }
    .partners-section-under-title {
        font-size: 16px;
        line-height: 2;
    }
    .partners-slider .partners-slide-wrapper {
        height: 116px;
    }
    #partners h3 {
        margin-top: 57px;
        margin-bottom: 15px;
		z-index:2;
		position:relative;
    }
    .partners-slider .slick-dots {
        bottom: -36px;
    }
    .partners-slider {
        margin-bottom: 48px !important;
    }
    .partners-btn-wrapper  {
        display: none;
    }
    #partners-reviews-wrapper {
        display: none;
    }
    .partners-about-us {
        margin-top: 150px;
    }
    .team-slider {
        text-align: center;
    }

    .manager-form-section .container {
        max-width: 360px;
    }

    .manager-form-title {
        font-size: 30px;
        text-align: center;
        margin-top: 40px;
        margin-bottom: 43px;
    }
    footer {
        padding-bottom: 186px;
    }
    .footer_logo {
        height: 28px;
        margin-right: 20px;
    }
    .footer-rss-wrapper p {
        padding-left: 15px;
    }
    .footer-rss-wrapper {
        padding-left: 0;
        padding-right: 0;
    }
body.fixed {
	overflow:hidden;
}

.engine-btn {
    background-image: url(assets/img/bg/engine_btn_mobile_bg.png);
    padding-top: 165px;
    padding-bottom: 160px;
	margin-top: 34px;
	-webkit-background-size:  100% 100%;
    background-size: 100% 100%;
}
#current-lang-footer {
	display:inline-block;
    position: relative;
    color: #fff;
    font-size: 14px;
    cursor: pointer;
	margin-bottom:30px;
}

#current-lang-footer i {
    font-size: 15px;
    color: #0091E5;
    margin-right: 10px;
    vertical-align: middle;
}
#current-lang-footer i.arrowup {
    margin-right: 0;
    color: white;
}

#lang-list-footer {
    position: absolute;
    display: none;
    background-image: url(assets/img/bg/lang_mobile_bg_footer.svg);
    background-repeat: no-repeat;
    -webkit-background-size: 100% 100%;
    background-size: 100% 100%;
    background-position: top left;
    z-index: 99;
    padding: 35px 30px 32px 33px;
    text-align: left;
    font-size: 16px;
    margin: 0;
    right: 0;
    top:100%;
}
#lang-list-footer > li:not(:last-child) {
    margin-bottom: 15px;
}
#lang-list-footer > li#current-lang > a, #lang-list-footer > li > a:hover,  {
    color: #034CAF;
}

#lang-list-footer a {
	display:block;
}
.social-media-menu {
	position:absolute;
	top:200px;
	bottom:unset;
}
.footer-menu-wrapper > div:first-child > .footer-menu > li:first-child {
	padding-bottom:90px;
}
.footer-menu-wrapper > div {
	position:relative;
}








}