

.cart {
    position: fixed;
    bottom: 20px;
    right: 20px;
    width: 80px;
    height: 80px;
    border-radius: 50%;
    background: url(../img/cart.png) no-repeat center;
    background-size: 54px;
    background-color: #117c84;
    border: 3px solid #fff;
    opacity: 0.9;
    cursor: pointer;
    transition: all 0.3s;
}
.cart span a {
    color: #1272ba !important;
}
.cart span a:hover {
    color: #fff !important;
    text-decoration: none;
}
.cart:hover {
    transform: scale(1.1);
    opacity: 1;
}
.cart .price span {
    position: absolute;
    top: -12px;
    left: -12px;
    display: block;
    width: 30px;
    padding: 4px;
    border-radius: 50%;
    background: #f1d96d;
    color: #fff;
    font-weight: 700;
    text-align: center;
}
.bird
{
/*border: 4px solid #999;*/
width: 100px;
height: 30px;
position: absolute;
text-align: left;
display: none;
/*background: #F0F0F0;*/
vertical-align: middle;
font-size: 18px;
} 	
.blindLayer {background: none repeat scroll 0 0 rgba(0, 0, 0, 0.8);bottom: 0;left: 0;position: fixed;right: 0;top: 0;z-index: 1001000;display: none;}
.bcontainer
{position: fixed;width: 800px;height: 455px;background: #fff;border: 4px solid #50d65e;padding: 20px;display: none;z-index: 1002000;
margin: 0 auto;
top: 10%!important;
left: 0px!important;
right: 0px!important;
}
#overflw
{
overflow-y: scroll;
overflow-x: hidden;
height: 300px;
	
	
}

#bcaption
{
background: #131313;

}
#bcaption td
{
border-right: 2px solid #fff;
font-weight: bold;
text-align: center;	
color: #fff;
}
#bcaption td {padding: 5px;}
#bcaption td:nth-child(1) { width: 50px; }		/*ID*/
#bcaption td:nth-child(2) { width: 300px; }		/*NAME*/
#bcaption td:nth-child(3) { width: 100px; }		/*PRICE*/
#bcaption td:nth-child(4) { width: 150px; }		/*NUM*/
#bcaption td:nth-child(5) { width: 70px; }		/*SUM*/

.bitem td
{
font: normal 18px Arial;
color: #999;
padding: 5px;	
border-bottom: 1px solid #999;	
border-right: 2px solid #FFF;
}

.bitem td:nth-child(1) { width: 50px; }
.bitem td:nth-child(2) { width: 300px; }
.bitem td:nth-child(3) { width: 100px; text-align: center;} 
.bitem td:nth-child(4) { width: 150px; text-align: center;}
.bitem td:nth-child(5) { width: 70px; text-align: center;}

#bclose
{
float: right;	
}

.bcontainer table
{
width: 100%;	
}
.bbutton
{
        color: #fff;
    padding: 10px 15px;
    font: bold 16px Arial;
    margin-top: 5px;
    background: #50d65e;
    border: none;
    cursor: pointer;
    float: right;
    border-radius: 40px;
}
#bsum
{
    float: right;
    margin: 13px 20px 13px 8px;
    font: normal 22px Arial;
    color: #f15d04;
}
.lll-in{
	float: right;
    margin-top: 13px;
    font-size: 24px;
    color: #f15d04;
}
.popup {
    background: none repeat scroll 0 0 #F2F2F2;
    border: 1px solid #808040;
    left: 50%;
    margin-left: -265px;
    padding: 25px 20px;
    position: fixed;
    top: 20%;
    width: 550px;
    z-index: 2002000;
    display: none;
}  
.popup h4	{
		margin-bottom: 4px;
	}
	.popup form	{
		padding: 30px 0 0 0;
	}
	.popup input[type="text"]{
		text-align: center;
		font-style: italic;
		display: block;
		width: 100%;
		margin-bottom: 10px;
		border: 1px solid #D9D9D9;
    	display: inline-block;
    	height: 40px;
    	line-height: 40px;
    	padding: 0;
    	vertical-align: middle;
	}
	
	
	.popup .alignCenter	{
		margin-top: 30px;
	}
	.popup textarea {
    display: block;
    font-style: italic;
    margin-bottom: 10px;
    text-align: left;
    width: 100%;
    border: 1px solid #D9D9D9;
    
	}
.basket_num
	{
	padding: 4px;
	background: #F0F0F0;
	color: #333;	
	}
.basket_num_buttons
	{
	width: 20px; 
	height: 20px;
	border: 1px solid #000;
	margin: 0 5px;
	display: inline-block;	
	color: #FFF;
	background: #000;
	text-align: center;
	cursor: pointer;	
	}
	
	
	::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #888 !important;
}
::-moz-placeholder { /* Firefox 19+ */
  color: #888 !important;
}
:-ms-input-placeholder { /* IE 10+ */
  color: #888 !important;
}

.cart_wrap
{
	position: fixed; top: 0; left: 0;
	width: 100%; height: 100%;
	background: rgba(0,0,0, .2);

	
	
	z-index: 999;
	display: none;
}

.cart_inner
{
	display: flex;
	justify-content: center;
	align-items: center;
	height: 100%;
	position: relative;
}

