* {
    -webkit-tap-highlight-color: transparent;
    -webkit-text-size-adjust: none;
	-moz-text-size-adjust: none;
	-ms-text-size-adjust: none;
	-o-text-size-adjust: none;
}
html {
	/*height: 100%;*/
    height: fill-available;
    height: -webkit-fill-available;
	font-size: 100%;
}
body {
    min-height: 100vh;
    min-height: fill-available;
    min-height: -webkit-fill-available;
	font-family: "Lack", "Helvetica Neue", Helvetica, Arial, Verdana, sans-serif;
	font-size: 15px;
	margin: 0;
	padding: 0;
}
/*body.fixed {
    overflow: hidden;
    height: 100%;
}

#allrecords {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	overflow-x: hidden;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    -moz-overflow-scrolling: touch;
    -ms-overflow-scrolling: touch;
    -o-overflow-scrolling: touch;
    z-index: 99999;
}
#allrecords.fixed {
    overflow: hidden;
    height: 100%;
}*/
#allrecords p {
	line-height: 22px;
	margin: 0 0 20px;
}
/*
#allrecords ul,
#allrecords ol {
	padding: 0;
	margin: 0 0 20px 40px;
}
#allrecords ul {
	list-style-type: square;
}
#allrecords li {
	margin-bottom: 10px;
	line-height: 22px;
}
*/
#allrecords h1 {
	color: #4C5258;
	/*line-height: 40px;
	font-size: 30px;*/
	font-weight: normal;
	margin: 0;
}
#allrecords a img,
#allrecords a svg {
	border: 0;
}
/*#allrecords a,
#allrecords .link {
	color: #FCB326;
	text-decoration: none;
	cursor: pointer;
}*/
#allrecords a,
#allrecords input,
#allrecords button {
	outline: none;
}
#allrecords a:hover,
#allrecords a:focus/*,
#allrecords .link:hover,
#allrecords .link:focus*/ {
	color: #FABC33;
}
#allrecords input.link {
	background: none;
	color: #808080;
	font-size: 15px;
	border-top: 0;
	border-right: 0;
	border-bottom: 1px solid #e5e5e5;
	border-left: 0;
	cursor: pointer;
	margin: 0;
	padding: 0;
}
#allrecords input.link:hover,
#allrecords input.link:focus {
	color: #df2f2f;
	border-bottom-color: #f5caca;
}
#allrecords table {
    max-width: 100%;
    background-color: transparent;
    border-collapse: collapse;
    border-spacing: 0;
}
/*
#allrecords td,
#allrecords th {
	font-size: 15px;
	text-align: left;
	vertical-align: top;
	border: 0;
	margin: 0;
	padding: 0;
}
*/
#allrecords form {
	margin: 0;
	padding: 0;
}
#allrecords input::-ms-clear {
    display: none;
    width: 0;
    height: 0;
}
#allrecords input[type=button],
#allrecords input[type=submit],
#allrecords button {
	-webkit-appearance: none;
	-moz-appearance: none;
	-ms-appearance: none;
	-o-appearance: none;
}
#allrecords .button {
	display: inline-block;
	min-width: 110px;
	color: #363636;
	font-family: "Helvetica Neue", Helvetica, Arial, Verdana, sans-serif;
	line-height: 30px;
	font-size: 18px;
	font-weight: 400;
	text-align: center;
	border: 2px solid #FABC32;
	box-sizing: border-box;
	-webkit-border-radius: 25px;
	-moz-border-radius: 25px;
	border-radius: 25px;
	padding: 8px 40px;
	cursor: pointer;
}
#allrecords .button-orange {
	display: inline-block;
	min-width: 110px;
	color: #FFFFFF;
	background: #FABC32;
	font-family: "Helvetica Neue", Helvetica, Arial, Verdana, sans-serif;
	line-height: 30px;
	font-size: 18px;
	text-align: center;
	border: 2px solid #FABC32;
	box-sizing: border-box;
	-webkit-border-radius: 25px;
	-moz-border-radius: 25px;
	border-radius: 25px;
	padding: 8px 40px;
	cursor: pointer;
}
#allrecords .button:hover,
#allrecords .button:focus,
#allrecords .button:active,
#allrecords .button-orange:hover,
#allrecords .button-orange:focus,
#allrecords .button-orange:active {
	color: #FFFFFF;
	background: #FABC32;
}
#allrecords .button:disabled,
#allrecords .button.disabled,
#allrecords .button.disabled:active,
#allrecords .button-orange:disabled,
#allrecords .button-orange.disabled,
#allrecords .button-orange.disabled:active {
	background-color: #f7f7f7;
	color: #adadad;
	border-color: #e0e0e0;
	cursor: default;
	margin: 0 0 2px;
}
#allrecords input[type=text],
#allrecords input[type=password],
#allrecords textarea {
	resize: none;
	color: #4C5258;
	background: none;
	font-family: "Helvetica Neue", Helvetica, Arial, Verdana, sans-serif;
	line-height: 20px;
	font-size: 16px;
	text-align: center;
	border-top: 0;
	border-right: 0;
	border-left: 0;
    border-bottom: 1px solid #E0E0E0;
    margin: 0;
    padding: 15px 0;
}
#allrecords input[type=text]:focus,
#allrecords input[type=password]:focus,
#allrecords textarea:focus {
    outline: 0;
}
#allrecords input:-webkit-autofill,
#allrecords textarea:-webkit-autofill,
#allrecords select:-webkit-autofill {
	background: inherit;	
}

.left {
	float: left;
}
.right {
	float: right;
}
.center {
	text-align: center;
}
.visible {
	display: block;
}
.hidden {
	display: none;
}
.upper {
	text-transform: uppercase;
}
.lower {
	text-transform: lowercase;
}
.orange {
	color: #FABC32;
}
.clearfix {
	*zoom: 1;
}
.clearfix:before,
.clearfix:after {
	display: table;
	content: "";
	line-height: 0;
}
.clearfix:after {
	clear: both;
}
br.always-visible {
	display: inline !important;
}
.desktop-hidden {
	display: none;
}

.notice {
	overflow: hidden;
	white-space: normal;
	text-align: left;
	line-height: 18px;
}
.notice .note,
.notice .notetext {
	float: left;
	background: #f8fbfd;
    color: #000;
    font-size: 13px;
    /*white-space: nowrap;*/
    border: 1px solid #96c8e2;
    -webkit-border-radius: 3px;
	-moz-border-radius: 3px;
    border-radius: 3px;
    margin-top: 10px;
    padding: 8px 11px 7px;
}
.notice .error,
.notice .errortext {
	clear: both;
	float: left;
	background: #fff6f7;
    color: #000;
    font-size: 13px;
    /*white-space: nowrap;*/
    border: 1px solid #f24e4f;
    -webkit-border-radius: 3px;
	-moz-border-radius: 3px;
    border-radius: 3px;
    margin-top: 10px;
    padding: 8px 11px 7px;
}
.fields .field-name,
.fields .field-email,
.fields .field-phone {
	position: relative;
	text-align: center;
	padding-bottom: 20px;
}
.fields .field-name input,
.fields .field-email input,
.fields .field-phone input {
	position: relative;
	width: 710px;
	z-index: 1;
}
.fields .placeholder {
    position: absolute;
    top: 15px;
    left: 50%;
    width: 300px;
    color: #B3BCC5;
    font-family: "Helvetica Neue", Helvetica, Arial, Verdana, sans-serif;
	line-height: 20px;
	font-size: 16px;
	text-align: center;
	margin-left: -150px;
}
.fields .buttons {
    text-align: center;
    padding-top: 28px;
}
.fields .note,
.fields .incorrect {
	display: none !important;
	position: absolute;
	top: 2px;
	right: 235px;
	background: #f8fbfd;
    color: #000;
    font-size: 13px;
    white-space: nowrap;
    line-height: normal;
    cursor: default;
    border: 1px solid #96c8e2;
    -webkit-border-radius: 3px;
	-moz-border-radius: 3px;
    border-radius: 3px;
    padding: 8px 11px 7px;
    z-index: 10;
}
.fields .error {
	background: #fff6f7;
    border: 1px solid #f24e4f;
}

.red-bg {
	/*background-color: #ED2A2E !important;*/
	background-color: #F54029;
}
.navy-bg {
	background-color: #432961;
}
.blue-bg {
	background-color: #4396BA;
}
.orange-bg {
	background-color: #FFBA52;
}
.green-bg {
	background-color: #95C250;
}

.emoji {
	background: left center no-repeat;
	-webkit-background-size: 40px 40px;
	-moz-background-size: 40px 40px;
	-o-background-size: 40px 40px;
	background-size: 40px 40px;
}
/*.emoji.drooling-face {
	background-image: url('https://drive.google.com/uc?export=view&id=1f9tjT5GwWzDo04ho1480czaMgopxMbVq');
}
.emoji.fire {
	background-image: url('https://drive.google.com/uc?export=view&id=1U6U0G_9i_TppNMDFmwkwduFGq4DLIsFh');
}
.emoji.smirking-face {
	background-image: url('https://drive.google.com/uc?export=view&id=1oPYFcHtRGFTXJeRmY3fgXyY925oXyAHD');
}
.emoji.thumbs-up-sign {
	background-image: url('https://drive.google.com/uc?export=view&id=1BsphS6h4a5xu8C4kM-QLPHVaGPu-i6wT');
}
.emoji.tongue {
	background-image: url('https://drive.google.com/uc?export=view&id=1-wwJSeW1Q9RJCH8FHoQ6d2X2HrJ3YWtG');
}
.emoji.victory-hand {
	background-image: url('https://drive.google.com/uc?export=view&id=1i2RtjBpQygUwquhs8MlyoWVSTeyltayZ');
}*/

#social {
	position: fixed;
	bottom: 30px;
	right: 30px;
	z-index: 99;
}
#social .social {
	clear: both;
}
#social .vk {
	margin-bottom: 20px;
}
#social .ta {
	margin-right: 20px;
}
.social a {
	display: inline-block;
	float: right;
	width: 40px;
	height: 40px;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
	text-align: center;
}
.social a img,
.social a svg {
    position: relative;
}
.social .vk {
	background: #4499F2;
	/*background: #4499F2 url('https://drive.google.com/uc?export=view&id=1fAOFbAFpKleHIyY4EH5155KXs0wGbuSq') center center no-repeat;
	-webkit-background-size: 22px 13px;
	-moz-background-size: 22px 13px;
	-o-background-size: 22px 13px;
	background-size: 22px 13px;*/
}
.social .vk img,
.social .vk svg {
    top: 13px;
    width: 22px;
    height: 13px;
}
.social .ta {
	background: #68B43F;
	/*background: #68B43F url('https://drive.google.com/uc?export=view&id=1Q_4MiDP-oax9KhsA_r_H8uocmfPSsQb7') center center no-repeat;
	-webkit-background-size: 26px 16px;
	-moz-background-size: 26px 16px;
	-o-background-size: 26px 16px;
	background-size: 26px 16px;*/
}
.social .ta img,
.social .ta svg {
    top: 12px;
    width: 26px;
    height: 16px;
}
.social .ig {
	background: #EC4E80;
	/*background: #EC4E80 url('https://drive.google.com/uc?export=view&id=1ckOFsN8R0EbKLdE16sOq83wZkPkQQS4i') center center no-repeat;
	-webkit-background-size: 20px 20px;
	-moz-background-size: 20px 20px;
	-o-background-size: 20px 20px;
	background-size: 20px 20px;*/
}
.social .ig img,
.social .ig svg {
    top: 10px;
    width: 20px;
    height: 20px;
}

#overlay {
    display: none;
    position: fixed;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    overflow: auto;
    background: rgba(255,255,255,0.6);
    z-index: 20;
}
#overlay .close {
	position: absolute;
	width: 110px;
	color: #4D4D4D;
	line-height: 20px;
	font-size: 25px;
	font-family: "Helvetica Neue", Helvetica, Arial, Verdana, sans-serif;
	text-align: center;
	-webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;
	cursor: default;
}
#product {
	display: none;
}

#rec469804829 {
    position: relative;
    /*top: 70px;*/
    z-index: 10;
}
#rec469804818,
#rec466905729 {
    position: relative;
    /*top: 70px;*/
}
#rec526147686 .t663__bgimg {
    background-size: contain !important;
    padding-bottom: 42%;
}

.wrap_mW,
.__jivoMobileButton {
	z-index: 29 !important;
}

/*** Tilda ***/
.t-descr,
.t-descr_sm {
    font-family: "Helvetica Neue", Helvetica, Arial, Verdana, sans-serif;
    font-weight: normal;
}
.t-input-title {
    font-family: "Helvetica Neue", Helvetica, Arial, Verdana, sans-serif;
    font-weight: 600;
}
.t-text,
.t-input-subtitle,
.t-input-phonemask,
.t-input-phonemask__select {
    font-family: "Helvetica Neue", Helvetica, Arial, Verdana, sans-serif;
}

/* Header */
.t228 {
    height: 80px;
    background: #FFF;
    box-shadow: 0px 10px 10px rgba(0, 0, 0, 0.16);
}
.t228__padding40px {
    width: 30px;
}
.t228__imglogo {
    width: 137px;
    height: 35px;
}
.t228__right_buttons_but .t-btn {
    color: #4C5258 !important;
    font-family: "Helvetica Neue", Helvetica, Arial, Verdana, sans-serif;
    font-size: 20px !important;
    font-weight: 400;
    line-height: 30px;
    margin: 0;
    padding: 0;
}
.t228__list_item {
    padding: 0 3px !important;
}
.t228__list_item:first-child {
    padding-left: 0 !important;
}
.t228__list_item:last-child {
    padding-right: 0 !important;
}
.t228__list_item .t-menu__link-item {
    display: inline-block;
    border: 1px solid transparent;
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    border-radius: 25px;
    color: #4C5258 !important;
    font-size: 14px;
    font-weight: 400;
    line-height: 25px;
    text-transform: uppercase;
    padding: 6px 19px;
}
.t228__list_item .t-menu__link-item:hover {
    border-color: #CFD5DC;
    color: #4C5258 !important;
}
.t228__list_item .t-menu__link-item.t-active {
    background: #CFD5DC;
    border-color: #CFD5DC;
    color: #FFF !important;
}

.t282__container {
    height: 113px;
    background: #FFF;
    box-shadow: 0px 10px 10px rgba(0, 0, 0, 0.16);
    overflow: hidden;
    
    -webkit-transition: height 0.3s ease, max-height 0.3s ease;
	-moz-transition: height 0.3s ease, max-height 0.3s ease;
	-o-transition: height 0.3s ease, max-height 0.3s ease;
	transition: height 0.3s ease, max-height 0.3s ease;
}
.t282__narrow .t282__container {
    height: 44px;
}
.t282_opened .t282__container {
    height: 113px;
}
.t282__menu__content {
    height: 44px;
    padding: 0;
}
.t282__logo__container {
    position: absolute;
    top: 64px;
    width: 100%;
}
.t282__logo__content {
    margin: 0 auto;
}
.t280__logo__img {
    width: 99px;
    height: 25px !important;
}
.t282__burger,
.t282__small .t282__burger,
.t282 .t-menuburger {
    width: 30px;
    height: 12px;
    margin: 0 auto;
}
.t282__burger span,
.t282__small .t282__burger span,
.t282 .t-menuburger span {
    width: 30px;
    height: 2px;
    background-color: #4C5258 !important;
}
.t282__burger span:nth-child(2),
.t282__small .t282__burger span:nth-child(2),
.t282 .t-menuburger span:nth-child(2),
.t282__burger span:nth-child(3),
.t282__small .t282__burger span:nth-child(3),
.t282 .t-menuburger span:nth-child(3) {
    top: 5px;
}
.t282__burger span:nth-child(4),
.t282__small .t282__burger span:nth-child(4),
.t282 .t-menuburger span:nth-child(4) {
    top: 10px;
}

.t282__menu__wrapper {
    box-shadow: 0px 10px 10px rgba(0, 0, 0, 0.16);
}
.t282__menu {
    padding: 0;
}
.t282__menu__items {
    padding: 33px 20px 6px !important;
    border-bottom: 1px solid #EAEAEA;
}
/*.t282__menu__items div*/.t282__menu__item {
    margin-bottom: 27px !important;
}
/*.t282__menu__item*/.t282__menu__link {
    display: inline-block;
	border: 1px solid transparent;
	-webkit-border-radius: 25px;
	-moz-border-radius: 25px;
	border-radius: 25px;
	line-height: 25px;
	font-size: 14px;
	text-transform: uppercase;
	color: #4C5258 !important;
	margin: 0;
	padding: 6px 19px;
}
/*.t282__menu__item*/.t282__menu__link:hover {
	border-color: #CFD5DC;
}
/*.t282__menu__item*/.t282__menu__link.t-active {
    opacity: 1;
	background: #CFD5DC;
	border-color: #CFD5DC;
	color: #FFFFFF !important;
}
.t282__descr {
    padding: 13px 0;
}
.t282__descr a {
    color: #4C5258 !important;
    font-family: "Helvetica Neue", Helvetica, Arial, Verdana, sans-serif;
    font-size: 16px;
    line-height: 30px;
}
.t282__descr a:hover {
    color: #393D40 !important;
}

/* Promo */
#rec526282956 {
    padding-top: 80px;
}

.t734 .t-cover__carrier {
    background-position-y: 70%;
    background-size: auto 60%;
    -webkit-background-size: auto 60%;
    -moz-background-size: auto 60%;
    -o-background-size: auto 60%;
}
.t734 .t-container {
    width: inherit;
    max-width: 100%;
    height: 100%;
}
.t734__wrapper {
    position: absolute;
    top: 216px;
    max-width: 100%;
    padding: 0;
}
.t734__textwrapper {
    text-align: left;
    padding: 0 90px !important;
}
.t734__title {
    line-height: 50px;
	font-size: 40px;
}
.t734__descr {
    line-height: 50px;
	font-size: 40px;
	margin-top: 0;
}
.t734__button {
    padding-top: 23px;
}
.t734__button .t-btn {
    height: 50px;
    font-size: 18px;
    font-family: "Helvetica Neue", Helvetica, Arial, Verdana, sans-serif;
    font-weight: 400;
	line-height: 30px;
    padding-left: 40px;
    padding-right: 40px;
}
.t734 .t-slds__arrow_wrapper {
    top: inherit;
    bottom: 30%;
    width: 48px;
    height: 12px !important;
    padding: 10px;
}
.t734 .t-slds__arrow_wrapper-left {
    left: 20%;
}
.t734 .t-slds__arrow_wrapper-right {
    right: 20%;
}
.t734 .t-slds__arrow {
    border-top: 6px solid transparent;
    border-bottom: 6px solid transparent;
}
.t734 .t-slds__arrow-left {
    left: 10px;
    border-right: 10px solid #FFF;
}
.t734 .t-slds__arrow-right {
    right: 10px;
    border-left: 10px solid #FFF;
}
.t734 .t-slds__arrow_body {
    position: absolute;
    top: -1px;
    width: 38px !important;
    height: 2px;
    background: #FFF;
}
.t734 .t-slds__arrow_body-left {
    left: 10px;
}
.t734 .t-slds__arrow_body-right {
    right: 10px;
}
.t734 .t-slds__arrow_body svg {
    display: none !important;
}
.t734 .t-slds__bullet_wrapper {
    position: absolute;
	top: 109px;
	bottom: inherit !important;
	line-height: 0;
	text-align: left;
    padding: 0 0 0 45px !important;
}
.t734 .t-slds__bullet {
    margin: 11px;
	padding: 0;
}
.t734 .t-slds__bullet_body {
    width: 10px;
	height: 10px;
	background: rgba(245, 245, 245, 0.5) !important;
	vertical-align: middle;
	border: 0 !important;
	border-radius: 6px;
	box-sizing: content-box;
	
	-webkit-transition: none;
    -moz-transition: none;
    -o-transition: none;
    transition: none;
}
.t734 .t-slds__bullet:hover,
.t734 .t-slds__bullet_active {
    margin: 10px;
}
.t734 .t-slds__bullet:hover .t-slds__bullet_body {
    width: 12px !important;
	height: 12px !important;
    border-color: rgba(245, 245, 245, 0.5) !important;
}
.t734 .t-slds__bullet_active .t-slds__bullet_body {
    width: 12px !important;
	height: 12px !important;
    background-color: #FFF !important;
    border-color: #FFF !important;
}

