/*--- COMMON ---*/

html, body {
	height:100%;
	margin:0;
}

.font1 {font-family: 'Ubuntu', sans-serif;} /*Fira Sans*/

body {
	color:#3d3d3d;
	font-size: 16px;
	overflow-x: hidden;
}

.flex--1 {flex-grow:1}
.flex--0 {flex-grow:0}

.animate,
.animate:hover {
	-webkit-transition: all 100ms linear;
	-moz-transition: all 100ms linear;
	-ms-transition: all 100ms linear;
	-o-transition: all 100ms linear;
	transition: all 100ms linear;
}

.w100 {width:100%}
.h100 {height:100%}

.minh {    
	height: auto;
    min-height: 100vh;
}

.center {margin: 0 auto}

.padding--1 {padding: 48px 100px;}
.padding--2 {padding: 20px 50px;}
.padding--3 {padding: 30px;}
.padding--4 {padding: 15px 20px;}
.padding--5 {padding-left: 40px;}
.padding--6 {padding-bottom: 40px;}
.ppp_1 {padding-top: 33px;}

.margin--2 {margin-bottom:10px}
.margin--3 {margin: 30px 0;}

/* images */

img {
    max-width: 100%;
    height: auto;
    border: 0;
    vertical-align: middle;
}

.nomaxw {max-width: none;}

/* lists */

ul {
	margin: 0;
    padding: 0;
    list-style-type: none;
}

.page li {
    position: relative;
    padding-left: 13px;
    margin: 7px 0px;
}

.page li:before {
    content: "";
    position: absolute;
    height: 5px;
    width: 5px;
    background: #555;
    border-radius: 50%;
    left: 0;
    top: 7px;
}

/* links */

a {
	outline:0;
	text-decoration:none;
}