.cart_modal
{
	width: 800px;
	max-height: 90vh;
	box-sizing: border-box;
	padding: 15px;
	background: #fff;
	border-radius: 15px;
	box-shadow: 0 0 15px #aaa;
	position: relative;
}


.cart_modal h2
{
	font-size: 22pt;
}

.close_btn
{
    position: absolute;
    display: block;
    width: 28px;
    height: 28px;
    top: 5px;
    right: 5px;
    cursor: pointer;
    background: url(../images/close-p.png) no-repeat;
}


.cart_body
{
	min-height: 100px;
	max-height: 80vh;
	overflow-y: auto;
}

.cart_body p
{
	font-size: 11pt;
}

.cart_body section
{
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 5px;
	border-bottom: 1px solid #ddd;
}

.cart_preview
{
	width: 64px;
	height: 64px;
	border: 2px solid #bbb;
	border-radius: 50%;
	background-position: center !important;
	background-size: cover !important;

}

.remove_btn
{
	width: 18px;
	height: 18px;
	background: url(../images/remove.png);
	background-size: contain;
	opacity: .8;
	cursor: pointer;
}

.remove_btn:hover
{
	opacity: 1;
}

.cart_body form
{
	text-align: center;
}


.cart_table
{
	position: relative;
	max-height: 300px;
	overflow-y: auto;
}

.cart_inp
{
	margin: 10px;
    outline: 0;
    width: 40%;
    min-width: 250px;
    height: 50px;
    border: 1px solid #ccc;
    text-align: center;
    font-size: 18px;
    font-family: "Open Sans", Helvetica, sans-serif;
    font-weight: 400;
    border-radius: 35px;
}


.cart_btn
{
	margin: 15px auto;
	border-radius: 8px;
	border: 0;
    cursor: pointer;
    width: 290px;
    font-family: "Open Sans", Helvetica, sans-serif;
    color: #fff;
    font-weight: 700;
    font-size: 20px;
    background: #f05;
    display: block;
    text-align: center;
    padding: 20px 0px;
    box-shadow: 0px 2px 6px #b03;
    text-transform: uppercase;
    position: relative;
    transform: scale(.9);
    transition: all .3s;
}

.cart_btn:hover
{
	transform: scale(1);
	background: #999;
	box-shadow: 0px 3px 8px #222;
}


.cart_widget
{
	position: fixed;
	bottom: 20px; right: 20px;
	width: 80px; height: 80px;
	border-radius: 50%;
	background: url(../images/cart.png)no-repeat center;
	background-size: 54px;
	background-color: #fb0;
	border: 3px solid #b03;
	opacity: .9;
	cursor: pointer;
	transition: all .3s;
}


.cart_widget:hover
{
	transform: scale(1.1);
	opacity: 1;
}

.cart_widget span
{
	position: absolute;
	top: -8px; left: -8px;
	display: block;
	width: 22px;
	padding: 4px;
	border-radius: 50%;
	background: #f05;
	color: #fff;
	font-weight: bold;
	text-align: center;
}

.cart_empty
{
	margin-top: 20px;
	font-size: 20pt !important;
	font-weight: bold;
	color: #ccc;
	text-align: center;
}

.cart_total
{
	margin-top: 20px;
	font-size: 20pt !important;
	font-weight: bold;
	color: #222;
	text-align: left;
}

.cart_add_window
{
	margin: auto;
	position: fixed;
	top: 50%;
	left: 0; right: 0;
	width: 30%;
	padding: 30px;
	background: #eee;
	border-radius: 4px;
	box-shadow: 0 0 10px #aaa;
	text-align: center;
	z-index: 99;
	display: none;
}
.cart_add_window p
{
	font-size: 20pt;
	font-weight: bold;
	color: #f05;
}
#bclose2{
	color: #fff;
    background: #131313;
    padding: 10px 15px;
    position: relative;
    top: 14px;
}
a#bclose2:hover, a#bclose2{
    text-decoration: none;
}
.buttom:hover {
    text-decoration: none;
    color: #fff;
}
button.swal2-styled{
	background: #50d65e !important;
}
.centerBut:focus, .centerBut:active{
	text-decoration: none;
}

.block-nav {
    height: 70px;
    background: #fff;
    width: 100%;
    margin-top: 50px;
}
.nav-logo {
    float: left;
    width: 220px;
}
.block1 {
    min-height: 608px;
    text-align: center;
}
.block2 {
    padding: 30px 0 0 0;
}
.block2 h2 {
    font-size: 68px;
}
.tabs {
    width: 100%;
    float: none;
    list-style: none;
    padding: 0;
    margin: 35px auto;
    text-align: center;
}
.tabs:after {
    content: "";
    display: table;
    clear: both;
}
.tabs input[type="radio"] {
    display: none;
}
.tabs label {
    display: inline-block;
    padding: 10px 30px;
    font-size: 15px;
    font-weight: 700;
    text-decoration: none;
    text-align: center;
    line-height: 2;
    margin: 0 -3px;
    cursor: pointer;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    background: #f2f2f2;
	font-family: FuturaPT-Demi;
}

.tabs label:first-of-type
{
	border-radius: 8px 0px 0px 8px;
}