.red-bg .t734__title,
.navy-bg .t734__title,
.blue-bg .t734__title {
	color: #E8E8E8;
}
.orange-bg .t734__title,
.green-bg .t734__title {
	color: #4C5258;
}
.red-bg .t734__descr,
.navy-bg .t734__descr,
.blue-bg .t734__descr {
	color: #FFBA52;
}
.orange-bg .t734__descr,
.green-bg .t734__descr {
	color: #FEFEFE;
}
.red-bg .t734__button .t-btn,
.navy-bg .t734__button .t-btn,
.blue-bg .t734__button .t-btn {
	color: #E6E6E6 !important;
	border-color: #FFBA52 !important;
}
.red-bg .t734__button .t-btn:hover,
.navy-bg .t734__button .t-btn:hover,
.blue-bg .t734__button .t-btn:hover {
    background: #FABC32;
}
.orange-bg .t734__button .t-btn,
.green-bg .t734__button .t-btn {
	color: #4C5258 !important;
	border-color: #4C5258 !important;
}
.orange-bg .t734__button .t-btn:hover,
.green-bg .t734__button .t-btn:hover {
    color: #FFF !important;
    background: #4C5258;
}

/* Catalog */
.t-store {
    overflow: hidden;
}
.t-store__grid-cont {
    padding-left: 70px !important;
    padding-right: 70px !important;
}
.t-store__grid-cont:first-child {
    border-bottom: 1px solid #eaeaea;
    padding: 38px 0 25px !important;
    
    overflow-x: auto;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
    -moz-overflow-scrolling: touch;
    -ms-overflow-scrolling: touch;
    -o-overflow-scrolling: touch;
    -ms-overflow-style: none;
    scrollbar-width: none;
    
    cursor: grab;
    cursor: -webkit-grab;
}
.t-store__grid-cont::-webkit-scrollbar {
    display: none;
}
.t-store__grid-cont.grabbing {
    cursor: grabbing;
    cursor: -webkit-grabbing;
}
.t-store__grid-separator {
    position: absolute;
    left: 0;
    right: 0;
    /*border-bottom: 1px solid #eaeaea;*/ /*Grey borders*/
    margin: 0;
    padding: 0;
}
.t-store__parts-switch-wrapper {
    width: fit-content;
    height: 42px;
    text-align: left;
    white-space: nowrap;
    padding: 0 90px;
    margin-bottom: 0 !important;
}
.t-store__parts-switch-btn {
	display: inline-block;
	color: #4C5258;
	padding: 10px 26px;
	line-height: 20px;
	text-transform: uppercase;
	background: #FFFFFF;
	border: 1px solid #FFFFFF;
	-webkit-border-radius: 22px;
	-moz-border-radius: 22px;
	border-radius: 22px;
	margin-left: 8px !important;
	margin-right: 8px !important;
	margin-bottom: 0 !important;
	-webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
}
.grabbing .t-store__parts-switch-btn {
    cursor: grabbing;
    cursor: -webkit-grabbing;
}
.t-store__parts-switch-btn:first-child {
	margin-left: 0 !important;
}
.t-store__parts-switch-btn:hover {
	border-color: #EAEAEA;
}
.t-store__parts-switch-btn.t-active,
.t-store__parts-switch-btn.t-active:hover {
	color: #FFFFFF;
	background-color: #F54029;
	border-color: #F54029;
	/*background-color: #FE4000;
	border-color: #FE4000;*/
	opacity: 1 !important;
}
.t-store__load-more-btn,
.t-store__prod-popup__btn {
    min-width: 110px;
    height: inherit;
    padding: 8px 40px;
    cursor: pointer;
}
.t-store__prod-popup__btn {
    padding-left: 50px;
    padding-right: 50px;
}
.t-store__load-more-btn {
    margin-bottom: 70px;
}
.t-store__load-more-btn:hover,
.t-store__load-more-btn:focus,
.t-store__load-more-btn:active,
.t-store__prod-popup__btn:hover,
.t-store__prod-popup__btn:focus,
.t-store__prod-popup__btn:active {
    background: #FABC32;
}
.t-store__load-more-btn td,
.t-store__prod-popup__btn td,
#allrecords .t-submit {
    font-family: "Helvetica Neue", Helvetica, Arial, Verdana, sans-serif;
    line-height: 30px;
    font-size: 18px;
    font-weight: 500;
}
.t-store__load-more-btn:hover td,
.t-store__load-more-btn:focus td,
.t-store__load-more-btn:active td,
.t-store__prod-popup__btn:hover td,
.t-store__prod-popup__btn:focus td,
.t-store__prod-popup__btn:active td {
    color: #FFFFFF;
}

.t-store__card {
    position: relative;
    padding: 0 20px !important;
    margin: 0 !important;
}
.t-store__card__imgwrapper {
    text-align: center;
    /*border-left: 1px solid #eaeaea;*/ /*Grey borders*/
    margin-left: -20px;
    margin-right: -20px;
    padding-left: 20px;
    padding-right: 20px;
}
.t-store__grid-cont_col-width_stretch .t-store__card__imgwrapper {
    padding-bottom: 66.6%;
}
.t-store__card:first-child .t-store__card__imgwrapper,
.t-store__grid-separator + .t-store__card .t-store__card__imgwrapper {
    border-left: 0;
}
.t-store__card__mark-wrapper {
    top: 20px;
    left: 20px;
}
.t-store__card__img {
    margin-top: 40px;
}
.t-store__card__title {
    /*border-left: 1px solid #eaeaea;*/ /*Grey borders*/
    margin-left: -20px;
    margin-right: -20px;
    padding-top: 56px;
    padding-left: 20px;
    padding-right: 20px;
}
.t-store__card:first-child .t-store__card__title,
.t-store__grid-separator + .t-store__card .t-store__card__title {
    border-left: 0;
}
.t-store__card__price-item {
    position: relative;
    /*top: -2px;*/
    color: #b3b3b3 !important;
    /*margin-left: 9px;*/
}
/*.t-store__card__price-item:before {
    content: "— ";
}*/
.t-store__card__textwrapper {
    padding-top: 0;
    padding-bottom: 60px;
}
.t-store__card__descr {
    margin-top: 0;
    padding-bottom: 12px;
}
.t-store__card__price-wrapper {
    margin-top: 0;
}
.t-store__card__btns-wrapper {
    position: absolute;
    top: 20px;
    right: 20px;
    margin: 0 !important;
    z-index: 2;
}
.t-store__card__btn {
    height: 50px;
    width: 50px !important;
    margin-bottom: 3px !important;
    /*padding-left: 12px;
    padding-right: 12px;*/
    padding: 0;
}
.t-store__card__btn-text {
    display: none;
    /*position: relative;
    top: 2px;
    left: 2px;
    width: 22px;
    color: transparent;
    line-height: 22px;*/
}
/*.t-store__card__btn-text:before {
    position: absolute;
    top: -1px;
    left: 0px;
    content: '';
    width: 22px;
    height: 22px;
    background: url('https://images.complexburger.ru/cart.svg') center center no-repeat;
    -webkit-background-size: 22px 22px;
	-moz-background-size: 22px 22px;
	-o-background-size: 22px 22px;
	background-size: 22px 22px;
}*/
.t-store__card__btn svg {
    position: relative;
    top: 1px;
    left: 1px;
    width: 22px;
    height: 22px;
}
.t-store__prod__quantity {
    display: none;
    position: absolute !important;
    /*top: 0;*/
    top: 53px;
    left: 0;
    width: 50px;
    /*height: 0;*/
    height: 156px;
    background: none;
    border: 0;
    margin: 0 !important;
}
.t-store__prod__quantity__minus-wrapper,
.t-store__prod__quantity__plus-wrapper {
    width: 46px;
    height: 46px;
    background: #fff;
    border: 2px solid #DFDFDF;
    border-radius: 25px;
    -moz-border-radius: 25px;
    -webkit-border-radius: 25px;
    margin: 0;
}
.t-store__prod__quantity__minus-wrapper:hover,
.t-store__prod__quantity__plus-wrapper:hover {
    border-color: #FFBA52;
}
.t-store__prod__quantity__minus,
.t-store__prod__quantity__plus {
    width: 16px;
    height: 16px;
    background-size: 50% 2px,2px 50%;
    color: #4C5258;
    margin: 15px;
}
.t-store__prod__quantity-input {
    width: 46px;
    height: 46px;
    color: #4C4C4C;
    font-size: 16px;
    background: #fff;
    /*border: 2px solid #FFBA52;*/
    border: 2px solid #DFDFDF;
    border-radius: 25px;
    -moz-border-radius: 25px;
    -webkit-border-radius: 25px;
    margin: 3px 0;
}
.t-store__prod__quantity-input:focus {
    border: 2px solid #FFBA52;
}

.t-store__prod-popup__cat {
    color: #B2B9C1;
    font-size: 16px;
    padding-bottom: 33px;
    /*padding-bottom: 73px;*/
}
.t-store__prod-popup__name {
    font-size: 30px;
}
.t-store__prod-popup__price,
.t-store__prod-popup__price_old {
    font-size: 30px;
}
.t-store__prod-popup__slider .t-slds__thumbsbullet-wrapper {
    display: none;
}
.t-store__prod-popup__btn_disabled {
    display: none;
}

/* Cart */
.t706__carticon-imgwrap {
    box-shadow: 0 19px 38px 0 rgba(34,36,43,.3) !important;
}
.t706__carticon_sm .t706__carticon-imgwrap {
    width: 65px;
    height: 65px;
}
.t706__bgimg {
    top: 12px;
    left: 14px;
    width: 37px;
    height: 37px;
}
.t706__carticon-counter,
.t706__carticon_sm .t706__carticon-counter {
    cursor: pointer;
    right: 20px;
    bottom: 18px;
    background-color: transparent !important;
    font-size: 17px;
    font-weight: 500;
}
.t706__carticon-text {
    font-family: "Helvetica Neue", Helvetica, Arial, Verdana, sans-serif;
    padding: 7px 13px 11px;
}


/* Header */
#header.fixed {
	height: 65px;
	max-height: 65px;
}
#header,
#header.open,
#header.open-form,
#header.open-subs {
	position: absolute;
	top: 0;
	/*overflow: hidden;*/
	width: 100%;
	height: 154px;
	max-height: 154px;
	background: #fff;
	-webkit-transition: height 0.3s ease, max-height 0.3s ease;
	-moz-transition: height 0.3s ease, max-height 0.3s ease;
	-o-transition: height 0.3s ease, max-height 0.3s ease;
	transition: height 0.3s ease, max-height 0.3s ease;
	z-index: 30;
}
#header.fixed,
#header.open.fixed,
#header.open-form,
#header.open-subs {
	position: fixed;
	top: 0;
	padding: 0;
}
#header.open-form,
#header.fixed.open-form {
	height: 294px;
	max-height: 294px;
}
#header.open-subs,
#header.fixed.open-subs {
	height: 223px;
	max-height: 223px;
}
#header .inner {
	max-width: 1860px;
	margin: 0 auto;
	padding: 0;
}
#header .languages {
	display: none;
	padding-left: 30px;
}
#header .show-menu {
	display: none;
	position: absolute;
	left: 50%;
	-webkit-transition: opacity 0.1s ease;
	-moz-transition: opacity 0.1s ease;
	-o-transition: opacity 0.1s ease;
	transition: opacity 0.1s ease;
	margin-left: -40px;
	z-index: 1;
}
#header .show-menu .icon {
	width: 30px;
    height: 12px;
    padding: 21px 25px;
    
}
#header .show-menu .icon:hover {
	cursor: pointer;
}
#header .show-menu .icon .line {
	width: 30px;
    height: 2px;
    background-color: #4C5258;
    margin-bottom: 3px;
}
#header .show-menu .icon:hover .line {
	background-color: #393D40;
}
#header.fixed .menu {
	/*display: none;*/
	opacity: 0;
}
#header .menu,
#header.open .menu {
	position: absolute;
	left: 330px;
    right: 330px;
    opacity: 1;
	text-align: center;
	-webkit-transition: opacity 0.1s ease;
	-moz-transition: opacity 0.1s ease;
	-o-transition: opacity 0.1s ease;
	transition: opacity 0.1s ease;
	padding-top: 16px;
}
#header .menu ul {
	list-style: none;
	line-height: 0;
    margin: 0;
    padding: 0;
}
#header .menu li {
	display: inline-block;
	margin: 0 0 0 1em;
}
#header .menu li:first-child {
	margin-left: 0;
}
#header .menu li.helper {
    width: 100%;
    height: 0;
    visibility: hidden;
    border: 0;
    padding: 0;
}
#header .menu a {
	display: inline-block;
	border: 1px solid transparent;
	-webkit-border-radius: 25px;
	-moz-border-radius: 25px;
	border-radius: 25px;
	line-height: 25px;
	font-size: 14px;
	text-transform: uppercase;
	color: #4C5258;
	padding: 6px 19px;
}
#header .menu a:hover {
	border-color: #CFD5DC;
}
#header .menu a.active {
	background: #CFD5DC;
	border-color: #CFD5DC;
	color: #FFFFFF;
}
#header .phone {
	-webkit-transition: opacity 0.1s ease;
	-moz-transition: opacity 0.1s ease;
	-o-transition: opacity 0.1s ease;
	transition: opacity 0.1s ease;
	padding: 19px 30px 0 0;
}
#header .phone a {
	display: inline-block;
	color: #4C5258;
	font-family: "Helvetica Neue", Helvetica, Arial, Verdana, sans-serif;
	font-size: 22px;
	line-height: 30px;
}
#header .phone .workhours {
	display: inline-block;
	color: #B2B9C1;
	/*background: url('https://drive.google.com/uc?export=view&id=13KiwJzsnYM8ALDz6LkZAcrKX48S9TYQj') left 5px no-repeat;*/
	-webkit-background-size: 21px 21px;
	-moz-background-size: 21px 21px;
	-o-background-size: 21px 21px;
	background-size: 21px 21px;
	font-family: "Helvetica Neue", Helvetica, Arial, Verdana, sans-serif;
	font-size: 22px;
	line-height: 30px;
	padding-left: 27px;
	margin-left: 22px;
}
#header.fixed .logo {
	top: -34px;
	opacity: 0;
	/*display: none;*/
}
#header .logo,
#header.open .logo {
	clear: both;
	position: relative;
    top: 28px;
    opacity: 1;
	text-align: center;
	line-height: 0;
	-webkit-transition: opacity 0.1s ease, top 0.3s ease;
	-moz-transition: opacity 0.1s ease, top 0.3s ease;
	-o-transition: opacity 0.1s ease, top 0.3s ease;
	transition: opacity 0.1s ease, top 0.3s ease;
}
#header .logo a {
	display: inline-block;
	overflow: hidden;
	width: 137px;
	height: 35px;
	/*background: url('https://drive.google.com/uc?export=view&id=1VW9FJQM7QkGh9pSRFoHQ0YLipevcae5B') center top no-repeat;*/
	-webkit-background-size: 137px 35px;
	-moz-background-size: 137px 35px;
	-o-background-size: 137px 35px;
	background-size: 137px 35px;
	border: 0;
	line-height: 0;
}
#header .logo img {
	display: none;
	width: 137px;
	height: 35px;
}
#header .callback {
	position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    text-align: center;
}
#header .callback .left {
	position: absolute;
	left: -134px;
	width: 50%;
	height: 19px;
	/*background: url('https://drive.google.com/uc?export=view&id=1feSvNWn4DAHjxgd3Fs_HomilhueMTJhX') center top repeat-x;*/
	-webkit-background-size: 48px 19px;
	-moz-background-size: 48px 19px;
	-o-background-size: 48px 19px;
	background-size: 48px 19px;
}
#header.open-form .callback .left,
#header.open-subs .callback .left {
	left: -142px;
}
#header .callback .right {
	position: absolute;
	right: -134px;
	width: 50%;
	height: 19px;
	/*background: url('https://drive.google.com/uc?export=view&id=1feSvNWn4DAHjxgd3Fs_HomilhueMTJhX') center top repeat-x;*/
	-webkit-background-size: 48px 19px;
	-moz-background-size: 48px 19px;
	-o-background-size: 48px 19px;
	background-size: 48px 19px;
}
#header.open-form .callback .right,
#header.open-subs .callback .right {
	right: -142px;	
}
#header.fixed .callback .center {
	top: -42px;
	height: 61px;
	/*background: url('https://drive.google.com/uc?export=view&id=1feSvNWn4DAHjxgd3Fs_HomilhueMTJhX') center bottom repeat-x;*/
	-webkit-background-size: 48px 19px;
	-moz-background-size: 48px 19px;
	-o-background-size: 48px 19px;
	background-size: 48px 19px;
}
#header .callback .center,
#header.open .callback .center,
#header.open-form .callback .center,
#header.open-subs .callback .center {
	position: absolute;
    left: 50%;
    top: -10px;
	width: 268px;
	height: 54px;
	/*background: url('https://drive.google.com/uc?export=view&id=1pi_RhOUHIq6vyoTz2NrAbZGVJsYZLc_X') center bottom no-repeat;*/
	-webkit-background-size: 268px 44px;
	-moz-background-size: 268px 44px;
	-o-background-size: 268px 44px;
	background-size: 268px 44px;
	margin-left: -134px;
}
#header.open-form .callback .center,
#header.open-subs .callback .center {
	width: 284px;
	height: 44px;
	/*background-image: url('https://drive.google.com/uc?export=view&id=11GsrtWagQUCwSH_Si1r4wByyM6cD4wP-');*/
	-webkit-background-size: 284px 34px;
	-moz-background-size: 284px 34px;
	-o-background-size: 284px 34px;
	background-size: 284px 34px;
	margin-left: -142px;
}
#header .callback .link {
	display: inline-block;
	height: 13px;
	color: #4C5258;
	/*background: url('https://drive.google.com/uc?export=view&id=1PoqGrdkZMYue8-IN9V7KLmt-r8TgBXbw') right top no-repeat;*/
	-webkit-background-size: 13px 26px;
	-moz-background-size: 13px 26px;
	-o-background-size: 13px 26px;
	background-size: 13px 26px;
	font-family: "Helvetica Neue", Helvetica, Arial, Verdana, sans-serif;
	line-height: 14px;
	font-size: 14px;
	text-align: center;
	text-transform: lowercase;
	-webkit-transition: opacity 0.1s ease;
	-moz-transition: opacity 0.1s ease;
	-o-transition: opacity 0.1s ease;
	transition: opacity 0.1s ease;
	/*padding-right: 22px;*/
}
#header .callback .link:hover {
	color: #393D40;
	background-position: right bottom;
}
#header .form {
	display: none;
	position: relative;
	/*-webkit-transition: opacity 0.1s ease, top 0.3s ease;
	-moz-transition: opacity 0.1s ease, top 0.3s ease;
	-o-transition: opacity 0.1s ease, top 0.3s ease;
	transition: opacity 0.1s ease, top 0.3s ease;*/
	padding-top: 32px;
}
/*#header .form {
	top: -277px;
}
#header .form-subscribe {
	top: -206px;
}
#header.open-form .form,
#header.open-subs .form-subscribe {
	top: 0;
}*/
#header .form .fields {
	padding: 0 20px;
}
#header .form .description {
	position: relative;
	top: -8px;
	color: #ADB6C0;
	line-height: 25px;
	font-size: 14px;
	font-family: "Helvetica Neue", Helvetica, Arial, Verdana, sans-serif;
	text-align: center;
}
#header .form .description br {
	display: none;
}
#header .form .success,
#header .form .fail {
	display: none;
	color: #ADB6C0;
	line-height: 25px;
	font-size: 14px;
	font-family: "Helvetica Neue", Helvetica, Arial, Verdana, sans-serif;
	text-align: center;
}

/* Colored Background */
.color-bg {
	-webkit-transition: background 0.5s ease;
	-moz-transition: background 0.5s ease;
	-o-transition: background 0.5s ease;
	transition: background 0.5s ease;
}
.icons .veg {
	width: 42px;
    height: 42px;
	/*background: center top no-repeat;
	-webkit-background-size: 42px 42px;
	-moz-background-size: 42px 42px;
	-o-background-size: 42px 42px;
	background-size: 42px 42px;*/
}
.icons .veg svg {
    width: 42px;
    height: 42px;
}
/*.icons .veg1 {
	background-image: url('https://images.complexburger.ru/veg1.svg');
}
.icons .veg2 {
	background-image: url('https://images.complexburger.ru/veg2.svg');
}
.icons .veg3 {
	background-image: url('https://images.complexburger.ru/veg3.svg');
}
.icons .veg4 {
	background-image: url('https://images.complexburger.ru/veg4.svg');
}
.icons .veg5 {
	background-image: url('https://images.complexburger.ru/veg5.svg');
}*/
.block .indent {
	padding-left: 90px;
	padding-right: 90px;
}
.block .intro {
	/*color: #5E6369;*/
	color: #4C5258;
	line-height: 40px;
	font-size: 30px;
}
.color-bg .block .intro {
	color: #E3E3E3;
	line-height: 50px;
	font-size: 40px;
}

