* {
	margin: 0;
	padding: 0;
	outline: none;
	box-sizing: border-box;
}

@font-face {
  font-family: 'Euclid';
  src: url('https://uploads-ssl.webflow.com/5adb18f797c69778e81b7f73/61225797411cba0b0af742b5_EuclidCircularA-Italic.ttf') format('truetype');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Euclid';
  src: url('https://uploads-ssl.webflow.com/5adb18f797c69778e81b7f73/6122579731cd4583a8779ab9_EuclidCircularA-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Euclid';
  src: url('https://uploads-ssl.webflow.com/5adb18f797c69778e81b7f73/612257972f7f04d9cf593a2f_EuclidCircularA-SemiBold.ttf') format('truetype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Gilroy';
  src: url('https://uploads-ssl.webflow.com/5adb18f797c69778e81b7f73/5add6772fcceb9789bd166a7_Gilroy-MediumItalic.otf') format('opentype');
  font-weight: 500;
  font-style: italic;
  font-display: auto;
}
@font-face {
  font-family: 'Gilroy';
  src: url('https://uploads-ssl.webflow.com/5adb18f797c69778e81b7f73/5add6771ffcf8a33da2baf58_Gilroy-Bold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Gilroy';
  src: url('https://uploads-ssl.webflow.com/5adb18f797c69778e81b7f73/5add677110eb11b085aa9370_Gilroy-ExtraBold_0.otf') format('opentype'), url('https://uploads-ssl.webflow.com/5adb18f797c69778e81b7f73/5add677110eb115073aa9371_Gilroy-ExtraBoldItalic.otf') format('opentype');
  font-weight: 700;
  font-style: italic;
  font-display: auto;
}
@font-face {
  font-family: 'Gilroy';
  src: url('https://uploads-ssl.webflow.com/5adb18f797c69778e81b7f73/5add6772e605946a88ba2cc9_Gilroy-Medium.otf') format('opentype');
  font-weight: 500;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Gilroy';
  src: url('https://uploads-ssl.webflow.com/5adb18f797c69778e81b7f73/5add6772d6a3933b6868f1cc_Gilroy-Regular.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Gilroy';
  src: url('https://uploads-ssl.webflow.com/5adb18f797c69778e81b7f73/5add6772e60594d020ba2cca_Gilroy-RegularItalic.otf') format('opentype');
  font-weight: 400;
  font-style: italic;
  font-display: auto;
}

body {
    font-family: Gilroy;
    background-color: #f2f9ff;
    background-size: cover;
    background-attachment: fixed;
    font-size: 14px;
}
.left {
	float: left;
}
.right {
	float: right;
}
.bold{
	font-weight: bold;
}

.clearfix:before,
.clearfix:after{
	content: '';
	display: table;
	clear: both;
}

.container {
	max-width: 830px;
	margin: 0 auto;
	padding-left: 15px;
	padding-right: 15px;
}

.header_top {
    background: #438cb1;
    border-radius: 10px;
    padding: 20px;
    margin: 30px 0 20px;
    position: relative;
}

.header_top_logo{
	top: 0;
	left: -100px;
	position: absolute;
}
.title_h1 {
	text-align: center;
	display: block;
	font-weight: 400;
	/*font-size: 48px;
	line-height: 56px;*/
	font-size: 37px;
    line-height: 46px;
	letter-spacing: 0.0235294em;
	color: #c1e1f8;
	margin-bottom: 10px;
	font-family: 'Gilroy';
}

.title_h2 {
	text-align: center;
	display: block;
	font-weight: 400;
	/*font-size: 36px;
	line-height: 42px;*/
	font-size: 26px;
	line-height: 36px;
	letter-spacing: 0.0235294em;
	color: #FFFFFF;
	font-family: 'Gilroy';
}

.title_h3{
	text-align: center;
	display: block;
	font-weight: 400;
	font-size: 18px;
	line-height: 24px;
	letter-spacing: 0.0235294em;
	color: #222222;
	font-family: 'Gilroy';
}
.header{
    background: #438cb1;
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1000;
    display: none;
}

.header_logo img{
	max-height: 100%;
}

.header_info{
	padding: 5px 20px;
}

.header_info > div {
	display: inline-block;
	vertical-align: middle;
}

.hmt{
	margin-top: 10px;
}
.hmt > div{
	display: inline-block;
	vertical-align: middle;
}

.header_logo {
	margin-right: 50px;
	height: 50px;
}
.header_logo_mobile{
	display: none;
}
.header_phone {
	margin-right: 25px;
}
.header_phone a{
	font-size: 24px;
	line-height: 28px;
	letter-spacing: 0.0235294em;
	color: #FFF;
	text-decoration: none;
}
.header_phone a * {
	display: inline-block;
	vertical-align: middle;
}

.header_phone svg{
	margin-right: 10px;
}

.header_modal{
	height: 30px;
	cursor: pointer;
	position: relative;
}

.header_modal_info{
	display: none;
	white-space: nowrap;
    position: absolute;
    top: 32px;
    right: -20px;
    background: #fff;
    /* padding: 10px; */
    border-radius: 5px;
    border: 1px solid #438cb1;
    overflow: hidden;
}

.header_modal_info > a{
	display: block;
    font-size: 14px;
    color: #000;
    text-decoration: none;
    padding: 10px;
}
.header_modal_info > a:hover{
	background-color: #438cb1;
    color: #fff;
}

.header_title {
	font-weight: 500;
	font-size: 24px;
	line-height: 28px;
	letter-spacing: 0.0235294em;
	color: #FFFFFF;
}
.content {
    padding: 20px;
    border-radius: 10px;
    margin-bottom: 20px;
    background-color: #c1e1f8;
}

.item {
	display: none;
}
.item.loading {
	display: block;
    margin-left: 80px;
    font-size: 14px;
    font-style: italic;
    color: rgba(0, 0, 0, 0.8);
}
.item > div {
	display: inline-block;
	vertical-align: top;
}
.item_info {
	width: calc(100% - 100px);
}
.item_photo {
   border-radius: 50%;
    overflow: hidden;
    border: 2px solid #438cb1;
    width: 60px;
    height: 60px;
    margin-right: 15px;
}

.item_photo img{
	max-width: 100%;
}

.item_text > span{
	background: #FFFFFF;
	border-radius: 0 10px 10px 10px;
	/*padding: 20px 25px 20px 30px;
	/*font-size: 18px;
	line-height: 21px;*/
	padding: 15px 20px 15px 25px;
	font-size: 14px;
	line-height: 17px;
	letter-spacing: 0.0235294em;
	color: #2C2C2C;
	display: inline-block;
	margin-bottom: 15px;
}

.item:not(.answer) .item_text{
	display: none;
}

.list_countries > div {
	display: inline-block;
    cursor: pointer;
    color: #2C2C2C;
    /*padding: 2px 8px 2px 8px;*/
    padding: 6px 8px;
    margin: 3px 6px 3px 0px;
    border-radius: 4px;
    border: 1px solid #8ccbf7;
    background-color: #fff;
    font-size: 14px;
    background-position: 8px 4px;
    background-repeat: no-repeat;
    padding-left: 40px;
}

.list_countries > div:hover{
    background-color: #438cb1;
    color: #fff;
}

.item.answer{
	text-align: right;
}
.item_answer_text{
	background: #438cb1;
	box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.24), 0px 0px 2px rgba(0, 0, 0, 0.12);
	border-radius: 10px;
	font-family: Gilroy;
	font-weight: 500;
	/*font-size: 18px;
	line-height: 21px;*/
	font-size: 14px;
	line-height: 17px;
	text-align: center;
	letter-spacing: 0.0357143em;
	color: #FFFFFF;
	/*padding: 16px 19px 15px;*/
	padding: 15px 16px 15px;
	/*min-width: 150px;*/
	min-width: 130px;
	margin-bottom: 15px;
}

.list_choice span{
	border: 1px solid #8ccbf7;
	border-radius: 5px;
	min-width: 42px;
	height: 42px;
	padding: 0 15px;
	font-size: 14px;
	line-height: 42px;
	letter-spacing: 0.0235294em;
	color: #2C2C2C;
	display: inline-block;
	text-align: center;
	cursor: pointer;
}

.list_choice span:hover{
	background: #438cb1;
    border: 1px solid #438cb1;
	color: #fff;
}

.list_choice2 span{
	border: 1px solid #8ccbf7;
	border-radius: 5px;
	min-width: 42px;
	height: 42px;
	padding: 0 15px;
	margin-bottom: 5px;
	font-size: 14px;
	line-height: 42px;
	letter-spacing: 0.0235294em;
	color: #2C2C2C;
	display: inline-block;
	text-align: center;
	cursor: pointer;
}

.list_choice2 span:hover{
	background: #438cb1;
    border: 1px solid #438cb1;
	color: #fff;
}

.list_item_city span{
	border: 1px solid #8ccbf7;
	border-radius: 5px;
	min-width: 42px;
	height: 42px;
	padding: 0 16px;
	margin-bottom: 5px;
	font-size: 14px;
	line-height: 42px;
	letter-spacing: 0.0235294em;
	color: #2C2C2C;
	display: inline-block;
	text-align: center;
	cursor: pointer;
}

.list_item_city span:hover {
	background: #438cb1;
    border: 1px solid #438cb1;
	color: #fff;
}
.ctours{
	font-weight: normal;
}

#user_name{
	display: none;
}
.input {
   	border: 1px solid #8ccbf7;
    border-radius: 5px;
    width: 192px;
    height: 42px;
    padding: 0 16px;
    margin-bottom: 5px;
    font-size: 15px;
    line-height: 42px;
    letter-spacing: 0.0235294em;
    color: #2C2C2C;
    display: inline-block;
    cursor: initial;
    font-family: 'Gilroy', sans-serif;
}

.finish{
	display: none;
	font-weight: normal;
	border: 1px solid #8ccbf7;
    border-radius: 5px;
    min-width: 42px;
    height: 42px;
    padding: 0 16px;
    margin-bottom: 5px;
    font-size: 16px;
    line-height: 42px;
    letter-spacing: 0.0235294em;
    color: #2C2C2C;
    text-align: center;
    cursor: pointer;
}
.finish:hover{
	background: #438cb1;
    border: 1px solid #438cb1;
    color: #fff;
}

.modal{
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.6);
	overflow-y: auto;
	z-index: 1000;
	display: none;
}

#modal-feedback,#modal-success{
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	/*bottom: 0;*/
	margin: 20px auto;
	max-width: 364px;
	width: 90%;
	/*height: 300px;*/
	box-shadow: 0 3px 9px rgba(0,0,0,.5);
	background: #fff;
	padding: 30px;
	border-radius: 10px;
}