.tabs label:last-of-type
{
	border-radius: 0px 8px 8px 0px;
}
.ftab {
    margin: 0;
}
.tc-item {
    width: 100%;
    padding: 0 6px;
}
.tc-item p {
    text-align: center;
}
.tc-item p:first-child {
    font-weight: 600;
    font-style: italic;
}
.tc-item p:last-child {
    font-style: italic;
    font-size: 15px;
    padding: 5px 0;
}
.tabs label i {
    padding: 0;
    margin-right: 0;
}
.tabs label:hover {
    background: #117c84;
    color: #fff;
}
.tab-content {
    display: none;
    width: 100%;
    float: left;
    padding: 35px 15px 0 15px;
    box-sizing: border-box;
    background-color: #fff;
}
.tab-content * {
    -webkit-animation: scale 0.7s ease-in-out;
    -moz-animation: scale 0.7s ease-in-out;
    animation: scale 0.7s ease-in-out;
}
@keyframes scale {
    0% {
        transform: scale(0.9);
        opacity: 0;
    }
    50% {
        transform: scale(1.01);
        opacity: 0.5;
    }
    100% {
        transform: scale(1);
        opacity: 1;
    }
}
.tabs [id^="tab"]:checked + label {
    background: #117c84;
    color: #fff;
}
#tab1:checked ~ #tab-content1,
#tab2:checked ~ #tab-content2,
#tab3:checked ~ #tab-content3,
#tab4:checked ~ #tab-content4,
#tab5:checked ~ #tab-content5,
#tab6:checked ~ #tab-content6 {
    display: block;
}
.tovar-box {
    width: 960px;
    margin: 0 auto;
}
.tovar-item {
    width: 289px;
    display: inline-block;
    position: relative;
    padding: 0 13px 40px 15px;
}
.tov-disc{
	font-size: 20px;
	font-weight: 700;
	background: #117c84;
	width: 60px;
	height: 58px;
	-moz-border-radius: 50px;
	-webkit-border-radius: 50px;
	border-radius: 50px;
	position: absolute;
    top: 5px;
    left: 20px;
}
.tov-disc span{
	padding: 14px 0px 0px 7px;
	color: #fff;
    display: block;
}
.tov-articul {
    font-size: 20px;
    text-align: center;
    padding: 15px 0 0px 0;
	color:#000;
	margin-top: -10px;
    margin-bottom: -5px;
	min-height:72px;
}
.tov-complect {
    width: 85%;
    margin: 0 auto;
    border: 1px dashed #ccc;
    padding: 2px 0;
    text-align: center;
}
.tov-complect span {
    color: #117c84;
    text-align: center;
}
.tov-rating {
    background: url(../img/com-star-n.png) repeat-x;
    height: 13px;
    width: 90px;
    margin: 20px auto;
}
.tov-rating span {
    display: block;
    background: url(../img/com-star-z.png) repeat-x;
    height: 13px;
}
.tov-price {
    font-size: 22px;
    color: #117c84;
    text-align: center;
    line-height: 12px;
}
.tov-price span {
    font-size: 18px;
    color: #333;
    text-decoration: line-through;
    padding: 0 20px 0 0;
}
.tov-order {
    padding: 8px 0;
}
.block3 {
    min-height: 130px;
    background: #ff70a6;
    font-size: 80px;
    font-weight: 700;
    color: #fff;
}


.product_advantages {
    min-height: 100%;
}
.product_advantages h2 {
    padding: 70px 0 0 0;
}

.product_advantages{
	/*background: url(../img/bl4-bg.jpg) no-repeat center;*/
	background-size: cover;
}
.product_advantages h2{
	padding: 70px 0px 0px 0px;
}
.cline:after{
	content: '';
	display: block;
	width: 160px;
	margin: 0 auto;
	height:2px;
	background: #117c84;
	margin: 15px auto 0px auto;
}
.advan-item{
	width: 302px;
	display: inline-block;
	vertical-align: top;
	text-align: center;
	padding: 60px 0px 0px 0px;
}
.advan-item span{
	width: 133px;
	height: 133px;
	background: url(../img/bg3-it-sprite.png);
	display: block;
	margin: 0 auto;
	position: relative;
	transition: all .5s;
}
.advan-box {
    width: 920px;
    height: 100%;
    margin: 0 auto;
    position: relative;
}
@media screen and (max-width: 960px){
.advan-box {
    width: 610px;
    margin: 0 auto;
    padding: 0px 0px 50px;
}
}
@media screen and (max-width: 639px) {
.advan-box {
    width: 100%;
}
}
@media screen and (max-width: 639px) {
.advan-item {
    width: 100%;
}
}
.advan-item span:hover
{
	transform: scale(1.2)rotate(-3deg);
}

.advan-item:nth-child(2) span{
	background-position: -143px 0px;
}
.advan-item:nth-child(3) span{
	background-position: -286px 0px;
}
.advan-item:nth-child(4) span{
	background-position: 0px -143px;
}
.advan-item:nth-child(5) span{
	background-position: -143px -143px;
}
.advan-item:nth-child(6) span{
	background-position: -286px -143px;
}
.advan-title{
	padding: 30px 0px 0px 0px;
	text-transform: uppercase;
	color: #117c84;
	text-shadow: 0 1px 2px #999;
	font-size: 15pt;
}
.advan-title:after{
	content: '';
	background: #117c84;
    height: 2px;
    width: 60px;
    margin:15px auto;
    display: block;
}
.advan-item p:last-child{
	width: 210px;
    margin: 0 auto;
}