/* Actions */
.actions {
	position: relative;
	border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}
.actions .call {
	display: none;
	border-bottom: 1px solid rgba(255, 255, 255, 0.3);
	padding-top: 173px;
}
.actions .call .inner {
	height: 50px;
	padding: 0 20px;
}
#allrecords .actions .call .phone a {
	display: inline-block;
    color: #FFFFFF;
    font-family: "Helvetica Neue", Helvetica, Arial, Verdana, sans-serif;
    font-size: 19px;
    line-height: 30px;
}
.actions .call .phone .workhours {
    display: inline-block;    
    /*background: url('https://drive.google.com/uc?export=view&id=18hYFgL_WJey_kPZ5AVwym3m7P6P-I4Ih') right 3px no-repeat;*/
    -webkit-background-size: 21px 21px;
    -moz-background-size: 21px 21px;
    -o-background-size: 21px 21px;
    background-size: 21px 21px;
    color: #FFFFFF;
    font-family: "Helvetica Neue", Helvetica, Arial, Verdana, sans-serif;
    font-size: 19px;
    line-height: 30px;
    opacity: 0.3;
    margin-left: 7px;
    padding-left: 0;
    padding-right: 29px;
}
.actions .call .callback {
	padding-top: 8px;
}
#allrecords .actions .call .callback .link {
	display: inline-block;
    height: 13px;
	color: #FFFFFF;
    /*background: url('https://drive.google.com/uc?export=view&id=1hQIllcgtYaxiYgLZM475mLUw-9STYXuf') right top no-repeat;*/
    -webkit-background-size: 13px 13px;
    -moz-background-size: 13px 13px;
    -o-background-size: 13px 13px;
    background-size: 13px 13px;
    font-family: "Helvetica Neue", Helvetica, Arial, Verdana, sans-serif;
    line-height: 14px;
    font-size: 14px;
    /*padding-right: 22px;*/
}
.actions .inner {
	max-width: 1740px;
	margin: 0 auto;
	padding-top: 154px;
}
.actions .owl-stage-outer,
.actions .owl-stage {
	height: 100%;
}
.actions .promo .image {
	/*position: absolute;
	left: 50%;
	bottom: 16%;*/
	position: relative;
    top: 10%;
    height: 75%;
    background-repeat: no-repeat;
    background-position: center top;
	-webkit-background-size: contain;
    -moz-background-size: contain;
    -o-background-size: contain;
    background-size: contain;
    -webkit-background-origin: content-box;
    -moz-background-origin: content-box;
    -o-background-origin: content-box;
    background-origin: content-box;
}
/*.actions .promo1 .image {
	background-image: url('https://drive.google.com/uc?export=view&id=1JOjkUBneCKt_k4V48aPYVkrMNv0hIQF1');
}
.actions .promo2 .image {
	background-image: url('https://drive.google.com/uc?export=view&id=10yz-1gUm3ih6FXCbAoTeUFqCPIj-NFYt');
}*/
/*.actions .promo .clip {
	position: absolute;
}
.actions .promo .product {
	position: absolute;
}*/
.actions .promo .text {
	position: absolute;
	/*top: 136px;*/
	top: 16%;
	line-height: 50px;
	font-size: 40px;
	z-index: 2;
}
.actions .promo .button {
	margin-top: 24px;
}
.red-bg .actions .promo .text {
	color: #E8E8E8 !important;
}
.navy-bg .actions .promo .text,
.blue-bg .actions .promo .text {
	color: #E8E8E8;
}
.orange-bg .actions .promo .text,
.green-bg .actions .promo .text {
	color: #4C5258;
}
.red-bg .actions .promo .orange {
	color: #FFBA52 !important;
}
.navy-bg .actions .promo .orange,
.blue-bg .actions .promo .orange {
	color: #FFBA52;
}
.orange-bg .actions .promo .orange,
.green-bg .actions .promo .orange {
	color: #FEFEFE;
}
#allrecords .red-bg .actions .promo .button {
	color: #E6E6E6 !important;
	border-color: #FFBA52 !important;
}
#allrecords .navy-bg .actions .promo .button,
#allrecords .blue-bg .actions .promo .button {
	color: #E6E6E6;
	border-color: #FFBA52;
}
#allrecords .orange-bg .actions .promo .button,
#allrecords .green-bg .actions .promo .button {
	color: #4C5258;
	border-color: #4C5258;
}
.red-bg .actions .owl-dot {
	background: rgba(245, 245, 245, 0.5) !important;
}
.navy-bg .actions .owl-dot,
.blue-bg .actions .owl-dot {
	background: rgba(245, 245, 245, 0.5);
}
.orange-bg .actions .owl-dot,
.green-bg .actions .owl-dot {
	background: rgba(76, 82, 88, 0.5);
}
.red-bg .actions .owl-dots .active {
	background: #FFFFFF !important;
}
.navy-bg .actions .owl-dots .active,
.blue-bg .actions .owl-dots .active {
	background: #FFFFFF;
}
.orange-bg .actions .owl-dots .active,
.green-bg .actions .owl-dots .active {
	background: #4C5258;
}
.actions .scroll-down {
	position: absolute;
	left: 50%;
	bottom: 33px;
	width: 104px;
	color: rgba(251, 251, 251, 0.6);
	font-family: "Helvetica Neue", Helvetica, Arial, Verdana, sans-serif;
	line-height: 20px;
	font-size: 14px;
	text-transform: lowercase;
	margin-left: -50px;
	z-index: 2;
}

/* Mission */
.mission .inner {
	max-width: 1740px;
	margin: 0 auto;
	padding-top: 140px;
	padding-bottom: 208px;
}

/* Composition */
.composition .inner {
	max-width: 1740px;
	margin: 0 auto;
	padding-top: 140px;
	padding-bottom: 308px;
}
.composition .comp0 {
	position: relative;
	padding-bottom: 45px;
}
.composition .comp0 .image {
	position: absolute;
	top: -600px;
    left: 50%;
	width: 608px;
	height: 1091px;
	/*background: url('https://drive.google.com/uc?export=view&id=1xz_gRDgOKxC1FhzqC06nyOu1OcJ_kZpI') center top no-repeat;*/
	-webkit-background-size: 608px 1091px;
	-moz-background-size: 608px 1091px;
	-o-background-size: 608px 1091px;
	background-size: 608px 1091px;
	margin-left: -410px;
}
.composition .comp0 .text {
	position: relative;
	z-index: 1;
}
.composition .comp {
	overflow: hidden;
	padding-top: 120px;
}
.composition .comp .image {
	position: relative;
	left: 50%;
}
.composition .comp1 .image {
	width: 450px;
	height: 236px;
	/*background: url('https://drive.google.com/uc?export=view&id=1gqSBvWD8VIzio-VeowA3i79g2qwAZK_g') center top no-repeat;*/
	-webkit-background-size: 450px 236px;
	-moz-background-size: 450px 236px;
	-o-background-size: 450px 236px;
	background-size: 450px 236px;
	margin-left: -225px;
	margin-bottom: 24px;
}
.composition .comp2 .image {
	width: 424px;
	height: 157px;
	/*background: url('https://drive.google.com/uc?export=view&id=13bEJq_PVU6Q2mwzEKDNeS7IKfzhbM8vR') center top no-repeat;*/
	-webkit-background-size: 424px 157px;
	-moz-background-size: 424px 157px;
	-o-background-size: 424px 157px;
	background-size: 424px 157px;
	margin-left: -212px;
	margin-bottom: 10px;
}
.composition .comp3 .image {
	width: 404px;
	height: 250px;
	/*background: url('https://drive.google.com/uc?export=view&id=1GlDg-biKKros5IdmmxoE76wO9lZixvHq') center top no-repeat;*/
	-webkit-background-size: 404px 250px;
	-moz-background-size: 404px 250px;
	-o-background-size: 404px 250px;
	background-size: 404px 250px;
	margin-left: -202px;
	margin-bottom: 22px;
}
.composition .comp4 .image {
	width: 403px;
	height: 187px;
	/*background: url('https://drive.google.com/uc?export=view&id=1urGn1iDbtSQxIawKurvqKzxuYboaiAOp') center top no-repeat;*/
	-webkit-background-size: 403px 187px;
	-moz-background-size: 403px 187px;
	-o-background-size: 403px 187px;
	background-size: 403px 187px;
	margin-left: -201px;
	margin-bottom: 24px;
}
.composition .comp5 .image {
	width: 246px;
	height: 167px;
	/*background: url('https://drive.google.com/uc?export=view&id=1wbEZSAgwJLYOMNpKS_Il-Wv-BH4eG2QG') center top no-repeat;*/
	-webkit-background-size: 246px 167px;
	-moz-background-size: 246px 167px;
	-o-background-size: 246px 167px;
	background-size: 246px 167px;
	margin-left: -123px;
	margin-bottom: 24px;
}
.composition .comp6 {
	padding-top: 100px;
}
.composition .comp6 .image {
	width: 325px;
	height: 278px;
	/*background: url('https://drive.google.com/uc?export=view&id=1B7IApkQ4Er056VgfXkBNo1Exk3iwZ3O1') center top no-repeat;*/
	-webkit-background-size: 325px 278px;
	-moz-background-size: 325px 278px;
	-o-background-size: 325px 278px;
	background-size: 325px 278px;
	margin-left: -162px;
	margin-bottom: -20px;
}
.composition .comp7 .image {
	width: 310px;
	height: 313px;
	/*background: url('https://drive.google.com/uc?export=view&id=160D1gUbtrKqXoT-CpSS_ipaSKMrJbi-5') center top no-repeat;*/
	-webkit-background-size: 310px 313px;
	-moz-background-size: 310px 313px;
	-o-background-size: 310px 313px;
	background-size: 310px 313px;
	margin-left: -155px;
	margin-bottom: 19px;
}
.composition .comp .description {
	width: 50%;
	border-top: 1px solid rgba(255, 255, 255, 0.3);
}
.composition .comp .description .title {
	float: left;
	color: #FFFFFF;
	line-height: 20px;
	font-size: 18px;
	padding-top: 22px;
}
.composition .comp .description .text {
	float: right;
	text-align: right;
	color: #E3E3E3;
	font-family: "Helvetica Neue", Helvetica, Arial, Verdana, sans-serif;
	line-height: 20px;
	font-size: 14px;
	padding-top: 24px;
}

/* Products */
.products .description {
	max-width: 1740px;
	border-bottom: 1px solid #EAEAEA;
	margin: 0 auto;
	/*padding-top: 58px;*/
	padding-top: 108px;
	/*padding-bottom: 130px;*/
	padding-bottom: 108px;
}
.products .description .icons {
	float: right;
	line-height: 0;
	padding-top: 11px;
}
.products .description .icons div {
	display: inline-block;
	float: left;
	margin-left: 20px;
}
.products .description .icons div:first-child {
	margin-left: 0;
}
.products .description .icons .helper {
    width: 100%;
    height: 0;
    visibility: hidden;
    border: 0;
    padding: 0;
}
/*.products .description a {
	border-bottom: 1px solid #FEE1A8;
}
.products .description a:hover {
	border-color: #FDE4AD;
}*/
/*.products .description a {
	text-decoration: underline;
}*/
.products .full-menu {
	padding-top: 90px;
}
.products .tabs {
	position: relative;
	overflow: hidden;
	/*max-height: 1455px;*/
	/*height: 1455px;*/
	-webkit-transition: height 0.3s ease, max-height 0.3s ease;
	-moz-transition: height 0.3s ease, max-height 0.3s ease;
	-o-transition: height 0.3s ease, max-height 0.3s ease;
	transition: height 0.3s ease, max-height 0.3s ease;
	/*padding-bottom: 250px;*/
	padding-bottom: 270px;
}
.products .tabs .menu {
	/*overflow: hidden;*/
	max-width: 1920px;
	height: 80px;
	background: #FFFFFF;
	margin: 0 auto;
	
	overflow-x: auto;
	overflow-y: hidden;
	-webkit-overflow-scrolling: touch;
    -moz-overflow-scrolling: touch;
    -ms-overflow-scrolling: touch;
    -o-overflow-scrolling: touch;
}
.products .tabs .menu .inner {
	white-space: nowrap;
}
.products .tabs .menu .all {
	float: left;
	padding: 16px 32px 24px 90px;
}
.products .tabs .menu .categories {
	/*float: right;
	border-left: 1px solid #EAEAEA;*/
	/*padding: 16px 122px 24px 32px; /* 90 + 32 = 122px */
	/*padding: 16px 90px 24px 32px; /* С пунктом Всё */
	padding: 16px 90px 24px;
}
.products .tabs .menu a {
	display: inline-block;
	color: #4C5258;
	line-height: 20px;
	font-size: 14px;
	text-transform: uppercase;
	background: #FFFFFF;
	border: 1px solid #FFFFFF;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
	padding: 10px 26px 8px;
	/*margin-left: 38px;*/
	margin-left: 1em;
}
.products .tabs .menu a:first-child {
	margin-left: 0;
}
.products .tabs .menu a:hover {
	border-color: #EAEAEA;
}
.products .tabs .menu .active,
.products .tabs .menu .active:hover {
	color: #FFFFFF;
	background-color: #FE4000;
	border-color: #FE4000;
}
.products .jspContainer {
	overflow: hidden;
    position: relative;
}
.products .jspPane {
	position: absolute;
	margin-left: 0 !important;
}
.products .jspVerticalBar,
.products .jspHorizontalBar {
	display: none;
}
.products .tab-box {
	max-width: 1860px;
	margin: 0 auto;
	padding: 0 30px;
}
.products .borders {
	position: relative;
}
.products .borders .inner {
	position: absolute;
	width: 100%;
}
.products .borders .half {
	position: absolute;
	top: 0;
	left: 0;
	width: 50%;
	height: 100%;
	border-right: 1px solid #EAEAEA;
	z-index: -1;
}
.products .borders .third {
	position: absolute;
	top: 0;
	left: 0;
	width: 33.3%;
	height: 100%;
	border-right: 1px solid #EAEAEA;
	z-index: -1;
}
.products .borders .two-thirds {
	position: absolute;
	top: 0;
	left: 0;
	width: 66.6%;
	height: 100%;
	border-right: 1px solid #EAEAEA;
	z-index: -1;
}
.products .tab {
	display: none;
}
.products .tab.active {
	display: block;
}
.products .tab > .buttons {
	position: absolute;
	left: 0;
    right: 0;
    /*bottom: 180px;*/
    text-align: center;
    bottom: 0;
    /*height: 230px;*/
    height: 250px;
    background: #FFFFFF;
    padding-top: 20px;
}
.products .product {
	float: left;
	width: 33.3%;
}
.products .product .inner {
	background: #FFFFFF;
	margin-left: 1px;
	padding: 0 60px;
}
.products .product.w2 {
	width: 50%;
}
.products .product .border {
	position: absolute;
	left: 0;
	right: 0;
	height: 1px;
	background: #EAEAEA;
}
.products .product .buttons {
	position: relative;
}
.products .product .add-to-cart {
	position: absolute;
    top: 40px;
    left: -25px;
	width: 46px;
	height: 46px;
	background: url('https://images.complexburger.ru/cart.svg') 13px 13px no-repeat; /* SVG */
	-webkit-background-size: 23px 24px;
	-moz-background-size: 23px 24px;
	-o-background-size: 23px 24px;
	background-size: 23px 24px;
	border: 2px solid #FFBA52;
	-webkit-border-radius: 25px;
	-moz-border-radius: 25px;
	border-radius: 25px;
	cursor: pointer;
}
.products .product .add-to-cart:hover {
	background-color: #FFBA52;
}
.products .product .image {
	text-align: center;
	/*padding: 55px 0px 24px;*/
	padding: 39px 0 0px;
}
.products .product.w2 .image {
	/*padding: 95px 0 28px;*/
	padding: 70px 0 0px;
}
.products .product .image img {
	/*width: 200px;
	height: 200px;*/
	/*width: 375px;
	height: 250px;*/
	width: 360px;
	height: 240px;
}
.products .product.w2 .image img {
	/*width: 280px;
	height: 280px;*/
	width: 500px;
	height: 333px;
}
.products .product .info {
	position: relative;
	height: 134px;
}
.products .product .title {
	color: #4C5258;
	line-height: 20px;
	font-size: 18px;
}
.products .product .price {
	color: #B3B3B3;
	white-space: nowrap;
}
.products .product .description {
	color: #9B9FA4;
	background: #FFFFFF;
	line-height: 25px;
	font-size: 16px;
	font-family: "Helvetica Neue", Helvetica, Arial, Verdana, sans-serif;
	margin-left: -1px;
	padding: 14px 0 0;
}
.products .product .white-line {
	position: absolute;
	right: -61px;
	bottom: 0;
	width: 1px;
	height: 118px;
	background: #FFFFFF;
}
.products .white-box {
	float: left;
    width: 33.3%;
    height: 417px;
    background: #FFFFFF;
    margin-left: 1px;
}
.products .white-box.w2 {
	width: 49.9%;
	height: 541px;
}

/* Instagram Feed */
.t802__container {
    padding: 38px 90px 0 90px !important;
}
.insta .inner {
	overflow: hidden;
	max-width: 1740px;
	margin: 0 auto;
	padding-top: 70px;
	padding-bottom: 38px;
}
/*.insta .description a {
	border-bottom: 1px solid #FEE1A8;
}
.insta .description a:hover {
	border-color: #FDE4AD;
}*/
.insta .description a {
	text-decoration: underline;
}
.insta .feed {
	line-height: 0;
	padding-top: 108px;
}
.insta .feed img {
	width: 20%;
	height: 20%;
}

/* About */
.about {
	border-top: 1px solid #EAEAEA;
}
.about .inner {
	overflow: hidden;
	max-width: 1740px;
	margin: 0 auto;
	padding-top: 30px;
	padding-bottom: 30px;
}
.about h1 {
	float: left;
	width: 42%;
}
.about .text {
	float: right;
	width: 50%;
	padding: 24px 0 42px;
}
.about .text div {
	max-width: 370px;
}
.about .text p {
	color: #B5BDC6;
	line-height: 20px;
	font-size: 14px;
	font-family: "Helvetica Neue", Helvetica, Arial, Verdana, sans-serif;
}

/* Order */
.order {
    position: relative;
    overflow: hidden;
	border-top: 1px solid #EAEAEA;
}
.order .bg {
    position: absolute;
    left: -1380px;
    top: -900px;
    line-height: 0;
}
.order .inner {
    position: relative;
	max-width: 1740px;
	/*background: url('https://images.complexburger.ru/delivery-bg1.jpg') left top no-repeat;
	background-position-x: -35px;
	-webkit-background-size: 957px 775px;
	-moz-background-size: 957px 775px;
	-o-background-size: 957px 775px;
	background-size: 957px 775px;*/
	margin: 0 auto;
	padding-top: 30px;
	padding-bottom: 23px;
	z-index: 1;
}
.order .delivery {
	display: inline-block;
	/*background: url('https://images.complexburger.ru/clock-big.svg') right 5px no-repeat;
	-webkit-background-size: 29px 29px;
	-moz-background-size: 29px 29px;
	-o-background-size: 29px 29px;
	background-size: 29px 29px;
	padding-right: 41px;*/
}
.delivery svg {
    position: relative;
    top: 4px;
    width: 28px;
    height: 28px;
    margin-left: 2px;
}
.order .left {
    width: 100%;
    max-width: 720px;
    font-family: "Helvetica Neue", Helvetica, Arial, Verdana, sans-serif;
	line-height: 21px;
    font-size: 14px;
    padding: 120px 0 180px;
}
.order .left .item {
    display: inline-block;
    width: 32%;
    color: #4C5258;
}
.order .left .icon {
    line-height: 0;
    padding-bottom: 12px;
}
.order .left .icon svg {
    height: 48px;
}
.order .price {
	overflow: hidden;
	padding-top: 190px;
}
.order .price .inside {
	float: left;
	color: #6E7378;
	line-height: 25px;
	font-size: 18px;
	padding-right: 80px;
}
.order .price .outside {
	float: left;
	color: #6E7378;
	line-height: 25px;
	font-size: 18px;
}
/*.order .time {
	color: #B5BDC6;
	line-height: 21px;
	font-size: 14px;
	padding: 110px 0 118px;
}
.order .time .title {
	color: #6E7378;
	line-height: 25px;
	font-size: 18px;
	padding-bottom: 7px;
}*/
.order .right {
	width: 50%;
}
.order .how {
	max-width: 370px;
	color: #6E7378;
	line-height: 30px;
	font-size: 20px;
	padding-top: 8px;
}
.order .payment {
	max-width: 370px;
	color: #ADB6C0;
	font-family: "Helvetica Neue", Helvetica, Arial, Verdana, sans-serif;
	line-height: 25px;
	font-size: 16px;
	/*background: url('https://drive.google.com/uc?export=view&id=1YlZ18cRBhKpO6ErMdLNjGGdKfzT4ulR5') left bottom no-repeat;*/
	-webkit-background-size: 26px 24px;
	-moz-background-size: 26px 24px;
	-o-background-size: 26px 24px;
	background-size: 26px 24px;
	padding: 27px 0 32px;
}
.order .button {
	background: #FFFFFF;
}
.order .button:hover,
.order .button:focus,
.order .button:active {
	background: #FABC32;
}
.order .social {
	display: none;
	float: right;
	padding-bottom: 60px;
}
.order .social a {
	float: left;
	margin: 0 0 0 20px;
}
.order .social a:first-child {
	margin-left: 0;
}
.order .social .helper {
	display: inline-block;
	width: 100%;
    height: 0;
    visibility: hidden;
    border: 0;
    padding: 0;
}