.g-recaptcha{
	width: 100%;
    overflow: hidden;
    overflow-x: auto;
    margin-bottom: 20px;
}
#modal-feedback .input {
	width: 100%;
	font-size: 14px;
	margin-bottom: 12px;
}

#modal-feedback .submit{
	color: #fff;
    border-radius: 4px;
    border: none;
    display: block;
    background-color: #438cb1;
    width: 100%;
    height: 42px;
    font-size: 18px;
    cursor: pointer;
    font-family: 'Gilroy', sans-serif;
}

#close_modal{
	stroke: #000;
    stroke-width: 4px;
    position: absolute;
    right: 8px;
    top: 8px;
    cursor: pointer;
}

#modal-feedback .submit:hover{
	background-color: #e63e23;
}

#modal-feedback textarea.input{
	height: 100px;
    resize: none;
    line-height: 14px;
    padding-top: 16px;
    padding-bottom: 16px;
}
#modal-feedback .title{
	font-size: 20px;
	text-transform: uppercase;
	font-weight: bold;
	margin-bottom: 20px;
	text-align: center;
}
#modal-success .title{
	font-size: 16px;
	line-height: 20px;
	font-weight: bold;
	text-align: center;
}
#modal-success button{
	color: #fff;
    border-radius: 4px;
    border: none;
    display: block;
    background-color: #438cb1;
    width: 100%;
    height: 42px;
    font-size: 18px;
    cursor: pointer;
    font-family: 'Gilroy', sans-serif;
    margin-top: 20px;
}

