.delivery_container h2{
	font-size: 40px;
	line-height: 46px;
	text-align: center;
	margin: 20px 0;
	font-family: MrsWhite;
}

.delivery_container{max-width: 600px;}

.street_comment{text-align: right; margin-top: 5px; padding-right: 20px;}

.clear{clear: both;}

.input_field__full_width{width: 100%;}
.input_field__full_width input{width: 100%;}

.input_field__30_width{width: 33%; float: left;}
.input_field__30_width input{width: 99%;}
.input_field__30_width select{width: 99%;}

.input_field__60_width{width: 66%; float: left;}
.input_field__60_width input{width: 99%;}
.input_field__60_width select{width: 99%;}


.input_field{margin: 15px auto; max-width: 600px;font-family: MrsWhite;}
.input_field select{font-size: 28px; width: 100%; padding: 5px 15px; background: #fff; border: 2px solid #98d6d7; border-radius: 20px; font-family: MrsWhite;outline: none; color: #5b5b5b;}
.input_field input{font-size: 28px; padding: 10px 15px; background: #fff; border: 2px solid #98d6d7; border-radius: 25px; font-family: MrsWhite;outline: none; color: #5b5b5b;}
.input_field input[type="checkbox"]{width: 50px;}
.input_error{color: #ff0000; font-size: 20px; font-family: MrsWhite; padding: 5px 20px; display: none;}

.form_error{border: 2px solid #ff0000 !important;}

.input_email.active{background: #f9e8c8; border-radius: 25px; padding: 15px;}
.input_phone.active{background: #f9e8c8; border-radius: 25px; padding: 15px;}

.input_field  input[type=text]::-webkit-input-placeholder, .input_field  input[type=email]::-webkit-input-placeholder, .input_field  input[type=tel]::-webkit-input-placeholder {
    color: #5b5b5b;
    opacity: 1;
}

.input_field  input[type=text]::-moz-placeholder, .input_field  input[type=email]::-moz-placeholder, .input_field  input[type=tel]::-moz-placeholder {
    color: #5b5b5b;
    opacity: 1;
}

.input_field  input[type=text]:-ms-input-placeholder, .input_field  input[type=email]:-ms-input-placeholder, .input_field  input[type=tel]:-ms-input-placeholder {
    color: #5b5b5b;
    opacity: 1;
}

.input_field  input[type=text]::placeholder, .input_field  input[type=email]::placeholder, .input_field  input[type=tel]::placeholder {
    color: #5b5b5b;
    opacity: 1;
}


.not_in_list{font-size: 16px; float: right; margin: 0 20px 0 0; color: #868686; border-bottom: 1px dashed #868686; cursor: pointer;}
.not_in_list:hover{color: #000; border-bottom: 1px dashed #000;}

.button_loading{background: #f8bccd url(../img/loading_small.gif) no-repeat 10px 20px !important; padding-left: 30px !important; width: 300px !important;}

#emailload{margin-top: 15px;}
#smsload{margin-top: 15px;}
#free_t1{font-size: 24px; text-align: center; margin: 20px 0;}
#free_hide{font-size: 20px; color: #9C9C9C;}

.input_field input.active{
	border-bottom: 0;
	-moz-border-radius-topleft: 25px;
	-webkit-border-top-left-radius: 25px;
	 border-top-left-radius: 25px;
	-moz-border-radius-topright: 25px;
	-webkit-border-top-right-radius: 25px;
	border-top-right-radius: 25px;
	-moz-border-radius-bottomright: 0px;
	-webkit-border-bottom-right-radius: 0px;
	border-bottom-right-radius: 0px;
	-moz-border-radius-bottomleft: 0px;
	-webkit-border-bottom-left-radius: 0px;
	border-bottom-left-radius: 0px;
}
.drop_complete{
	display: none;
	background: #fff;
	position: absolute;
	top: 54px;
	z-index: 100;
	border: 2px solid #98d6d7;
	border-top: 0;
	padding: 0 15px 15px 15px;
	width: 100%;
	-moz-border-radius-topleft: 0px;
	-webkit-border-top-left-radius: 0px;
	 border-top-left-radius: 0px;
	-moz-border-radius-topright: 0px;
	-webkit-border-top-right-radius: 0px;
	border-top-right-radius: 0px;
	-moz-border-radius-bottomright: 25px;
	-webkit-border-bottom-right-radius: 25px;
	border-bottom-right-radius: 25px;
	-moz-border-radius-bottomleft: 25px;
	-webkit-border-bottom-left-radius: 25px;
	border-bottom-left-radius: 25px;
	height: 220px;
	overflow: auto;
}
.drop_complete div{font-size: 18px; font-family: MrsWhite; padding: 7px 0; cursor: pointer;}
.drop_complete div:hover{background: #98d6d7; color: #fff; padding: 7px 10px;}

.simple_link{
	color: #3c8788 !important; border-bottom: 0 !important; text-decoration: underline !important;    font-size: 20px !important;
	background: none !important;    padding: 0 !important;    border-radius: 0 !important;
	font-family: MrsWhite !important;    text-decoration: underline !important;    margin-top: 0px !important;
}


#baby_select2, #pdr_lay, #dr_lay, #dop_cond2, #dop_cond1{margin: 15px auto; max-width: 600px;}

#dop_cond1, #dop_cond2{text-align: center; font-family: MrsWhite; font-size: 20px;}

.input_field__button button{
	color: #fff;
	font-family: MrsWhite;
	font-size: 32px;
	background:	#f8bccd;
	width: 100%;
	padding: 10px 0;
	text-align: center;
	text-transform: uppercase;
	border-radius: 17px;
	border: 0;
	cursor: pointer;
}
.input_field__button button:hover{background: #98d6d7;}

.input_field__link{text-align: right;}
.input_field__link a{
	font-size: 32px !important;
	background: #f8bccd !important;
	padding: 12px 25px !important;
	border-radius: 25px !important;
	font-family: MrsWhite !important;
	text-decoration: none !important;
	margin-top: 0 !important;
	color: #fff;
}

#already_is2 a,
#email_another a,
#emailload a,
#sms_check a,
#sms_another a,
#smsload a,
#palready_is2 a{color: #ff0000; border-bottom: 2px dashed #ff0000;    font-size: 20px;    background: none;    padding: 0;    border-radius: 0;    font-family: MrsWhite;    text-decoration: none;    margin-top: 0px;}

#already_is2 a:hover,
#email_another a:hover,
#emailload a:hover,
#sms_check a:hover,
#sms_another a:hover,
#palready_is2 a:hover,
#smsload a:hover{color: #990000; border-bottom: 2px dashed #990000;}


.smsok{background: #fff url(../img/ok.png) no-repeat center right !important;}



.remodal-close {
    left: auto;
    right: 0;
}
.success_img {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 20px 0 30px;
}
.success_title {
    color: #363636;
    font-size: 26px;
    font-weight: bold;
    margin: 0 0 5px;
}
.success_description {
    font-size: 20px;
    color: #363636;
}
.remodal_confirm {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background: #f492af;
    width: 150px;
    height: 40px;
    border-radius: 20px;
    border: 3px solid #f492af;
    font-weight: 600;
    color: #fff;
    margin: 15px auto 0;
}
.remodal_confirm:hover {
    background: #fff;
    color: #f492af;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}



.pdr_upload_text, .dr_upload_text{display: block; font-style: italic;}


.ph2 img{margin: 0;}



.chat2desk_channels{
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}
.chat2desk_channel{
	margin: 0 8px;
	max-width: 150px;
}
.chat2desk_channel_image{text-align: center;}
.chat2desk_channel_image img{width: 100%; height: auto; margin: 5px 0;}
.chat2desk_channel_image a{background: none; padding: 0;}
.chat2desk_channel_image a:hover{background: none; padding: 0;}
.chat2desk_channel_name{margin: 5px 0; font-size: 24px; text-align: center; font-family: MrsWhite;}


.inner_page_title, .inner_page_title p{
	font-family: MrsWhite;
	font-style: normal;
	font-weight: normal;
	font-size: 40px;
	line-height: 50px;
	text-align: center;
	color: #666666;
}

.inner_page_title_as_text{
	padding: 150px 0;
}

.inner_page_text{
	padding: 50px 0 0px 0;
}
.inner_page_text, .inner_page_text p{
	font-family: MrsWhite;
	font-style: normal;
	font-weight: normal;
	font-size: 24px;
	line-height: 30px;
	text-align: center;
	color: #666666;
}

.inner_page_green_block{
	display: inline-block;
	background: #98D5D7;
	border-radius: 10px;
	min-height: 50px;
	line-height: 50px;
	color: #fff;
	padding: 0 20px;
	font-size: 31px;
}
.inner_page_green_block_error{
	background: #f8bccd;
}
.inner_page_title .inner_page_green_block{
	font-size: 40px;
}

#telegram {
	background: url(/img/telegram.svg);
	background-size: auto;
	background-size: cover;
	height: 30px;
}
#vk {
	background: url(/img/vk.svg);
	background-size: auto;
	background-size: cover;
	height: 30px;
}
#ok {
	background: url(/img/ok.svg);
	background-size: auto;
	background-size: cover;
	height: 30px;
}

#postfive_widget_map{
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 9999998;
}

#postfive_widget_close{
	position: fixed;
	top: 10px;
	right: 10px;
	z-index: 9999999;
	cursor: pointer;
}
.postfive_widget{
	display: none;
}

.delivery_container h2 {
	font-size: 36px;
	color: #f8bccd;
	line-height: 40px;
	font-weight: normal;
}
.delivery_container strong {
	font-size: 36px;
	color: #3c8788;
	font-weight: 400;
}

.discount_code_apply_text {
	font-size: 20px;
	font-family: MrsWhite;
	padding: 5px 20px;
	display: none;
}

@media(max-width: 768px) {
	#order_delivery_select{width: 100%;}

	.delivery_container{padding: 0 15px;}

	.inner_page_title_as_text{
		padding: 50px 0;
	}
}

@media(max-width: 480px) {
	
	
	.success_title {    font-size: 22px; }
	.success_description {    font-size: 16px;line-height: 20px;}
	
	.input_field__30_width{width: 100%;}
	.input_field__60_width{width: 100%;}

	#discount_code_div{margin-bottom: 10px;}

	.inner_page_title, .inner_page_title p{	font-size: 30px;}
	.inner_page_title .inner_page_green_block {    font-size: 30px;}
	
	#dr_upload_text{margin-top: 20px;display: block;}
	#pdr_upload_text{margin-top: 20px;display: block;}

}


.ph2 .paypage_content strong {
    font-size: inherit !imporant;
    color: inherit !imporant;
    font-weight: bold !imporant;
}

.i-flocktory{
	width: 100%;
	max-width: 768px;
	margin: 0 auto;
}