/* Contacts */
.contacts {
	position: relative;
}
.contacts .inner {
	position: absolute;
	top: -97px;
	left: 50%;
	width: 740px;
	background: #FFFFFF;
	-webkit-box-shadow: 0px 0px 7px rgba(64, 64, 64, 0.094);
	-moz-box-shadow: 0px 0px 7px rgba(64, 64, 64, 0.094);
	box-shadow: 0px 0px 7px rgba(64, 64, 64, 0.094);
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
	margin-left: -370px;
	z-index: 10;
}
.contacts .workhours {
	height: 84px;
	border-bottom: 1px solid #EAEAEA;
	padding: 13px 62px 0;
}
.contacts .workhours .around {
	float: left;
	color: #C9CED5;
	font-family: "Helvetica Neue", Helvetica, Arial, Verdana, sans-serif;
	font-weight: 500;
	line-height: 50px;
	font-size: 43px;
	padding-top: 13px;
}
.contacts .workhours .break {
	float: right;
	color: #5E6369;
	font-family: "Lack", "Helvetica Neue", Helvetica, Arial, Verdana, sans-serif;
	line-height: 40px;
	font-size: 25px;
	text-align: right;
}
.contacts .workhours .break .title {
	font-family: "Helvetica Neue", Helvetica, Arial, Verdana, sans-serif;
	line-height: 25px;
	font-size: 14px;
	color: #B7C0C9;
	text-align: right;
}
.contacts .location {
	position: relative;
	padding: 34px 62px 27px;
}
.contacts .address {
	color: #4C5258;
	line-height: 30px;
	font-size: 20px;
}
.contacts .city {
	color: #B7C0C9;
	font-size: 18px;
	text-transform: uppercase;
	padding-bottom: 20px;
}
.contacts .phone {
	padding-top: 16px;
	clear: both;
}
#allrecords .contacts .phone a {
	color: #4C5258;
	font-family: "Helvetica Neue", Helvetica, Arial, Verdana, sans-serif;
	line-height: 30px;
	font-size: 19px;
}
.contacts .email {
	padding-top: 9px;
}
#allrecords .contacts .email a {
	color: #5D6368;
	font-family: "Helvetica Neue", Helvetica, Arial, Verdana, sans-serif;
	line-height: 25px;
	font-size: 16px;
}
.contacts .metro {
	position: absolute;
	top: 34px;
	right: 62px;
	color: #5D6368;
	font-family: "Helvetica Neue", Helvetica, Arial, Verdana, sans-serif;
	line-height: 25px;
	font-size: 14px;
	text-align: right;
    /*background: url('https://images.complexburger.ru/metro.jpg') right 10px no-repeat;*/
    background: right 10px no-repeat;
    -webkit-background-size: 35px 43px;
    -moz-background-size: 35px 43px;
    -o-background-size: 35px 43px;
    background-size: 35px 43px;
    padding-top: 61px;
}
.contacts .map {
	position: relative;
	width: 100%;
	min-height: 550px;
	max-height: 720px;
	margin-bottom: -70px;
	/*-webkit-transition: height 0.3s ease;
	-moz-transition: height 0.3s ease;
	-o-transition: height 0.3s ease;
	transition: height 0.3s ease;*/
	overflow: hidden;
	z-index: 1;
}
.contacts .map.narrow {
	min-height: 272px;
}
#allrecords .contacts .buttons {
    position: absolute;
    right: 62px;
    bottom: 0px;
    
	text-align: center;
	padding: 30px 0;
}
#allrecords .contacts .buttons .show-map {
	display: none;
}

.contacts .scheme {
	display: none;
	clear: both;
	/*width: 710px;
	height: 490px;*/
	min-height: 245px;
	/*max-height: 490px !important;*/
	max-height: 309px !important;
	/*background: url('https://images.complexburger.ru/scheme.svg') center top no-repeat; */
	background-color: #FFF;
    /*-webkit-background-size: 710px 490px;
    -moz-background-size: 710px 490px;
    -o-background-size: 710px 490px;
    background-size: 710px 490px;
    margin: 60px auto 30px;
    
	background-position-y: center;*/
	-webkit-background-size: contain;
    -moz-background-size: contain;
    -o-background-size: contain;
    background-size: contain;
    -webkit-background-origin: content-box;
    -moz-background-origin: content-box;
    -o-background-origin: content-box;
    background-origin: content-box;
    padding: 40px 20px 80px;
}
.contacts .scheme svg {
    display: block;
    width: auto;
    max-width: 100%;
    height: auto;
    max-height: 100%;
    margin: 0 auto;
}

@media
only screen and (-webkit-min-device-pixel-ratio: 1.5),
only screen and (-moz-min-device-pixel-ratio: 1.5),
only screen and (-o-min-device-pixel-ratio: 3/2),
only screen and (min-device-pixel-ratio: 1.5),
only screen and (min-resolution: 144dpi),
only screen and (min-resolution: 1.5dppx) {
	/*.emoji.drooling-face {
		background-image: url('https://drive.google.com/uc?export=view&id=1ndhxKC0ofPoQbETZWzFr_JcWBBsm92jS');
	}
	.emoji.fire {
		background-image: url('https://drive.google.com/uc?export=view&id=1XKoF_ESBQrpEgOAFgaZCsLZO9ILtzNmq');
	}
	.emoji.smirking-face {
		background-image: url('https://drive.google.com/uc?export=view&id=1bveoJlJb_iAnbCiTdnhECCv4fW7-KITy');
	}
	.emoji.thumbs-up-sign {
		background-image: url('https://drive.google.com/uc?export=view&id=1QS0FpzFgHAF9QGQAIify1ySta34JKh62');
	}
	.emoji.tongue {
		background-image: url('https://drive.google.com/uc?export=view&id=1AHLot59gmi0EH9M6EbRDhav3EpoBD5CS');
	}
	.emoji.victory-hand {
		background-image: url('https://drive.google.com/uc?export=view&id=1G6rWayay3MesMRiJt3y9kSOXGZqJa51t');
	}*/
	/*.icons .veg1 {
		background-image: url('https://drive.google.com/uc?export=view&id=1uq8CvdnqgBNyC-E9ecBGZQhfjQeSfTpm');
	}
	.icons .veg2 {
		background-image: url('https://drive.google.com/uc?export=view&id=1a9pH4WTzQKQMCUFuqCSlmZPoItfK9--0');
	}
	.icons .veg3 {
		background-image: url('https://drive.google.com/uc?export=view&id=1aWUMjS8CGBl9lGFJ8GQt_Or7xLuyHqZd');
	}
	.icons .veg4 {
		background-image: url('https://drive.google.com/uc?export=view&id=1r_dSAvlpIYMJxJEQ-QJYVc47xajEMVB_');
	}
	.icons .veg5 {
		background-image: url('https://drive.google.com/uc?export=view&id=10F33fdH82-ndxguFWN-_KAoWa0lvo-d5');
	}
	#header .phone .workhours {
		background-image: url('https://drive.google.com/uc?export=view&id=1X8uJ0sUzyX7cSVAtrpICpQ__kqm_Iftf');
	}
	#header .logo a {
		background-image: url('https://drive.google.com/uc?export=view&id=17Td3ydQziO403UqCkP9p8pAOWjlbxYde');
	}
	#header .callback .left,
	#header .callback .right,
	#header.fixed .callback .center {
		background-image: url('https://drive.google.com/uc?export=view&id=1vnW4rpTw44OzTCYmYvy7DbOzsG0ZR9BE');
	}
	#header .callback .center,
	#header.open .callback .center {
		background-image: url('https://drive.google.com/uc?export=view&id=1BXRk-2Gpx8eKLrvb73BacOYmjfoT6nY4');
	}
	#header.open-form .callback .center,
	#header.open-subs .callback .center {
		background-image: url('https://drive.google.com/uc?export=view&id=1n_0vLQAn8FEvoOLp_BW_YYga7quwpvf9');
	}
	#header .callback .link {
		background-image: url('https://drive.google.com/uc?export=view&id=1WQ5vCHNjes6aU_FnzjWtvyCvOtQj2GMo');
	}
	.actions .call .phone .workhours {
    	background-image: url('https://drive.google.com/uc?export=view&id=1oVVpc3Eg21oN7TRAGxQ_VFdZKsO0Sa3U');
    }
	.actions .call .callback .link {
	    background-image: url('https://drive.google.com/uc?export=view&id=1UD_JFUPXOegPC8McYWNblGghmCOnYojV');
	}
	.menu .product .add-to-cart {
		background-image: url('https://drive.google.com/uc?export=view&id=1BqSYWOjxGZ4WAUjEc7xlutovNBlbiwPI');
	}
	.order .inner {
		background-image: url('https://images.complexburger.ru/delivery-bg1-x2.jpg');
	}
	.order .delivery {
		background-image: url('https://drive.google.com/uc?export=view&id=1xvvn9M7sCMA2XssFFPmFiXouKCY9lXMa');
	}
	.order .payment {
		background-image: url('https://drive.google.com/uc?export=view&id=1kLe2MwHtuZRXU0nqtfyaWcCXbNJEzT8R');
	}
	.contacts .metro {
    	background-image: url('https://images.complexburger.ru/metro-x2.jpg');
    }
    .scheme .image {
		background-image: url('https://drive.google.com/uc?export=view&id=1UDU3a7zYoJzAMQr-mF4ReGpAMukBCon5');
	}*/
}
@media
only screen and (-webkit-min-device-pixel-ratio: 2.5),
only screen and (-moz-min-device-pixel-ratio: 2.5),
only screen and (-o-min-device-pixel-ratio: 5/2),
only screen and (min-device-pixel-ratio: 2.5),
only screen and (min-resolution: 240dpi),
only screen and (min-resolution: 2.5dppx) {
	/*.emoji.drooling-face {
		background-image: url('https://drive.google.com/uc?export=view&id=1sUCC-PLDzYQS_GCbt6PN2UYQdGIP-8cr');
	}
	.emoji.fire {
		background-image: url('https://drive.google.com/uc?export=view&id=1gvlYkeA3tSn3njD6pFOSM0cmlY-doATc');
	}
	.emoji.smirking-face {
		background-image: url('https://drive.google.com/uc?export=view&id=1MtP-lR4B6QZ-g2KJFumd4CGnpGjHePgl');
	}
	.emoji.thumbs-up-sign {
		background-image: url('https://drive.google.com/uc?export=view&id=1K2hg0VarhRWuAF9eSCGnboBKVFhP7XCA');
	}
	.emoji.tongue {
		background-image: url('https://drive.google.com/uc?export=view&id=1M1juOZ9dzE6GrXw8wbHHTQRuOoDbr224');
	}
	.emoji.victory-hand {
		background-image: url('https://drive.google.com/uc?export=view&id=1eApQKhWxTqutivhk4Znuqvl9xbXUXBcJ');
	}
	.icons .veg1 {
		background-image: url('https://drive.google.com/uc?export=view&id=1Ti-2wc9-WiFrWUPLtiGgn02MyftX8JB-');
	}
	.icons .veg2 {
		background-image: url('https://drive.google.com/uc?export=view&id=1DPSwTNdprcXt0wUm9_TWl0trfWjS7VLr');
	}
	.icons .veg3 {
		background-image: url('https://drive.google.com/uc?export=view&id=1-v3iy9URTwLGlh-xSS6A7QcOKxetIXBf');
	}
	.icons .veg4 {
		background-image: url('https://drive.google.com/uc?export=view&id=1u0FwWolqwGFOKzUOv5N-S5Mi5_DsE0iJ');
	}
	.icons .veg5 {
		background-image: url('https://drive.google.com/uc?export=view&id=137fOPA6zKhDGF5s_iv5cfD5GTeUTKGdh');
	}
	#header .phone .workhours {
		background-image: url('https://drive.google.com/uc?export=view&id=1l9nl3BPBaGkx8eP5wYapH25naMYeKOMa');
	}
	#header .logo a {
		background-image: url('https://drive.google.com/uc?export=view&id=1g45xe7YBXqPMoPw_n9K_XDQWdfezzoqu');
	}
	#header .callback .left,
	#header .callback .right,
	#header.fixed .callback .center {
		background-image: url('https://drive.google.com/uc?export=view&id=1xyb6h5DHYRBOdaGFs_HoOt4Hy6vCQneW');
	}
	#header .callback .center,
	#header.open .callback .center {
		background-image: url('https://drive.google.com/uc?export=view&id=1hh7ct8IkeZQUm_0B0ua97RaTjXhtR_ze');
	}
	#header.open-form .callback .center,
	#header.open-subs .callback .center {
		background-image: url('https://drive.google.com/uc?export=view&id=1IZcskQf1DBCjpBkODC-KrbqOCksopzP7');
	}
	#header .callback .link {
		background-image: url('https://drive.google.com/uc?export=view&id=1LN4VaIt12H-m-r7SywuD7jFNK6xQ8Yx8');
	}
	.actions .call .phone .workhours {
    	background-image: url('https://drive.google.com/uc?export=view&id=1JRuSMFfWi8nBfSUtq3AsQqhPIPqb66ne');
    }
	.actions .call .callback .link {
	    background-image: url('https://drive.google.com/uc?export=view&id=1wfamNYwKQv5pXkPRsBT-92AZnMfVNKmU');
	}
	.menu .product .add-to-cart {
		background-image: url('https://drive.google.com/uc?export=view&id=1swHsmGHfYcRibLEztTjB_HEYIdVTqQ7I');
	}
	.order .inner {
		background-image: url('https://images.complexburger.ru/delivery-bg1-x3.jpg');
	}
	.order .delivery {
		background-image: url('https://drive.google.com/uc?export=view&id=1OTyatZ0w5VjR3yhIUSDwMj-ijPHVoEux');
	}
	.order .payment {
		background-image: url('https://drive.google.com/uc?export=view&id=15WUbsUFp4ot9IkILmtrgQM1JelEBajUl');
	}
	.contacts .metro {
    	background-image: url('https://images.complexburger.ru/metro-x3.jpg');
    }
    .scheme .image {
		background-image: url('https://drive.google.com/uc?export=view&id=1hPSfe19KdT42nWzCrOmngct_REG9N9Vg');
	}*/
}