#modal-success button:hover{
	background-color: #e63e23;
}


.form_error{
	color: #f00;
	margin-bottom: 10px;
    margin-top: -10px;
}
/* date */

.flatpickr-day {
	border-radius: 5px!important;
}

.flatpickr-day.selected, .flatpickr-day.startRange, .flatpickr-day.endRange, .flatpickr-day.selected.inRange, .flatpickr-day.startRange.inRange, .flatpickr-day.endRange.inRange, .flatpickr-day.selected:focus, .flatpickr-day.startRange:focus, .flatpickr-day.endRange:focus, .flatpickr-day.selected:hover, .flatpickr-day.startRange:hover, .flatpickr-day.endRange:hover, .flatpickr-day.selected.prevMonthDay, .flatpickr-day.startRange.prevMonthDay, .flatpickr-day.endRange.prevMonthDay, .flatpickr-day.selected.nextMonthDay, .flatpickr-day.startRange.nextMonthDay, .flatpickr-day.endRange.nextMonthDay{
	background-color: #438cb1!important;
    border-color: #438cb1!important;
}

/* end date */

/* page success */
.success span{
	color: #580003;
}

.list_link {
	margin-top: 15px;
    text-align: center;
    line-height: 25px;
}

.list_link li {
	display: inline-block;
	margin-left: 10px;
	font-size: 15px;
	font-family: 'Euclid';
}
.list_link li a{
	color: #000;
	font-size: 15px;
	font-family: 'Euclid';
}
.list_link li a:hover{
	color: #fff;
}