.gradient {
	background: #fe7201;
	background: -moz-linear-gradient(left, #fe7201 0%, #fcba3a 100%);
	background: -webkit-linear-gradient(left, #fe7201 0%,#fcba3a 100%);
	background: linear-gradient(to right, #fe7201 0%,#fcba3a 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fe7201', endColorstr='#fcba3a',GradientType=1 );
}

.sbg {background: #e8e8e8;}

/* inputs */

.placeholder[placeholder]				{text-overflow:ellipsis;}
.placeholder::-moz-placeholder		{text-overflow:ellipsis;} 
.placeholder:-moz-placeholder			{text-overflow:ellipsis;} 
.placeholder:-ms-input-placeholder	{text-overflow:ellipsis;}   

.placeholder::-webkit-input-placeholder       		{opacity: 1; transition: opacity 0.3s ease;}
.placeholder::-moz-placeholder                		{opacity: 1; transition: opacity 0.3s ease;}
.placeholder:-moz-placeholder                 		{opacity: 1; transition: opacity 0.3s ease;}
.placeholder:-ms-input-placeholder            		{opacity: 1; transition: opacity 0.3s ease;}
.placeholder:focus::-webkit-input-placeholder		{opacity: 0; transition: opacity 0.3s ease;}
.placeholder:focus::-moz-placeholder				{opacity: 0; transition: opacity 0.3s ease;}
.placeholder:focus:-moz-placeholder					{opacity: 0; transition: opacity 0.3s ease;}
.placeholder:focus:-ms-input-placeholder    		{opacity: 0; transition: opacity 0.3s ease;}

input {
	border: none;
	background:none;
	outline:none;
}

.country_input {
    width: 370px;
    height: 40px;
    margin: 5px 0;
    border-radius: 6px;
    padding: 0 10px;
	background:#fff;
}

.m_country {
    color: #fff;
    margin: 10px 0 0;
    font-size: 13px;
}

.m_country a {
	color: #fff;
	text-decoration:underline;
}

.form_cheked {
    background: #fff;
    height: 15px;
    width: 15px;
    margin: 0 9px 0 3px;
    border-radius: 3px;
    display: inline-block;
}

.form_cheked .check_done {
    margin: 0 0 0 1px;
    width: 13px;
}

/* text */
p {
	margin: 6px 0;
	line-height:22px;
}

.text--center {text-align: center;}
.text--left {text-align: left;}
.text--right {text-align: right;}
.text--justify {text-align: justify;}

h1, h2, h3, h4, h5, h6 {
	margin:0;
	padding:0;
}

h1, .title--1 {    
	text-align: center;
    font-size: 46px;
    color: #3d3d3d;
    margin: 10px 0 50px 0;
    font-weight: 700;
    line-height: unset;
}
.title--2 {}
.title--3 {font-size: 46px;}
.title--4 {}
.title--5 {
    font-size: 30px;
    color: #3d3d3d;
    font-weight: 400;
    margin-bottom: 30px;
}
.title--6 {
    font-size: 24px;
    color: #000;
    margin: 60px 0 35px;
}

.color--1 {color: #3d3d3d;}
.color--2 {color: #fff;}

.button {
	pointer-events: auto;
    background: none;
    border: solid 1px #fff;
    color: #fff;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    position: absolute;
    overflow: hidden;
    outline: none;
    display: block;
    text-align: center;
    line-height: 40px;
    z-index: 5;
}

.button img {width: 20px;}

.button:hover {background: rgba(255, 255, 255, 0.22);}

.button-lmt {
    right: 30px;
    bottom: 20px;
}

/* header */
.logo__block.flex{align-items:center;gap:20px;}
.logo__block{}
.logo__block .logo__text{font-family: auto;font-size: 35px;line-height: 1;}
.logo__block .logo__text span{font-size: 45px;}

.link_logo {
	display:block;
	margin-right:0;
}

.top_line {
    /*position: absolute;*/
    position: relative;
    z-index: 2;
    width: 100%;
    background: #fe7201;
    padding: 10px 0 0;
    color: #fff;
}

.top_bg {
    overflow: hidden;
    position: relative;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top center;
	background-image: url(/template/images/no_bg.jpg);
}

.slogan {
    font-size: 21px;
    text-transform: uppercase;
}

.stop_1 {
    font-size: 48px;
    font-weight: 600;
    display: block;
    margin-bottom: -8px;
}

.header_cur {
	width:100px;
	text-align:right;
}

.header_contacts {
    width: 100%;
	font-size:18px;
    font-weight: 500;
}

.header_contacts a {
	font-size:16px;
    font-weight: 600;
	color:#fff
}

.header_menu  .menu__item{
    color: #fff;
    text-transform: uppercase;
    margin-right: 25px;
    font-weight: 600;
	height: 100%;
    display: block;
    line-height: 31px;
    padding: 5px 0;
	position:relative;
}

.header_menu  .menu__item:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 0;
    background: #fff;
    left: 0;
    bottom: 0;	
}

.header_menu .active .menu__item:after,
.header_menu  .menu__item:hover:after {height: 2px;}

.header_menu  .menu__item:after,
.header_menu  .menu__item:hover:after  {	
	-webkit-transition: all 150ms linear;
	-moz-transition: all 150ms linear;
	-ms-transition: all 150ms linear;
	-o-transition: all 150ms linear;
	transition: all 150ms linear;
}
	
.line_first {
    border-bottom: solid 1px;
    padding-bottom: 5px;
}

.cur__icon {
    display: inline-block;
    margin-right: 5px;
}

.fill_metro_map {margin: 0 3px;}

.header_cur p,
.header_contacts  p {margin: 2px 0;}

.header_social a {
	margin-top: 4px;
	margin-right: 15px;
	display: inline-block;
}


.specialOffers__block{  }
.specialOffers__block .specialOffers_items{ display: flex;flex-direction: row;justify-content: flex-start;align-items: flex-start;flex-wrap:wrap; }
.specialOffers__block .specialOffers_items .item{ width:31.5%;margin-right:30px;margin-bottom:30px;text-align:center; }
.specialOffers__block .specialOffers_items .item:nth-child(3n+3){ margin-right:0; }
.specialOffers__block .specialOffers_items .item a.img{ display:block;border-radius:10px;overflow:hidden; }
.specialOffers__block .specialOffers_items .item a.img .image{ height:240px;background-position: 50% 50%;background-repeat: no-repeat;background-size: cover; }
.specialOffers__block .specialOffers_items .item .slider__link{ outline: none;border: none;margin-top:30px; }

.callback{ position:fixed;top:0;left:0;right:0;bottom:0;display:none;width:100%;height:100%;z-index:99999;background:rgba(255,255,255,0.7); }
.callback .wrapper_callback{ min-width:230px;max-width:970px;margin:30px auto 0;position:relative;box-shadow: 0px 10px 2px 0px rgba(22,80,153,1);background-color: #1961bc;border-radius: 10px;padding:100px; }
.callback .wrapper_callback h3{ font-size: 24px;color: #ffffff;text-transform: uppercase;text-align:center;margin-bottom:35px; }
.callback .wrapper_callback form{ display: flex;flex-direction: row;justify-content: flex-start;align-items: flex-start;flex-wrap:wrap; }
.callback .wrapper_callback .form-group{ margin-right:30px;margin-bottom:30px; }
.callback .wrapper_callback .form-group:nth-child(1){ width:33%; }
.callback .wrapper_callback .form-group:nth-child(2){ width:33%; }
.callback .wrapper_callback .form-group:nth-child(3){ width:26%;margin-right:0; }
.callback .wrapper_callback .form-group:nth-child(4){ width:21%; }
.callback .wrapper_callback .form-group:nth-child(5){ width:21%; }
.callback .wrapper_callback .form-group:nth-child(6){ width:21%; }
.callback .wrapper_callback .form-group:nth-child(7){ width:22%;margin-right:0; }
.callback .wrapper_callback .form-group .label{ display:block;color:#ffffff;margin-bottom:10px; }
.callback .wrapper_callback .form-group input{ width:100%;height: 40px;background-color:#ffffff;outline:0;color:#909090;border-radius: 10px;padding: 0 10px; }
.callback .wrapper_callback .form-group input::placeholder{ font-size:14px;color: #909090; }
.callback .wrapper_callback .form-group button[type=submit]{ border:none;outline:none; }
.callback .wrapper_callback .form-group .quantity-block{ position:relative;display: flex;flex-direction: row;justify-content: flex-start;align-items: flex-start; }
.callback .wrapper_callback .form-group .quantity-block span{ position:absolute;top: 12px;left: 53px;font-size: 14px;color: #909090; }
.callback .wrapper_callback .form-group .quantity-block input{ border-radius: 0; }
.callback .wrapper_callback .form-group .quantity-block button[type=button]{ height: 40px;border: none;outline: none;width: 40px;font-weight: bold;padding: 0; }
.callback .wrapper_callback .form-group .quantity-block button[type=button].quantity-minus{ border-top-left-radius: 10px;border-bottom-left-radius: 10px; }
.callback .wrapper_callback .form-group .quantity-block button[type=button].quantity-plus{ border-top-right-radius: 10px;border-bottom-right-radius: 10px; }
.callback .wrapper_callback .close{ position:absolute;top:25px;right:25px;background: none;outline:none;border:none;cursor:pointer; }



.pickTour__btn{height: 30px;font-size:14px;font-weight:700;border:none;padding:0 18px!important;border-radius:50pt!important;margin-top: 4px!important;letter-spacing:0!important;}

#pickTourModal.callback .wrapper_callback{background-color:#ECECFB;box-shadow:none;padding:65px 80px 80px 80px;}
#pickTourModal.callback .wrapper_callback h3{font-size:35px;color:#333333;}
#pickTourModal.callback .wrapper_callback .form-group{margin:0 20px 23px 0;}
#pickTourModal.callback .wrapper_callback .form-group .label{ display:block;color:#333333;margin-bottom:5px; }
#pickTourModal.callback .wrapper_callback .form-group input,
#pickTourModal.callback .wrapper_callback .form-group select{ width:100%;height: 50px;background-color:#ffffff;border:1px solid #CACAD9;outline:0;color:#909090;border-radius: 0;padding: 0 10px; }
#pickTourModal.callback .wrapper_callback .form-group input::placeholder{ font-size:14px;font-weight: 300;color: #9797A6; }
#pickTourModal.callback .wrapper_callback .form-group:nth-child(1){ width:calc(50% - 10px); }
#pickTourModal.callback .wrapper_callback .form-group:nth-child(2){ width:calc(50% - 10px); margin-right:0;}
#pickTourModal.callback .wrapper_callback .form-group:nth-child(3),
#pickTourModal.callback .wrapper_callback .form-group:nth-child(4),
#pickTourModal.callback .wrapper_callback .form-group:nth-child(5),
#pickTourModal.callback .wrapper_callback .form-group:nth-child(6){width:calc(25% - 15px);}
#pickTourModal.callback .wrapper_callback .form-group:nth-child(6){margin-right:0;}
#pickTourModal.callback .wrapper_callback .form-group:nth-child(7){ width:100%; margin-right:0;}
#pickTourModal.callback .wrapper_callback .form-group:nth-child(8){ width:calc(50% - 10px); }
#pickTourModal.callback .wrapper_callback .form-group:nth-child(9){ width:calc(50% - 10px); margin-right:0;}
#pickTourModal.callback .wrapper_callback .form-group:nth-child(10){width:100%;text-align:center;}
#pickTourModal.callback .wrapper_callback .form-group:nth-child(10) .slider__link{min-width:280px;font-weight:700;letter-spacing:0; padding: 19px 31px;}
#pickTourModal.callback .wrapper_callback p{width:100%; text-align:center;font-size: 14px;font-weight: 300;color: #9797A6;}
#pickTourModal.callback .wrapper_callback p span,
#pickTourModal.callback .wrapper_callback p a{font-size: 14px;font-weight: 300;color: #9797A6;line-height: 1.2;text-decoration:underline;margin: 0;}


@media (max-width: 767px) {
    .specialOffers__block .specialOffers_items .item{ width:100%;margin-right:0; }
    .callback .wrapper_callback{ padding:40px 30px;overflow: scroll;height: 100%; }
    .callback .wrapper_callback .close{ top: 10px;right: 10px; }
    .callback .wrapper_callback .form-group{ width:100%!important;margin-right:0!important;margin-bottom: 15px!important; }
    
    .pickTour__block{text-align:center;margin-bottom:15px;}
    #pickTourModal.callback .wrapper_callback{padding: 40px 20px 20px 20px;}
    #pickTourModal.callback .wrapper_callback h3{font-size: 24px;margin-bottom: 25px;}
}


/* header search */

.search_header {
    background: #ffffff;
    min-height: 170px;
    border-radius: 10px;
    margin: -115px 0 50px;
	color:#fff;
	overflow:hidden;
}	

.sh--minusmargin {margin: -115px 0 50px;}
.sh--plusmargin {margin: 20px 0 50px;}

@media (max-width: 767px) {
    .sh--plusmargin {margin: 80px 0 50px;}
}

.tab_links {
    background: #3882e1;
    border-radius: 10px;
}

.tab_links li{
    font-size: 14px;
    text-align: center;
    text-transform: uppercase;
    cursor: pointer;
    padding: 0;
    margin: 0;
	background: #1961bc;
	font-weight: 600;
}

.tab_links li:before{content:unset;}

.tab_links .span_overflow {
    display: block;
    width: 100%;
    height: 100%;
    background: #3882e1;
    padding: 17px 35px;
}

.tab_links .span--lh {line-height: 34px;}

.tab_links li.active .span_overflow {background: #1961bc;}

.tab_links .span__block {
    /*display: block;*/
    font-size: 18px;
    font-weight: 600;
}

.br--prev {border-radius: 0 10px 10px 0;}
.br--next {border-radius: 10px 0 0 10px;}

/* main menu */

/* sliders */

.slider_bg {
	height:700px;
	overflow: hidden;
    position: relative;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top center;
}

.slider_info {
    position: absolute;
    width: 390px;
    top: 130px;
    right: 0;
    background: rgba(0, 0, 0, 0.4);
    border-radius: 13px;
    color: #fff;
}

.slider_flag {
    width: 70px;
    height: 47px;
    overflow: hidden;
    border-radius: 7px;
}

.slider__title {
    font-size: 30px;
    text-transform: uppercase;
    letter-spacing: 0.08rem;
    font-weight: 600;
}

.slider__price {
	 font-size: 20px;
}

.slider__link {
    padding: 18px 31px;
    display: inline-block;
    background: #fe7201;
    text-transform: uppercase;
    color: #fff;
    border-radius: 40px;
	margin-top: 20px;
    letter-spacing: 0.08rem;
}

.slider__link:hover {background: #fa2d43;}

.mainarrows {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    pointer-events: none;
}

.prev--arrow {
	top: 50%;
	left:0px;
}

.next--arrow {
	top: 50%;
	right:0px;
}

/* last minutes tours */

.lmt_item {
	height:300px;
    overflow: hidden;
    position: relative;
    border-radius: 10px;
    margin-bottom: 20px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top center;
    color: #fff;
}

.lmt--country:before {
	content: "";
    position: absolute;
    height: 100%;
    width: 240px;
    background: rgba(44, 48, 74, 0.5);
    z-index: 0;
    left: 0;
	top:0;
	-webkit-transition: all 100ms linear;
	-moz-transition: all 100ms linear;
	-ms-transition: all 100ms linear;
	-o-transition: all 100ms linear;
	transition: all 100ms linear;
} 

.lmt--country:hover:before {
	-webkit-transition: all 150ms linear;
	-moz-transition: all 150ms linear;
	-ms-transition: all 150ms linear;
	-o-transition: all 150ms linear;
	transition: all 150ms linear;
	width: 100%;
	background: rgba(44, 48, 74, 0.7);
}

.lmt--country .button {opacity:0}

.lmt--country:hover .button {opacity:1}

.delay {
    -webkit-animation-delay: 350ms;
    -moz-animation-delay: 350ms;
    -o-animation-delay: 350ms;
    animation-delay: 350ms;
}

.lmt--tour {
	background: #fe7201;
    text-align: center;
    font-size: 29px;
    font-weight: 600;
    text-transform: uppercase;
}

.lmt__text {
    position: relative;
    z-index: 1;
    padding-left: 30px;
    padding-right: 30px;
    margin: 1px 0;
}

.lmt--title {
    font-size: 26px;
    font-weight: 600;
    text-transform: uppercase;
    margin-bottom: 18px;
}

.lmt--price {color: #fe7201;}

.lmt--last {padding-bottom: 20px;}

/* breadcrumbs */

.breadcrumbs {
	padding: 12px 0;
    font-size: 14px;
}

.breadcrumbs a {
	color: inherit;
	text-decoration:underline;
}
.breadcrumbs a:hover {text-decoration:none}
.breadcrumbs__separator {margin: 0 5px;}

/* page common*/

.page_block {padding: 28px 0;}	
	
.box--shadow { box-shadow: 0px 5px 16px 0px rgba(0, 0, 0, 0.3);}

.bg--1 {background: url(/template/images/Untitled.png) top left repeat;}

.bg--2 {
    padding: 65px 0;
    overflow: hidden;
    position: relative;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top center;
	background-image: url(/template/images/bg_2.jpg);
}

.bg--3 {
    overflow: hidden;
    position: relative;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top center;
	background-image: url(/template/images/bg_3.jpg);
}

.bg--3:before {
	content:"";
	position:absolute;
	width:100%;
	height:100%;
	background:rgba(44, 48, 74, 0.5);
	top:0;
	left:0;
}

.bg--3, 
.bg--3 .title--3,
.bg--3 a {color:#fff;}

.bg--4 {
    overflow: hidden;
    position: relative;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top center;
    background-attachment: fixed;
	background-image: url(/template/images/planet.png);
}

.about_text p {line-height: 27px;}

.bb_block_bg {
    background: #fff;
    border-radius: 10px;
}

.bb_block_span {
    width: 65px;
    margin-right: 30px;
    display: inline-block;
    text-align: center;
}

.bb_block_p {
	font-size: 18px;
    font-weight: 800;
    color: #3d3d3d;
}

.ttu {
	text-transform: uppercase;
    margin-top: 30px;
}

.sdfsdf {border-radius: 12px;}

/* partners */

.block--partners {
	background:#fff;
    padding: 80px 0 100px 0;
}

.partners_operators  {
    border-bottom: solid 2px #3882e1;
    padding-bottom: 40px;
    margin: 40px 0;
}

/* contacts */

.contacts_page .footer_cont_title {margin-top:20px}

.contacts_page a {color:inherit;}

.contacts_page .cont_wrap {margin-bottom:40px;} 

/* reviews */

.reviews_item {
    background: #eff6ff url(/template/images/bg_6.png) left top repeat;
    border-radius: 10px;
    padding: 20px;
	margin-bottom: 25px;
}

.reviews__mage {margin: 0 50px 0 25px;}

.reviews__name {
    font-size: 20px;
    color: #000;
}

.reviews__date {
    color: #1961bc;
    font-style: italic;
    font-size: 15px;
}

/* countries list */

.ou_con_in {
    display: block;
    background: none;
    color: #000;
    padding: 10px;
    border-radius: 12px;
    overflow: hidden;
    font-weight: 600;
    border: solid 1px #cecece;
    margin-bottom: 10px;
    background: #fff;
}

.ou_con_in:hover {
    background: #fe7201;
    color: #fff;
	box-shadow: 0px 5px 16px 0px rgba(12, 12, 12, 0.3);
}

.ou_con_in img {
    border-radius: 4px;
    margin-right: 6px;
}

/* countries */

.page__title {
	font-size: 30px;
    text-transform: uppercase;
    letter-spacing: 0.08rem;
    font-weight: 600;
    color: #fff;
    margin: 0;
    text-align: left;
}

.country_title {
    text-shadow: 0px 2px 15.2px rgba(25, 25, 25, 0.56);
    color: #fff;
    width: 100%;
    text-align: center;
    font-size: 60px;
    line-height: 58px;
    text-transform: uppercase;
    font-weight: 600;
    margin-top: 30px;
}

.country__subtitle {
    font-size: 48px;
    display: block;
    text-transform: lowercase;
    font-weight: 400;
}

.bb_forblock {margin:15px 0;}

.bb_for {
    width: 65px;
    margin-right: 15px;
    display: inline-block;
    text-align: center;
}

.bb__fortext {
    color: #fe7201;
    font-size: 18px;
    font-weight: 600;
}

.country_item {
    overflow: hidden;
    border-radius: 10px;
    display: block;
    margin-bottom: 20px;
}

.coutry_temp {
	text-align: center;
    padding: 15px 30px;
    overflow: hidden;
    position: relative;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top center;
    background-image: url(/template/images/bg_5.jpg);
    overflow: hidden;
    border-radius: 10px;
    font-weight: 700;
}

.ct--header {
    text-transform: uppercase;
    font-size: 20px;
	margin-bottom: 10px;
}

.ct--item:not(.last) {border-bottom: solid 1px #fff;}

.ct--item > div:not(.last) {
	border-right: solid 1px #fff;
	 padding: 9px 0;
}

.ct--item > div:not(.first) {font-size:18px}

.ct--item .first {
	font-size:15px;
	color:#3882e1;
}

/* maps */

.country_map {
    background: #fff;
    border-radius: 10px;
    overflow: hidden;
    height: 100%;
}

.office_map {
    background: #fff;
    border-radius: 10px;
    overflow: hidden;
	height: 270px;
    margin-top: 40px;
}

/* request */

.request--block {
    overflow: hidden;
    position: relative;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top center;
    background-image: url(/template/images/bg_4.jpg);	
}

.request__title,
.request__subtitle {
    text-align: center;
    color: #fff;
    margin: 0;
    line-height: unset;
}

.request__title {
	font-size: 46px;
	font-weight: 700;
}

.request__subtitle {font-size: 26px;}

.request--block {
    padding: 40px 0;
}

/* how we works */

.hwifl--first:before,
.hwifl--first:after,
.hwifl--second:before,
.hwifl--second:after,
.arrow__zzz:before,
.arrow__zzz:after {
	content:"";
	position:absolute;
}

.hwifl--first {
	padding-bottom:20px;
	margin-bottom:-2px;
	margin-top:50px;
	position:relative;
}

.hwifl--second {
	padding-top:20px;
	margin-top:-2px;
	margin-bottom:50px;
	position:relative;
}


.hwifl--first:before,
.hwifl--second:before {
    height: 60%;
    width: 2px;
    background: #fe7201;
}

.hwifl--first:after,
.hwifl--second:after {
    height: 2px;
    width: 55%;
    background: #fe7201;
}

.hwifl--first:before,
.hwifl--first:after {
		bottom:0;
		right:0;
	}

.hwifl--second:before,	
.hwifl--second:after {
	top:0;
	left:0;
}

.arrow__zzz {
    margin: 20px 15px;
    overflow: hidden;
    width: 70px;
    height: 100%;
    position: relative;
}

.hwifl--first .last .arrow__zzz {margin: 0 0 0 20px;}
.hwifl--second .first .arrow__zzz {margin: 20px 20px 20px 0;}

.arrow__zzz:before {
    height: 2px;
    width: 100%;
    background: #fe7201;
    left: 0;
    top: 50%;
    margin-top: -1px;
}

.arrow__zzz:before {
    height: 2px;
    width: 98%;
    background: #fe7201;
    left: 0;
    top: 50%;
    margin-top: -1px;
}


.arrow__zzz:after {
    width: 0;
    height: 0;
    border-top: 5px solid transparent;
    border-left: 20px solid #fe7201;
    border-bottom: 5px solid transparent;
    top: 50%;
    margin-top: -5px;
    right: -2px;
}

.hwifl--first .last .arrow__zzz:after {content:none}

.how_works_wrap {
	position:relative;
}

.how_works_item {
	border-radius: 10px;
    background-color: rgb(244, 243, 243);
    box-shadow: 0px 5px 16px 0px rgba(25, 25, 25, 0.14);
    padding: 15px 0;
}

.how_works_item > * {margin:0 5px}

.how_works_text {
	font-size: 20px;
	color: rgb(254, 114, 1);
}
	
/* managers */

.managers_item {
	padding: 50px 20px;
    margin: 0 10px;
	text-align: center;
}

.slick-slide {
	-moz-transition: all 0.6s ease-out;
	-o-transition: all 0.6s ease-out;
	-webkit-transition: all 0.6s ease-out;
}

.center_mode{
	/*-webkit-transform: scale(1.2);
	 -moz-transform: scale(1.2);
	 -o-transform: scale(1.2);
	 transform: scale(1.2);*/
}

.js_managerslider .slick-track{margin:0 auto;}
.managers_item img {
    box-shadow: 0px 5px 11px 0px rgba(12, 12, 12, 0.3);
    border-radius: 10px;
}
.managers_item .image{height: 290px;background-position: 50% 50%;background-repeat: no-repeat;background-size: cover;box-shadow: 0px 5px 11px 0px rgba(12, 12, 12, 0.3);border-radius: 10px;}

.managers__title {
	color: #fe7201;
    font-size: 20px;
    font-weight: 700;
    margin-top: 25px;
}

.js_managerslider ul {text-align: center;}

.js_managerslider li {
    display: inline-block;
    margin: 0;
    padding: 0;
}

.js_managerslider li:before {content: none;}

.js_managerslider li button {
    background: none;
    text-indent: -999999px;
    padding: 0;
    border: solid 1px #3682e2;
    height: 10px;
    width: 10px;
    border-radius: 50%;
    margin: 5px;
    outline: none;
}

.js_managerslider .li:hover button, 
.js_managerslider .slick-active button {background: #3682e2;}

.managerslider__arrow {
    border: solid 4px #fe7e17;
    color: #fe7e17;
}

 .managerslider__arrow:hover {background: rgba(44, 48, 74, 0.09);}

.managerslider__arrow.prev--arrow {
    top: 37%;
    left: -50px;
}

.managerslider__arrow.next--arrow {
    top: 37%;
    right: -50px;
}

/* news */	
	
/* footer */

.footer_cont_title {
	margin-bottom:20px;
	font-weight:700;
}

.footer_social {
    text-align: center;
    font-weight: 700;
    font-size: 20px;
    padding: 20px 0;
}

.footer {
    background: #3882e1;
    padding: 13px 0;
    color: #fff;
    font-size: 14px;
}

.footer p {
	margin-top:0px;
	margin-bottom:0px;
}

.footer .center {text-transform:uppercase;}

.footer a {
	color: #fff;
	text-decoration:underline;
}

/* privacy policy */
	
.policy_block a {
    color: inherit;
    text-decoration: underline;
}	

.policy_block p {margin: 20px 0;}	

.policy_block ul {margin-left: 40px;}

.policy_block_title {
    font-size: 22px;
    font-weight: 700;
}

.policy_block p:not(.nolp) {margin-left: 20px;}

.slide_menu {
    padding: 5px 10px;
    border-radius: 5px;
    background: #fff;
    font-size: 28px;
    text-align: center;
    color: #3d3d3d;
    cursor: pointer;
}

.help_block {padding:10px;}

.help__title {
    font-size: 22px;
    margin: 10px 0 20px 0;
    text-align: center;
    line-height: 28px;
}

.help_block li {
    margin:10px 0;
}
.help_block li:before {content:unset;}

/*--- MEDIA QUERIES---*/

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

}

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

}

@media screen and (max-width: 1199px) {
	.link_logo {width: 300px;}
	.slider_bg {height: 500px;}
	.padding--1 {padding: 25px 50px;}
	.padding--2 {padding: 20px 20px;}
	.padding--5 {padding-left: 0;}
}

@media screen and (max-width: 1050px) {
	.how_works_item {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
	}
	.hwifl--second:before {height: 57%;}
}

@media screen and (max-width: 990px) {
    .logo__block .logo__text{font-size:20px;}
    .logo__block .logo__text span{font-size: 30px;}
	.link_logo {width: 120px;}
}

@media screen and (max-width: 977px) {
	.header_contacts {font-size: 13px;}
	.header_cur {font-size: 14px;}
}

@media screen and (max-width: 959px) {
    .tab_links, .some__scrole {overflow-x: scroll;}
	.top_line {
		padding: 10px 0;
		position: fixed;
		left: 0;
		top: 0;
	}	
	.md_sgrid_0{
		-webkit-box-flex:unset;
		-ms-flex:unset;
		flex:unset;
		max-width:unset;
	}
	.md_slide_block {
		position: fixed;
		width: 250px;
		height: 100%;
		background: rgba(0, 0, 0, 0.85);
		top: 0;
		right: -260px;
		z-index: 100;
		overflow-y: scroll;
		overflow-x: hidden;
	}
	.js_menu_active {right: 0;}
	.header_menu ul {height: auto;}
	.header_menu li {
		height: auto;
		width:100%;
	}
	
	.header_menu .active .menu__item,
	.header_menu .menu__item:hover {
		color: #000;
		background: #fff;
	}
	
	.header_menu .active .menu__item:after {content:none}
	
	.line_first {
		border-bottom: unset;
		padding-bottom: unset;
	}
	.header_menu .menu__item {
		margin-right: 0;
	    text-align: center;
	}
	.header_contacts p {
		text-align: center;
		font-size: 20px;
		border-bottom: solid 1px #797979;
		padding: 5px 0;
	}
	.header_contacts a {display: block;}
	.header_cur {width:100%;}
	.header_cur p {
	    margin: 20px 0;
		font-size: 20px;
	}
	.dsfs--1{
	    text-align: right;
		padding-right: 15px;
	}
	.dsfs--2{text-align: left;}
	.header_social {text-align: center;}
	.header_contacts {margin-top: 40px;}
	.lmt--tour {height: auto; padding: 30px 0;}
	.lmt--tour .block {
		display:inline-block;
		margin-left:5px;
	}
	.button-lmt {
		bottom: 50%;
		margin-bottom: -25px;
	}
	.lmt_item {
	    height: auto;
	    padding: 20px 0;
	    margin-bottom: 10px;
	}
	.lmt--country:before {width: 100%;}
	.lmt--last {padding-bottom: 0;}
	.lmt--country .button {opacity: 1;}
	.md_text--center {text-align:center;}
}

@media screen and (max-width: 860px) {
	.center_mode{
		-webkit-transform: scale(1.0);
		 -moz-transform: scale(1.0);
		 -o-transform: scale(1.0);
		 transform: scale(1.0);
	}
	.managers_item {
		margin: 0 10px;
		padding: 10px;
	}
	.managerslider__arrow.prev--arrow {
		left: -35px;
	    top: 30%;
	}
	.managerslider__arrow.next--arrow {
		right: -35px;
	    top: 30%;
	}
}

@media screen and (max-width: 767px) {
	.md_height_map {height: 400px}
	.country_map {height: unset}
	.md_text_center {text-align:center;}
	h1, .title--1 {
		margin: 10px 0 10px 0;
	    font-size: 40px;
		line-height: 40px;
	}
	.arrow__zzz {display:none;}
	.how_works_item {margin: 10px;}
	.hwifl--first:before, 
	.hwifl--second:before, 
	.hwifl--first:after, 
	.hwifl--second:after {content:none}
	.hwifl--first {
		padding-bottom: 0;
	    margin-top: 20px;
	}
	.hwifl--second {
		padding-top: 0;
	    margin-bottom: 25px;
	}
	.title--3,
	.request__title	{
		font-size: 40px;
		line-height: 40px;
	}
	.slider_bg {
		min-height: 300px;
	}
	.sm_slider_bg {height: auto;}
	.reviews__name {text-align: center;}
	.reviews__date {
		text-align: center;
		display: block;
		margin: -6px 0 10px;
	}
	.dopmt {margin-top:60px;}
}

@media screen and (max-width: 479px) { 
	.lmt--tour {
		text-align: left;
		padding: 30px;
	}
	.slider_info {width: 100%;}
	.country_input{width: 95%;}
	.slider_info {
		position: relative;
		top: 143px;
	}
}