/*** Adaptive ***/
@media (max-width: 1440px) {
	/* Promo */
	.t734__textwrapper {
        padding: 0 55px !important;
    }
    
    /* Catalog */
    .t-store__grid-cont {
        padding-left: 35px !important;
        padding-right: 35px !important;
    }
    .t-store__parts-switch-wrapper {
        padding: 0 55px;
    }
    
    /* Instagram Feed */
    .t802__container {
        padding-left: 55px !important;
        padding-right: 55px !important;
    }
	
	#header .menu li {
		margin-left: 6px;
	}
	.block .indent {
		padding-left: 55px;
		padding-right: 55px;
	}
	.products .tab-box {
		padding: 0 20px;
	}
	.products .tabs .menu .all {
		padding-left: 55px;
	}
	.products .tabs .menu .categories {
		/*padding-right: 87px;*/
		padding-left: 55px;
		padding-right: 55px;
	}
	
	.products .product .inner {
		padding: 0 35px;
	}
	.products .product .add-to-cart {
		left: 0;
	}
	.products .product .white-line {
		right: -36px;
	}
	/*.order .inner {
		background-position-x: -90px;
	}*/
}
@media (max-width: 1360px) {
	.button {
		padding: 8px 30px;
	}
	
	#header .menu,
	#header.open .menu {
		left: 288px;
		right: 288px;
	}
	#header .phone a {
		font-size: 19px;
	}
	#header .phone .workhours {
		font-size: 19px;
		margin-left: 17px;
	}
	
	.products .tabs .menu a {
		margin-left: 6px;
	}
	
	.order .bg {
	    left: -1430px;
        top: -800px;
	}
	.order .inner {
	    padding-bottom: 147px;
	}
	.order .buttons {
        text-align: center; 
    }
}
@media (max-width: 1279px) {
    .desktop-hidden {
		display: inherit;
	}
	.tablet-hidden {
		display: none;
	}
	.button/*,
	.button-orange*/ {
		font-size: 16px;
		-webkit-border-radius: 20px;
		-moz-border-radius: 20px;
		border-radius: 20px;
		padding: 4px 25px 2px;
	}
	
	.emoji {
		-webkit-background-size: 30px 30px;
		-moz-background-size: 30px 30px;
		-o-background-size: 30px 30px;
		background-size: 30px 30px;
	}
	
	/* Promo */
    .t734__wrapper {
        top: 196px;
    }
    .t734__title,
    .t734__descr {
		line-height: 40px;
		font-size: 30px;
    }
    .t734 .t-slds__arrow_wrapper-left {
        left: 15%;
    }
    .t734 .t-slds__arrow_wrapper-right {
        right: 15%;
    }
    .t734 .t-slds__bullet_wrapper {
        top: 110px;
    }
    .t734 .t-slds__bullet {
        margin: 10px;
    	padding: 0;
    }
    .t734 .t-slds__bullet_body {
        width: 8px !important;
    	height: 8px !important;
    	border-radius: 6px;
    }
    .t734 .t-slds__bullet:hover,
    .t734 .t-slds__bullet_active {
        margin: 9px;
    }
    .t734 .t-slds__bullet:hover .t-slds__bullet_body {
        width: 10px !important;
    	height: 10px !important;
    }
    .t734 .t-slds__bullet_active .t-slds__bullet_body {
        width: 10px !important;
    	height: 10px !important;
    }
	
	#header {
		height: 150px;
		max-height: 150px;
	}
	#header.fixed {
		height: 55px;
		max-height: 55px;
	}
	#header.open {
		height: auto;
		max-height: 1000px;
	}
	#header .inner {
		padding: 0;
	}
	#header.open .inner {
		padding-bottom: 73px;
	}
	#header.open-form .inner,
	#header.open-subs .inner {
		padding-bottom: 0;
	}
	#header .menu,
	#header .phone,
	#header .callback .link {
		display: none !important;
		/*opacity: 0;*/
	}
	#header.open .menu,
	#header.open .phone,
	#header.open .callback .link {
		display: block !important;
		/*opacity: 1;*/
	}
	#header .languages {
		padding-left: 20px;
	}
	#header .show-menu {
		display: block;
	}
	#header.open .show-menu {
		display: none;
	}
	#header .menu,
	#header.open .menu {
		position: relative;
		/*top: -55px;*/
		left: 0;
		right: 0;
		height: 54px;
		border-bottom: 1px solid #EAEAEA;
		padding: 0 20px;
	}
	#header.open .menu {
		/*top: 0;*/
		padding-top: 134px;
	}
	#header .menu ul {
		text-align: justify;
	}
	#header .menu li {
		margin: 0;
	}
	#header .phone {
		position: absolute;
		bottom: 20px;
		left: 20px;
		padding-right: 20px;
	}
	#header .phone .workhours {
		background-position-x: right;
		margin-left: 7px;
		padding-left: 0;
		padding-right: 29px;
	}
	#header .logo {
		position: absolute;
		top: 80px;
		width: 100%;
	}
	#header.open .logo {
		position: absolute;
		top: 54px;
	}
	#header .logo a {
		width: 128px;
		height: 33px;
		-webkit-background-size: 128px 33px;
	    -moz-background-size: 128px 33px;
	    -o-background-size: 128px 33px;
	    background-size: 128px 33px;
	}
	#header .callback .left,
	#header .callback .right {
		display: none;
	}
	#header.open-form .callback .left,
	#header.open-subs .callback .left,
	#header.open-form .callback .right,
	#header.open-subs .callback .right {
		display: block;
	}
	#header .callback .center,
	#header.open .callback .center {
		top: 0;
		left: 0;
		right: 0;
		width: auto;
		height: 19px;
		/*background: url('https://drive.google.com/uc?export=view&id=1feSvNWn4DAHjxgd3Fs_HomilhueMTJhX') center top repeat-x;*/
		-webkit-background-size: 48px 19px;
		-moz-background-size: 48px 19px;
		-o-background-size: 48px 19px;
		background-size: 48px 19px;
		margin: 0;
	}
	#header .callback .link {
		position: absolute;
		top: -41px;
		right: 20px;
		float: right;
		text-transform: none;
	}
	
	.block .intro {
		line-height: 30px;
		font-size: 20px;
	}
	.color-bg .block .intro {
		line-height: 40px;
		font-size: 30px;
	}
	
	.actions .call {
		display: block;
	}
	.actions .inner {
		padding-top: 0;
	}
	.actions .promo .image {
		height: 65%;
	}
	.actions .promo .text {
		top: 14%;
		min-height: 134px;
		line-height: 40px;
		font-size: 30px;
	}
	.actions .promo .button {
		margin-top: 14px;
	}
	.actions .scroll-down {
		bottom: 23px;
	}
	
	.mission .inner {
		padding-top: 65px;
		padding-bottom: 330px;
	}
	
	.composition .inner {
		padding-top: 70px;
		padding-bottom: 210px;
	}
	.composition .comp0 {
		padding-bottom: 60px;
	}
	.composition .comp0 .image {
		top: -390px;
		width: 500px;
		height: 895px;
		-webkit-background-size: 500px 895px;
		-moz-background-size: 500px 895px;
		-o-background-size: 500px 895px;
		background-size: 500px 895px;
		margin-left: -250px;
	}
	
	.products .description {
		line-height: 30px;
		font-size: 20px;
		/*padding-top: 50px;
		padding-bottom: 98px;*/
	}
	.products .full-menu {
		padding-top: 60px;
	}
	.products .tabs {
		padding-bottom: 180px;
	}
	.products .tabs .menu {
		height: 70px;
	    padding-top: 10px;
	}
	.products .tabs .menu .all {
		display: inline-block;
		float: none;
		padding-left: 55px;
		padding-bottom: 14px;
	}
	.products .tabs .menu .categories {
		display: inline-block;
		float: none;
		border: 0;
		/*padding-left: 0;
		padding-right: 55px;*/
		padding-bottom: 14px;
	}
	.products .tabs .menu a/*,
	.products .tabs .menu a:first-child*/ {
		margin-left: 6px;
	}
	.products .tabs .menu .all a {
		margin-left: 0;
	}
	.products .borders .third,
	.products .borders .two-thirds {
		display: none;
	}
	.products .product.w1 {
		width: 100%;
	}
	.products .product {
		width: 50%;
	}
	.products .product .title {
		font-size: 16px;
	}
	.products .product .image,
	.products .product.w2 .image {
		/*padding: 70px 0 39px;*/
		padding: 80px 0 19px;
	}
	.products .product.w1 .image {
		/*padding: 95px 0 28px;*/
		padding: 70px 0 0px;
	}
	.products .product .image img,
	.products .product.w2 .image img {
		/*width: 170px;
		height: 170px;*/
		width: 270px;
		height: 180px;
	}
	.products .product.w1 .image img {
		/*width: 280px;
		height: 280px;*/
		width: 500px;
		height: 333px;
	}
	.products .product .description {
		line-height: 20px;
		font-size: 14px;
	}
	.products .tab > .buttons {
		height: 160px;
	}
	.products .white-box {
		display: none;
	}
	
	.insta .feed {
		padding-top: 78px;
	}
	
	/*.order .delivery {
		background-image: url('https://images.complexburger.ru/clock-small.svg');
		-webkit-background-size: 21px 21px;
		-moz-background-size: 21px 21px;
		-o-background-size: 21px 21px;
		background-size: 21px 21px;
		padding-right: 29px;
	}*/
	.order .delivery svg {
	    top: 3px;
	    width: 20px;
	    height: 20px;
	}
	.order .how {
        line-height: 23px;
        font-size: 16px;
	}
	.order .price {
		padding-top: 110px;
	}
	.order .price .inside {
		line-height: 23px;
		font-size: 16px;
		padding-right: 240px;
	}
	.order .price .outside {
		line-height: 23px;
		font-size: 16px;
	}
	/*.order .time {
		padding: 184px 0 180px;
	}
	.order .time .title {
		line-height: 23px;
		font-size: 16px;
		padding-bottom: 3px;
	}*/
}
@media (max-width: 1200px) {
    /* Catalog */
    /*.t-store__card__imgwrapper,
    .t-store__card__title {
        margin-left: -10px;
        margin-right: -10px;
        padding-left: 10px;
        padding-right: 10px;
    }
    .t-store__card__btns-wrapper {
        top: 10px;
        left: 10px;
    }
    .t-store__card__mark-wrapper {
        top: 10px;
        right: 10px;
    }*/
    .t-store__card__descr {
        font-size: 14px !important;
        padding-top: 8px !important;
    }
}
@media (max-width: 980px) {
    /* Promo */
    #rec526282956 {
        padding-top: 113px;
    }
    
    .t734 .t-cover__carrier {
        background-position-y: 45%;
        background-size: auto 50%;
        -webkit-background-size: auto 50%;
        -moz-background-size: auto 50%;
        -o-background-size: auto 50%;
    }
    .t734__wrapper {
		top: inherit;
		bottom: 65px;
	}
	.t734__title br {
	    display: none;
	}
	.t734__button {
        padding-top: 16px;
    }
    .t734 .t-slds__arrow_container {
        display: none;
    }
    .t734 .t-slds__bullet_wrapper {
    	top: 128px;
    	text-align: center;
        padding: 0 !important;
    }
    
    /* Catalog */
    .t-store__load-more-btn {
        margin-top: 50px;
    }
    
	.fields .field-name input,
	.fields .field-email input,
	.fields .field-phone input {
		width: 100%;
	}
	#social {
		display: none;
	}	
	.actions {
		min-height: 1024px;
	}
	.actions .promo {
		min-height: 800px;
	}
	.actions .promo .image {
		top: 14%;
		height: 53%;
	}
	.actions .promo .text {
		top: inherit;
		bottom: 65px;
	}
	.actions .promo .orange br {
		display: none;
	}
	.composition .comp .description {
		width: 100%;
	}
	.composition .comp3 {
		padding-top: 80px;
	}
	.composition .comp6 {
		padding-top: 120px;
	}
	.composition .comp2 .image,
	.composition .comp3 .image,
	.composition .comp6 .image {
		margin-bottom: 24px;
	}
	.products .description .icons {
		float: none;
		padding-top: 0;
		padding-bottom: 28px;
		overflow: hidden;
	}
	
	.about .text {
		padding: 8px 0 62px;
	}
	.about .text p {
		font-size: 12px;
		line-height: 17px;
	}
	
	.order .bg {
	    top: -730px;
	}
	.order .inner {
		/*background-image: url('https://drive.google.com/uc?export=view&id=1zVAHn4b6WLG0H9mguPv_qjNaXncaHvh1');
		background-position-x: left;
		-webkit-background-size: 850px 860px;
		-moz-background-size: 850px 860px;
		-o-background-size: 850px 860px;
		background-size: 850px 860px;*/
		/*padding-bottom: 242px;*/
		padding-bottom: 147px;
	}
	.order .left,
	.order .right {
		float: none;
		width: inherit;
	}
	.order .left {
	    padding: 80px 0 180px;
	}
	.order .how {
		line-height: 23px;
		font-size: 16px;
		padding-top: 100px;
	}
	.order .price .inside,
	.order .price .outside {
		width: 50%;
		padding: 0;
	}
	.order .buttons {
		text-align: inherit;
	}
	.order .social {
		display: block;
	}
}
@media (max-width: 960px) {
    /* Catalog */
    .t-store__grid-cont:first-child {
        padding-bottom: 20px !important;
    }
    .t-store__card__imgwrapper,
    .t-store__card__title {
        border: 0;
    }
    .t-store__grid-cont_col-width_stretch .t-store__card__imgwrapper {
        padding-bottom: 50%;
    }
    /*.products .description {
        padding-top: 38px;
    }*/
    
    /* Instagram Feed */
    .t802__col_20 {
        width: 20%;
    }
}
@media (max-width: 840px) {
    .order .bg {
	    left: -1448px
	}
}
@media (max-width: 780px) {
	.contacts .inner {
		/*top: -192px;*/
		width: auto;
	    left: 20px;
	    right: 20px;
	    margin-left: 0;
	}
}
@media (max-width: 720px) {
	/*body {
		min-width: 375px;
	}*/
	.tablet-hidden {
		display: inherit;
	}
	input[type=text],
	input[type=password],
	textarea,
	.fields .placeholder {
		line-height: 20px;
		font-size: 14px;
	}
	.fields .buttons {
		padding-top: 19px;
	}
	
	.emoji {
		-webkit-background-size: 20px 20px;
		-moz-background-size: 20px 20px;
		-o-background-size: 20px 20px;
		background-size: 20px 20px;
	}
	/*.emoji.drooling-face {
	    background-image: url('https://drive.google.com/uc?export=view&id=1EdhInHGPLFiqcXvvM_wz9nGd4TtsgEro');
    }
    .emoji.fire {
    	background-image: url('https://drive.google.com/uc?export=view&id=1ljpRPh2Jpp_-yc3dIaxoqraHSzY-sNkc');
    }
    .emoji.smirking-face {
    	background-image: url('https://drive.google.com/uc?export=view&id=1B55ydeHX9ymcfSq7_oJlZDwSD-XzSB3o');
    }
    .emoji.thumbs-up-sign {
    	background-image: url('https://drive.google.com/uc?export=view&id=1qVMJosqjXx_HUrfoa5jV5M9P4AraZ43k');
    }
    .emoji.tongue {
    	background-image: url('https://drive.google.com/uc?export=view&id=1uEzBkzQxbToiSR9CedM1lmtArD2iZVXs');
    }
    .emoji.victory-hand {
    	background-image: url('https://drive.google.com/uc?export=view&id=1joEfXEXVFoYtiLZDUf-ypkQ6m-oEF7Ss');
    }*/
    
    /* Promo */
    .t734 .t-cover__carrier {
        background-position-y: 45%;
        background-size: auto 45%;
        -webkit-background-size: auto 45%;
        -moz-background-size: auto 45%;
        -o-background-size: auto 45%;
    }
    .t734__wrapper {
		bottom: 45px;
	}
	.t734__textwrapper {
        padding: 0 20px !important;
    }
	.t734__title, .t734__descr {
        line-height: 30px;
        font-size: 20px;
    }
	.t734__button {
        padding-top: 12px;
    }
    .t734 .t-slds__bullet_wrapper {
    	top: 123px;
    }
    .t734 .t-slds__bullet {
        margin: 7px;
    	padding: 0;
    }
    .t734 .t-slds__bullet_body {
        width: 6px !important;
    	height: 6px !important;
    	border-radius: 6px;
    }
    .t734 .t-slds__bullet:hover,
    .t734 .t-slds__bullet_active {
        margin: 6px;
    }
    .t734 .t-slds__bullet:hover .t-slds__bullet_body {
        width: 8px !important;
    	height: 8px !important;
    }
    .t734 .t-slds__bullet_active .t-slds__bullet_body {
        width: 8px !important;
    	height: 8px !important;
    }
    
    /* Catalog */
    /*.t-store__grid-cont:first-child {
        border: 0;
    }*/
    .t-store__parts-switch-wrapper {
        padding: 0 20px;
    }
    .t-store__grid-cont {
        padding-left: 0 !important;
        padding-right: 0 !important;
    }
    .t-store__stretch-col {
        /*border-top: 1px solid #eaeaea;*/ /* Grey borders */
    }
    .t-store__card__title {
        font-size: 16px !important;
    }
	
	#header {
		height: 113px;
		max-height: 113px;
	}
	#header.fixed {
		height: 45px;
		max-height: 45px;
	}
	#header.open {
	    height: auto;
	    max-height: none;
	}
	#header.open .inner {
		padding-bottom: 56px;
	}
	#header .logo {
		top: 64px;
	}
	#header.open .logo {
		display: none;
	}
	#header .logo a {
		width: 99px;
		height: 25px;
		/*background-image: url('https://drive.google.com/uc?export=view&id=160B5F4DItF5CMhXnecH9IKsqt76OZ80H');*/
		-webkit-background-size: 99px 25px;
	    -moz-background-size: 99px 25px;
	    -o-background-size: 99px 25px;
	    background-size: 99px 25px;
	}
	#header .show-menu {
		margin-left: -35px;
	}
	#header .show-menu .icon {
		padding: 16px 20px;
	}
	#header .menu,
	#header.open .menu {
		/*top: -500px;*/
		height: auto;
		padding-top: 33px;
		padding-bottom: 6px;
	}
	/*#header.open .menu {
		top: 0;
	}*/
	#header .menu li {
		display: block;
		text-align: center;
		padding-bottom: 27px;
	}
	#header .phone {
		left: 10px;
		bottom: 11px;
	}
	#header .phone a {
		font-size: 16px;
	}
	#header .phone .workhours {
		font-size: 16px;
		/*background: url('https://drive.google.com/uc?export=view&id=1wOMvQJwUyJf2j8k8VjZFrmg8qN0xs2me') right 6px no-repeat;*/
		-webkit-background-size: 15px 15px;
	    -moz-background-size: 15px 15px;
	    -o-background-size: 15px 15px;
	    background-size: 15px 15px;
	    margin-left: 6px;
	    padding-right: 20px;
	}
	#header .callback .link {
		top: -33px;
		right: 10px;
		font-size: 12px;
		line-height: 16px;
	}
	#header .form .description {
		top: -4px;
		line-height: 17px;
		font-size: 12px;
	}
	#header .form .description br {
		display: inherit;
	}
	
	.block .indent {
	    padding-left: 20px;
	    padding-right: 20px;
	}
	.block .intro {
		background-position-y: 4px;
		line-height: 25px;
		font-size: 16px;
	}
	.color-bg .block .intro {
		line-height: 30px;
		font-size: 20px;
	}
	.icons .veg {
		width: 32px;
	    height: 32px;
		/*-webkit-background-size: 32px 32px;
		-moz-background-size: 32px 32px;
		-o-background-size: 32px 32px;
		background-size: 32px 32px;*/
	}
	.icons .veg svg {
		width: 32px;
	    height: 32px;
	}
	/*.icons .veg1 {
    	background-image: url('https://drive.google.com/uc?export=view&id=105WZzoXyRkQGBygDeMRgUpYahtUQQgSQ');
    }
    .icons .veg2 {
    	background-image: url('https://drive.google.com/uc?export=view&id=1q4Jvrdi5v3_VB_UbtsJiySXCOIVjKxGf');
    }
    .icons .veg3 {
    	background-image: url('https://drive.google.com/uc?export=view&id=16O4qjGu4lDTHCvkyXHik8AGH7PDkNjxn');
    }
    .icons .veg4 {
    	background-image: url('https://drive.google.com/uc?export=view&id=19Z-AGQIMFAXRAQ-0D-7pGanI0jZpOuPP');
    }
    .icons .veg5 {
    	background-image: url('https://drive.google.com/uc?export=view&id=1xP3GMCw7VDCisGzhQspvsMNJMcu6-Pql');
    }*/
	
	.actions {
		min-height: 667px;
	}
	.actions .promo {
		min-height: 497px;
	}
	.actions .promo .text {
		top: inherit;
		bottom: 45px;
		min-height: 110px;
		line-height: 30px;
		font-size: 20px;
	}
	.actions .call {
		padding-top: 128px;
	}
	.actions .call .inner {
	    height: 41px;
	    padding: 0 10px;
	}
	.actions .call .phone a {
		font-size: 16px;
	}
	.actions .call .phone .workhours {
		font-size: 16px;
		/*background: url('https://drive.google.com/uc?export=view&id=12PgoeZj2fYCTBD9206glBBAzTKuzvKhH') right 6px no-repeat;*/
		-webkit-background-size: 15px 15px;
	    -moz-background-size: 15px 15px;
	    -o-background-size: 15px 15px;
	    background-size: 15px 15px;
	    margin-left: 6px;
	    padding-right: 20px;
	}
	/*.actions .call .callback {
	    padding-top: 5px;
	}*/
	.actions .call .callback .link {
		font-size: 12px;
		line-height: 16px;
	}
	.actions .scroll-down {
		display: none;
	}
	
	.mission .inner {
		padding-top: 40px;
		padding-bottom: 190px;
	}
	
	.composition .inner {
		padding-top: 60px;
		padding-bottom: 200px;
	}
	.composition .comp0 {
		padding-bottom: 70px;
	}
	.composition .comp0 .image {
		top: -250px;
		width: 365px;
		height: 655px;
		-webkit-background-size: 365px 655px;
		-moz-background-size: 365px 655px;
		-o-background-size: 365px 655px;
		background-size: 365px 655px;
		margin-left: -183px;
	}
	.composition .comp {
		padding-top: 120px;
	}
	.composition .comp1 .image {
		width: 240px; /* меньше в 1,875 */
		height: 126px;
		-webkit-background-size: 240px 126px;
		-moz-background-size: 240px 126px;
		-o-background-size: 240px 126px;
		background-size: 240px 126px;
		margin-left: -120px;
		margin-bottom: ;
	}
	.composition .comp2 .image {
		width: 226px;
		height: 84px;
		-webkit-background-size: 226px 84px;
		-moz-background-size: 226px 84px;
		-o-background-size: 226px 84px;
		background-size: 226px 84px;
		margin-left: -113px;
		margin-bottom: ;
	}
	.composition .comp3 {
		padding-top: 80px;
	}
	.composition .comp3 .image {
		width: 215px;
		height: 133px;
		-webkit-background-size: 215px 133px;
		-moz-background-size: 215px 133px;
		-o-background-size: 215px 133px;
		background-size: 215px 133px;
		margin-left: -108px;
		margin-bottom: ;
	}
	.composition .comp4 .image {
		width: 215px;
		height: 100px;
		-webkit-background-size: 215px 100px;
		-moz-background-size: 215px 100px;
		-o-background-size: 215px 100px;
		background-size: 215px 100px;
		margin-left: -108px;
		margin-bottom: ;
	}
	.composition .comp5 .image {
		width: 131px;
		height: 89px;
		-webkit-background-size: 131px 89px;
		-moz-background-size: 131px 89px;
		-o-background-size: 131px 89px;
		background-size: 131px 89px;
		margin-left: -66px;
		margin-bottom: ;
	}
	.composition .comp6 {
		padding-top: 120px;
	}
	.composition .comp6 .image {
		width: 173px;
		height: 148px;
		-webkit-background-size: 173px 148px;
		-moz-background-size: 173px 148px;
		-o-background-size: 173px 148px;
		background-size: 173px 148px;
		margin-left: -87px;
		margin-bottom: ;
	}
	.composition .comp7 .image {
		width: 165px;
		height: 167px;
		-webkit-background-size: 165px 167px;
		-moz-background-size: 165px 167px;
		-o-background-size: 165px 167px;
		background-size: 165px 167px;
		margin-left: -83px;
		margin-bottom: ;
	}
	.composition .comp .description .title {
		line-height: 17px;
		font-size: 14px;
		padding-top: 12px;
	}
	.composition .comp .description .text {
		line-height: 17px;
		font-size: 12px;
		padding-top: 14px;
	}
	
	.products .description {
		/*padding-top: 20px;*/
		padding-bottom: 70px;
	}
	.products .description br {
		display: none;
	}
	/*.products .description .icons {
		text-align: justify;
	}*/
	.products .description .icons div {
		float: none;
	}
	.products .full-menu {
		text-align: center;
	}
	.products .tabs .menu {
		height: 60px;
		padding-top: 20px;
	}
	.products .tabs .menu .all {
		padding-left: 20px;
	}
	.products .tabs .menu .categories {
		padding-left: 20px;
		padding-right: 20px;
	}
	.products .tabs .menu a {
		font-size: 11px;
		-webkit-border-radius: 15px;
		-moz-border-radius: 15px;
		border-radius: 15px;
		padding: 4px 20px;
	}
	.products .borders {
		display: none;
	}
	.products .tabs {
	    /* max-height: 1396px; */
	    /*height: 1396px;*/
	    padding-bottom: 170px;
	}
	.products .tab > .buttons {
		height: 150px;
	}
	.products .product,
	.products .product.w1,
	.products .product.w2 {
		width: 100%;
	}
	.products .product .inner {
		padding: 0;
	}
	.products .product .add-to-cart {
		top: 20px;
		width: 36px;
		height: 36px;
		background: url('https://images.complexburger.ru/cart.svg') 10px 10px no-repeat; /* SVG */
		-webkit-background-size: 18px 19px;
	    -moz-background-size: 18px 19px;
	    -o-background-size: 18px 19px;
	    background-size: 18px 19px;
		-webkit-border-radius: 20px;
	    -moz-border-radius: 20px;
	    border-radius: 20px;
	}
	.products .product .image,
	.products .product.w1 .image,
	.products .product.w2 .image {
		/*padding: 41px 0 20px;*/
		padding: 41px 0 10px;
	}
	.products .product .image img,
	.products .product.w1 .image img,
	.products .product.w2 .image img {
		/*width: 170px;
		height: 170px;*/
		width: 270px;
		height: 180px;
	}
	.products .product .info {
		height: 94px;
	}
	.products .product .title {
		font-size: 14px;
	}
	.products .product .description {
		font-size: 12px;
		line-height: 17px;
		padding-top: 6px;
	}
	.products .product .white-line {
		display: none;
	}
	
	.t802__container {
	    padding-left: 20px !important;
	    padding-right: 20px !important;
	}
	.insta .inner {
	    padding-top: 33px;
		padding-bottom: 0;
	}
	.insta .description br {
		display: none;
	}
	.insta .feed {
		padding-top: 33px;
		margin-left: -20px;
		margin-right: -20px;
	}
	
	.about .inner {
	    padding-bottom: 50px;
	}
	.about h1 {
		float: none;
		width: 100%;
	}
	.about .text {
		float: none;
		width: 100%;
		padding: 22px 0 0;
	}
	.about .text div {
	    max-width: none;
	}
	
	.order .bg {
	    left: -1480px;
	}
	.order .inner {
		padding-bottom: 126px;
		background-position-x: -120px;
		background-position-y: -20px;
	}
	.order .intro {
		line-height: 30px;
		font-size: 20px;
	}
	.order .payment {
		line-height: 20px;
		font-size: 14px;
		/*background: url('https://drive.google.com/uc?export=view&id=1necd6UFRtCcFgFhthxXZBIIAhTHoNo86') left bottom no-repeat;*/
	    -webkit-background-size: 22px 20px;
	    -moz-background-size: 22px 20px;
	    -o-background-size: 22px 20px;
	    background-size: 22px 20px;
	    padding: 22px 0 28px;
	}
	.order .how {
	    max-width: none;
	}
	/*.order .price .inside,
	.order .price .outside,
	.order .time .title {
		line-height: 20px;
		font-size: 14px;
	}
	.order .time {
		padding-top: 187px;
	}*/
	.order .left .icon svg {
        height: 42px;
    }
	
	.contacts .inner {
		top: -86px;
	}
	.contacts .workhours {
		height: 66px;
		padding: 20px 15px 0;
	}
	.contacts .workhours .around {
	    float: none;
		font-size: 30px;
		text-align: center;
		padding-top: 0;
	}
	.contacts .workhours .break {
		font-size: 20px;
		line-height: 30px;
	}
	.contacts .workhours .break .title {
		font-size: 12px;
		line-height: 17px;
	}
	.contacts .location {
		text-align: center;
		padding: 17px 15px 20px;
	}
	.contacts .address {
		line-height: 25px;
		font-size: 16px;
	}
	.contacts .city {
		font-size: 13px;
		padding-bottom: 12px;
	}
	.contacts .phone {
		padding-top: 14px;
	}
	.contacts .phone a {
		font-size: 16px;
		line-height: 16px;
	}
	.contacts .email {
		padding-bottom: 17px;
	}
	.contacts .email a {
		font-size: 14px;
	}
	.contacts .metro {
	    display: none;
		/*display: inline-block;
		position: static;
		background-position-y: top;
		font-size: 13px;
		line-height: 22px;
		padding: 0 50px 0 0;*/
	}
	#allrecords .contacts .buttons {
	    position: static;
		padding: 10px 0 15px;
	}
	.contacts .scheme {
	    padding-left: 20px;
	    padding-right: 20px;
	    padding-bottom: 37px;
	}
}
@media (max-width: 680px) {
    /* Catalog */
    .t-store__card__descr {
        font-size: 14px !important;
    }
    
    .order .bg {
        left: -1080px;
        top: -1047px;
    }
	/*.order .price .inside {
		width: auto;
	}
	.order .price .outside {
		float: right;
		width: auto;
	}
	.order .price br {
		display: none;
	}
	.order .time {
		padding-top: 207px;
	}
	.order .inner {
    	background-image: url('https://images.complexburger.ru/delivery-bg3.jpg');
    	-webkit-background-size: 652px 652px;
	    -moz-background-size: 652px 652px;
	    -o-background-size: 652px 652px;
	    background-size: 652px 652px;
    }*/
	.order .left {
	    padding-bottom: 138px;
	}
	.order .left .item {
	    width: 100%;
	    padding-bottom: 42px;
	}
	.order .left .icon {
	    float: left;
	    width: 42px;
	    text-align: center;
        padding-right: 24px;
        padding-bottom: 0;
	}
}
/*@media (max-width: 600px) {
    .order .price {
		padding-top: 80px;
	}
	.order .price .inside {
		float: none;
	}
	.order .price .outside {
		float: none;
		padding-top: 80px;
	}
	.order .time {
		padding: 104px 0 70px;
	}
}*/
@media (max-width: 520px) {
    /* Promo */
    .t734 .t-cover__carrier {
        background-position-y: 50%;
        background-size: auto 35%;
        -webkit-background-size: auto 35%;
        -moz-background-size: auto 35%;
        -o-background-size: auto 35%;
    }
    
	.actions .promo .image {
		top: 12%;
		height: 50%;
	}
}
@media (max-width: 480px) {
    /* Catalog */
    .t-store__grid-cont:first-child {
        margin-bottom: 20px;
    }
    .t-store__parts-switch-wrapper {
        height: 32px;
    }
    .t-store__parts-switch-btn {
        padding: 5px 20px;
        margin-left: 3px !important;
        margin-right: 3px !important;
    }
    .t-store__load-more-btn {
        margin-top: 30px;
        margin-bottom: 40px;
    }
    .t-store__card__btns-wrapper,
    .t-store__card__mark-wrapper {
        top: 0;
    }
    .t-store__card__img {
        /*width: 66.6%;
        height: 66.6%;*/
        width: 80%;
        height: 80%;
    }
    .t-store__card__textwrapper {
        padding-bottom: 40px;
    }
    .t-store__card__title {
        font-size: 14px !important;
        /*padding-top: 24px;*/
        padding-top: 17px;
    }
    .t-store__card__price-item {
        font-size: 14px !important;
    }
    .t-store__card__descr {
        padding-top: 6px !important;
    }
    
    
    /* Instagram Feed */
    .t802__col_20 {
        width: 50%;
    }
    .t802__col_20:last-child {
        display: none;
    }
    
    .products .description .icons {
        text-align: justify;
    }
    
	.order .inner {
		/*background-position-y: -250px;*/
		background-position-y: 10px;
	}
	.order .intro {
		position: relative;
		display: block;
	}
	.order .how {
		padding: 70px 0 20px;
	}
	.order .payment {
		background-position: right top;
		padding: 2px 29px 0 0;
	}
	.order .buttons {
		text-align: center;
	}
	.order .social {
		float: none;
		height: 40px;
		text-align: justify;
	}
	.order .social a {
		float: none;
		margin: 0;
	}
}
@media (max-width: 440px) {
    .order .bg {
        top: -1024px;
    }
}
/*@media (max-width: 375px) {
	.contacts .scheme {
		background-image: url('https://drive.google.com/uc?export=view&id=1A7jw_dQjzvG1Qh39yUQj4jpUqEZ76fz6');
    }
}*/
@media (max-width: 360px) {
	/*#header .callback .link,
	.actions .call .callback .link {
		background: none;
		padding: 0;
	}*/
	#header .phone .workhours,
	.actions .call .phone .workhours {
		display: none;
	}
	.actions .promo .text br {
		display: none;
	}
	.mission .intro br {
		display: none;
	}
	.composition .comp .description .text {
		max-width: 60%;
	}
	.composition .comp .description .text br {
		display: none;
	}
	.order .intro {
		background-position-y: 0px;
		line-height: 25px;
		font-size: 18px;
		padding-bottom: 5px;
	}
	.order .how {
		font-size: 15px;
	}
	.contacts .address {
		font-size: 15px;
	}
}
/*@media (max-width: 360px) {
	.order .inner {
    	background-position-y: -230px;
    }
}*/