.block5 {
    background: url(../img/bl5-bg.jpg) no-repeat center;
    min-height: 465px;
    background-size: cover;
}
.block5 h2 {
    color: #fff;
}
.block6 {
    background: #fff;
    padding: 70px 0;
}
.block7 {
    background: url(../img/bl7-bg.jpg) no-repeat center;
    min-height: 500px;
    overflow: hidden;
    background-size: cover;
}
.footer {
    padding: 60px 0 0 0;
}
.footer span {
    margin: 0 auto;
    width: 580px;
    display: block;
    height: 20px;
}
.footer a {
    display: block;
    margin: 0 auto;
    text-decoration: underline;
    width: 252px;
}
.footer a:hover {
    text-decoration: none;
}
.tab-content img {
    width: 260px;
    height: 260px;
}
@media screen and (max-width: 960px) {
    .tab-content {
        padding: 35px 0 0 0;
    }
    .block2 {
        padding: 20px 0 0 0;
    }
    .ftab {
        margin: 0 0 0 30px;
    }
    .tabs label {
        padding: 10px 20px;
        font-size: 11px;
    }
    .tc-item:nth-child(2) {
        width: 240px;
    }
    .tovar-box {
        width: 100%;
    }
	 .tovar-item .tov-articul {
		 font-size: 17px;
}
 }
@media screen and (max-width: 639px) {

    .block1 {
        background: url(../images/bl1-bg-320.html) no-repeat center;
    }
    .block1 h1 {
        font-size: 29px;
        line-height: 20px;
    }
    .block1 h1 span {
        font-size: 18px;
    }
    .b-box:after {
        background: url(../images/line-razdel-320.html) no-repeat;
        width: 184px;
    }
    .block2 h2 {
        font-size: 30px;
    }
    .tabs {
        width: 300px;
        margin: 20px auto 0 auto;
    }
	.tabs label:first-of-type
{
	border-radius: 0px;
}

.tabs label:last-of-type
{
	border-radius: 0px;
}
    .tabs label {
        width: 198px;
        margin: 5px 0;
    }
    .ftab {
        border-radius: 0;
        margin: 0;
    }
    .tab-content {
        padding: 35px 0 20px 0;
    }
    .tabs label i {
        display: none;
    }
    .tc-item {
        width: 230px;
        margin: 5px auto;
        float: none;
    }
    .tc-item:nth-child(2) {
        width: 230px;
        margin: 5px auto;
    }
    .tovar-box {
        width: 100%;
    }
    .tovar-item {
        width: 300px;
        display: inline-block;
        position: relative;
        padding: 0 0 40px 0;
    }
	 .tovar-item .tov-articul {
        min-height: auto;
    }
}