/* end page success*/

@media(max-width: 767px){
	.header_phone a span{display: none;}
}
@media(max-width: 540px){
	#modal-feedback{
		padding: 20px;
	}
	#modal-feedback .title{
		font-size: 18px;
	}
	.header_modal_info{
		right: -10px;
	}
	.item_info {
		width: 100%;
	}
	.header_info{
		padding: 5px 0;
	}
	.header_logo,
	.header_phone{
		margin-right: 10px;
	}

	.title_h1 {		
		font-size: 23px;
		line-height: 33px;
	}

	.title_h2 {
		font-size: 20px;
		line-height: 26px;
	}

	.item.loading{
		margin-left: 10px;
	}
	.header_logo_desktop{
		display: none;
	}
	.header_logo_mobile{
		display: block;
		border-radius: 50%;
	    overflow: hidden;
	    border: 2px solid #8ccbf7;
	}
	
	.content {
		padding: 15px 10px;
	}
	.item_text > span {
		max-width: 100%;
		padding: 20px 10px;
	}
	.item:first-child .item_photo {display: block!important;}
	.item_photo {
		margin-bottom: 10px;
		display: none!important;
	}
	.list_choice span{
	    min-width: 32px;
	    height: 32px;
	    line-height: 32px;
	    padding: 0 5px;
	    font-size: 16px;
	    margin-bottom: 5px;
	}
	.list_choice{
		margin-bottom: -5px;
	}
	.flatpickr-calendar,
	.flatpickr-rContainer,
	.flatpickr-days{
		max-width: 100%;
	}
	.dayContainer{
	    max-width: 308.875px!important;
    	min-width: 100%!important;
	}
}

@media(max-width: 340px){
	.flatpickr-day{
		max-width: 39px;
	    height: 39px;
	    line-height: 39px;
	}
}