/*@media
only screen and (-webkit-min-device-pixel-ratio: 1.5) and (max-width: 768px),
only screen and (-moz-min-device-pixel-ratio: 1.5) and (max-width: 768px),
only screen and (-o-min-device-pixel-ratio: 3/2) and (max-width: 768px),
only screen and (min-device-pixel-ratio: 1.5) and (max-width: 768px),
only screen and (min-resolution: 144dpi) and (max-width: 768px),
only screen and (min-resolution: 1.5dppx) and (max-width: 768px) {
	#header .callback .center,
	#header.open .callback .center {
		background-image: url('https://drive.google.com/uc?export=view&id=1vnW4rpTw44OzTCYmYvy7DbOzsG0ZR9BE');
	}
	.order .inner {
		background-image: url('https://drive.google.com/uc?export=view&id=1IauUvwpi-o-MTDYjUlp0xOZYF9Bsu_cj');
	}
	.order .delivery {
		background-image: url('https://drive.google.com/uc?export=view&id=1X8uJ0sUzyX7cSVAtrpICpQ__kqm_Iftf');
	}
}
@media
only screen and (-webkit-min-device-pixel-ratio: 2.5) and (max-width: 768px),
only screen and (-moz-min-device-pixel-ratio: 2.5) and (max-width: 768px),
only screen and (-o-min-device-pixel-ratio: 5/2) and (max-width: 768px),
only screen and (min-device-pixel-ratio: 2.5) and (max-width: 768px),
only screen and (min-resolution: 240dpi) and (max-width: 768px),
only screen and (min-resolution: 2.5dppx) and (max-width: 768px) {
	#header .callback .center,
	#header.open .callback .center {
		background-image: url('https://drive.google.com/uc?export=view&id=1xyb6h5DHYRBOdaGFs_HoOt4Hy6vCQneW');
	}
	.order .inner {
		background-image: url('https://drive.google.com/uc?export=view&id=1RKnhMBmOvuSw5nBRvT9Vj1EIo_5o6QN7');
	}
	.order .delivery {
		background-image: url('https://drive.google.com/uc?export=view&id=1l9nl3BPBaGkx8eP5wYapH25naMYeKOMa');
	}
}
@media
only screen and (-webkit-min-device-pixel-ratio: 1.5) and (max-width: 720px),
only screen and (-moz-min-device-pixel-ratio: 1.5) and (max-width: 720px),
only screen and (-o-min-device-pixel-ratio: 3/2) and (max-width: 720px),
only screen and (min-device-pixel-ratio: 1.5) and (max-width: 720px),
only screen and (min-resolution: 144dpi) and (max-width: 720px),
only screen and (min-resolution: 1.5dppx) and (max-width: 720px) {
	.emoji.drooling-face {
    	background-image: url('https://drive.google.com/uc?export=view&id=1f9tjT5GwWzDo04ho1480czaMgopxMbVq');
    }
    .emoji.fire {
    	background-image: url('https://drive.google.com/uc?export=view&id=1U6U0G_9i_TppNMDFmwkwduFGq4DLIsFh');
    }
    .emoji.smirking-face {
    	background-image: url('https://drive.google.com/uc?export=view&id=1oPYFcHtRGFTXJeRmY3fgXyY925oXyAHD');
    }
    .emoji.thumbs-up-sign {
    	background-image: url('https://drive.google.com/uc?export=view&id=1BsphS6h4a5xu8C4kM-QLPHVaGPu-i6wT');
    }
    .emoji.tongue {
    	background-image: url('https://drive.google.com/uc?export=view&id=1-wwJSeW1Q9RJCH8FHoQ6d2X2HrJ3YWtG');
    }
    .emoji.victory-hand {
    	background-image: url('https://drive.google.com/uc?export=view&id=1i2RtjBpQygUwquhs8MlyoWVSTeyltayZ');
    }
	#header .logo a {
		background-image: url('https://drive.google.com/uc?export=view&id=140sZUSsmzLEduzZCUykxbzTR-19guuvb');
	}
	#header .phone .workhours {
		background-image: url('https://drive.google.com/uc?export=view&id=1kIh-3Db-JNEKPWu0r6LSQIFgZkPpzRpz');
	}
	.icons .veg1 {
		background-image: url('https://drive.google.com/uc?export=view&id=1vNnvQJFQ0BqX05IZ-3Rv3IEL4s2vuVpV');
	}
	.icons .veg2 {
		background-image: url('https://drive.google.com/uc?export=view&id=1Og9GC_Cpeov1qrXd0psZbHhCMwp16c2R');
	}
	.icons .veg3 {
		background-image: url('https://drive.google.com/uc?export=view&id=1SK1JeJfQOScSV2sR2r2OOgVBGnflUEhQ');
	}
	.icons .veg4 {
		background-image: url('https://drive.google.com/uc?export=view&id=1D3oJ9mmtYgY1qdxDnZ_UG3jklNtOxzCQ');
	}
	.icons .veg5 {
		background-image: url('https://drive.google.com/uc?export=view&id=1T9tSR72_V7Hu7oP_cp2TKkuCebz6Q424');
	}
	.actions .call .phone .workhours {
		background-image: url('https://drive.google.com/uc?export=view&id=1gAnXG3ykSPkAznTM02qNjbwKfG1oBXya');
	}
	.products .product .add-to-cart {
		background-image: url('https://drive.google.com/uc?export=view&id=1bQQQBikcdipQrrAWBKkdoRWWbZOgvv8s');
	}
	.order .payment {
		background-image: url('https://drive.google.com/uc?export=view&id=1NViB-Qfdu_VCO-tTAbw4BsNRWfzS34qi');
	}
}
@media
only screen and (-webkit-min-device-pixel-ratio: 2.5) and (max-width: 720px),
only screen and (-moz-min-device-pixel-ratio: 2.5) and (max-width: 720px),
only screen and (-o-min-device-pixel-ratio: 5/2) and (max-width: 720px),
only screen and (min-device-pixel-ratio: 2.5) and (max-width: 720px),
only screen and (min-resolution: 240dpi) and (max-width: 720px),
only screen and (min-resolution: 2.5dppx) and (max-width: 720px) {
	.emoji.drooling-face {
		background-image: url('https://drive.google.com/uc?export=view&id=1ndhxKC0ofPoQbETZWzFr_JcWBBsm92jS');
	}
	.emoji.fire {
		background-image: url('https://drive.google.com/uc?export=view&id=1XKoF_ESBQrpEgOAFgaZCsLZO9ILtzNmq');
	}
	.emoji.smirking-face {
		background-image: url('https://drive.google.com/uc?export=view&id=1bveoJlJb_iAnbCiTdnhECCv4fW7-KITy');
	}
	.emoji.thumbs-up-sign {
		background-image: url('https://drive.google.com/uc?export=view&id=1QS0FpzFgHAF9QGQAIify1ySta34JKh62');
	}
	.emoji.tongue {
		background-image: url('https://drive.google.com/uc?export=view&id=1AHLot59gmi0EH9M6EbRDhav3EpoBD5CS');
	}
	.emoji.victory-hand {
		background-image: url('https://drive.google.com/uc?export=view&id=1G6rWayay3MesMRiJt3y9kSOXGZqJa51t');
	}
	#header .logo a {
		background-image: url('https://drive.google.com/uc?export=view&id=1ZSKoUw3R47WsNbkDjYl0ICC8G5LONca9');
	}
	#header .phone .workhours {
		background-image: url('https://drive.google.com/uc?export=view&id=1pmCdvowNl4iyDxXqOE5fjsCqiPRhe9kE');
	}
	.icons .veg1 {
		background-image: url('https://drive.google.com/uc?export=view&id=1ymTShcOLCsTlpbkqXB8kuYWdUyLp2bKN');
	}
	.icons .veg2 {
		background-image: url('https://drive.google.com/uc?export=view&id=1RmoN83MsbrS3KGlOEGcePU2vsix1IkYF');
	}
	.icons .veg3 {
		background-image: url('https://drive.google.com/uc?export=view&id=1kz5ND9JHwYk9OtJ1BFgDzdo8nqKWNh7M');
	}
	.icons .veg4 {
		background-image: url('https://drive.google.com/uc?export=view&id=1iDO2ngxIpztfEUGaxm4aMtSy2P0PHM8j');
	}
	.icons .veg5 {
		background-image: url('https://drive.google.com/uc?export=view&id=1BrJw8gYMH6_Nyt28akVCgOXWA61zyc6n');
	}
	.actions .call .phone .workhours {
		background-image: url('https://drive.google.com/uc?export=view&id=1UpkoFdiP0y---wO0rCtwv-VKfNW6KO-r');
	}
	.products .product .add-to-cart {
		background-image: url('https://drive.google.com/uc?export=view&id=1aMPF1a5_ZeFMQxBB08maEItQEjuGaNFE');
	}
	.order .payment {
		background-image: url('https://drive.google.com/uc?export=view&id=1XBMT8NXM9N_FJ4x12NryUlt7ELn6dULO');
	}
}
@media
only screen and (-webkit-min-device-pixel-ratio: 1.5) and (max-width: 680px),
only screen and (-moz-min-device-pixel-ratio: 1.5) and (max-width: 680px),
only screen and (-o-min-device-pixel-ratio: 3/2) and (max-width: 680px),
only screen and (min-device-pixel-ratio: 1.5) and (max-width: 680px),
only screen and (min-resolution: 144dpi) and (max-width: 680px),
only screen and (min-resolution: 1.5dppx) and (max-width: 680px) {
	.order .inner {
    	background-image: url('https://images.complexburger.ru/delivery-bg3-x2.jpg');
    }
}
@media
only screen and (-webkit-min-device-pixel-ratio: 2.5) and (max-width: 680px),
only screen and (-moz-min-device-pixel-ratio: 2.5) and (max-width: 680px),
only screen and (-o-min-device-pixel-ratio: 5/2) and (max-width: 680px),
only screen and (min-device-pixel-ratio: 2.5) and (max-width: 680px),
only screen and (min-resolution: 240dpi) and (max-width: 680px),
only screen and (min-resolution: 2.5dppx) and (max-width: 680px) {
	.order .inner {
    	background-image: url('https://images.complexburger.ru/delivery-bg3-x3.jpg');
    }
}
@media
only screen and (-webkit-min-device-pixel-ratio: 1.5) and (max-width: 375px),
only screen and (-moz-min-device-pixel-ratio: 1.5) and (max-width: 375px),
only screen and (-o-min-device-pixel-ratio: 3/2) and (max-width: 375px),
only screen and (min-device-pixel-ratio: 1.5) and (max-width: 375px),
only screen and (min-resolution: 144dpi) and (max-width: 375px),
only screen and (min-resolution: 1.5dppx) and (max-width: 375px) {
	.contacts .scheme {
		background-image: url('https://drive.google.com/uc?export=view&id=1d_Bk0qwEtoKgliN7-KYf2qz0OBZDIyDq');
    }
}
@media
only screen and (-webkit-min-device-pixel-ratio: 2.5) and (max-width: 375px),
only screen and (-moz-min-device-pixel-ratio: 2.5) and (max-width: 375px),
only screen and (-o-min-device-pixel-ratio: 5/2) and (max-width: 375px),
only screen and (min-device-pixel-ratio: 2.5) and (max-width: 375px),
only screen and (min-resolution: 240dpi) and (max-width: 375px),
only screen and (min-resolution: 2.5dppx) and (max-width: 375px) {
	.contacts .scheme {
		background-image: url('https://drive.google.com/uc?export=view&id=1UDU3a7zYoJzAMQr-mF4ReGpAMukBCon5');
	}
}*/