.col {
    display: inline-block;
    float: left;
}
.col-sm {
    display: inline-block;
}
.forma-in {
    text-align: center;
    margin-top: 30px;
}
.control {
    height: 30px;
}
.row2 {
    text-align: center;
}
#left {
    float: left;
    background-color: #fff;
    color: #000;
    border-radius: 40px;
    width: 100%;
}
.left {
    color: gray;
    background-color: #fff;
    float: left;
    font-size: 100%;
    margin-top: 5px;
}
.bar-title {
    position: relative;
    float: left;
    width: 215px;
    line-height: 20px;
    margin-right: 17px;
    font-weight: 700;
    text-align: right;
    font-size: 13px;
}
.bar-container {
    position: relative;
    float: left;
    width: 70px;
    height: 10px;
    margin: 0 0 15px;
}
.bar-container div {
    background-color: #c40;
    height: 20px;
}
.buttom:hover {
    text-decoration: none;
    color: #fff;
}
.centerBut:active,
.centerBut:focus {
    text-decoration: none;
}
@media screen and (max-width: 1199px) {
    #left {
        margin-bottom: 10px;
    }
    .bar-title {
        position: relative;
        float: left;
        width: 250px;
        line-height: 20px;
        margin-right: 10px;
        font-weight: 700;
        text-align: right;
        font-size: 13px;
    }
}
@media screen and (max-width: 960px) {
    .block1 h1 {
        font-size: 40px;
    }
    .block1 h1 span {
        font-size: 20px;
    }
    .block2 h2 {
        font-size: 35px;
    }
    .centerBut {
        width: 230px;
        padding: 10px 0;
        font-size: 16px;
    }
}
@media screen and (max-width: 850px) {
    #bcontainer {
        width: 100%;
    }
}
@media screen and (max-width: 639px) {
    .block1 {
        min-height: 380px;
    }
}
@media screen and (max-width: 605px) {
    .block1 h1 {
        font-size: 32px;
        line-height: normal;
    }
}
@media screen and (max-width: 500px) {
    .wi_in,
    .wi_in input {
        width: 100%;
    }
    .bar-title {
        width: 65%;
    }
    #order {
        width: 70%;
    }
    .popup {
        left: 80% !important;
    }
}
@media screen and (max-width: 430px) {
    .block1 h1 {
        font-size: 26px;
    }
    #order {
        width: 75%;
    }
}
@media screen and (max-width: 400px) {
    .nav .price a {
        font-size: 10px;
    }
    #order {
        width: 90%;
    }
}
.buttom {
    border: 0;
    text-decoration: none;
    cursor: pointer;
    width: 290px;
    font-family: "Open Sans", Helvetica, sans-serif;
    color: #fff;
    font-weight: 700;
    font-size: 20px;
    background: #50d65e;
    display: block;
    text-align: center;
    padding: 20px 0;
    box-shadow: 0 4px 1px #2aa537;
    text-transform: uppercase;
    -webkit-transition: all 0.1s ease-in-out;
    -moz-transition: all 0.1s ease-in-out;
    transition: all 0.1s ease-in-out;
}
.buttom:hover {
    box-shadow: none;
    -webkit-transition: all 0.1s ease-in-out;
    -moz-transition: all 0.1s ease-in-out;
    transition: all 0.1s ease-in-out;
}
.buttom:active {
    box-shadow: inset 0 2px 4px #2aa537;
}
.centerBut {
    display: block;
    margin: 15px auto 0 auto;
}
.f-normal {
    font-weight: 400;
}
.f-bold {
    font-weight: 700;
}
.star5 {
    width: 100%;
}
.star45 {
    width: 90%;
}
.star4 {
    width: 80%;
}
.star35 {
    width: 70%;
}
.star3 {
    width: 60%;
}
body.swal2-shown {
    overflow-y: hidden;
}
body.swal2-iosfix {
    position: fixed;
    left: 0;
    right: 0;
}
.swal2-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    padding: 10px;
    background-color: transparent;
    z-index: 1060;
}
.swal2-container.swal2-fade {
    -webkit-transition: background-color 0.1s;
    transition: background-color 0.1s;
}
.swal2-container.swal2-shown {
    background-color: rgba(0, 0, 0, 0.4);
}
.swal2-modal {
    background-color: #fff;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    border-radius: 5px;
    box-sizing: border-box;
    text-align: center;
    margin: auto;
    overflow-x: hidden;
    overflow-y: auto;
    display: none;
    position: relative;
}
.swal2-modal:focus {
    outline: 0;
}
.swal2-modal.swal2-loading {
    overflow-y: hidden;
}
.swal2-modal .swal2-title {
    color: #595959;
    font-size: 30px;
    text-align: center;
    font-weight: 600;
    text-transform: none;
    position: relative;
    margin: 0 0 0.4em;
    padding: 0;
    display: block;
    word-wrap: break-word;
}
.swal2-modal .swal2-buttonswrapper {
    margin-top: 15px;
}
.swal2-modal .swal2-buttonswrapper:not(.swal2-loading) .swal2-styled[disabled] {
    opacity: 0.4;
    cursor: no-drop;
}
.swal2-modal .swal2-buttonswrapper.swal2-loading .swal2-styled.swal2-confirm {
    box-sizing: border-box;
    border: 4px solid transparent;
    border-color: transparent;
    width: 40px;
    height: 40px;
    padding: 0;
    margin: 7.5px;
    vertical-align: top;
    background-color: transparent !important;
    color: transparent;
    cursor: default;
    border-radius: 100%;
    -webkit-animation: rotate-loading 1.5s linear 0s infinite normal;
    animation: rotate-loading 1.5s linear 0s infinite normal;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.swal2-modal .swal2-buttonswrapper.swal2-loading .swal2-styled.swal2-cancel {
    margin-left: 30px;
    margin-right: 30px;
}
.swal2-modal .swal2-buttonswrapper.swal2-loading :not(.swal2-styled).swal2-confirm::after {
    display: inline-block;
    content: "";
    margin-left: 5px 0 15px;
    vertical-align: -1px;
    height: 15px;
    width: 15px;
    border: 3px solid #999;
    box-shadow: 1px 1px 1px #fff;
    border-right-color: transparent;
    border-radius: 50%;
    -webkit-animation: rotate-loading 1.5s linear 0s infinite normal;
    animation: rotate-loading 1.5s linear 0s infinite normal;
}
.swal2-modal .swal2-styled {
    border: 0;
    border-radius: 3px;
    box-shadow: none;
    color: #fff;
    cursor: pointer;
    font-size: 17px;
    font-weight: 500;
    margin: 15px 5px 0;
    padding: 10px 32px;
}
.swal2-modal .swal2-image {
    margin: 20px auto;
    max-width: 100%;
}
.swal2-modal .swal2-close {
    background: 0 0;
    border: 0;
    margin: 0;
    padding: 0;
    width: 38px;
    height: 40px;
    font-size: 36px;
    line-height: 40px;
    font-family: serif;
    position: absolute;
    top: 5px;
    right: 8px;
    cursor: pointer;
    color: #ccc;
    -webkit-transition: color 0.1s ease;
    transition: color 0.1s ease;
}
.swal2-modal .swal2-close:hover {
    color: #d55;
}
.swal2-modal > .swal2-checkbox,
.swal2-modal > .swal2-file,
.swal2-modal > .swal2-input,
.swal2-modal > .swal2-radio,
.swal2-modal > .swal2-select,
.swal2-modal > .swal2-textarea {
    display: none;
}
.swal2-modal .swal2-content {
    font-size: 18px;
    text-align: center;
    font-weight: 300;
    position: relative;
    float: none;
    margin: 0;
    padding: 0;
    line-height: normal;
    color: #545454;
    word-wrap: break-word;
}
.swal2-modal .swal2-checkbox,
.swal2-modal .swal2-file,
.swal2-modal .swal2-input,
.swal2-modal .swal2-radio,
.swal2-modal .swal2-select,
.swal2-modal .swal2-textarea {
    margin: 20px auto;
}
.swal2-modal .swal2-file,
.swal2-modal .swal2-input,
.swal2-modal .swal2-textarea {
    width: 100%;
    box-sizing: border-box;
    font-size: 18px;
    border-radius: 3px;
    border: 1px solid #d9d9d9;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.06);
    -webkit-transition: border-color box-shadow 0.3s;
    transition: border-color box-shadow 0.3s;
}
.swal2-modal .swal2-file.swal2-inputerror,
.swal2-modal .swal2-input.swal2-inputerror,
.swal2-modal .swal2-textarea.swal2-inputerror {
    border-color: #f27474 !important;
    box-shadow: 0 0 2px #f27474 !important;
}
.swal2-modal .swal2-file:focus,
.swal2-modal .swal2-input:focus,
.swal2-modal .swal2-textarea:focus {
    outline: 0;
    border: 1px solid #b4dbed;
    box-shadow: 0 0 3px #c4e6f5;
}
.swal2-modal .swal2-file:focus::-webkit-input-placeholder,
.swal2-modal .swal2-input:focus::-webkit-input-placeholder,
.swal2-modal .swal2-textarea:focus::-webkit-input-placeholder {
    -webkit-transition: opacity 0.3s 0.03s ease;
    transition: opacity 0.3s 0.03s ease;
    opacity: 0.8;
}
.swal2-modal .swal2-file:focus:-ms-input-placeholder,
.swal2-modal .swal2-input:focus:-ms-input-placeholder,
.swal2-modal .swal2-textarea:focus:-ms-input-placeholder {
    -webkit-transition: opacity 0.3s 0.03s ease;
    transition: opacity 0.3s 0.03s ease;
    opacity: 0.8;
}
.swal2-modal .swal2-file:focus::placeholder,
.swal2-modal .swal2-input:focus::placeholder,
.swal2-modal .swal2-textarea:focus::placeholder {
    -webkit-transition: opacity 0.3s 0.03s ease;
    transition: opacity 0.3s 0.03s ease;
    opacity: 0.8;
}
.swal2-modal .swal2-file::-webkit-input-placeholder,
.swal2-modal .swal2-input::-webkit-input-placeholder,
.swal2-modal .swal2-textarea::-webkit-input-placeholder {
    color: #e6e6e6;
}
.swal2-modal .swal2-file:-ms-input-placeholder,
.swal2-modal .swal2-input:-ms-input-placeholder,
.swal2-modal .swal2-textarea:-ms-input-placeholder {
    color: #e6e6e6;
}
.swal2-modal .swal2-file::placeholder,
.swal2-modal .swal2-input::placeholder,
.swal2-modal .swal2-textarea::placeholder {
    color: #e6e6e6;
}
.swal2-modal .swal2-range input {
    float: left;
    width: 80%;
}
.swal2-modal .swal2-range output {
    float: right;
    width: 20%;
    font-size: 20px;
    font-weight: 600;
    text-align: center;
}
.swal2-modal .swal2-range input,
.swal2-modal .swal2-range output {
    height: 43px;
    line-height: 43px;
    vertical-align: middle;
    margin: 20px auto;
    padding: 0;
}
.swal2-modal .swal2-input {
    height: 43px;
    padding: 0 12px;
}
.swal2-modal .swal2-input[type="number"] {
    max-width: 150px;
}
.swal2-modal .swal2-file {
    font-size: 20px;
}
.swal2-modal .swal2-textarea {
    height: 108px;
    padding: 12px;
}
.swal2-modal .swal2-select {
    color: #545454;
    font-size: inherit;
    padding: 5px 10px;
    min-width: 40%;
    max-width: 100%;
}
.swal2-modal .swal2-radio {
    border: 0;
}
.swal2-modal .swal2-radio label:not(:first-child) {
    margin-left: 20px;
}
.swal2-modal .swal2-radio input,
.swal2-modal .swal2-radio span {
    vertical-align: middle;
}
.swal2-modal .swal2-radio input {
    margin: 0 3px 0 0;
}
.swal2-modal .swal2-checkbox {
    color: #545454;
}
.swal2-modal .swal2-checkbox input,
.swal2-modal .swal2-checkbox span {
    vertical-align: middle;
}
.swal2-modal .swal2-validationerror {
    background-color: #f0f0f0;
    margin: 0 -20px;
    overflow: hidden;
    padding: 10px;
    color: gray;
    font-size: 16px;
    font-weight: 300;
    display: none;
}
.swal2-modal .swal2-validationerror::before {
    content: "!";
    display: inline-block;
    width: 24px;
    height: 24px;
    border-radius: 50%;
    background-color: #ea7d7d;
    color: #fff;
    line-height: 24px;
    text-align: center;
    margin-right: 10px;
}
@supports (-ms-accelerator: true) {
    .swal2-range input {
        width: 100% !important;
    }
    .swal2-range output {
        display: none;
    }
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
    .swal2-range input {
        width: 100% !important;
    }
    .swal2-range output {
        display: none;
    }
}
.swal2-icon {
    width: 80px;
    height: 80px;
    border: 4px solid transparent;
    border-radius: 50%;
    margin: 20px auto 30px;
    padding: 0;
    position: relative;
    box-sizing: content-box;
    cursor: default;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.swal2-icon.swal2-error {
    border-color: #f27474;
}
.swal2-icon.swal2-error .swal2-x-mark {
    position: relative;
    display: block;
}
.swal2-icon.swal2-error [class^="swal2-x-mark-line"] {
    position: absolute;
    height: 5px;
    width: 47px;
    background-color: #f27474;
    display: block;
    top: 37px;
    border-radius: 2px;
}
.swal2-icon.swal2-error [class^="swal2-x-mark-line"][class$="left"] {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    left: 17px;
}
.swal2-icon.swal2-error [class^="swal2-x-mark-line"][class$="right"] {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    right: 16px;
}
.swal2-icon.swal2-warning {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    color: #f8bb86;
    border-color: #facea8;
    font-size: 60px;
    line-height: 80px;
    text-align: center;
}
.swal2-icon.swal2-info {
    font-family: "Open Sans", sans-serif;
    color: #3fc3ee;
    border-color: #9de0f6;
    font-size: 60px;
    line-height: 80px;
    text-align: center;
}
.swal2-icon.swal2-question {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    color: #87adbd;
    border-color: #c9dae1;
    font-size: 60px;
    line-height: 80px;
    text-align: center;
}
.swal2-icon.swal2-success {
    border-color: #a5dc86;
}
.swal2-icon.swal2-success [class^="swal2-success-circular-line"] {
    border-radius: 50%;
    position: absolute;
    width: 60px;
    height: 120px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}
.swal2-icon.swal2-success [class^="swal2-success-circular-line"][class$="left"] {
    border-radius: 120px 0 0 120px;
    top: -7px;
    left: -33px;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -webkit-transform-origin: 60px 60px;
    transform-origin: 60px 60px;
}
.swal2-icon.swal2-success [class^="swal2-success-circular-line"][class$="right"] {
    border-radius: 0 120px 120px 0;
    top: -11px;
    left: 30px;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -webkit-transform-origin: 0 60px;
    transform-origin: 0 60px;
}
.swal2-icon.swal2-success .swal2-success-ring {
    width: 80px;
    height: 80px;
    border: 4px solid rgba(165, 220, 134, 0.2);
    border-radius: 50%;
    box-sizing: content-box;
    position: absolute;
    left: -4px;
    top: -4px;
    z-index: 2;
}
.swal2-icon.swal2-success .swal2-success-fix {
    width: 7px;
    height: 90px;
    position: absolute;
    left: 28px;
    top: 8px;
    z-index: 1;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
.swal2-icon.swal2-success [class^="swal2-success-line"] {
    height: 5px;
    background-color: #a5dc86;
    display: block;
    border-radius: 2px;
    position: absolute;
    z-index: 2;
}
.swal2-icon.swal2-success [class^="swal2-success-line"][class$="tip"] {
    width: 25px;
    left: 14px;
    top: 46px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}
.swal2-icon.swal2-success [class^="swal2-success-line"][class$="long"] {
    width: 47px;
    right: 8px;
    top: 38px;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
.swal2-progresssteps {
    font-weight: 600;
    margin: 0 0 20px;
    padding: 0;
}
.swal2-progresssteps li {
    display: inline-block;
    position: relative;
}
.swal2-progresssteps .swal2-progresscircle {
    background: #3085d6;
    border-radius: 2em;
    color: #fff;
    height: 2em;
    line-height: 2em;
    text-align: center;
    width: 2em;
    z-index: 20;
}
.swal2-progresssteps .swal2-progresscircle:first-child {
    margin-left: 0;
}
.swal2-progresssteps .swal2-progresscircle:last-child {
    margin-right: 0;
}
.swal2-progresssteps .swal2-progresscircle.swal2-activeprogressstep {
    background: #3085d6;
}
.swal2-progresssteps .swal2-progresscircle.swal2-activeprogressstep ~ .swal2-progresscircle {
    background: #add8e6;
}
.swal2-progresssteps .swal2-progresscircle.swal2-activeprogressstep ~ .swal2-progressline {
    background: #add8e6;
}
.swal2-progresssteps .swal2-progressline {
    background: #3085d6;
    height: 0.4em;
    margin: 0 -1px;
    z-index: 10;
}
[class^="swal2"] {
    -webkit-tap-highlight-color: transparent;
}
@-webkit-keyframes showSweetAlert {
    0% {
        -webkit-transform: scale(0.7);
        transform: scale(0.7);
    }
    45% {
        -webkit-transform: scale(1.05);
        transform: scale(1.05);
    }
    80% {
        -webkit-transform: scale(0.95);
        transform: scale(0.95);
    }
    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}
@keyframes showSweetAlert {
    0% {
        -webkit-transform: scale(0.7);
        transform: scale(0.7);
    }
    45% {
        -webkit-transform: scale(1.05);
        transform: scale(1.05);
    }
    80% {
        -webkit-transform: scale(0.95);
        transform: scale(0.95);
    }
    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}
@-webkit-keyframes hideSweetAlert {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 1;
    }
    100% {
        -webkit-transform: scale(0.5);
        transform: scale(0.5);
        opacity: 0;
    }
}
@keyframes hideSweetAlert {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 1;
    }
    100% {
        -webkit-transform: scale(0.5);
        transform: scale(0.5);
        opacity: 0;
    }
}
.swal2-show {
    -webkit-animation: showSweetAlert 0.3s;
    animation: showSweetAlert 0.3s;
}
.swal2-show.swal2-noanimation {
    -webkit-animation: none;
    animation: none;
}
.swal2-hide {
    -webkit-animation: hideSweetAlert 0.15s forwards;
    animation: hideSweetAlert 0.15s forwards;
}
.swal2-hide.swal2-noanimation {
    -webkit-animation: none;
    animation: none;
}
@-webkit-keyframes animate-success-tip {
    0% {
        width: 0;
        left: 1px;
        top: 19px;
    }
    54% {
        width: 0;
        left: 1px;
        top: 19px;
    }
    70% {
        width: 50px;
        left: -8px;
        top: 37px;
    }
    84% {
        width: 17px;
        left: 21px;
        top: 48px;
    }
    100% {
        width: 25px;
        left: 14px;
        top: 45px;
    }
}
@keyframes animate-success-tip {
    0% {
        width: 0;
        left: 1px;
        top: 19px;
    }
    54% {
        width: 0;
        left: 1px;
        top: 19px;
    }
    70% {
        width: 50px;
        left: -8px;
        top: 37px;
    }
    84% {
        width: 17px;
        left: 21px;
        top: 48px;
    }
    100% {
        width: 25px;
        left: 14px;
        top: 45px;
    }
}
@-webkit-keyframes animate-success-long {
    0% {
        width: 0;
        right: 46px;
        top: 54px;
    }
    65% {
        width: 0;
        right: 46px;
        top: 54px;
    }
    84% {
        width: 55px;
        right: 0;
        top: 35px;
    }
    100% {
        width: 47px;
        right: 8px;
        top: 38px;
    }
}
@keyframes animate-success-long {
    0% {
        width: 0;
        right: 46px;
        top: 54px;
    }
    65% {
        width: 0;
        right: 46px;
        top: 54px;
    }
    84% {
        width: 55px;
        right: 0;
        top: 35px;
    }
    100% {
        width: 47px;
        right: 8px;
        top: 38px;
    }
}
@-webkit-keyframes rotatePlaceholder {
    0% {
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg);
    }
    5% {
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg);
    }
    12% {
        -webkit-transform: rotate(-405deg);
        transform: rotate(-405deg);
    }
    100% {
        -webkit-transform: rotate(-405deg);
        transform: rotate(-405deg);
    }
}
@keyframes rotatePlaceholder {
    0% {
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg);
    }
    5% {
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg);
    }
    12% {
        -webkit-transform: rotate(-405deg);
        transform: rotate(-405deg);
    }
    100% {
        -webkit-transform: rotate(-405deg);
        transform: rotate(-405deg);
    }
}
.swal2-animate-success-line-tip {
    -webkit-animation: animate-success-tip 0.75s;
    animation: animate-success-tip 0.75s;
}
.swal2-animate-success-line-long {
    -webkit-animation: animate-success-long 0.75s;
    animation: animate-success-long 0.75s;
}
.swal2-success.swal2-animate-success-icon .swal2-success-circular-line-right {
    -webkit-animation: rotatePlaceholder 4.25s ease-in;
    animation: rotatePlaceholder 4.25s ease-in;
}
@-webkit-keyframes animate-error-icon {
    0% {
        -webkit-transform: rotateX(100deg);
        transform: rotateX(100deg);
        opacity: 0;
    }
    100% {
        -webkit-transform: rotateX(0);
        transform: rotateX(0);
        opacity: 1;
    }
}
@keyframes animate-error-icon {
    0% {
        -webkit-transform: rotateX(100deg);
        transform: rotateX(100deg);
        opacity: 0;
    }
    100% {
        -webkit-transform: rotateX(0);
        transform: rotateX(0);
        opacity: 1;
    }
}
.swal2-animate-error-icon {
    -webkit-animation: animate-error-icon 0.5s;
    animation: animate-error-icon 0.5s;
}
@-webkit-keyframes animate-x-mark {
    0% {
        -webkit-transform: scale(0.4);
        transform: scale(0.4);
        margin-top: 26px;
        opacity: 0;
    }
    50% {
        -webkit-transform: scale(0.4);
        transform: scale(0.4);
        margin-top: 26px;
        opacity: 0;
    }
    80% {
        -webkit-transform: scale(1.15);
        transform: scale(1.15);
        margin-top: -6px;
    }
    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
        margin-top: 0;
        opacity: 1;
    }
}
@keyframes animate-x-mark {
    0% {
        -webkit-transform: scale(0.4);
        transform: scale(0.4);
        margin-top: 26px;
        opacity: 0;
    }
    50% {
        -webkit-transform: scale(0.4);
        transform: scale(0.4);
        margin-top: 26px;
        opacity: 0;
    }
    80% {
        -webkit-transform: scale(1.15);
        transform: scale(1.15);
        margin-top: -6px;
    }
    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
        margin-top: 0;
        opacity: 1;
    }
}
.swal2-animate-x-mark {
    -webkit-animation: animate-x-mark 0.5s;
    animation: animate-x-mark 0.5s;
}
@-webkit-keyframes rotate-loading {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0);
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
@keyframes rotate-loading {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0);
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