/*** Owl Carousel ***/
.owl-carousel {
  	width: 100%;
  	-webkit-tap-highlight-color: transparent;
  	/* position relative and z-index fix webkit rendering fonts issue */
  	position: relative;
  	z-index: 1;
}
.owl-carousel .owl-stage {
    position: relative;
    -ms-touch-action: pan-Y;
}
.owl-carousel .owl-stage:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}
.owl-carousel .owl-stage-outer {
    position: relative;
    overflow: hidden;
    /* fix for flashing background */
    -webkit-transform: translate3d(0px, 0px, 0px);
}
.owl-carousel .owl-item {
    position: relative;
    min-height: 1px;
    float: left;
    -webkit-backface-visibility: hidden;
    -webkit-tap-highlight-color: transparent;
    -webkit-touch-callout: none;
}
.owl-carousel .owl-item img {
    display: block;
    width: 100%;
    -webkit-transform-style: preserve-3d;
}
.owl-carousel .owl-nav.disabled, .owl-carousel .owl-dots.disabled {
    display: none;
}
.owl-carousel .owl-nav .owl-prev,
.owl-carousel .owl-nav .owl-next,
.owl-carousel .owl-dot {
    cursor: pointer;
    cursor: hand;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.owl-nav {
	position: absolute;
	/*bottom: 50px;*/
	bottom: 50%;
	width: 100%;
	z-index: 20;
}
.owl-nav div {
	cursor: pointer;
	position: absolute;
	width: 40px;
	height: 40px;
	
	/*width: 49px;
	height: 12px;
	-webkit-background-size: 49px 12px;
	-moz-background-size: 49px 12px;
	-o-background-size: 49px 12px;
	background-size: 49px 12px;
	*/
}
.owl-prev {
    left: 20px;
    border-right: 3px solid transparent;
    border-top: 3px solid #ffba52;
    border-bottom: 3px solid transparent;
    border-left: 3px solid #ffba52;
    transform: rotate(-45deg);
    
	/*left: 16%;
	background: url('https://drive.google.com/uc?export=view&id=19t0WE5x4VKfvHIyWO2KSDqtS_UI3uuHN') center top no-repeat;*/
}
.owl-next {
    right: 20px;
    border-left: 3px solid transparent;
    border-bottom: 3px solid #ffba52;
    border-top: 3px solid transparent;
    border-right: 3px solid #ffba52;
    transform: rotate(-45deg);
    
	/*right: 16%;
	background: url('https://drive.google.com/uc?export=view&id=1_eflZwYI1SIqjSCKyKbe-bdD_5kF2B_K') center top no-repeat;*/
}
/*.owl-nav div:hover {
	background-position: center bottom;
}*/
/*.owl-nav .disabled,
.owl-nav .disabled:hover {
	color: #d6d6d6;
}*/
.owl-dots {
	position: absolute;
	bottom: 30px;
	width: 100%;
	text-align: center;
	line-height: 0;
}
.owl-dots .owl-dot {
	display: inline-block;
	width: 10px;
	height: 10px;
	/*transition: width 0.1s ease, height 0.1s ease, margin 0.1s ease;*/
	background: rgba(46, 46, 46, 0.5);
	vertical-align: middle;
	border: 0;
	border-radius: 5px;
	margin: 1px 11px;
	padding: 0;
	cursor: pointer;
}
.owl-dots .owl-dot:hover {
	width: 12px;
	height: 12px;
	border-radius: 6px;
	margin: 0 10px;
}
.owl-dots .active {
	width: 12px;
	height: 12px;
	background-color: #ffba52;
	border-radius: 6px;
	margin: 0 10px;
}
.owl-carousel.owl-loaded {
    display: block;
}
.owl-carousel.owl-loading {
    opacity: 0;
    display: block;
}
.owl-carousel.owl-hidden {
    opacity: 0;
}
.owl-carousel.owl-refresh .owl-item {
    display: none;
}
.owl-carousel.owl-drag .owl-item {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.owl-carousel.owl-grab {
    cursor: move;
    cursor: -webkit-grab;
    cursor: -o-grab;
    cursor: -ms-grab;
    cursor: grab;
}
.owl-carousel.owl-rtl {
    direction: rtl;
}
.owl-carousel.owl-rtl .owl-item {
    float: right;
}

/* No Js */
.no-js .owl-carousel {
  	display: block;
}

@media (max-width: 1280px) {
	.owl-dots .owl-dot {
		width: 8px;
		height: 8px;
		border-radius: 4px;
		margin: 1px 10px;
	}
	.owl-dots .owl-dot:hover,
	.owl-dots .active {
		width: 10px;
		height: 10px;
		border-radius: 5px;
		margin: 0 9px;
	}
}
@media (max-width: 960px) {
    .owl-nav div {
    	width: 30px;
    	height: 30px;
    }
}
@media (max-width: 720px) {
    .owl-nav {
        display: none;
    }
	.owl-dots .owl-dot {
		width: 6px;
		height: 6px;
		border-radius: 3px;
		margin: 1px 7px;
	}
	.owl-dots .owl-dot:hover,
	.owl-dots .active {
		width: 8px;
		height: 8px;
		border-radius: 4px;
		margin: 0 6px;
	}
}
	
/*@media
only screen and (-webkit-min-device-pixel-ratio: 1.5),
only screen and (-moz-min-device-pixel-ratio: 1.5),
only screen and (-o-min-device-pixel-ratio: 3/2),
only screen and (min-device-pixel-ratio: 1.5),
only screen and (min-resolution: 144dpi),
only screen and (min-resolution: 1.5dppx) {
	.owl-prev {
		background-image: url('https://drive.google.com/uc?export=view&id=1zimoTPMmYsQWGfoK9CAip1Vlxz5pD07u');
	}
	.owl-next {
		background-image: url('https://drive.google.com/uc?export=view&id=1NBBpG0gUeXpJ9DacJJyAsBzBRKFPTC9U');
	}
}

@media
only screen and (-webkit-min-device-pixel-ratio: 2.5),
only screen and (-moz-min-device-pixel-ratio: 2.5),
only screen and (-o-min-device-pixel-ratio: 5/2),
only screen and (min-device-pixel-ratio: 2.5),
only screen and (min-resolution: 240dpi),
only screen and (min-resolution: 2.5dppx) {
	.owl-prev {
		background-image: url('https://drive.google.com/uc?export=view&id=1ki3nUXhFTUJueb1NhQKlTukSJdqMpdhU');
	}
	.owl-next {
		background-image: url('https://drive.google.com/uc?export=view&id=1Z65W5sl8Hro5tmDSmvwz8t4jdxIqR4Ot');
	}
}*/


/*** Animate ***/
/*!
 * animate.css -http://daneden.me/animate
 * Version - 3.7.0
 * Licensed under the MIT license - http://opensource.org/licenses/MIT
 *
 * Copyright (c) 2018 Daniel Eden
 */

@-webkit-keyframes bounce {
  from,
  20%,
  53%,
  80%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  40%,
  43% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -30px, 0);
    transform: translate3d(0, -30px, 0);
  }

  70% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -15px, 0);
    transform: translate3d(0, -15px, 0);
  }

  90% {
    -webkit-transform: translate3d(0, -4px, 0);
    transform: translate3d(0, -4px, 0);
  }
}

@keyframes bounce {
  from,
  20%,
  53%,
  80%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  40%,
  43% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -30px, 0);
    transform: translate3d(0, -30px, 0);
  }

  70% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -15px, 0);
    transform: translate3d(0, -15px, 0);
  }

  90% {
    -webkit-transform: translate3d(0, -4px, 0);
    transform: translate3d(0, -4px, 0);
  }
}

.bounce {
  -webkit-animation-name: bounce;
  animation-name: bounce;
  -webkit-transform-origin: center bottom;
  transform-origin: center bottom;
}

@-webkit-keyframes flash {
  from,
  50%,
  to {
    opacity: 1;
  }

  25%,
  75% {
    opacity: 0;
  }
}

@keyframes flash {
  from,
  50%,
  to {
    opacity: 1;
  }

  25%,
  75% {
    opacity: 0;
  }
}

.flash {
  -webkit-animation-name: flash;
  animation-name: flash;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */

@-webkit-keyframes pulse {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }

  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05);
  }

  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

@keyframes pulse {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }

  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05);
  }

  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

.pulse {
  -webkit-animation-name: pulse;
  animation-name: pulse;
}

@-webkit-keyframes rubberBand {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }

  30% {
    -webkit-transform: scale3d(1.25, 0.75, 1);
    transform: scale3d(1.25, 0.75, 1);
  }

  40% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
    transform: scale3d(0.75, 1.25, 1);
  }

  50% {
    -webkit-transform: scale3d(1.15, 0.85, 1);
    transform: scale3d(1.15, 0.85, 1);
  }

  65% {
    -webkit-transform: scale3d(0.95, 1.05, 1);
    transform: scale3d(0.95, 1.05, 1);
  }

  75% {
    -webkit-transform: scale3d(1.05, 0.95, 1);
    transform: scale3d(1.05, 0.95, 1);
  }

  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

@keyframes rubberBand {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }

  30% {
    -webkit-transform: scale3d(1.25, 0.75, 1);
    transform: scale3d(1.25, 0.75, 1);
  }

  40% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
    transform: scale3d(0.75, 1.25, 1);
  }

  50% {
    -webkit-transform: scale3d(1.15, 0.85, 1);
    transform: scale3d(1.15, 0.85, 1);
  }

  65% {
    -webkit-transform: scale3d(0.95, 1.05, 1);
    transform: scale3d(0.95, 1.05, 1);
  }

  75% {
    -webkit-transform: scale3d(1.05, 0.95, 1);
    transform: scale3d(1.05, 0.95, 1);
  }

  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

.rubberBand {
  -webkit-animation-name: rubberBand;
  animation-name: rubberBand;
}

@-webkit-keyframes shake {
  from,
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  10%,
  30%,
  50%,
  70%,
  90% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }

  20%,
  40%,
  60%,
  80% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }
}

@keyframes shake {
  from,
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  10%,
  30%,
  50%,
  70%,
  90% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }

  20%,
  40%,
  60%,
  80% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }
}

.shake {
  -webkit-animation-name: shake;
  animation-name: shake;
}

@-webkit-keyframes headShake {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }

  6.5% {
    -webkit-transform: translateX(-6px) rotateY(-9deg);
    transform: translateX(-6px) rotateY(-9deg);
  }

  18.5% {
    -webkit-transform: translateX(5px) rotateY(7deg);
    transform: translateX(5px) rotateY(7deg);
  }

  31.5% {
    -webkit-transform: translateX(-3px) rotateY(-5deg);
    transform: translateX(-3px) rotateY(-5deg);
  }

  43.5% {
    -webkit-transform: translateX(2px) rotateY(3deg);
    transform: translateX(2px) rotateY(3deg);
  }

  50% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

@keyframes headShake {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }

  6.5% {
    -webkit-transform: translateX(-6px) rotateY(-9deg);
    transform: translateX(-6px) rotateY(-9deg);
  }

  18.5% {
    -webkit-transform: translateX(5px) rotateY(7deg);
    transform: translateX(5px) rotateY(7deg);
  }

  31.5% {
    -webkit-transform: translateX(-3px) rotateY(-5deg);
    transform: translateX(-3px) rotateY(-5deg);
  }

  43.5% {
    -webkit-transform: translateX(2px) rotateY(3deg);
    transform: translateX(2px) rotateY(3deg);
  }

  50% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

.headShake {
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-name: headShake;
  animation-name: headShake;
}

@-webkit-keyframes swing {
  20% {
    -webkit-transform: rotate3d(0, 0, 1, 15deg);
    transform: rotate3d(0, 0, 1, 15deg);
  }

  40% {
    -webkit-transform: rotate3d(0, 0, 1, -10deg);
    transform: rotate3d(0, 0, 1, -10deg);
  }

  60% {
    -webkit-transform: rotate3d(0, 0, 1, 5deg);
    transform: rotate3d(0, 0, 1, 5deg);
  }

  80% {
    -webkit-transform: rotate3d(0, 0, 1, -5deg);
    transform: rotate3d(0, 0, 1, -5deg);
  }

  to {
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
    transform: rotate3d(0, 0, 1, 0deg);
  }
}

@keyframes swing {
  20% {
    -webkit-transform: rotate3d(0, 0, 1, 15deg);
    transform: rotate3d(0, 0, 1, 15deg);
  }

  40% {
    -webkit-transform: rotate3d(0, 0, 1, -10deg);
    transform: rotate3d(0, 0, 1, -10deg);
  }

  60% {
    -webkit-transform: rotate3d(0, 0, 1, 5deg);
    transform: rotate3d(0, 0, 1, 5deg);
  }

  80% {
    -webkit-transform: rotate3d(0, 0, 1, -5deg);
    transform: rotate3d(0, 0, 1, -5deg);
  }

  to {
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
    transform: rotate3d(0, 0, 1, 0deg);
  }
}

.swing {
  -webkit-transform-origin: top center;
  transform-origin: top center;
  -webkit-animation-name: swing;
  animation-name: swing;
}

@-webkit-keyframes tada {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }

  10%,
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
  }

  30%,
  50%,
  70%,
  90% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
  }

  40%,
  60%,
  80% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
  }

  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

@keyframes tada {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }

  10%,
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
  }

  30%,
  50%,
  70%,
  90% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
  }

  40%,
  60%,
  80% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
  }

  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

.tada {
  -webkit-animation-name: tada;
  animation-name: tada;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */

@-webkit-keyframes wobble {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  15% {
    -webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
    transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
  }

  30% {
    -webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
    transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
  }

  45% {
    -webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
    transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
  }

  60% {
    -webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
    transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
  }

  75% {
    -webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
    transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes wobble {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  15% {
    -webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
    transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
  }

  30% {
    -webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
    transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
  }

  45% {
    -webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
    transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
  }

  60% {
    -webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
    transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
  }

  75% {
    -webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
    transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.wobble {
  -webkit-animation-name: wobble;
  animation-name: wobble;
}

@-webkit-keyframes jello {
  from,
  11.1%,
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  22.2% {
    -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
    transform: skewX(-12.5deg) skewY(-12.5deg);
  }

  33.3% {
    -webkit-transform: skewX(6.25deg) skewY(6.25deg);
    transform: skewX(6.25deg) skewY(6.25deg);
  }

  44.4% {
    -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
    transform: skewX(-3.125deg) skewY(-3.125deg);
  }

  55.5% {
    -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
    transform: skewX(1.5625deg) skewY(1.5625deg);
  }

  66.6% {
    -webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
    transform: skewX(-0.78125deg) skewY(-0.78125deg);
  }

  77.7% {
    -webkit-transform: skewX(0.390625deg) skewY(0.390625deg);
    transform: skewX(0.390625deg) skewY(0.390625deg);
  }

  88.8% {
    -webkit-transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
    transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
  }
}

@keyframes jello {
  from,
  11.1%,
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  22.2% {
    -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
    transform: skewX(-12.5deg) skewY(-12.5deg);
  }

  33.3% {
    -webkit-transform: skewX(6.25deg) skewY(6.25deg);
    transform: skewX(6.25deg) skewY(6.25deg);
  }

  44.4% {
    -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
    transform: skewX(-3.125deg) skewY(-3.125deg);
  }

  55.5% {
    -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
    transform: skewX(1.5625deg) skewY(1.5625deg);
  }

  66.6% {
    -webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
    transform: skewX(-0.78125deg) skewY(-0.78125deg);
  }

  77.7% {
    -webkit-transform: skewX(0.390625deg) skewY(0.390625deg);
    transform: skewX(0.390625deg) skewY(0.390625deg);
  }

  88.8% {
    -webkit-transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
    transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
  }
}

.jello {
  -webkit-animation-name: jello;
  animation-name: jello;
  -webkit-transform-origin: center;
  transform-origin: center;
}

@-webkit-keyframes heartBeat {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }

  14% {
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
  }

  28% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }

  42% {
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
  }

  70% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

@keyframes heartBeat {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }

  14% {
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
  }

  28% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }

  42% {
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
  }

  70% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

.heartBeat {
  -webkit-animation-name: heartBeat;
  animation-name: heartBeat;
  -webkit-animation-duration: 1.3s;
  animation-duration: 1.3s;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
}

@-webkit-keyframes bounceIn {
  from,
  20%,
  40%,
  60%,
  80%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }

  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }

  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }

  40% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03);
  }

  80% {
    -webkit-transform: scale3d(0.97, 0.97, 0.97);
    transform: scale3d(0.97, 0.97, 0.97);
  }

  to {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

@keyframes bounceIn {
  from,
  20%,
  40%,
  60%,
  80%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }

  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }

  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }

  40% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03);
  }

  80% {
    -webkit-transform: scale3d(0.97, 0.97, 0.97);
    transform: scale3d(0.97, 0.97, 0.97);
  }

  to {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

.bounceIn {
  -webkit-animation-duration: 0.75s;
  animation-duration: 0.75s;
  -webkit-animation-name: bounceIn;
  animation-name: bounceIn;
}

@-webkit-keyframes bounceInDown {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }

  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -3000px, 0);
    transform: translate3d(0, -3000px, 0);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, 25px, 0);
    transform: translate3d(0, 25px, 0);
  }

  75% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }

  90% {
    -webkit-transform: translate3d(0, 5px, 0);
    transform: translate3d(0, 5px, 0);
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes bounceInDown {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }

  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -3000px, 0);
    transform: translate3d(0, -3000px, 0);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, 25px, 0);
    transform: translate3d(0, 25px, 0);
  }

  75% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }

  90% {
    -webkit-transform: translate3d(0, 5px, 0);
    transform: translate3d(0, 5px, 0);
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.bounceInDown {
  -webkit-animation-name: bounceInDown;
  animation-name: bounceInDown;
}

@-webkit-keyframes bounceInLeft {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }

  0% {
    opacity: 0;
    -webkit-transform: translate3d(-3000px, 0, 0);
    transform: translate3d(-3000px, 0, 0);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(25px, 0, 0);
    transform: translate3d(25px, 0, 0);
  }

  75% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }

  90% {
    -webkit-transform: translate3d(5px, 0, 0);
    transform: translate3d(5px, 0, 0);
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes bounceInLeft {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }

  0% {
    opacity: 0;
    -webkit-transform: translate3d(-3000px, 0, 0);
    transform: translate3d(-3000px, 0, 0);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(25px, 0, 0);
    transform: translate3d(25px, 0, 0);
  }

  75% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }

  90% {
    -webkit-transform: translate3d(5px, 0, 0);
    transform: translate3d(5px, 0, 0);
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.bounceInLeft {
  -webkit-animation-name: bounceInLeft;
  animation-name: bounceInLeft;
}

@-webkit-keyframes bounceInRight {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }

  from {
    opacity: 0;
    -webkit-transform: translate3d(3000px, 0, 0);
    transform: translate3d(3000px, 0, 0);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(-25px, 0, 0);
    transform: translate3d(-25px, 0, 0);
  }

  75% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }

  90% {
    -webkit-transform: translate3d(-5px, 0, 0);
    transform: translate3d(-5px, 0, 0);
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes bounceInRight {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }

  from {
    opacity: 0;
    -webkit-transform: translate3d(3000px, 0, 0);
    transform: translate3d(3000px, 0, 0);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(-25px, 0, 0);
    transform: translate3d(-25px, 0, 0);
  }

  75% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }

  90% {
    -webkit-transform: translate3d(-5px, 0, 0);
    transform: translate3d(-5px, 0, 0);
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.bounceInRight {
  -webkit-animation-name: bounceInRight;
  animation-name: bounceInRight;
}

@-webkit-keyframes bounceInUp {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }

  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 3000px, 0);
    transform: translate3d(0, 3000px, 0);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }

  75% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }

  90% {
    -webkit-transform: translate3d(0, -5px, 0);
    transform: translate3d(0, -5px, 0);
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes bounceInUp {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }

  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 3000px, 0);
    transform: translate3d(0, 3000px, 0);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }

  75% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }

  90% {
    -webkit-transform: translate3d(0, -5px, 0);
    transform: translate3d(0, -5px, 0);
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.bounceInUp {
  -webkit-animation-name: bounceInUp;
  animation-name: bounceInUp;
}

@-webkit-keyframes bounceOut {
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }

  50%,
  55% {
    opacity: 1;
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }

  to {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
}

@keyframes bounceOut {
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }

  50%,
  55% {
    opacity: 1;
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }

  to {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
}

.bounceOut {
  -webkit-animation-duration: 0.75s;
  animation-duration: 0.75s;
  -webkit-animation-name: bounceOut;
  animation-name: bounceOut;
}

@-webkit-keyframes bounceOutDown {
  20% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }

  40%,
  45% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}

@keyframes bounceOutDown {
  20% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }

  40%,
  45% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}

.bounceOutDown {
  -webkit-animation-name: bounceOutDown;
  animation-name: bounceOutDown;
}

@-webkit-keyframes bounceOutLeft {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(20px, 0, 0);
    transform: translate3d(20px, 0, 0);
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}

@keyframes bounceOutLeft {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(20px, 0, 0);
    transform: translate3d(20px, 0, 0);
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}

.bounceOutLeft {
  -webkit-animation-name: bounceOutLeft;
  animation-name: bounceOutLeft;
}

@-webkit-keyframes bounceOutRight {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(-20px, 0, 0);
    transform: translate3d(-20px, 0, 0);
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}

@keyframes bounceOutRight {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(-20px, 0, 0);
    transform: translate3d(-20px, 0, 0);
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}

.bounceOutRight {
  -webkit-animation-name: bounceOutRight;
  animation-name: bounceOutRight;
}

@-webkit-keyframes bounceOutUp {
  20% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }

  40%,
  45% {
    opacity: 1;
    -webkit-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0);
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}

@keyframes bounceOutUp {
  20% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }

  40%,
  45% {
    opacity: 1;
    -webkit-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0);
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}

.bounceOutUp {
  -webkit-animation-name: bounceOutUp;
  animation-name: bounceOutUp;
}

@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

.fadeIn {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
}

@-webkit-keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.fadeInDown {
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
}

@-webkit-keyframes fadeInDownBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes fadeInDownBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.fadeInDownBig {
  -webkit-animation-name: fadeInDownBig;
  animation-name: fadeInDownBig;
}

@-webkit-keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.fadeInLeft {
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft;
}

@-webkit-keyframes fadeInLeftBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes fadeInLeftBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.fadeInLeftBig {
  -webkit-animation-name: fadeInLeftBig;
  animation-name: fadeInLeftBig;
}

@-webkit-keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.fadeInRight {
  -webkit-animation-name: fadeInRight;
  animation-name: fadeInRight;
}

@-webkit-keyframes fadeInRightBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes fadeInRightBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.fadeInRightBig {
  -webkit-animation-name: fadeInRightBig;
  animation-name: fadeInRightBig;
}

@-webkit-keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}

@-webkit-keyframes fadeInUpBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes fadeInUpBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.fadeInUpBig {
  -webkit-animation-name: fadeInUpBig;
  animation-name: fadeInUpBig;
}

@-webkit-keyframes fadeOut {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
  }
}

@keyframes fadeOut {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
  }
}

.fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut;
}

@-webkit-keyframes fadeOutDown {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}

@keyframes fadeOutDown {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}

.fadeOutDown {
  -webkit-animation-name: fadeOutDown;
  animation-name: fadeOutDown;
}

@-webkit-keyframes fadeOutDownBig {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}

@keyframes fadeOutDownBig {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}

.fadeOutDownBig {
  -webkit-animation-name: fadeOutDownBig;
  animation-name: fadeOutDownBig;
}

@-webkit-keyframes fadeOutLeft {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}

@keyframes fadeOutLeft {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}

.fadeOutLeft {
  -webkit-animation-name: fadeOutLeft;
  animation-name: fadeOutLeft;
}

@-webkit-keyframes fadeOutLeftBig {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}

@keyframes fadeOutLeftBig {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}

.fadeOutLeftBig {
  -webkit-animation-name: fadeOutLeftBig;
  animation-name: fadeOutLeftBig;
}

@-webkit-keyframes fadeOutRight {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}

@keyframes fadeOutRight {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}

.fadeOutRight {
  -webkit-animation-name: fadeOutRight;
  animation-name: fadeOutRight;
}

@-webkit-keyframes fadeOutRightBig {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}

@keyframes fadeOutRightBig {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}

.fadeOutRightBig {
  -webkit-animation-name: fadeOutRightBig;
  animation-name: fadeOutRightBig;
}

@-webkit-keyframes fadeOutUp {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}

@keyframes fadeOutUp {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}

.fadeOutUp {
  -webkit-animation-name: fadeOutUp;
  animation-name: fadeOutUp;
}

@-webkit-keyframes fadeOutUpBig {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}

@keyframes fadeOutUpBig {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}

.fadeOutUpBig {
  -webkit-animation-name: fadeOutUpBig;
  animation-name: fadeOutUpBig;
}

@-webkit-keyframes flip {
  from {
    -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0)
      rotate3d(0, 1, 0, -360deg);
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, -360deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }

  40% {
    -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px)
      rotate3d(0, 1, 0, -190deg);
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px)
      rotate3d(0, 1, 0, -190deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }

  50% {
    -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px)
      rotate3d(0, 1, 0, -170deg);
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px)
      rotate3d(0, 1, 0, -170deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  80% {
    -webkit-transform: perspective(400px) scale3d(0.95, 0.95, 0.95) translate3d(0, 0, 0)
      rotate3d(0, 1, 0, 0deg);
    transform: perspective(400px) scale3d(0.95, 0.95, 0.95) translate3d(0, 0, 0)
      rotate3d(0, 1, 0, 0deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  to {
    -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0)
      rotate3d(0, 1, 0, 0deg);
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
}

@keyframes flip {
  from {
    -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0)
      rotate3d(0, 1, 0, -360deg);
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, -360deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }

  40% {
    -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px)
      rotate3d(0, 1, 0, -190deg);
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px)
      rotate3d(0, 1, 0, -190deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }

  50% {
    -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px)
      rotate3d(0, 1, 0, -170deg);
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px)
      rotate3d(0, 1, 0, -170deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  80% {
    -webkit-transform: perspective(400px) scale3d(0.95, 0.95, 0.95) translate3d(0, 0, 0)
      rotate3d(0, 1, 0, 0deg);
    transform: perspective(400px) scale3d(0.95, 0.95, 0.95) translate3d(0, 0, 0)
      rotate3d(0, 1, 0, 0deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  to {
    -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0)
      rotate3d(0, 1, 0, 0deg);
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
}

.animated.flip {
  -webkit-backface-visibility: visible;
  backface-visibility: visible;
  -webkit-animation-name: flip;
  animation-name: flip;
}

@-webkit-keyframes flipInX {
  from {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }

  40% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  60% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1;
  }

  80% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
  }

  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}

@keyframes flipInX {
  from {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }

  40% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  60% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1;
  }

  80% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
  }

  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}

.flipInX {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipInX;
  animation-name: flipInX;
}

@-webkit-keyframes flipInY {
  from {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }

  40% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  60% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    opacity: 1;
  }

  80% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
  }

  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}

@keyframes flipInY {
  from {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }

  40% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  60% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    opacity: 1;
  }

  80% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
  }

  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}

.flipInY {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipInY;
  animation-name: flipInY;
}

@-webkit-keyframes flipOutX {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }

  30% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    opacity: 1;
  }

  to {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity: 0;
  }
}

@keyframes flipOutX {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }

  30% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    opacity: 1;
  }

  to {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity: 0;
  }
}

.flipOutX {
  -webkit-animation-duration: 0.75s;
  animation-duration: 0.75s;
  -webkit-animation-name: flipOutX;
  animation-name: flipOutX;
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
}

@-webkit-keyframes flipOutY {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }

  30% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    opacity: 1;
  }

  to {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    opacity: 0;
  }
}

@keyframes flipOutY {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }

  30% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    opacity: 1;
  }

  to {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    opacity: 0;
  }
}

.flipOutY {
  -webkit-animation-duration: 0.75s;
  animation-duration: 0.75s;
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipOutY;
  animation-name: flipOutY;
}

@-webkit-keyframes lightSpeedIn {
  from {
    -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
    transform: translate3d(100%, 0, 0) skewX(-30deg);
    opacity: 0;
  }

  60% {
    -webkit-transform: skewX(20deg);
    transform: skewX(20deg);
    opacity: 1;
  }

  80% {
    -webkit-transform: skewX(-5deg);
    transform: skewX(-5deg);
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes lightSpeedIn {
  from {
    -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
    transform: translate3d(100%, 0, 0) skewX(-30deg);
    opacity: 0;
  }

  60% {
    -webkit-transform: skewX(20deg);
    transform: skewX(20deg);
    opacity: 1;
  }

  80% {
    -webkit-transform: skewX(-5deg);
    transform: skewX(-5deg);
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.lightSpeedIn {
  -webkit-animation-name: lightSpeedIn;
  animation-name: lightSpeedIn;
  -webkit-animation-timing-function: ease-out;
  animation-timing-function: ease-out;
}

@-webkit-keyframes lightSpeedOut {
  from {
    opacity: 1;
  }

  to {
    -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
    transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0;
  }
}

@keyframes lightSpeedOut {
  from {
    opacity: 1;
  }

  to {
    -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
    transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0;
  }
}

.lightSpeedOut {
  -webkit-animation-name: lightSpeedOut;
  animation-name: lightSpeedOut;
  -webkit-animation-timing-function: ease-in;
  animation-timing-function: ease-in;
}

@-webkit-keyframes rotateIn {
  from {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, -200deg);
    transform: rotate3d(0, 0, 1, -200deg);
    opacity: 0;
  }

  to {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}

@keyframes rotateIn {
  from {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, -200deg);
    transform: rotate3d(0, 0, 1, -200deg);
    opacity: 0;
  }

  to {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}

.rotateIn {
  -webkit-animation-name: rotateIn;
  animation-name: rotateIn;
}

@-webkit-keyframes rotateInDownLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }

  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}

@keyframes rotateInDownLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }

  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}

.rotateInDownLeft {
  -webkit-animation-name: rotateInDownLeft;
  animation-name: rotateInDownLeft;
}

@-webkit-keyframes rotateInDownRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }

  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}

@keyframes rotateInDownRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }

  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}

.rotateInDownRight {
  -webkit-animation-name: rotateInDownRight;
  animation-name: rotateInDownRight;
}

@-webkit-keyframes rotateInUpLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }

  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}

@keyframes rotateInUpLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }

  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}

.rotateInUpLeft {
  -webkit-animation-name: rotateInUpLeft;
  animation-name: rotateInUpLeft;
}

@-webkit-keyframes rotateInUpRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -90deg);
    transform: rotate3d(0, 0, 1, -90deg);
    opacity: 0;
  }

  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}

@keyframes rotateInUpRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -90deg);
    transform: rotate3d(0, 0, 1, -90deg);
    opacity: 0;
  }

  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}

.rotateInUpRight {
  -webkit-animation-name: rotateInUpRight;
  animation-name: rotateInUpRight;
}

@-webkit-keyframes rotateOut {
  from {
    -webkit-transform-origin: center;
    transform-origin: center;
    opacity: 1;
  }

  to {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, 200deg);
    transform: rotate3d(0, 0, 1, 200deg);
    opacity: 0;
  }
}

@keyframes rotateOut {
  from {
    -webkit-transform-origin: center;
    transform-origin: center;
    opacity: 1;
  }

  to {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, 200deg);
    transform: rotate3d(0, 0, 1, 200deg);
    opacity: 0;
  }
}

.rotateOut {
  -webkit-animation-name: rotateOut;
  animation-name: rotateOut;
}

@-webkit-keyframes rotateOutDownLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }

  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
}

@keyframes rotateOutDownLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }

  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
}

.rotateOutDownLeft {
  -webkit-animation-name: rotateOutDownLeft;
  animation-name: rotateOutDownLeft;
}

@-webkit-keyframes rotateOutDownRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }

  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}

@keyframes rotateOutDownRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }

  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}

.rotateOutDownRight {
  -webkit-animation-name: rotateOutDownRight;
  animation-name: rotateOutDownRight;
}

@-webkit-keyframes rotateOutUpLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }

  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}

@keyframes rotateOutUpLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }

  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}

.rotateOutUpLeft {
  -webkit-animation-name: rotateOutUpLeft;
  animation-name: rotateOutUpLeft;
}

@-webkit-keyframes rotateOutUpRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }

  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 90deg);
    transform: rotate3d(0, 0, 1, 90deg);
    opacity: 0;
  }
}

@keyframes rotateOutUpRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }

  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 90deg);
    transform: rotate3d(0, 0, 1, 90deg);
    opacity: 0;
  }
}

.rotateOutUpRight {
  -webkit-animation-name: rotateOutUpRight;
  animation-name: rotateOutUpRight;
}

@-webkit-keyframes hinge {
  0% {
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }

  20%,
  60% {
    -webkit-transform: rotate3d(0, 0, 1, 80deg);
    transform: rotate3d(0, 0, 1, 80deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }

  40%,
  80% {
    -webkit-transform: rotate3d(0, 0, 1, 60deg);
    transform: rotate3d(0, 0, 1, 60deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    opacity: 1;
  }

  to {
    -webkit-transform: translate3d(0, 700px, 0);
    transform: translate3d(0, 700px, 0);
    opacity: 0;
  }
}

@keyframes hinge {
  0% {
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }

  20%,
  60% {
    -webkit-transform: rotate3d(0, 0, 1, 80deg);
    transform: rotate3d(0, 0, 1, 80deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }

  40%,
  80% {
    -webkit-transform: rotate3d(0, 0, 1, 60deg);
    transform: rotate3d(0, 0, 1, 60deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    opacity: 1;
  }

  to {
    -webkit-transform: translate3d(0, 700px, 0);
    transform: translate3d(0, 700px, 0);
    opacity: 0;
  }
}

.hinge {
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
  -webkit-animation-name: hinge;
  animation-name: hinge;
}

@-webkit-keyframes jackInTheBox {
  from {
    opacity: 0;
    -webkit-transform: scale(0.1) rotate(30deg);
    transform: scale(0.1) rotate(30deg);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
  }

  50% {
    -webkit-transform: rotate(-10deg);
    transform: rotate(-10deg);
  }

  70% {
    -webkit-transform: rotate(3deg);
    transform: rotate(3deg);
  }

  to {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

@keyframes jackInTheBox {
  from {
    opacity: 0;
    -webkit-transform: scale(0.1) rotate(30deg);
    transform: scale(0.1) rotate(30deg);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
  }

  50% {
    -webkit-transform: rotate(-10deg);
    transform: rotate(-10deg);
  }

  70% {
    -webkit-transform: rotate(3deg);
    transform: rotate(3deg);
  }

  to {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

.jackInTheBox {
  -webkit-animation-name: jackInTheBox;
  animation-name: jackInTheBox;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */

@-webkit-keyframes rollIn {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
    transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes rollIn {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
    transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.rollIn {
  -webkit-animation-name: rollIn;
  animation-name: rollIn;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */

@-webkit-keyframes rollOut {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
    transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
  }
}

@keyframes rollOut {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
    transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
  }
}

.rollOut {
  -webkit-animation-name: rollOut;
  animation-name: rollOut;
}

@-webkit-keyframes zoomIn {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }

  50% {
    opacity: 1;
  }
}

@keyframes zoomIn {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }

  50% {
    opacity: 1;
  }
}

.zoomIn {
  -webkit-animation-name: zoomIn;
  animation-name: zoomIn;
}

@-webkit-keyframes zoomInDown {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

@keyframes zoomInDown {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

.zoomInDown {
  -webkit-animation-name: zoomInDown;
  animation-name: zoomInDown;
}

@-webkit-keyframes zoomInLeft {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

@keyframes zoomInLeft {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

.zoomInLeft {
  -webkit-animation-name: zoomInLeft;
  animation-name: zoomInLeft;
}

@-webkit-keyframes zoomInRight {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

@keyframes zoomInRight {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

.zoomInRight {
  -webkit-animation-name: zoomInRight;
  animation-name: zoomInRight;
}

@-webkit-keyframes zoomInUp {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

@keyframes zoomInUp {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

.zoomInUp {
  -webkit-animation-name: zoomInUp;
  animation-name: zoomInUp;
}

@-webkit-keyframes zoomOut {
  from {
    opacity: 1;
  }

  50% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }

  to {
    opacity: 0;
  }
}

@keyframes zoomOut {
  from {
    opacity: 1;
  }

  50% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }

  to {
    opacity: 0;
  }
}

.zoomOut {
  -webkit-animation-name: zoomOut;
  animation-name: zoomOut;
}

@-webkit-keyframes zoomOutDown {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }

  to {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

@keyframes zoomOutDown {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }

  to {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

.zoomOutDown {
  -webkit-animation-name: zoomOutDown;
  animation-name: zoomOutDown;
}

@-webkit-keyframes zoomOutLeft {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
  }

  to {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(-2000px, 0, 0);
    transform: scale(0.1) translate3d(-2000px, 0, 0);
    -webkit-transform-origin: left center;
    transform-origin: left center;
  }
}

@keyframes zoomOutLeft {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
  }

  to {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(-2000px, 0, 0);
    transform: scale(0.1) translate3d(-2000px, 0, 0);
    -webkit-transform-origin: left center;
    transform-origin: left center;
  }
}

.zoomOutLeft {
  -webkit-animation-name: zoomOutLeft;
  animation-name: zoomOutLeft;
}

@-webkit-keyframes zoomOutRight {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
  }

  to {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(2000px, 0, 0);
    transform: scale(0.1) translate3d(2000px, 0, 0);
    -webkit-transform-origin: right center;
    transform-origin: right center;
  }
}

@keyframes zoomOutRight {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
  }

  to {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(2000px, 0, 0);
    transform: scale(0.1) translate3d(2000px, 0, 0);
    -webkit-transform-origin: right center;
    transform-origin: right center;
  }
}

.zoomOutRight {
  -webkit-animation-name: zoomOutRight;
  animation-name: zoomOutRight;
}

@-webkit-keyframes zoomOutUp {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }

  to {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

@keyframes zoomOutUp {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }

  to {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

.zoomOutUp {
  -webkit-animation-name: zoomOutUp;
  animation-name: zoomOutUp;
}

@-webkit-keyframes slideInDown {
  from {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
    visibility: visible;
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes slideInDown {
  from {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
    visibility: visible;
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.slideInDown {
  -webkit-animation-name: slideInDown;
  animation-name: slideInDown;
}

@-webkit-keyframes slideInLeft {
  from {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    visibility: visible;
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes slideInLeft {
  from {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    visibility: visible;
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.slideInLeft {
  -webkit-animation-name: slideInLeft;
  animation-name: slideInLeft;
}

@-webkit-keyframes slideInRight {
  from {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    visibility: visible;
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes slideInRight {
  from {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    visibility: visible;
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.slideInRight {
  -webkit-animation-name: slideInRight;
  animation-name: slideInRight;
}

@-webkit-keyframes slideInUp {
  from {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    visibility: visible;
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes slideInUp {
  from {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    visibility: visible;
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.slideInUp {
  -webkit-animation-name: slideInUp;
  animation-name: slideInUp;
}

@-webkit-keyframes slideOutDown {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}

@keyframes slideOutDown {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}

.slideOutDown {
  -webkit-animation-name: slideOutDown;
  animation-name: slideOutDown;
}

@-webkit-keyframes slideOutLeft {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  to {
    visibility: hidden;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}

@keyframes slideOutLeft {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  to {
    visibility: hidden;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}

.slideOutLeft {
  -webkit-animation-name: slideOutLeft;
  animation-name: slideOutLeft;
}

@-webkit-keyframes slideOutRight {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  to {
    visibility: hidden;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}

@keyframes slideOutRight {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  to {
    visibility: hidden;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}

.slideOutRight {
  -webkit-animation-name: slideOutRight;
  animation-name: slideOutRight;
}

@-webkit-keyframes slideOutUp {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}

@keyframes slideOutUp {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}

.slideOutUp {
  -webkit-animation-name: slideOutUp;
  animation-name: slideOutUp;
}

.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.animated.infinite {
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}

.animated.delay-1s {
  -webkit-animation-delay: 1s;
  animation-delay: 1s;
}

.animated.delay-2s {
  -webkit-animation-delay: 2s;
  animation-delay: 2s;
}

.animated.delay-3s {
  -webkit-animation-delay: 3s;
  animation-delay: 3s;
}

.animated.delay-4s {
  -webkit-animation-delay: 4s;
  animation-delay: 4s;
}

.animated.delay-5s {
  -webkit-animation-delay: 5s;
  animation-delay: 5s;
}

.animated.fast {
  -webkit-animation-duration: 800ms;
  animation-duration: 800ms;
}

.animated.faster {
  -webkit-animation-duration: 500ms;
  animation-duration: 500ms;
}

.animated.slow {
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
}

.animated.slower {
  -webkit-animation-duration: 3s;
  animation-duration: 3s;
}

@media (prefers-reduced-motion) {
  .animated {
    -webkit-animation: unset !important;
    animation: unset !important;
    -webkit-transition: none !important;
    transition: none !important;
  }
}
