

/* Start:/local/templates/avada/css/style.css?1583620022142215*/

* {
	margin: 0;
	padding: 0;
	outline: none;
}
html {
	height: 100%;
}
body {
	overflow-x: hidden;
	/* color: #4e4e4e; */
	font: 14px/20px 'Roboto', sans-serif;
	position: relative;
	background: #fff;
	min-height: 100%;
	position: relative;
}
a {
	color: #ba3006;
	text-decoration: none;
	outline: none;
	cursor: pointer;
}
a:hover {
 	text-decoration: underline;
}
.accordion-item a:hover{
	border-bottom: 1px solid red !important;
	text-decoration: none !important;
}
ul, ol {
	list-style: none;
}
.wrap {
	width: 100%;
	overflow: hidden;
}
p {
	margin: 1em 0;
	font-size: 16px;
}
img {
	border: none;
}
address {
	font-style: normal;
}
textarea {
	overflow: auto;
}
.hidden {
	visibility: hidden;
}
.visible {
	visibility: visible !important;
}
.pull-left {
	float: left;
}
.pull-right {
	float: right;
}

h1 {
	font-weight: normal;
	font-size: 35px;
	line-height: 40px;
	margin-bottom: 20px;
}
h2 {
	font-size: 24px;
	line-height: 29px;
}
h3 {
	font-size: 18px;
	line-height: 23px;
}
h4 {
	font-size: 17px;
	line-height: 22px;
}
h5 {
	font-size: 16px;
	line-height: 21px;
}
h6 {
	font-size: 15px;
	line-height: 20px;
}
h2, h3, h4, h5, h6 {
	font-weight: bold;
}
.btn {
	display: inline-block;
	vertical-align: top;
	position: relative;
}
.btn a {
	color: white;
    font-size: 18px;
    font-weight: normal;
	position: relative;
	display: block;
	text-decoration: none;
	line-height: 60px;
	height: 60px;
	text-transform: uppercase;
	background: rgb(226,69,0); /* Old browsers */
	background: -moz-linear-gradient(top, rgba(226,69,0,1) 0%, rgba(227,68,2,1) 41%, rgba(223,69,0,1) 44%, rgba(224,72,0,1) 46%, rgba(223,69,0,1) 47%, rgba(227,67,5,1) 49%, rgba(219,54,0,1) 51%, rgba(222,52,0,1) 53%, rgba(222,52,1,1) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, rgba(226,69,0,1) 0%,rgba(227,68,2,1) 41%,rgba(223,69,0,1) 44%,rgba(224,72,0,1) 46%,rgba(223,69,0,1) 47%,rgba(227,67,5,1) 49%,rgba(219,54,0,1) 51%,rgba(222,52,0,1) 53%,rgba(222,52,1,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, rgba(226,69,0,1) 0%,rgba(227,68,2,1) 41%,rgba(223,69,0,1) 44%,rgba(224,72,0,1) 46%,rgba(223,69,0,1) 47%,rgba(227,67,5,1) 49%,rgba(219,54,0,1) 51%,rgba(222,52,0,1) 53%,rgba(222,52,1,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e24500', endColorstr='#de3401',GradientType=0 ); /* IE6-9 */
}
.btn .fa {
	color: #fff;
	margin-right: 5px;
}
.btn:before {
    content: "";
    display: inline-block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 0 30px 7px;
    border-color: transparent transparent #e14500 transparent;
    position: absolute;
    left: -7px;
    top: 0;
}
.btn:after {
    content: "";
    display: inline-block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 7px 30px 0;
    border-color: transparent #dd3400 transparent transparent;
    position: absolute;
    left: -7px;
    bottom: 0;
}
.btn a:before {
    content: "";
    display: inline-block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 7px 30px 0;
    border-color: transparent transparent #e14500 transparent;
    position: absolute;
    right: -7px;
    top: 0;
}
.btn a:after {
    content: "";
    display: inline-block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 30px 7px 0 0;
    border-color: #dd3400 transparent transparent transparent;
    position: absolute;
    right: -7px;
    bottom: 0;
}
.btn a:hover {
	background: #59b248; /* Old browsers */
	background: -moz-linear-gradient(top, #59b248 0%, #57b348 47%, #56b247 49%, #419e33 51%, #43a035 53%, #3e9e32 54%, #41a135 56%, #3d9f32 58%, #3fa134 59%, #3f9f33 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, #59b248 0%,#57b348 47%,#56b247 49%,#419e33 51%,#43a035 53%,#3e9e32 54%,#41a135 56%,#3d9f32 58%,#3fa134 59%,#3f9f33 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, #59b248 0%,#57b348 47%,#56b247 49%,#419e33 51%,#43a035 53%,#3e9e32 54%,#41a135 56%,#3d9f32 58%,#3fa134 59%,#3f9f33 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#59b248', endColorstr='#3f9f33',GradientType=0 ); /* IE6-9 */
}
.btn:hover:before {
    border-color: transparent transparent #59b246 transparent;
}
.btn:hover:after {
    border-color: transparent #40a032 transparent transparent;
}
.btn a:hover:before {
    border-color: transparent transparent #59b246 transparent;
}
.btn a:hover:after {
    border-color: #40a032 transparent transparent transparent;
}
.btn em {
	font-style: normal;
}
.box-title {
	font: 24px/29px 'Roboto';
	text-transform: uppercase;
	display: block;
	/* color: #2e5e2d !important; */
}
.lowercase {
	text-transform: none;
}
.box-title + .box-title {
	margin-top: 10px;
}

.brief{
    left: 40px;
    position: relative;
    text-decoration: underline;
	font-weight: bold;
	top: 15px;
}

.pohvalit:hover{
	color: white !important; 
	background: #ba3006 !important;
}

.black-title {
	color: #000;
}
.green-title {
	color: #147c09;
}
.white-title {
	color: #fff;
}
#forma .white-title{
	color: black;
	text-transform: uppercase;
    font-weight: 400;
	text-align: center;
	font-size: 24px;
}
#crm-web-form-id-44 .crm-webform-label{
	color: black !important;
}
.yellow-title {
	color: #ffd32d;
	font: 300 22px/30px 'Roboto';
	text-transform: none;
}
.red-title {
	color: #c2380d;
}
.text-center {
	text-align: center;
}
.inner-title {
	font-size: 24px;
	line-height: 40px;
	font-family: 'Roboto';
	font-weight: 400;
	color: #2e5e2d;
}
.title-text {
	color: #000;
	text-align: center;
	margin: 10px 0 0;
	font-size: 16px;
	line-height: 25px;
}

/* header *********************************************************************/

.header {
	background: #f8d000 url(/local/templates/avada/css/../img/header.jpg) 50% 0 !important;
	width: 100%;
	padding: 62px 0 30px;
}
.menu-btn {
	display: none;
}
.top-line {
	position: relative;
	width: 100%;
	border-bottom: 1px solid #cc9e20;
	font-size: 14px;
	line-height: 40px;
	text-transform: uppercase;
	position: fixed;
	width: 100%;
	left: 0;
	top: 0;
	background: #f8d000 url(/local/templates/avada/css/../img/header.jpg) 50% 0 !important;
	z-index: 200;
	height: 40px;
	overflow: hidden;
}
.top-line .container-fluid {
	position: relative;
}
.container{
	max-width: 1170px;
	width: 100%;
}
.top-line a {
	color: #40371c;
}

.top-line ol li:first-child{
	display: none;
}

.turn {
	float: left;
	overflow: hidden;
	position: relative;
	top: 0;
	-webkit-transition: all 100ms linear;
	-moz-transition: all 100ms linear;
	-ms-transition: all 100ms linear;
	-o-transition: all 100ms linear;
	transition: all 100ms linear;
}
.top-line.active .turn {
	top: -40px;
}
.top-phones li {
	float: left;
	margin-right: 30px;
}
.top-phones li:last-child {
	margin-right: 0;
}
.top-menu li {
	float: left;
	/* margin-right: 30px; */
}
.top-menu li.desktop-hide {
	display: none;
}
.top-menu li:last-child {
	margin-right: 0;
}
.top-line ol {
	float: right;
}
.top-line ol li {
	float: left;
	margin-left: 30px;
	position: relative;
}
.top-line ol li:first-child {
	margin-left: 0;
}
.top-line ol .fa,
.top-line ul .fa {
	color: #ba3006;
	font-size: 18px;
	margin-right: 5px;
	width: 18px;
}
.search-btn {
	cursor: pointer;
}
.top-line button:hover .fa,
.top-line .fa:hover {
	color: #ba3006 !important;
}
.search {
	position: absolute;
	left: 15px;
	top: -40px;
	height: 40px;
	width: calc(100% - 30px);
	background: url(/local/templates/avada/css/../img/services-menu.jpg) no-repeat 50% 50%;
	z-index: 100;
	-webkit-transition: all 100ms linear;
	-moz-transition: all 100ms linear;
	-ms-transition: all 100ms linear;
	-o-transition: all 100ms linear;
	transition: all 100ms linear;
}
.search.active {
	top: 0;
}
.search input {
	float: left;
	width: calc(100% - 80px);
	height: 40px;
	background: none;
	border: none;
	color: #fff;
	font: 14px/20px 'Roboto', sans-serif;
	padding: 0 20px;
}
.search input[type=text]::-moz-placeholder {
  color: #fff;
  opacity: 1;
}
.search input[type=text]:-ms-input-placeholder {
  color: #fff;
}
.search input[type=text]::-webkit-input-placeholder {
  color: #fff;
}
.search button {
	width: 40px;
	height: 40px;
	text-align: center;
	color: #fff;
	float: left;
	border: none;
	background: none;
	cursor: pointer;
}
.search-close {
	width: 40px;
	height: 40px;
	text-align: center;
	float: left;
	text-align: center;
	cursor: pointer;
}
.search-close .fa {
	font-size: 33px;
	position: relative;
	top: 1px;
	color: #fff;
}
.search button .fa {
	font-size: 18px;
	position: relative;
	top: 1px;
}
.tbl {
	display: table;
	table-layout: fixed;
	width: 100%;
	height: 100px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.td {
	display: table-cell;
	vertical-align: middle;
}
.with-you {
	text-transform: uppercase;
	color: #206518;
	font-size: 17px;
	line-height: 35px;
	font-weight: 600;
	margin-bottom: 10px;
}
.with-you span {
	display: inline-block;
	background: url(/local/templates/avada/css/../img/sun.png) no-repeat;
	width: 35px;
	height: 35px;
	text-align: center;
	color: #fff;
	text-indent: -2px;
}
/* .logo a {
	background: url(/local/templates/avada/css/../img/logo.png) no-repeat;
	width: 202px;
	height: 72px;
	text-indent: -9999px;
	display: block;	
} */
.e-book {
	text-align: center;
	width: 480px;
}
.e-book strong {
	display: block;
	color: #147c09;
	font: bold 20px/22px 'Roboto';
	text-transform: uppercase;
	margin-bottom: 1px;
}
.e-book b {
	display: block;
	color: #000;
	font: 20px/22px 'Roboto';
	margin-bottom: 10px;
}
.e-book a {
	padding: 0 15px;
}
.e-book img {
	float: left;
	margin: 4px 7px 0 0;
}
/* .top-phone {
	text-align: right;
} */
.top-phone span a,
.top-phone strong a {
	text-decoration: none;
	color: #000;
}
.top-phone em {
	display: block;
	font-size: 13px;
	line-height: 15px;
	color: #000;
	font-style: normal;
	font-weight: 400;
	margin-bottom: 5px;
}
.top-phone span {
	font-family: 'Roboto';
	font-size: 17px;
	line-height: 19px;
	color: #b52007;
	display: inline-block;
	vertical-align: top;
	position: relative;
	top: 6px;
	margin-right: 2px;
}
.top-phone strong {
	font: 36px/38px 'Roboto';
	color: #000;
	display: inline-block;
	vertical-align: top;
}
.btn-empty {
	display: block;
	border: 2px solid #ba3006;
	float: left;
	color: #40371c;
	text-transform: uppercase;
	font-size: 18px;
	line-height: 36px;
	position: relative;
	font-weight: 600;
	margin-top: 10px;
	padding: 0 11px;
}
.btn-empty .fa {
	position: relative;
	top: -1px;
	color: #ba3006;
	font-size: 22px;
	margin-right: 5px;
}
.btn-empty:hover {
	background: #ba3006;
	color: #fff;
	text-decoration: none;
}
.btn-empty:hover .fa {
	color: #fff;
}
.services-menu {
	/*background: rgba(0,114,14,0.8);*/
	background: url(/local/templates/avada/css/../img/services-menu.jpg) no-repeat 50% 0;
	position: relative;
	z-index: 200;
}
.services-menu ul {
	display: table;
	width: 100%;
	/*height: 80px;*/
	-webkit-transition: all 100ms linear;
	-moz-transition: all 100ms linear;
	-ms-transition: all 100ms linear;
	-o-transition: all 100ms linear;
	transition: all 100ms linear;
}
/*.services-menu.is_stuck ul {
	height: 60px;
}*/
.services-menu ul li {
	display: table-cell;
	vertical-align: middle;
	border-right: 1px solid #107304;
	padding: 0 16px;
	background: none !important;
	height: 80px;
	-webkit-transition: all 100ms linear;
	-moz-transition: all 100ms linear;
	-ms-transition: all 100ms linear;
	-o-transition: all 100ms linear;
	transition: all 100ms linear;
}
.services-menu.is_stuck ul li {
	height: 50px;
}

.services-menu ul li:first-child {
	padding-left: 0;
}
.services-menu ul li:last-child {
	padding-right: 0;
	border: none;
}
.services-menu ul li strong,
.services-menu ul li span {
	display: block;
}
.services-menu ul li strong {
	color: #ffd32d;
	text-transform: uppercase;
	font: 19px/20px 'Roboto';
	margin-bottom: 2px;
}
.services-menu ul li span {
	color: #fff;
	font-size: 13px;
}
.services-menu ul li a:hover {
	text-decoration: none;
}
.services-menu ul li a:hover strong {
	color: #fff;
}
/*.services-menu.is_stuck ul li span {
	opacity: 0;
}*/
/* content *********************************************************************/
.box {
	overflow: hidden;
	position: relative;
}

/* box1 */

.box1 {
	padding: 96px 0 54px;
}
.box1 .wrap {
	font-size: 16px;
	line-height: 30px;
	margin: 5px 0 10px 0;
}
.box1 .wrap b {
	width: 60px;
	float: left;
	font-weight: normal;
}
.box1 .wrap input {
	height: 30px;
	background: #fff;
	border: 1px solid #e2e1d9;
	width: calc(100% - 60px);
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 0 10px;
	color: #656565;
	font: 14px/20px 'Roboto', sans-serif;
	float: left;
}
.box1 table {
	width: 100%;
	border-collapse: collapse;
	margin-bottom: 14px;
}
.box1 table th {
	padding: 5px;
}
.box1 .col-1 table td {
	padding: 0 10px;
}
.box1 .col-2 table td {
	padding: 0 5px;
}
.box1 table th:last-child,
.box1 table td:last-child {
	text-align: center;
	width: 75px;
}
.box1 table th {
	text-align: left;
	background: #36922c;
	color: #fff;
	font-size: 16px;
	line-height: 30px;
}
.box1 table th img {
	display: inline-block;
	vertical-align: top;
	width: 30px;
	height: 30px;
}
.box1 table tr td {
	background: #f2f1f0;
	height: 40px;
	font-size: 14px;
	line-height: 14px;
}
.box1 table tr:nth-child(even) td {
	background: #e6e4e3;
}
.box1 table td:last-child {
	font-size: 16px;
	font-weight: bold;
}
.box1 table td input {
	width: 100%;
	height: 30px;
	background: #fff;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	border: none;
	color: #656565;
	font: 14px/20px 'Roboto', sans-serif;
	padding: 0 10px;
}
.box1 img {
	display: block;
}
.next-link {
	font-size: 16px;
	text-decoration: none !important;
}
.next-link span {
	text-decoration: underline;
}
.next-link:hover span {
	text-decoration: none;
}
.box1 .slide + .slide {
	display: none;
}
.box1 .slick-slide + .slick-slide {
	display: block;
}

/* box2 */

.box2 {
	background: #f6cc1b url(/local/templates/avada/css/../img/yellow-bg.jpg) no-repeat 50% 50%;
	-webkit-background-size: cover;
	background-size: cover;
	padding: 97px 0 100px;
}
#scene {
	width: 100%;
	height: 100%;
	position: absolute;
	overflow-x: hidden;
	left: 0;
	top: 0;
}
#scene li {
	position: absolute !important;
	display: inline-block !important;
}
#scene li img {
	display: block;
}
#scene #p1 {
	left: 150px !important;
	top: 115px !important;
}
#scene #p2 {
	left: 50px !important;
	top: 50% !important;
	margin-top: -50px;
}
#scene #p3 {
	left: 200px !important;
	top: 50% !important;
	margin-top: 50px;
}
#scene #p4 {
	left: 150px !important;
	top: auto !important;
	bottom: 100px !important;
}
#scene #p5 {
	left: auto !important;
	right: 150px !important;
	top: 115px !important;
}
#scene #p6 {
	left: auto !important;
	right: 50px !important;
	top: 50% !important;
	margin-top: -50px;
}
#scene #p7 {
	left: auto !important;
	right: 200px !important;
	top: 50% !important;
	margin-top: 50px;
}
#scene #p8 {
	left: auto !important;
	right: 150px !important;
	top: auto !important;
	bottom: 100px !important;
}
.box2 .box-title {
	margin-bottom: 34px;
}
.sert-slide{
	margin: 0 auto;
}
.sert-slide img{
	margin: 0 auto;
}
.sert-slider .arrow-left{
	left: -35px;
}
.sert-slider .arrow-right{
	right: -35px;
}
.sert-agency {
	display: block;
	width: 100%;
	height: auto;
	margin-bottom: 32px;
	max-width: 220px;
	margin: 0 auto;
}
/*.box2 .images {
	overflow: hidden;
	margin-bottom: 32px;
}
.box2 .images img {
	display: block;
	float: left;
}
.box2 .images img + img {
	margin-left: -52px;
}*/
.box2 .col-1 ul {
	margin-bottom: 33px;
}
.box2 .col-1 ul li {
	position: relative;
	font-size: 16px;
	line-height: 25px;
	color: #000;
	margin-bottom: 4px;
	padding-left: 22px;
}
.box2 .col-1 ul li:before {
	position: absolute;
	left: 0;
	top: 1px;
	content: "\f138";
	font-family: "FontAwesome";
	margin-right: 10px;
	color: #147c09;
}
.box2 .col-1 ul li span {
	display: inline-block;
	background: #e14500;
	color: #fff;
	padding: 0 5px;
	text-align: center;
}
.box2 .col-1 ul li strong {
	display: inline-block;
	background: #36922c;
	color: #fff;
	padding: 0 5px;
	font-weight: normal;
	text-align: center;
}
.box2 .btn {
	width: 100%;
	text-align: center;
}
.reviews-slider {
	clear: both;
	overflow: hidden;
}
.reviews-title {
	float: left;
}
.review-arrow-left,
.review-arrow-right {
	float: left;
	width: 26px;
	height: 26px;
	border: 2px solid #ba3006;
	cursor: pointer;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	text-align: center;
	margin: 29px 0 0 20px;
	color: #ba3006;
}
.review-arrow-left .fa,
.review-arrow-right .fa {
	font-size: 25px;
	position: relative;
}
.review-arrow-left .fa {
	top: -2px;
	left: -1px;
}
.review-arrow-right .fa {
	top: -2px;
	right: -2px;
}
.review-arrow-left:hover,
.review-arrow-right:hover {
	background: #ba3006;
	color: #fff;
}
.review-head {
	overflow: hidden;
	color: #fff;
	font-size: 15px;
	line-height: 20px;
	font-weight: bold;
	margin-bottom: 20px;
}
.review-head img {
	float: right;
}
.review-body {
	overflow: hidden;
	background: rgba(255,250,81,0.3);
	padding: 20px 30px;
}
.review-body p {
	margin: 0 0 12px 0;
	color: #000000;
	font-size: 16px;
	line-height: 25px;
	font-style: italic;
}
.box2 .col-3 ul li {
	position: relative;
	padding-left: 27px;
	font-size: 16px;
	line-height: 25px;
	color: #000;
	margin-bottom: 15px;
}
.box2 .col-3 ul li:before {
	content: "\f0c6";
	font-family: "FontAwesome";
	position: absolute;
	left: 0;
	top: 2px;
	color: #23810b;
	font-size: 18px;
}
.box2 .col-3 ul li a {
	display: block;
	color: #000;
	text-decoration: underline;
}
.box2 .col-3 ul li a:hover {
	text-decoration: none;
}

/* box3 */

.box3 {
	padding: 97px 0;
}
.how {
	font-size: 16px;
	line-height: 25px;
}
.box3 .box-title {
	margin-bottom: 27px;
}
.how ul li {
	margin-bottom: 12px;
	overflow: hidden;
}
.how ul li:last-child {
	margin-bottom: 0;
}
.how ul li a {
	color: #000;
	text-decoration: underline;
}
.how ul li a:hover {
	text-decoration: none;
}
.how ul li span {
	display: block;
	color: #000;
	font: bold 18px/20px 'Roboto';
}
.seo-wiki ul li {
	position: relative;
	padding-left: 27px;
	margin-bottom: 18px;
}
.seo-wiki ul li:before {
	content: "\f040";
	font-family: "FontAwesome";
	position: absolute;
	left: 0;
	top: 2px;
	color: #147c09;
	font-size: 18px;
}
.seo-wiki ul li b {
	display: block;
	font-size: 16px;
	color: #000;
	font-weight: normal;
	margin-bottom: 1px;
}
.seo-wiki ul li a {
	color: #000;
	text-decoration: underline;
}
.seo-wiki ul li a:hover {
	text-decoration: none;
}
.seo-wiki .next-link {
	margin-left: 27px;
}
.questions ul li {
	position: relative;
	padding-left: 27px;
	margin-bottom: 18px;
	font-size: 16px;
	line-height: 25px;
	color: #000;
}
.questions ul li:before {
	content: "\f0c6";
	font-family: "FontAwesome";
	position: absolute;
	left: 0;
	top: 2px;
	color: #147c09;
	font-size: 18px;
}
.questions .next-link {
	margin-left: 27px;
}

/* box4 */

.box4 {
	background: #f8f8f7;
	padding: 47px 0;
}
.box4 .box-title {
	margin-bottom: 33px;
}
.icons-list {
	overflow: hidden;
	text-align: center;
	font-size: 0;
}
.icons-list li {
	display: inline-block;
	vertical-align: top;
	width: 25%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 0 20px;
}
.icons-list li img {
	display: block;
	margin: 0 auto 15px;
	height: 140px;
	width: auto;
}
.icons-list li span {
	color: #000;
	display: block;
	font-size: 14px;
	text-transform: uppercase;
}
.vertical-icons-list {
	font-size: 0;
}
.vertical-icons-list > li {
	display: inline-block;
	vertical-align: top;
	width: 50%;
	margin-bottom: 40px;
	padding-right: 70px;
}
.vertical-icons-list > li img {
	float: left;
	margin-right: 20px;
}
.kontext-box1 .vertical-icons-list > li img {
	margin-bottom: 10px;
}
.vertical-icons-list > li strong {
	display: block;
	overflow: hidden;
	font: bold 22px/30px 'Roboto';
	color: #000;
	text-transform: uppercase;
	margin-top: 24px;
}
.kontext-box1 .vertical-icons-list > li strong {
	margin: 0 0 18px 0;
}
.vertical-icons-list > li strong span {
	display: block;
	font-size: 16px;
	line-height: 18px;
	text-transform: none;
	font-weight: normal;
}
.vertical-icons-list div {
	overflow: hidden;
}
.vertical-icons-list ol {
	margin-bottom: 10px;
}
.vertical-icons-list ol li {
	font-size: 16px;
	line-height: 20px;
	color: #000;
	margin-bottom: 5px;
}
.vertical-icons-list p {
	clear: both;
	font-size: 14px !important;
	line-height: 20px !important;
	margin: 0;
}

/* box5 */

.box5 {
	background: #f6cc1b url(/local/templates/avada/css/../img/yellow-bg.jpg) no-repeat 50% 50%;
	-webkit-background-size: cover;
	background-size: cover;
	text-align: center;
	
}
.box5 .container-fluid {
	position: relative;
}
.box5 .box-title {
	margin-bottom: 10px;
}
.box5 p {
	color: #000;
	font-size: 16px;
	line-height: 25px;
}
.box5 .row {
	margin-left: -15px;
	margin-right: -15px;
}
.box5 .col-md-6 {
	padding-left: 15px;
	padding-right: 15px;
}

/* big arrows for sliders */

.arrow-left,
.arrow-right {
	z-index: 100;
	position: absolute;
	top: 50%;
	margin-top: -28px;
	width: 56px;
	height: 56px;
	border: 2px solid #ba3006;
	cursor: pointer;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	text-align: center;
	color: #ba3006;
}
.arrow-left .fa,
.arrow-right .fa {
	position: relative;
	font-size: 50px;
}
.arrow-left .fa {
	left: -3px;
}
.arrow-right .fa {
	right: -4px;
}
.arrow-left {
	left: 0;
}
.arrow-right  {
	right: 0;
}
.arrow-left:hover,
.arrow-right:hover {
	background: #ba3006;
	color: #fff;
}

/* end */

.cases-slider,
.cases-slider-2 {
	/* padding: 0 70px; */
	position: relative;
	margin-top: 30px;
}

.cases-slider-2 .slide-info a{
	font-size: 16px;
}

.cases-slider .slide,
.cases-slider-2 .slide {
	font-size: 0;
}
.cases-slider .img-holder,
.cases-slider .slide-info,
.cases-slider-2 .img-holder,
.cases-slider-2 .slide-info {
	display: inline-block;
	width: 50%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.cases-slider .img-holder,
.cases-slider-2 .img-holder {
	padding-right: 20px;
	vertical-align: middle;
}
.cases-slider .slide-info,
.cases-slider-2 .slide-info {
	padding: 0 0 80px 20px;
	vertical-align: top;
}
.cases-slider img,
.cases-slider-2 img {
	display: block;
	margin: 0 auto;
	max-width: 100%;
	height: auto;
}
.cases-slider ul li,
.cases-slider-2 ul li {
	text-align: left;
	font: bold 18px/25px 'Roboto';
	color: #000;
	margin-bottom: 8px;
	overflow: hidden;
}
.cases-slider ul li span,
.cases-slider-2 ul li span {
	width: 140px;
	float: left;
	font-weight: normal;
	margin-right: 10px;
}
.cases-slider,
.cases-slider-2 ul li strong,
.cases-slider,
.cases-slider-2-2 ul li strong {
	display: block;
	overflow: hidden;
}
.cases-btn {
	float: right;
	width: 50%;
	padding-left: 20px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	margin-top: -80px;
}
.cases-btn .btn,
.cases-btn .btn-new {
	float: left;
}
.cases-btn .btn a,
.cases-btn .btn-new a {
	padding: 0 40px;
}
/* box6 */

.box6 {
	padding: 96px 0;
}
.box6 .box-title {
	margin-bottom: 33px;
}
.box6 img {
	display: block;
	width: 100%;
	height: auto;
}
.box6 .col-md-2 strong {
	display: block;
	font-size: 16px;
	line-height: 20px;
	color: #000;
	margin-bottom: 8px;
}
.box6 .col-md-2 span {
	display: block;
	font-size: 14px;
	line-height: 15px;
	color: #666666;
	font-style: italic;
}
.box6 .row {
	margin-left: -15px;
	margin-right: -15px;
}
.box6 .col-md-2 {
	padding-left: 15px;
	padding-right: 15px;
}
.box6 .col-md-2 .wrap {
	height: 110px;
	text-align: center;
	background: #e6e4e3;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 15px;
}

/* box7 */

.box7 {
	padding-bottom: 100px;
	background: white;
	padding-top: 100px;
}
.clients-slider {
	padding: 0 65px;
}
.clients-slider .slick-slide{
	margin: 0 5px;
}
.clients-slider img {
	display: block;
	margin: 0 auto;
	max-width: 100%;
	height: auto;
	max-height: 100px;
}
.box7 .box-title {
	margin-bottom: 33px;
}
.box7 .slick-prev {
	left: 0;
	background: red;
}
.box7 .slick-next {
	right: 0;
	background: red;
}

/* box8 */

.box8 {
	background: #f8f8f7;
	padding: 47px 0;
}
.box8 .box-title {
	margin-bottom: 33px;
}

/* box9 */

.box9 {
	background: url(/local/templates/avada/css/../images/bg2.png) no-repeat 50% 50%;
	-webkit-background-size: cover;
	background-size: cover;
	padding: 36px 0 0;
	text-align: center;
}
.box9 .box-title + p {
	text-align: center;
	font-size: 20px;
	line-height: 1;
	font-weight: 400;
	margin: 3px 0;
	margin-top: 10px;
}
.box9 .box-title + p a {
	color: black;
	font-weight: normal;
	text-decoration: none;
}
.box9 form {
	width: 100%;
	overflow: hidden;
	padding-top: 10px;
}
.box9 .txt-input {
	background: #fff;
	width: 100%;
	height: 60px;
	border: none;
	display: block;
	float: left;
	color: #656565;
	font: 300 20px/22px 'Roboto', sans-serif;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 0 15px 0 48px;
}

/* seo-box1 */

.seo-box1 {
	padding: 0px 0 100px;
}
.seo-box1 p {
	font-size: 16px;
	line-height: 25px;
}
.seo-box1 .vertical-icons-list {
	margin-top: 45px;
}
.seo-box1 .btn {
	width: 340px;
	margin: 40px auto 0;
	display: block;
	text-align: center;
}

/* green-box */

.green-box {
	background: #147c09;
	padding: 46px 0;
}
.green-form {
	margin-top: 35px;
}
.green-form ul {
	overflow: hidden;
	margin: 0 0 15px -30px;
}
.green-form ul li {
	float: left;
	width: calc(25% - 30px);
	margin-left: 30px;
}
.green-form ul li span {
	display: block;
	color: #fff;
	font-size: 18px;
	margin-bottom: 8px;
}
.green-form ul li input {
	width: 100%;
	height: 50px;
	background: #fff;
	border: none;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 0 20px;
	font: 15px/20px 'Roboto', sans-serif;
}
.green-form ul li button {
	cursor: pointer;
	width: 100%;
	height: 50px;
	display: block;
	text-align: center;
	color: #fff;
	font-size: 20px;
	line-height: 50px;
	text-transform: uppercase;
	border: none;
	background: rgb(226,69,0); /* Old browsers */
	background: -moz-linear-gradient(top, rgba(226,69,0,1) 0%, rgba(227,68,2,1) 41%, rgba(223,69,0,1) 44%, rgba(224,72,0,1) 46%, rgba(223,69,0,1) 47%, rgba(227,67,5,1) 49%, rgba(219,54,0,1) 51%, rgba(222,52,0,1) 53%, rgba(222,52,1,1) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, rgba(226,69,0,1) 0%,rgba(227,68,2,1) 41%,rgba(223,69,0,1) 44%,rgba(224,72,0,1) 46%,rgba(223,69,0,1) 47%,rgba(227,67,5,1) 49%,rgba(219,54,0,1) 51%,rgba(222,52,0,1) 53%,rgba(222,52,1,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, rgba(226,69,0,1) 0%,rgba(227,68,2,1) 41%,rgba(223,69,0,1) 44%,rgba(224,72,0,1) 46%,rgba(223,69,0,1) 47%,rgba(227,67,5,1) 49%,rgba(219,54,0,1) 51%,rgba(222,52,0,1) 53%,rgba(222,52,1,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e24500', endColorstr='#de3401',GradientType=0 ); /* IE6-9 */
}
.green-form ul li button:hover {
	background: #59b248; /* Old browsers */
	background: -moz-linear-gradient(top, #59b248 0%, #57b348 47%, #56b247 49%, #419e33 51%, #43a035 53%, #3e9e32 54%, #41a135 56%, #3d9f32 58%, #3fa134 59%, #3f9f33 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, #59b248 0%,#57b348 47%,#56b247 49%,#419e33 51%,#43a035 53%,#3e9e32 54%,#41a135 56%,#3d9f32 58%,#3fa134 59%,#3f9f33 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, #59b248 0%,#57b348 47%,#56b247 49%,#419e33 51%,#43a035 53%,#3e9e32 54%,#41a135 56%,#3d9f32 58%,#3fa134 59%,#3f9f33 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#59b248', endColorstr='#3f9f33',GradientType=0 ); /* IE6-9 */
}
.green-form i {
	display: block;
	text-align: center;
	color: #fff;
	font-style: normal;
}

/* seo-box3 */

.seo-box3 {
	background: #f8f8f7;
	padding: 96px 0;
}
.seo-box3 .box-title {
	margin-bottom: 45px;
}
.seo-box3 ul li {
	font-size: 16px;
	line-height: 25px;
	color: #000;
	margin-bottom: 5px;
}
.arrows-list li {
	position: relative;
	padding-left: 23px !important;
	font-size: 16px;
	margin-bottom: 5px;
}
.arrows-list li:before {
	position: absolute;
	left: 1px;
	top: 1px;
	content: "\f138";
	font-family: "FontAwesome";
	margin-right: 10px;
	color: #147c09;
}

/* seo-box4 */

.seo-box4 {
	background: url(/local/templates/avada/css/../img/seo-box4.jpg) no-repeat 50% 100%;
	padding: 96px 0 65px;
}
.seo-box4 .super-list {
	margin: 58px 650px 0 0;
}
.super-list ul {
	counter-reset: point;
	overflow: hidden;
}
.super-list li {
	color: #000;
	font: 18px/25px 'Roboto';
	position: relative;
	padding-left: 70px;
	min-height: 76px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	margin-bottom: 14px;
}
.super-list li:before {
	content: counter(point);
	counter-increment: point 1;
	font-size: 13px;
	position: absolute;
	left: 0;
	top: 0;
	color: #a4a4a4;
	background: url(/local/templates/avada/css/../img/list-bg.png) no-repeat;
	width: 60px;
	height: 58px;
	-webkit-background-size: 60px 58px;
	background-size: 60px 58px;
	color: #ffd200;
	font: bold 22px/58px 'Roboto';
	text-align: center;
}

/* seo-box6 */

.seo-box6 {
	background: #f8f8f7;
	text-align: center;
	padding: 46px 0 50px;
}
.seo-box6 p {
	font: 300 22px/30px 'Roboto';
	color: #000;
	margin: 5px 0;
}
.seo-box6 .btn {
	margin-top: 40px;
}
.seo-box6 .btn a {
	padding: 0 25px;
}

/* seo-box7 */

.seo-box7 {
	background: #f6cc1b url(/local/templates/avada/css/../img/yellow-bg.jpg) no-repeat 50% 50%;
	-webkit-background-size: cover;
	background-size: cover;
	padding: 86px 0;
}
#scene {
	width: 100%;
	height: 100%;
	position: absolute;
	overflow-x: hidden;
	left: 0;
	top: 0;
}
#scene li {
	position: absolute !important;
	display: inline-block !important;
}
#scene li img {
	display: block;
}
#scene #p1 {
	left: 150px !important;
	top: 115px !important;
}
#scene #p2 {
	left: 50px !important;
	top: 50% !important;
	margin-top: -50px;
}
#scene #p3 {
	left: 200px !important;
	top: 50% !important;
	margin-top: 50px;
}
#scene #p4 {
	left: 150px !important;
	top: auto !important;
	bottom: 100px !important;
}
#scene #p5 {
	left: auto !important;
	right: 150px !important;
	top: 115px !important;
}
#scene #p6 {
	left: auto !important;
	right: 50px !important;
	top: 50% !important;
	margin-top: -50px;
}
#scene #p7 {
	left: auto !important;
	right: 200px !important;
	top: 50% !important;
	margin-top: 50px;
}
#scene #p8 {
	left: auto !important;
	right: 150px !important;
	top: auto !important;
	bottom: 100px !important;
}
.seo-box7 .container-fluid {
	position: relative;
	z-index: 100;
}
.accordion-holder {
	margin-top: 42px;
}
.accordion {
    transition: 0.4s;
    cursor: pointer;
    font-size: 16px;
    line-height: 16px;
    font-weight: bold;
    color: #ba3006;
    margin-top: 6px;
}
.accordion.active .fa {
	position: relative;
	top: 3px;
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
}
.accordion span {
    border-bottom: 1px dashed #ba3006;
}
.panel {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.2s ease-out;
}

.panel ul li{
	list-style: circle outside;
	font-size: 16px;
    line-height: 25px;
}

.accordion-item {
	background: rgba(255,250,81,0.3);
	margin-bottom: 10px;
	overflow: hidden;
	padding: 20px 20px 25px;
}
.accordion-title {
	display: block;
	text-transform: uppercase;
	color: #0c6003;
	font: bold 18px/25px 'Roboto';
	float: left;
}

.accordion-title a{
	border-bottom: 1px dashed #ba3006;
}

.accordion-price {
	float: right;
	font: 16px/25px 'Roboto';
	background: #e14500;
	color: #fff;
	font-size: 16px;
	width: 190px;
	text-align: center;
}
.accordion-item p {
	color: #000;
	font-size: 16px;
	line-height: 25px;
	margin: 10px 0 0 0;
}

/* seo-box8 */

.seo-box8 {
	background: url(/local/templates/avada/css/../img/gray-bg.jpg);
	padding: 96px 0 90px;
}
.seo-box8 .box-title + .box-title {
	margin: 0 0 32px 0;
}
.seo-box8 img {
	display: block;
	max-width: 100%;
	height: auto;
}

/* seo-box9 */

.seo-box9 {
	padding: 96px 0 100px;
}
.seo-box9 .container-fluid {
	position: relative;
}
.seo-box9 .box-title {
	margin-bottom: 45px;
}
.seo-box9 .reviews-slider {
	clear: none;
	padding: 0 40px;
}
.seo-box9 .review-head {
	float: left;
	color: #000;
	font-size: 16px;
	line-height: 25px;
	width: 500px;
	margin: 0;
}
.seo-box9 .review-head img {
	float: left;
	margin-right: 20px;
}
.seo-box9 .responder-name {
	margin-top: 30px;
}
.seo-box9 .review-head p {
	margin: 0;
}
.seo-box9 .review-arrow-left {
	float: left;
	margin: 70px 0 0 0;
}
.seo-box9 .review-arrow-right {
	float: right;
	margin: 70px 0 0 0;
}
.seo-box9 .review-body {
	background: #f8f8f7;
}

/* seo-box10 */

.seo-box10 {
	padding: 96px 0 45px;
	background: #d44809;
}
.seo-box10 .box-title {
	margin-bottom: 65px;
}
.seo-box10 img {
	display: block;
	width: 100%;
	height: auto;
}
.seo-box10 .super-list ul li {
	color: #fff;
}

/* seo-box11 */

.seo-box11 {
	background: #f8f8f7;
	text-align: center;
	font: 300 22px/30px 'Roboto';
	padding: 47px 0;
}
.seo-box11 p {
	margin: 0;
}
.seo-box11 .btn {
	width: 340px;
	margin-top: 45px;
}

/* seo-box12 */

.seo-box12 {
	background: url(/local/templates/avada/css/../img/seo-box12.jpg) no-repeat 50% 100%;
	padding: 105px 0;
}

/* seo-box13 */

.seo-box13 {
	background: none;
}
.seo-box13 .box-title {
	margin-bottom: 40px;
}
.seo-box13 .cases-slider,
.seo-box13 .cases-slider-2 {
	margin-bottom: 32px;
}
.seo-box13 .cases-slider .slide-info,
.seo-box13 .cases-slider-2 .slide-info {
	padding: 0 0 0 20px;
}
.seo-box13 .cases-btn {
	clear: both;
	float: none;
	margin: 0 auto;
	padding: 0;
	width: 340px;
}
.client-logo {
	display: block;
	max-width: 150px;
	height: auto;
	margin: 0 !important;
}

/* seo-box14 */

.seo-box14 {
	background: url(/local/templates/avada/css/../img/yellow-bg.jpg) no-repeat 50% 50%;
	padding: 96px 0;
	-webkit-background-size: cover;
	background-size: cover;
}
.seo-box14 .box-title {
	margin-bottom: 58px;
}
.coworkers {
	margin: 0 0 42px -30px;
	overflow: hidden;
}
.coworkers li {
	float: left;
	width: calc(16.66666666% - 30px);
	margin-left: 30px;
	overflow: hidden;
}
.coworkers li img {
	display: block;
	margin: 0 auto;
	height: 134px;
	width: auto;
}
.coworkers li span {
	height: 70px;
	justify-content: center;
    flex-direction: column;
	display: flex;
	background: #fcd933;
	text-align: center;
	color: #0c6003;
	font: bold 16px/20px 'Roboto';
	padding: 15px 0;
}
.contacts-14 {
	color: #000;
}
.contacts-14 strong {
	display: block;
	font: 35px/45px 'Roboto';
	margin-bottom: 6px;
}
.contacts-14 span {
	display: block;
	font: 18px/20px 'Roboto';
}
.seo-box14 .btn {
	width: 100%;
	margin-top: 7px;
}
.address-14 {
	color: #000;
	/* font: 18px/25px 'Roboto';
	margin-top: -5px; */
}
.address-14 p {
	margin: 0;
	font-size: 14px;
}
.address-14 a {
	text-decoration: underline !important;
	font-size: 14px;
}
.address-14 span {
	text-decoration: underline;
}

/* seo-box: 15px */

.seo-box15 {
	padding: 96px 0;
}
.seo-box15 .box-title {
	margin-bottom: 38px;
}
.seo-box15 .blog-entry-title {
	display: block;
	color: #000;
	font-size: 16px;
	text-decoration: underline;
	position: relative;
	padding-left: 25px;
	margin-bottom: 12px;
}
.seo-box15 .blog-entry-title:before {
	content: "\f040";
	font-family: "FontAwesome";
	position: absolute;
	left: 0;
	top: 0;
	color: #147c09;
}
.seo-box15 p {
	margin: 0 0 0 25px;
}

/* kontext-box1 */

.kontext-box1 .btn {
	margin-top: 0;
}

/* kontext-box2 */

.kontext-box2 {
	background: #f8f8f7;
	padding: 96px 0 100px 0;
}
.kontext-box2 .box-title {
	margin-bottom: 40px;
}
.kontext-box2 .icons-list {
	padding-top: 16px;
	margin-bottom: 90px;
}
.kontext-box2 .icons-list li img {
	width: 120px;
	height: 100px;
}
.kontext-box2 .icons-list li span {
	font-size: 16px;
	line-height: 25px;
	text-transform: none;
}
.kontext-img-holder {
	position: relative;
	width: 120px;
	margin: 0 auto;
}
.kontext-img-holder strong {
	display: block;
	background: url(/local/templates/avada/css/../img/list-bg.png) no-repeat;
	width: 60px;
	height: 58px;
	-webkit-background-size: 60px 58px;
	background-size: 60px 58px;
	position: absolute;
	right: -28px;
	top: -16px;
	color: #ffd200;
	font: bold 24px/56px 'Roboto';
	text-align: center;
}
.practice img {
	float: left;
	margin-right: 10px;
}
.practice table {
	overflow: hidden;
}
.practice table tr td {
	font-size: 18px;
	line-height: 20px;
	height: 47px;
	vertical-align: middle;
}
.practice table tr td b {
	display: none;
}
.practice table tr td span {
	color: #c2380d;
}
.results {
	background: url(/local/templates/avada/css/../img/results-bg.png) no-repeat;
	min-height: 250px;
	padding: 53px 0 0 60px;
	font-size: 16px;
}
.results strong {
	display: block;
	color: #c2380d;
	text-transform: uppercase;
	font: bold 18px/20px 'Roboto';
	margin-bottom: 10px;
}
.results ul li {
	margin-bottom: 10px;
}
.kontext-box2 .btn {
	display: block;
	width: 350px;
	margin: 52px auto 0;
	text-align: center;
}

/* kontext-box3 */

.kontext-box3 {
	background: #fff;
}
.kontext-box7 {
	background: #f8f8f7;
}

/* kontext-box4 */

.kontext-box4 .row {
	margin-left: -15px;
	margin-right: -15px;
}
.kontext-box4 .row > div {
	padding: 0 15px;
}
.kontext-box4 .accordion-item {
	margin-bottom: 30px;
}

/* kontext-box5 */

.kontext-box5 {
	padding: 96px 0 80px;
	background: url(/local/templates/avada/css/../img/kontext-box5.jpg) no-repeat 50% 100%;
}
.kontext-box5 .row {
	margin-top: 45px;
}
.txt {
	font-size: 16px;
	line-height: 25px;
	color: #000;
}
.txt strong {
	display: block;
	font: bold 18px/25px 'Roboto';
	color: #000;
}
.txt strong.red-title {
	color: #c2380d;
}
.txt ul,
.txt ol {
	margin: 1em 0;
}
.txt b {
	color: #000;
}
.txt a {
	text-decoration: underline;
}
.frame {
	background: url(/local/templates/avada/css/../img/red-frame.png) no-repeat;
	width: 571px;
	height: 204px;
	padding: 18px 35px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

/* kontext-box6 */

.kontext-box6 {
	background: url(/local/templates/avada/css/../img/gray-bg.jpg);
	padding: 96px 0 50px;
}
.kontext-box6:after {
	content: "";
	background: url(/local/templates/avada/css/../img/baba.png) no-repeat;
	width: 450px;
	height: 441px;
	position: absolute;
	bottom: 0;
	left: 50%;
	margin-left: 300px;
}
.kontext-box6 .container-fluid {
	position: relative;
	z-index: 100;
}
.kontext-box6 ul {
	font-size: 0;
	margin: 32px 0 20px;
}
.kontext-box6 ul li {
	display: inline-block;
	vertical-align: top;
	width: 50%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	font-size: 16px;
	line-height: 25px;
	color: #000;
	margin-bottom: 20px;
}
.kontext-box6 ul li:nth-child(odd) {
	padding-right: 20px;
}
.kontext-box6 ul li:nth-child(even) {
	padding-left: 20px;
}
.kontext-box6 ul li span {
	display: block;
	float: left;
	width: 60px;
	height: 58px;
	background: url(/local/templates/avada/css/../img/list-bg.png) no-repeat;
	-webkit-background-size: 60px 58px;
	background-size: 60px 58px;
	text-align: center;
	font: bold 24px/58px 'Roboto';
	color: #ffd200;
	margin-right: 10px;
}
.kontext-box6 ul li strong {
	display: block;
	overflow: hidden;
	font-size: 18px;
	line-height: 25px;
}
.kontext-box6 p {
	margin: 8px 0;
}
.kontext-box6 .btn {
	width: 490px;
	text-align: center;
	margin: 45px auto 0;
	display: block;
}
.serts {
	overflow: hidden;
	margin: 60px 0 0;
}
.serts li {
	float: left;
}
.sert li img {
	display: block;
}

/* post page */

#content {
	padding: 15px 0 0;
}
.post {
	overflow: hidden;
	margin-bottom: 35px;
	font-size: 16px;
	line-height: 24px;
	color: #000;
}
.inner-post {
	margin-bottom: 0;
}
.post-title {
	margin-bottom: 35px;
}
.post-thumnail {
	float: left;
	margin-right: 30px;
	border: 3px solid #e4e4e4;
}
.post > div {
	overflow: hidden;
}
.post-date {
	display: block;
	font-size: 14px;
	color: #4e4e4e;
}
.post-title-small {
	display: block; 
	color: black; 
	font-weight: 600;
	font-size: 16px;
	line-height: 22px;
}
.post-title-small:hover {
	text-decoration: none;
}

.right-seo-menu .post-title-small, .left-seo-menu .post-title-small { 
	font-size: 15px;
	line-height: 20px;
}

.right-seo-menu .post-img, .left-seo-menu .post-img { 
	margin-bottom: 10px;
}

.post p {
	margin: 3px 0;
}
.pagination {
	overflow: hidden;
}
.pagination ul {
	font-size: 0;
	text-align: center;
}
.pagination ul li {
	display: inline-block;
	vertical-align: top;
	width: 50px;
	height: 50px;
	background: #f8f8f7;
	margin: 0 0 1px 1px;
	font-size: 16px;
	line-height: 50px;
	text-align: center;
}
.pagination ul li .fa {
	font-size: 30px;
	position: relative;
	top: 4px;
}
.pagination ul li a,
.pagination ul li.active span {
	display: block;
}
.pagination ul li.active a,
.pagination ul li.active span,
.pagination ul li a:hover {
	background: #ba3006;
	color: #fff;
	text-decoration: none;
}
.post h1,
.post h2,
.post h3,
.post h4,
.post h5,
.post h6 {
	margin-bottom: 35px;
}
.inner-post p {
	margin: 25px 0;
}
/* .post a {
	text-decoration: underline;
} */
.post a:hover {
	text-decoration: underline;
	color: #ba3006;
}
.post-img{
	width: 100%;
	background-repeat: no-repeat!important; 
	max-width: 400px; 
	height: 150px;
	transition: all .5s; 
	margin-bottom: 15px;
	background-position: top center;
	background-size: 100% !important;
	border: 1px solid #eee;
}
.post-img:hover{
	transform: scale(1.1);
	transition: all .5s;
}
.pictures-list {
	overflow: hidden;
	margin-bottom: 20px;
}
.pictures-list li {
	overflow: hidden;
	margin-bottom: 20px;
}
.pictures-list li img {
	float: left;
	margin-right: 30px;
}
.pictures-list li div {
	overflow: hidden;
}
.pictures-list li .arrows-list li {
	margin: 0 0 5px 0;
}
.pictures-list li h1,
.pictures-list li h2,
.pictures-list li h3,
.pictures-list li h4,
.pictures-list li h5,
.pictures-list li h6 {
	margin: 0 0 2px 0;
}
.pictures-list li p {
	margin: 0;
}

span.sort_name {
	color: #777;
	margin: 0 5px;
}
span.sort_name a{
	margin-left: 2px;
}
span.sort_name a.active{
	color: #009900;
}
.rubrika_img {
	width: 100%;
}
.section_info {
	margin-top: 50px;
	margin-bottom: 50px;
}

.rubric-menu a {
	font-size: 15px !important;
}
.rubric-menu a.active {
	font-weight: 700;
	color: #ba3006;
}
.read-more {
	margin-bottom: 80px;
	position: relative;
	display: block;
	width: 270px;
	height: 50px;
	text-transform: uppercase;
	color: #ffd32d;
	text-decoration: none !important;
	font: 600 20px/50px 'Roboto', sans-serif;
	text-align: center;
	background: rgb(226,69,0); /* Old browsers */
	background: -moz-linear-gradient(top, rgba(226,69,0,1) 0%, rgba(227,68,2,1) 41%, rgba(223,69,0,1) 44%, rgba(224,72,0,1) 46%, rgba(223,69,0,1) 47%, rgba(227,67,5,1) 49%, rgba(219,54,0,1) 51%, rgba(222,52,0,1) 53%, rgba(222,52,1,1) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, rgba(226,69,0,1) 0%,rgba(227,68,2,1) 41%,rgba(223,69,0,1) 44%,rgba(224,72,0,1) 46%,rgba(223,69,0,1) 47%,rgba(227,67,5,1) 49%,rgba(219,54,0,1) 51%,rgba(222,52,0,1) 53%,rgba(222,52,1,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, rgba(226,69,0,1) 0%,rgba(227,68,2,1) 41%,rgba(223,69,0,1) 44%,rgba(224,72,0,1) 46%,rgba(223,69,0,1) 47%,rgba(227,67,5,1) 49%,rgba(219,54,0,1) 51%,rgba(222,52,0,1) 53%,rgba(222,52,1,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e24500', endColorstr='#de3401',GradientType=0 ); /* IE6-9 */
}
.read-more:hover {
	cursor: pointer !important;
	text-decoration: none;
	background: #59b248; /* Old browsers */
	background: -moz-linear-gradient(top, #59b248 0%, #57b348 47%, #56b247 49%, #419e33 51%, #43a035 53%, #3e9e32 54%, #41a135 56%, #3d9f32 58%, #3fa134 59%, #3f9f33 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, #59b248 0%,#57b348 47%,#56b247 49%,#419e33 51%,#43a035 53%,#3e9e32 54%,#41a135 56%,#3d9f32 58%,#3fa134 59%,#3f9f33 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, #59b248 0%,#57b348 47%,#56b247 49%,#419e33 51%,#43a035 53%,#3e9e32 54%,#41a135 56%,#3d9f32 58%,#3fa134 59%,#3f9f33 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#59b248', endColorstr='#3f9f33',GradientType=0 ); /* IE6-9 */
}
.read-more:after {
	content: "";
	width: 10000px;
	height: 1px;
	background: #dcdcdc;
	position: absolute;
	left: 100%;
	top: 25px;
}

.post-wrap .read-more:after{
	display: none;
}

.post .read-more:last-child {
	margin-bottom: 40;
}
.also-read {
	background: #f8f8f7;
	padding: 40px 0;
}
.also-read .box-title {
	font-size: 18px;
	margin-bottom: 20px;
}
.also-read ul li {
	font-size: 16px;
	line-height: 20px;
	margin-bottom: 10px;
}
.also-read ul li a {
	text-decoration: underline;
}
.also-read ul li a:hover {
	text-decoration: none;
}

/* footer links *********************************************************************/

.footer-links {
	text-align: left;
	margin: 15px 0 33px;
}
.footer-links .bdr {
	background: #36922c;
	height: 1px;
	margin: 0 10px 35px;
}
.footer-links .row {
	margin-left: -15px;
	margin-right: -15px;
}
.footer-links .col-md-3 {
	padding-left: 15px;
	padding-right: 15px;
}
.footer-links a {
	color: black;
	padding: 3px 0;

}
.footer-links strong {
	font-weight: normal !important;
	display: block;
	color: black;
	text-transform: uppercase;
	font-size: 15px;
	position: relative;
	padding-left: 20px;
	margin: 0 0 5px 10px;
}
.footer-links strong:before {
	content: "\f138";
	font-family: "FontAwesome";
	position: absolute;
	left: -5px; 
	padding-right: 5px;
}
.footer-links ul {
	margin-left: 30px;
    margin-top: 10px;
}

.footer-links strong a{
	font-weight: bold;
}
.footer-links ul li {
	margin-bottom: 10px;
}

.list-reviews ul li a{
	display: block;
    color: #000;
	text-decoration: underline;
	font-size: 16px;
	text-align: left;
}

.list-reviews ul li {
position: relative;
padding-left: 27px;
font-size: 16px;
line-height: 25px;
color: #000;
margin-bottom: 15px;
}

.list-reviews ul li:before{
content: "\f0c6";
font-family: "FontAwesome";
position: absolute;
left: 0;
top: 2px;
color: #23810b;
font-size: 18px;
}

.quotes-img{
	position: absolute;
    right: 0;
    top: -35px;
}

.review-new-slider{
	display: relative;
	background: url(/local/templates/avada/css/../img/quote.png) no-repeat 95% 20%;
}

.review-new-slider .arrows{
position: absolute;
right: 40px;
top: -25px;
}

.review-new-slider .review-head img{
	float: left;
	position: relative;
	z-index: 100;
    padding-left: 30px;
	padding-top: 12px;
	margin-left: -12px;
}

.review-new-slider .text-block{
	margin-left: 140px;
}

.review-new-slider .review-body{
	background: white;
	position: relative;
	padding: 15px 20px;
}

.review-new-slider .review-body:before{
	content: "";
	background: url(/local/templates/avada/css/../img/ugol.png);
	width: 23px;
	height: 23px;
	position: absolute;
	right: 0;
	bottom: 0 !important;
	color: #23810b;
	font-size: 18px;
}

.text-left{
	text-align: left;
}

.market-box ul li span{
	height: 190px;
}

.footer .container-fluid{
	color: #ffd70b;
	padding-top: 10px;
}

/* footer *********************************************************************/
.footer {
/*	position: absolute;
	left: 0;
	bottom: 0;*/
	width: 100%;
	padding: 10px 0;
    background-color: #75a113;
	color: #d5b10a;
	font-size: 14px;
}
/* .footer span {
	float: left;
	margin-left: 10px;
	background: url(/local/templates/avada/css/../img/logo-small.png) no-repeat 0 50%;
	padding-left: 60px;
	line-height: 60px;
} */
.footer .social {
	float: right;
	margin: 6px 0;
}
.footer .social a {
	float: none;
	display: inline-block;
	margin-right: 10px;
	background: url(/local/templates/avada/css/../img/social-bg.png) no-repeat;
	width: 41px;
	height: 48px;
	text-align: center;
	color: #ffd200;
	text-decoration: none;
	font-size: 20px;
	line-height: 48px;
}
.footer .social a:hover {
	opacity: 0.8;
}
.arrow-up {
	overflow: hidden;
	z-index: 100;
	background: url(/local/templates/avada/css/../img/up.png) no-repeat;
	width: 86px;
	height: 82px;
	position: fixed;
	right: 0px;
	bottom: -100px;
	text-align: center;
	text-transform: uppercase;
	font-size: 10px;
	line-height: 105px;
	font-weight: bold;
	color: #275c00;
	text-decoration: none;
	-webkit-transition: all 400ms linear;
	-moz-transition: all 400ms linear;
	-ms-transition: all 400ms linear;
	-o-transition: all 400ms linear;
	transition: all 400ms linear;
}
.arrow-up.active {
	bottom: 90px;
}
.arrow-up:hover {
	opacity: 0.8;
}


.international_promotion{
	background: #f6cc1b;
	padding: 66px 0;
	margin-top: 50px;
}

.international_promotion h2{
	text-align: center;
	margin-top: 0;
	margin-bottom: 30px;
}


.international_promotion .row:last-child{
	margin-bottom: 0 !important;
    text-align: center;
    /* max-width: 850px; */
    /* margin: 0 auto; */
}

.international_promotion .hover_int{
	max-width: 360px;
    width: 100%;
    height: 202px;
    background: rgba(209, 181, 71, 0.7); 
	position: absolute;
	display: none;
    top: 0;
}

.international_promotion .int_title{
	font-size: 18px;
	font-weight: bold;
	color:black;
	text-align: center;
	padding-top: 70px;
}

.international_promotion .int_title span{
	font-weight: normal;
	font-size: 14px;
}

.international_promotion .img_int img{
	width: 360px;
	position: relative;
}

.international_promotion .img_int:hover .hover_int{
	display: block !important;
	text-align: center;
}

.img_int{
	text-align: center;
	margin-bottom: 30px;
}

.int-reviews{
	padding-top: 40px;
	padding-bottom: 70px;
}

.int-reviews .review-new-slider{
	background: none;
}

.int-reviews .review-body{
	background: #f8f8f7;
	float: left;
	width: 70%;
}

.int-reviews .reviews-slider{
	margin-top: 30px;
}

.int-reviews .review-head{
	float: left;
	width: 30%;
}

.int-reviews .review-new-slider .review-body:before{
	background: url(/local/templates/avada/css/../img/ugol2.png);
}



/* Страница Кейсов */

.cases-item .cases-item-img img {
	width: 100%;
}
.cases-item p.cases-item-title {
	height: 80px;
    font-size: 1.2rem;
    line-height: 1.5rem;
    font-weight: 500;
}

.cases-h2 {
	margin-bottom: 30px;
}




/*mobile*/

@media screen and (max-width: 1400px) {
	#scene {
		display: none;
	}
}
@media screen and (max-width: 1200px) {

	.flags-block div{
		margin-bottom: 15px;
	}
	.search {
		width: 100%;
		left: 0;
	}
	.services-menu ul li strong {
		font-size: 15px;
	}
	.box-title {
		font-size: 20px;
		line-height: 25px;
	}
	.box1 .row,
	.box2 .row {
		margin-left: -15px;
		margin-right: -15px;
	}
	.box1 .col-md-4,
	.box2 .col-md-4 {
		padding-left: 15px;
		padding-right: 15px;
	}
	.vertical-icons-list li strong {
		font: bold 16px/22px "Roboto";
	}

	/* seo page */

	.contacts-14 strong {
		font: 30px/35px "Roboto"
	}

	/* kontext page */

	.contacts-14 strong {
		font: 30px/35px "Roboto"
	}
	.kontext-box5 {
		background: none;
	}

}
@media screen and (max-width: 1130px) {
	.services-menu {
		padding: 10px 0;
	}
	.services-menu ul li {
		height: auto !important;
		text-align: center;
	}
	.services-menu ul li span {
		display: none;
	}

	.timer-area .col-lg-6{
		text-align: center;
	}
	#countdown{
		justify-content: center;
	}

	/* seo page */

	.seo-box4 {
		background-position: 40% 100%;
	}
	.seo-box4 .super-list {
		margin: 50px 480px 0 0;
	}
}


@media screen and (max-width: 1100px) {
	.e-book {
		width: 326px;
	}
	.e-book strong {
		display: none;
	}
	.top-menu li {
		margin-right: 20px;
	}
	.top-line ol li {
		margin-left: 20px;
	}
	.e-book strong {
		font-size: 18px;
	}
	.box1 .box-title {
		font-size: 19px;
	}
	.arrow-up {
		background: url(/local/templates/avada/css/../img/up.png) no-repeat;
		width: 50px;
		height: 48px;
		-webkit-background-size: 50px 48px;
		background-size: 50px 48px;
	}
	.box,
	#content {
		padding: 40px 0;
	}
	.box2 .btn a {
		font-size: 17px;
	}
	.box9 {
		padding: 40px 0 0;
	}
	.footer-links {
		margin-top: 40px;
	}
	.cases-slider ul li,
	.cases-slider-2 ul li {
		font-size: 16px;
		line-height: 20px;
	}
	.cases-slider ul li strong,
	.cases-slider,
	.-2cases-slider-2 ul li strong {
		font-weight: normal;
	}
	.box6 .row {
		margin-left: -10px;
		margin-right: -10px;
	}
	.box6 .col-md-2 {
		padding-left: 5px;
		padding-right: 5px;
	}



	/* seo page */

	.green-form ul {
		margin-left: -15px;
	}
	.green-form ul li {
		width: calc(25% - 15px);
		margin-left: 15px;
	}
	.seo-box6 p,
	.seo-box11 p {
		font-size: 18px;
		line-height: 22px;
	}
	.seo-box9 .reviews-slider {
		padding: 0 20px;
	}
	.seo-box9 .review-head {
		width: 350px;
		margin-right: 5px;
	}
	.coworkers {
		margin-left: -15px;
	}
	.coworkers li {
		width: calc(16.66666666% - 15px);
		margin-left: 15px;
	}

	/* kontext page */
	
	.kontext-box4 .accordion-title {
		width: 50%;
	}
	.kontext-box6:after {
		display: none;
	}
	.serts li {
		width: 33.33333333%;
	}
	.serts li img {
		display: block;
		margin: 0 auto;
		max-width: 100%;
		height: auto;
	}

}
/* @media screen and (min-width: 1001px) {
	.top-menu {
		display: block !important;
	}
} */
@media screen and (max-width: 1000px) {
	.menu-btn {
		display: block;
		float: left;
		width: 30px;
		height: 22px;
		cursor: pointer;
		margin: 8px 15px 8px 0;
		position: relative;
	}
	.menu-btn:before,
	.menu-btn:after {
		content: "";
		width: 100%;
		height: 4px;
		background: #ba3006;
		position: absolute;
		left: 0;
	}
	.menu-btn:before {
		top: 0;
	}
	.menu-btn:after {
		bottom: 0;
	}
	.menu-btn span {
		display: block;
		height: 4px;
		width: 100%;
		background: #ba3006;
		position: absolute;
		left: 0;
		top: 50%;
		margin-top: -2px;
	}
	.menu-btn.active span,
	.menu-btn.active:before,
	.menu-btn.active:after {
		background: #149306;
	}
	.top-line.active .turn {
		top: 0 !important;
	}
	.top-line {
		overflow: visible;
	}
	.turn {
		position: static;
		overflow: visible;
	}
	/* .top-menu {
		display: none;
		position: absolute;
		left: 0;
		top: 40px;
		width: 300px;
		background: #e24501;
		padding: 10px 20px;
		z-index: 100;
		box-shadow: 10px 10px 10px rgba(0,0,0,0.3);
	} */
	.top-menu li {
		float: none;
		font-size: 18px;
		line-height: 20px;
		display: block !important;
		text-transform: none;
	}
	.top-menu li a {
		color: #fff;
		display: block;
		padding: 8px 0;
	}
}
@media screen and (max-width: 991px) {
	.seo-box13{
		display: none;
	}
	.box1 .col-3 {
		display: none;
	}
	.popular-articles{
		display: none;
	}
	.btn-choose{
		font-size: 14px !important;
	}
	.int-reviews .review-body{
		background: #f8f8f7;
		width: 100%;
	}
	
	.int-reviews .reviews-slider{
		margin-top: 30px;
	}
	
	.int-reviews .review-head{
		width: 100%;
	}

	.box1 .box-title {
		min-height: 0;
	}
	/* .box2 .row > div + div {
		margin-top: 30px;
	} */
	.box2 .btn {
		width: 320px;
		margin: 0 auto;
		float: none;
		display: block;
	}
	.box2 .col-1 ul {
		overflow: hidden;
	}
	.box2 .box-title br {
		display: none;
	}
	.box2 .arrows {
		float: right;
		margin: 0;
	}
	.review-arrow-left,
	.review-arrow-right {
		margin: 0 0 0 15px;
	}
	.box2 .col-2 .box-title {
		float: left;
	}
	.sert-agency {
		/* float: left;
		width: 40%; */
		margin-right: 15px;
	}
	.review-head {
		float: left;
		margin-right: 20px;
	}
	.cases-slider .img-holder,
	.cases-slider-2 .img-holder {
		width: 40%;
	}
	.cases-slider .slide-info,
	.cases-slider-2 .slide-info {
		width: 60%;
	}
	.cases-slider .slide-info,
	.cases-slider-2 .slide-info {
		vertical-align: middle;
		padding-bottom: 0;
	}
	.cases-btn {
		float: none;
		width: 100%;
		margin: 20px 0 0 0;
		padding: 0;
		text-align: center;
	}
	.cases-btn .btn {
		float: none;
	}
	.box6 .col-md-2 {
		margin-top: 10px;
		margin-bottom: 10px;
	}
	.footer-links .row > div {
		margin-top: 15px;
	}
	.footer-links ul li {
		display: inline-block;
		vertical-align: top;
		margin: 0 15px 10px 0;
	}
	.footer-links strong {
		margin-bottom: 10px;
	}
	.footer-links ul + strong {
		margin-top: 10px;
	}
	.footer-links ul li a {
		text-decoration: underline;
	}

	/* seo page */

	.vertical-icons-list li {
		padding-right: 40px;
	}
	.seo-box12 {
		background: none;
	}
	.coworkers li {
		width: calc(33.33333333% - 15px);
		margin-bottom: 15px;
	}
	.seo-box14 .col-md-4 {
		padding-top: 10px;
		padding-bottom: 10px;
	}
	.seo-box14 .btn {
		width: 350px;
	}

	/* kontext page */

	.seo-box1 .vertical-icons-list li img {
		display: block;
		float: none;
		margin: 0 auto 10px;
	}
	.seo-box1 .vertical-icons-list li strong {
		text-align: center;
		display: block;
	}
	.kontext-box2 .col-md-4 {
		display: none;
	}
	.kontext-box4 .accordion-holder {
		margin-top: 0;
	}
	.kontext-box4 .accordion-title {
		width: auto;
	}
	.frame {
		margin-bottom: 20px;
	}

}

@media screen and (max-width: 850px) {
	.top-menu .two-row-menu li {
		border-bottom: 1px solid #cccccc;
		 }
	.top-menu .call-sub-menu{
		flex-wrap: wrap;
		justify-content: center;
	}
	.top-menu .two-row-menu ul{
		display: none !important;
	}
	.flex-in{
		flex-direction: column;
	}
	.footer-flex{
		flex-direction: column;
	}
	.copy{
		margin-top: 0 !important;
	}
	.top-menu li{
		margin-right: 0;
	}
	.top-menu .one-sub-menu{
		text-align: center;
	}
	.top-menu .one-row-menu{
		height: auto !important;
    position: relative;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
	}
	.top-menu .one-sub-menu a{
		font-size: 15px;
		text-transform: uppercase;
	}
	.right-header{
		flex: 100% !important;
		max-width: 100% !important;
	}
	.top-menu li{
		display: inline-block !important;
	}
	/* .top-menu .two-row-menu{
		display: none;
	} */

	.top-menu .two-row-menu ul.open-menu {
		height: 264px;
	}
	.top-menu .two-row-menu ul {
		flex-direction: column;
		overflow-y: hidden;
		height: 0;
		transition: all 0.5s;}
	.top-menu .logo{
		display: none;
	}
	.top-menu .two-row-menu .open-mobile-menu{
		display: block !important;
		right: 20px !important;
	}
	.e-book
	{
		display: none;
}
.hidden-sm{
	display: none;
}
}

@media screen and (max-width: 960px) {
	.arrow{
		bottom: 100px !important;
	}
	.read-more{
		margin-bottom: 20px !important;
	}
	.green-btn{
		left: 0 !important;
	}
	/* .top-menu li:nth-child(7) a{
		color: white !important;
		font-weight: bold;
		text-decoration: underline;
	} */
	/* .top-menu li:nth-child(7) a 
	{
		color: greenyellow !important;
		font-weight: bold;
	} */
	.flags-block{
		max-width: 550px;
		margin: 0 auto;
	}
	.turn {
		margin-right: 15px;
	}
	.arrow-left{
		left: -40px;
	}
	.top-line ol {
		float: right;
	}
	.top-line ol .fa,
	.top-line ul .fa {
		font-size: 22px;
		line-height: 37px;
		width: auto;
	}
	.top-line ol li span {
		display: none;
	}
	.e-book {
		width: 330px;
	}
	.e-book b {
		font-size: 18px;
	}
	.e-book .btn {
		width: 100%;
	}
	.e-book .btn a {
		padding: 0;
		font-size: 19px;
	}
	.e-book img {
		display: none;
	}
	.services-menu {
		display: none;
	}
	.super-list {
		margin: 0 !important;
	}
	.icons-list li {
		padding: 0 10px;
	}
	.cases-slider ul li,
	.cases-slider-2 ul li {
		font-size: 14px;
	}
	.cases-slider ul li span,
	.cases-slider-2 ul li span {
		width: 115px;
	}
	.cases-slider .btn,
	.cases-slider-2 .btn {
		width: calc(100% - 14px);
		margin-left: 0;
	}
	.cases-slider .btn a,
	.cases-slider,
	.-2cases-slider-2 .btn a {
		padding: 0;
	}
	.clients-slider {
		padding: 0;
	}
	.clients-slider {
		position: static !important;
	}
	.box7 .arrow-left,
	.box7 .arrow-right {
		margin: 0;
		top: 40px;
	}
	.box7 .arrow-left {
		left: 15px;
	}
	.box7 .arrow-right {
		right: 15px;
	}
	.arrow-left,
	.arrow-right {
		width: 30px;
		height: 30px;
	}
	.arrow-left .fa,
	.arrow-right .fa {
		font-size: 30px;
		line-height: 23px;
	}
	.arrow-left .fa {
		left: -2px;
	}
	.arrow-right .fa {
		right: -2px;
	}
	.box9 .box-title + p strong {
		display: block;
	}

	/* seo page */

	.seo-box4 {
		background: none;
	}
	.seo-box4 .super-list {
		margin: 50px 0 0 0 !important;
	}
	.seo-box4 .super-list ul li:last-child {
		margin-bottom: 0;
	}
}
@media screen and (max-width: 767px) {
	.left-seo-menu ul,
	.right-seo-menu ul{
		display: none;
		margin-bottom: 15px !!important;
	}
	.left-seo-menu h3,
	.right-seo-menu h3{
		position: relative;
		border-top: 1px solid #cc9e20;
		padding-top: 10px;
	}
	.left-seo-menu h3 .fa,
	.right-seo-menu h3 .fa{
		display: block !important;
	}
	.fa-chevron-down{
		position: absolute;
		right: 0%;
		top: 45%;
	}
	.logo a {
		width: 154px;
		height: 55px;
		-webkit-background-size: 154px 55px;
		background-size: 154px 55px;
	}
	.e-book {
		display: none !important;
	}
	.with-you {
		display: none;
	}
	.top-phone em {
		display: none;
	}
	.top-phone span,
	.top-phone strong {
		font-size: 22px;
		line-height: 40px;
		top: 0;
	}
	.services-menu {
		margin-top: 10px;
	}
	.header .tbl {
		display: block;
		height: auto;
		overflow: hidden;
	}
	.header .tbl .td:first-child {
		float: left;
	}
	.header .tbl .td {
		overflow: hidden;
		display: block;
	}
	.top-phone {
		padding: 7px 0;
	}
	.btn-empty {
		margin: 0 0 0 10px;
	}
	.box1 .row > div + div,
	.box3 .row > div + div {
		margin-top: 30px;
	}
	.icons-list li {
		width: 50%;
		margin-bottom: 30px;
		padding: 0 20px;
	}
	.cases-slider .img-holder,
	.cases-slider-2 .img-holder {
		display: none;
	}
	.cases-slider .slide-info,
	.cases-slider-2 .slide-info {
		width: 100%;
		padding: 0;
	}
	.cases-slider .btn,
	.cases-slider-2 .btn {
		float: none;
	}
	.cases-slider ul li,
	.cases-slider-2 ul li {
		font-size: 16px;
	}
	.footer {
		margin-top: 50px;
		text-align: center;
		height: auto;
		padding: 15px 0;
		position: relative;
	}
	.footer span {
		float: none;
		display: inline-block;
		vertical-align: top;
		line-height: 16px;
		margin: 0 0 10px 0;
		padding: 12px 0 12px 60px;
	}
	.footer .social {
		float: none;
		margin: 0;
	}
	.footer .social a {
		float: none;
		display: inline-block;
		margin: 0 5px;
	}
	/* .arrow-up.active {
		bottom: 20px;
	} */

	/* seo page */

	.vertical-icons-list li img {
		width: 80px;
		height: auto;
	}
	.vertical-icons-list li strong {
		margin-top: 5px;
		font: bold 14px/22px "Roboto"
	}
	.vertical-icons-list li strong span {
		font-size: 14px;
	}
	.green-form ul li {
		width: calc(50% - 15px);
		margin-bottom: 15px;
	}
	.accordion-title {
		margin-bottom: 10px;
	}
	.accordion-price {
		float: left;
		clear: both;
	}
	.seo-box8 .col-md-8.col-sm-7 {
		display: none;
	}
	.seo-box8 .row > div {
		margin: 0 !important;
	}
	.seo-box9 .review-head {
		width: 100%;
		margin: 0 0 15px 0;
	}
	.seo-box10 .col-sm-4 {
		display: none;
	}
	.seo-box10 .super-list ul li:last-child {
		margin: 0;
	}
	.seo-box15 .box-title {
		margin-bottom: 0;
	}
	.seo-box15 .col-sm-4 {
		padding-top: 25px;
	}

	/* kontext page */

	.kontext-box6 ul li {
		width: 100%;
		padding: 0 !important;
	}
}
@media screen and (max-width: 630px) {
	.logo a {
		margin: 7px 0;
	}
	.btn-choose{
		font-size: 10px !important;
	}

	#bx_form_iframe_54{
		height: 565px;
		}

	.top-phone {
		padding: 0;
	}
	.top-phone b {
		display: block;
	}
	.top-phone strong,
	.top-phone span {
		line-height: 24px;
		margin-bottom: 10px;
	}
	.btn-empty {
		font-size: 16px;
		line-height: 31px;
	}
	.sert-agency {
		float: none;
		width: 100%;
		margin: 0 0 30px 0;
	}
	.review-head {
		float: none;
		margin-right: 0;
	}

	/* seo page */

	.vertical-icons-list li {
		width: 100%;
		padding: 0;
		margin-bottom: 20px;
	}

	/* kontext page */

	.frame {
		width: 100%;
		height: auto;
		padding: 0 20px;
		background: none;
		border: 18px solid #f04713;
	}
}
@media screen and (max-width: 597px) {
	.footer-links {
		margin-top: 20px;
	}
	.news-list .post{
		align-items: normal !important;
	}
}
@media screen and (max-width: 567px) {

	#my_form_1, #my_form_3, #my_form_2
	{
		height: 425px !important;
	}
	

	.top-line {
		text-transform: none;
	}
	.turn {
		margin: 0;
	}
	.top-phones li {
		margin: 0;
	}
	.top-phones li + li {
		display: none;
	}
	.cases-slider,
	.cases-slider-2 {
		padding: 0;
	}
	.footer-links strong {
		text-align: center;
		margin: 0;
		cursor: pointer;
	}
	.footer-links ul {
		/* display: none; */
		margin: 10px 0 0 20px;
	}
	.box6 .col-xs-4 {
		width: 50%;
	}
	.cases-slider .slick-dots li,
	.cases-slider-2 .slick-dots li {
		margin: 0;
	}
	.cases-slider .slick-dots li button,
	.cases-slider-2 .slick-dots li button {
		background: #ba3006;
		text-indent: -9999px;
		border-radius: 50%;
		-webkit-border-radius: 50%;
		-moz-border-radius: 50%;
		padding: 0;
		width: 12px;
		height: 12px;
	}
	.cases-slider .slick-dots li.slick-active button,
	.cases-slider-2 .slick-dots li.slick-active button {
		background: #36922c;
	}

	/* kontext page */

	.practice img {
		width: 200px;
		height: auto;
	}
	.practice table tr td {
		height: 33px;
		font-size: 15px;
		line-height: 17px;
	}
	.kontext-box6 .btn {
		width: 340px;
	}
	.kontext-box6 .btn em {
		display: none;
	}
}
@media screen and (max-width: 479px) {
	.hexagon1__link{
		font-size: 14px !important;
	}
	.hexagon1__price{
		font-size: 14px !important;
	}
	.super-list li {
		padding-left: 80px;
		font-size: 18px;
		line-height: 25px;
	}
	.super-list li:before {
		background: url(/local/templates/avada/css/../img/list-bg.png) no-repeat;
		width: 60px;
		height: 58px;
		-webkit-background-size: 60px 58px;
		background-size: 60px 58px;
		font: bold 24px/58px 'Roboto';
	}
	.learn-more {
		margin-left: 80px;
	}
	.icons-list li {
		width: 100%;
		padding: 0;
	}
	.box9 ul li {
		text-align: center;
		display: block;
		margin: 0 0 10px 0;
	}
	.btn-submit {
		display: block;
		width: calc(100% - 14px);
		margin: 25px auto 0;
	}
	.btn-submit button {
		width: 100%;
	}
	.box2 .box-title {
		margin-bottom: 10px;
	}
	.box2 .arrows {
		float: none;
		clear: both;
		overflow: hidden;
	}
	.review-arrow-left, .review-arrow-right {
		margin: 0 15px 0 0;
	}
	.box2 .reviews-slider {
		margin-top: 15px;
	}
	.cases-slider ul li,
	.cases-slider-2 ul li {
		margin-bottom: 20px;
	}
	.cases-slider ul li span,
	.cases-slider-2 ul li span {
		float: none;
		display: block;
		margin: 0 0 5px 0;
		color: #147c09;
	}

	/* seo page */

	.seo-box6 .btn em {
		display: none;
	}
	.green-form ul {
		margin-left: 0;
	}
	.green-form ul li {
		width: 100%;
		margin-left: 0;
	}
	.green-form ul li:last-child span {
		display: none;
	}
	.seo-box9 .review-arrow-left,
	.seo-box9 .review-arrow-right {
		margin: -25px 0 0 0;
	}
	.seo-box9 .reviews-slider {
		clear: both;
		margin-top: 10px;
		padding: 0;
	}
	.seo-box9 .box-title {
		margin: 0;
	}
	.coworkers li {
		width: calc(50% - 15px);
	}

	/* smm */

	.pictures-list li img {
		float: none;
		margin: 0 0 10px 0;
	}
}
@media screen and (max-width: 420px) {
	.header .tbl .td {
		display: block;
		float: none !important;
	}
	.logo a {
		margin: 0 auto 10px;
	}
	.top-phone {
		text-align: center;
	}
	.top-phone b {
		margin-bottom: 5px;
	}
	.btn-empty {
		margin: 0;
		display: inline-block;
		float: none;
		line-height: 36px;
		height: 40px;
	}

	/* kontext page */

	.practice img {
		display: none;
	}
	.practice table tr td {
		padding: 10px 0;
		font-size: 18px;
		line-height: 23px;
	}
	.practice table tr td b {
		display: block;
		font-size: 22px;
		line-height: 23px;
		color: #36922c;
	}

	/* posts page */

	.post-thumnail {
		float: none;
		display: block;
		margin: 0 0 20px 0;
	}
}

.m-img{
	display: none;
}
.t-img{
	display: none;
}
.l-img{
	display: block;
}


@media screen and (max-width: 320px) {
	.m-img{
		display: block;
	}
	.t-img{
		display: none;
	}
	.l-img{
		display: none;
	}
}

@media screen and (max-width: 480px) {
	.m-img{
		display: none;
	}
	.t-img{
		display: block;
	}
	.l-img{
		display: none;
	}
}

@media screen and (max-width: 360px) {

	

	.container-fluid {
		padding-left: 10px;
		padding-right: 10px;
	}
	.top-line ol .fa,
	.top-line ul .fa {
		font-size: 19px;
	}
	.top-line ol li {
		margin-left: 13px;
	}
	.btn a {
		font-size: 17px !important;
		padding: 0 10px;
	}
	.box2 .btn,
	.seo-box1 .btn,
	.seo-box11 .btn,
	.seo-box13 .cases-btn,
	.seo-box14 .btn,
	.kontext-box2 .btn,
	.kontext-box6 .btn {
		width: 100%;
	}
	.seo-box9 .review-head img {
		float: none;
		margin: 0 auto;
	}
	.seo-box9 .responder-name {
		clear: both;
		text-align: center;
	}
}

.top-menu .desktop-hide span {
	display: none !important;
}

.desktop-hide strong{
	font-weight: normal;
}

.news-detail {
	font-size: 16px;
	color: #000;
	margin-bottom: 30px;
}
.news-rating {
	margin-bottom: 5px;
}
.news-rating .rating-post{
	font-size: 16px;
	color: #777;
}
.news-rating .rating-post .fa{
	color: #f5b802;
	margin-right: 3px;
}


/* NEW */

.btn-new {
	display: inline-block;
	vertical-align: top;
	position: relative;
}
.btn-new a {
	position: relative;
	display: block;
	color: #ffd32d;
	text-decoration: none;
	font-size: 20px;
	line-height: 60px;
	height: 60px;
	font-weight: 600;
	text-transform: uppercase;
	background: rgb(226,69,0); /* Old browsers */
	background: -moz-linear-gradient(top, rgba(226,69,0,1) 0%, rgba(227,68,2,1) 41%, rgba(223,69,0,1) 44%, rgba(224,72,0,1) 46%, rgba(223,69,0,1) 47%, rgba(227,67,5,1) 49%, rgba(219,54,0,1) 51%, rgba(222,52,0,1) 53%, rgba(222,52,1,1) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, rgba(226,69,0,1) 0%,rgba(227,68,2,1) 41%,rgba(223,69,0,1) 44%,rgba(224,72,0,1) 46%,rgba(223,69,0,1) 47%,rgba(227,67,5,1) 49%,rgba(219,54,0,1) 51%,rgba(222,52,0,1) 53%,rgba(222,52,1,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, rgba(226,69,0,1) 0%,rgba(227,68,2,1) 41%,rgba(223,69,0,1) 44%,rgba(224,72,0,1) 46%,rgba(223,69,0,1) 47%,rgba(227,67,5,1) 49%,rgba(219,54,0,1) 51%,rgba(222,52,0,1) 53%,rgba(222,52,1,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e24500', endColorstr='#de3401',GradientType=0 ); /* IE6-9 */
}
.btn-new .fa {
	color: #fff;
	margin-right: 5px;
}
.btn-new:before {
    content: "";
    display: inline-block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 0 30px 7px;
    border-color: transparent transparent #e14500 transparent;
    position: absolute;
    left: -7px;
    top: 0;
}
.btn-new:after {
    content: "";
    display: inline-block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 7px 30px 0;
    border-color: transparent #dd3400 transparent transparent;
    position: absolute;
    left: -7px;
    bottom: 0;
}
.btn-new a:before {
    content: "";
    display: inline-block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 7px 30px 0;
    border-color: transparent transparent #e14500 transparent;
    position: absolute;
    right: -7px;
    top: 0;
}
.btn-new a:after {
    content: "";
    display: inline-block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 30px 7px 0 0;
    border-color: #dd3400 transparent transparent transparent;
    position: absolute;
    right: -7px;
    bottom: 0;
}
.btn-new a:hover {
	background: #59b248; /* Old browsers */
	background: -moz-linear-gradient(top, #59b248 0%, #57b348 47%, #56b247 49%, #419e33 51%, #43a035 53%, #3e9e32 54%, #41a135 56%, #3d9f32 58%, #3fa134 59%, #3f9f33 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, #59b248 0%,#57b348 47%,#56b247 49%,#419e33 51%,#43a035 53%,#3e9e32 54%,#41a135 56%,#3d9f32 58%,#3fa134 59%,#3f9f33 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, #59b248 0%,#57b348 47%,#56b247 49%,#419e33 51%,#43a035 53%,#3e9e32 54%,#41a135 56%,#3d9f32 58%,#3fa134 59%,#3f9f33 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#59b248', endColorstr='#3f9f33',GradientType=0 ); /* IE6-9 */
}
.btn-new:hover:before {
    border-color: transparent transparent #59b246 transparent;
}
.btn-new:hover:after {
    border-color: transparent #40a032 transparent transparent;
}
.btn-new a:hover:before {
    border-color: transparent transparent #59b246 transparent;
}
.btn-new a:hover:after {
    border-color: #40a032 transparent transparent transparent;
}
.btn-new em {
	font-style: normal;
}

@media (min-width: 992px) {
	#bx_form_iframe_20,
	#bx_form_iframe_22,
	#bx_form_iframe_24 {
		height: auto !important;
	}
	#bx_form_iframe_26 {
		height: 320px !important;
	}

}

/* FORM FIX */

/* body > div > div {
	margin-bottom: -5px !important;
} */

.news-detail img{
	/*max-width: 550px;*/
	width: 100%;
	height: auto;
}

.error_inp {
	border: 1px solid red !important;
}
.popup-new {
	z-index: 1000;
	position: fixed;
	top: 20%;
	width: 340px;
	margin-left: -170px;
	left: 50%;
	background-color: #fff;
	box-shadow: 0px 0px 5px -1px #000;
	padding: 20px;
	font-size: 16px;
}


.popup-new .input_naklon input {
	height: 30px;
	background: #fff;
	border: 1px solid #e2e1d9;
	width: calc(100% - 30px);
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 0 10px;
	color: #656565;
	font: 14px/20px 'Roboto', sans-serif;
	margin-bottom: 15px;
}

.btn-close {
	position: absolute;
	top: 15px;
	right: 15px;
	cursor: pointer;
	color: #999;
	font-size: 15px;
}

.popup-new .sbmtcallpos {
	background: rgb(226,69,0) !important;
	background: -webkit-linear-gradient(rgba(226,69,0,1) 0%, rgba(227,68,2,1) 41%, rgba(223,69,0,1) 44%, rgba(224,72,0,1) 46%, rgba(223,69,0,1) 47%, rgba(227,67,5,1) 49%, rgba(219,54,0,1) 51%, rgba(222,52,0,1) 53%, rgba(222,52,1,1) 100%) !important;
	background: -o-linear-gradient(rgba(226,69,0,1) 0%, rgba(227,68,2,1) 41%, rgba(223,69,0,1) 44%, rgba(224,72,0,1) 46%, rgba(223,69,0,1) 47%, rgba(227,67,5,1) 49%, rgba(219,54,0,1) 51%, rgba(222,52,0,1) 53%, rgba(222,52,1,1) 100%) !important;
	background: linear-gradient(rgba(226,69,0,1) 0%, rgba(227,68,2,1) 41%, rgba(223,69,0,1) 44%, rgba(224,72,0,1) 46%, rgba(223,69,0,1) 47%, rgba(227,67,5,1) 49%, rgba(219,54,0,1) 51%, rgba(222,52,0,1) 53%, rgba(222,52,1,1) 100%) !important;
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e24500', endColorstr='#de3401',GradientType=0 );
	color: #fff;
	border: none;
	padding: 11px 30px;
	text-transform: uppercase;
	font-weight: bold;
	cursor: pointer;
}

#main-text ol{
	list-style-type: decimal;
	padding-left: 30px;
    padding-bottom: 10px;
    padding-top: 10px;
}

#main-text ul{
	list-style-type: disc;
	padding-left: 30px;
    padding-top: 10px;
}

#main-text ul li{
	padding: 0 0 16px;
	font-size: 16px;
}

#main-text ol li{
	padding: 0 0 16px;
}

#main-text ol li:last-child{
	padding: 0;
}

#main-text ul li ul{
	list-style-type: circle;
	padding-left: 30px;
	padding-top: 10px;
}

#main-text table{
	margin: 0 auto;
	width: 100%;
	text-align: left;
	margin-top: 10px;
	margin-bottom: 10px;
}

#main-text table tr td{
	padding: 10px;
	border: 1px solid #36922c;
}

#main-text table th{
	padding: 10px;
	background: #36922c;
	color: white;
}

#main-text h2{
	margin-bottom: 15px;
	margin-top: 25px;
}

.super{
	background: #f2f1f0;
    font-weight: bold;
    padding: 18px 18px;
}

.superh{
	color: #ff8400;
    font-weight: bold;
}

.fa-check{
	font-size: 50px !important;
    display: block !important;
	text-align: center !important;
	color: #f8d000 !important;
	margin-bottom: 10px;
}


.adv{
	display: flex; justify-content: space-between; flex-wrap: wrap;
	margin-top: 20px;
}

.adv span{
	text-align: center;
}

.adv div{
	max-width: 200px;
	font-size: 18px;
	font-weight: bold;
	text-align: center;
	margin: 0 auto;
}

#cv-form .crm-webform-mini-cart-container{
	display: none !important;
}


.slide-new {
	margin-bottom: 35px;
}

.case-btn{
	position: relative;
    display: block;
    color: #ffd32d;
	text-decoration: none;
	text-align: center;
    font-size: 20px;
    line-height: 60px;
    height: 60px;
    font-weight: 600;
    text-transform: uppercase;
    background: rgb(226,69,0);
    background: -moz-linear-gradient(top, rgba(226,69,0,1) 0%, rgba(227,68,2,1) 41%, rgba(223,69,0,1) 44%, rgba(224,72,0,1) 46%, rgba(223,69,0,1) 47%, rgba(227,67,5,1) 49%, rgba(219,54,0,1) 51%, rgba(222,52,0,1) 53%, rgba(222,52,1,1) 100%);
    background: -webkit-linear-gradient(top, rgba(226,69,0,1) 0%,rgba(227,68,2,1) 41%,rgba(223,69,0,1) 44%,rgba(224,72,0,1) 46%,rgba(223,69,0,1) 47%,rgba(227,67,5,1) 49%,rgba(219,54,0,1) 51%,rgba(222,52,0,1) 53%,rgba(222,52,1,1) 100%);
    background: linear-gradient(to bottom, rgba(226,69,0,1) 0%,rgba(227,68,2,1) 41%,rgba(223,69,0,1) 44%,rgba(224,72,0,1) 46%,rgba(223,69,0,1) 47%,rgba(227,67,5,1) 49%,rgba(219,54,0,1) 51%,rgba(222,52,0,1) 53%,rgba(222,52,1,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e24500', endColorstr='#de3401',GradientType=0 );
}

.case-btn:before{
	content: "";
    display: inline-block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 7px 30px 0;
    border-color: transparent transparent #e14500 transparent;
    position: absolute;
    right: -7px;
    top: 0;
}

.e-book .btn-new{
	display: inline-block !important;
}

.btn-new{
	/* display: inline-block; */
    vertical-align: top;
	position: relative;
	width: 350px;
	margin-top: 30px;
	display: none;
}

.btn-new:before{
	content: "";
    display: inline-block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 0 30px 7px;
    border-color: transparent transparent #e14500 transparent;
    position: absolute;
    left: -7px;
    top: 0;
}

.btn-new:after{
	content: "";
    display: inline-block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 7px 30px 0;
    border-color: transparent #dd3400 transparent transparent;
    position: absolute;
    left: -7px;
    bottom: 0;
}


.case-btn:after{
	content: "";
    display: inline-block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 30px 7px 0 0;
    border-color: #dd3400 transparent transparent transparent;
    position: absolute;
    right: -7px;
    bottom: 0;
}

.case-btn:hover{
	background: #59b248;
    background: -moz-linear-gradient(top, #59b248 0%, #57b348 47%, #56b247 49%, #419e33 51%, #43a035 53%, #3e9e32 54%, #41a135 56%, #3d9f32 58%, #3fa134 59%, #3f9f33 100%);
    background: -webkit-linear-gradient(top, #59b248 0%,#57b348 47%,#56b247 49%,#419e33 51%,#43a035 53%,#3e9e32 54%,#41a135 56%,#3d9f32 58%,#3fa134 59%,#3f9f33 100%);
    background: linear-gradient(to bottom, #59b248 0%,#57b348 47%,#56b247 49%,#419e33 51%,#43a035 53%,#3e9e32 54%,#41a135 56%,#3d9f32 58%,#3fa134 59%,#3f9f33 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#59b248', endColorstr='#3f9f33',GradientType=0 );
}

#bx_form_iframe_46{
	height: 320px !important;
}

#my_form_1, #my_form_3, #my_form_2
{
	height: 150px;
}

.cert{
	max-width: 150px;
	width: 100%;
}

.wrap {
	color: #ba3006;
}

.disqus-footer__wrapper{
	display: none !important;
}

.hexagons-wrapper .slider-wrapper{
	margin-top: 0 !important;
}

.hexagons-wrapper .hexagons-title{text-align:center;font-size:24px;color:#000}.hexagons-wrapper .hexagons{padding-top:100px;padding-bottom:100px;display:flex;justify-content:center;align-items:center;flex-wrap:wrap}.hexagons-wrapper .hexagons::before{content:'';width:100%;order:1}.hexagons-wrapper .hexagons::after{content:'';width:100%;order:1}.hexagons-wrapper .hexagon1,.hexagons-wrapper .hexagon5{width:222px;height:128px;background:#fcecae;position:relative;margin:5px;display:flex;justify-content:center;align-items:center;flex-direction:column}.hexagons-wrapper .hexagon1:before,.hexagons-wrapper .hexagon5:before{content:"";position:absolute;top:-65px;left:0;width:0;height:0;border-left:111px solid transparent;border-right:111px solid transparent;border-bottom:65px solid #fcecae}.hexagons-wrapper .hexagon1:after,.hexagons-wrapper .hexagon5:after{content:"";position:absolute;bottom:-65px;left:0;width:0;height:0;border-left:111px solid transparent;border-right:111px solid transparent;border-top:65px solid #fcecae}.hexagons-wrapper .hexagon1__title,.hexagons-wrapper .hexagon5__title{color:#256d3d;font-size:18px;text-transform:uppercase;text-align:center;width:80%}.hexagons-wrapper .hexagon1__price,.hexagons-wrapper .hexagon5__price{font-size:16px;color:#000;margin-top:18px}.hexagons-wrapper .hexagon1__link,.hexagons-wrapper .hexagon5__link{font-size:16px;color:#ba3006;margin-top:14px;}.hexagons-wrapper .hexagon2,.hexagons-wrapper .hexagon3{width:222px;height:128px;background:#fbe075;position:relative;margin:5px;display:flex;justify-content:center;align-items:center;flex-direction:column}.hexagons-wrapper .hexagon2:before,.hexagons-wrapper .hexagon3:before{content:"";position:absolute;top:-65px;left:0;width:0;height:0;border-left:111px solid transparent;border-right:111px solid transparent;border-bottom:65px solid #fbe075}.hexagons-wrapper .hexagon2:after,.hexagons-wrapper .hexagon3:after{content:"";position:absolute;bottom:-65px;left:0;width:0;height:0;border-left:111px solid transparent;border-right:111px solid transparent;border-top:65px solid #fbe075}.hexagons-wrapper .hexagon2__title,.hexagons-wrapper .hexagon3__title{color:#256d3d;font-size:18px;text-transform:uppercase;text-align:center;width:80%}.hexagons-wrapper .hexagon2__price,.hexagons-wrapper .hexagon3__price{font-size:16px;color:#000;margin-top:18px}.hexagons-wrapper .hexagon2__link,.hexagons-wrapper .hexagon3__link{font-size:16px;color:#ba3006;margin-top:14px;text-decoration:underline dashed #ba3006}.hexagons-wrapper .hexagon4{width:222px;height:128px;background:#f9da2b;position:relative;margin:5px;display:flex;justify-content:center;align-items:center;flex-direction:column}.hexagons-wrapper .hexagon4:before{content:"";position:absolute;top:-65px;left:0;width:0;height:0;border-left:111px solid transparent;border-right:111px solid transparent;border-bottom:65px solid #f9da2b}.hexagons-wrapper .hexagon4:after{content:"";position:absolute;bottom:-65px;left:0;width:0;height:0;border-left:111px solid transparent;border-right:111px solid transparent;border-top:65px solid #f9da2b}.hexagons-wrapper .hexagon4__title{color:#256d3d;font-size:18px;text-transform:uppercase;text-align:center;width:80%}.hexagons-wrapper .hexagon4__price{font-size:16px;color:#000;margin-top:18px}.hexagons-wrapper .hexagon4__link{font-size:16px;color:#ba3006;margin-top:14px;text-decoration:underline dashed #ba3006}.hexagons-wrapper .hexagon:nth-child(n+3){order:2}.hexagons-wrapper .hexagon3,.hexagons-wrapper .hexagon4,.hexagons-wrapper .hexagon5{margin-top:68px}.hexagons-wrapper .hexagon1_1{height:100%;display:flex;align-items:center;justify-content:center;flex-direction:column;width:100%;position:relative;z-index:99}.hexagons-wrapper .left-arrow,.hexagons-wrapper .right-arrow,.hexagons-wrapper .slider-navigation{display:none}@media (max-width:992px){.hexagons-wrapper .hexagons{flex-direction:column;padding-top:50px;padding-bottom:50px}.hexagons-wrapper .hexagon1,.hexagons-wrapper .hexagon3,.hexagons-wrapper .hexagon5{margin-left:-185px}.hexagons-wrapper .hexagon1__title,.hexagons-wrapper .hexagon3__title,.hexagons-wrapper .hexagon5__title{width:100%}.hexagons-wrapper .hexagon2,.hexagons-wrapper .hexagon4{margin-right:-185px;margin-top:-111px}.hexagons-wrapper .hexagon2__title,.hexagons-wrapper .hexagon4__title{width:100%}.hexagons-wrapper .hexagon3,.hexagons-wrapper .hexagon5{margin-top:-111px}.hexagons-wrapper .hexagon1,.hexagons-wrapper .hexagon5{height:220px;width:115px}.hexagons-wrapper .hexagon1__title,.hexagons-wrapper .hexagon5__title{width:100%}.hexagons-wrapper .hexagon1:before,.hexagons-wrapper .hexagon5:before{border-top:110px solid transparent;border-right:68px solid #fcecae;border-bottom:110px solid transparent;left:-179px;top:50%;transform:translateY(-50%)}.hexagons-wrapper .hexagon1:after,.hexagons-wrapper .hexagon5:after{border-top:110px solid transparent;border-left:68px solid #fcecae;border-bottom:110px solid transparent;position:absolute;left:115px;top:50%;transform:translateY(-50%)}.hexagons-wrapper .hexagon2,.hexagons-wrapper .hexagon3{height:220px;width:115px}.hexagons-wrapper .hexagon2__title,.hexagons-wrapper .hexagon3__title{width:100%}.hexagons-wrapper .hexagon2:before,.hexagons-wrapper .hexagon3:before{border-top:110px solid transparent;border-right:68px solid #fbe075;border-bottom:110px solid transparent;left:-179px;top:50%;transform:translateY(-50%)}.hexagons-wrapper .hexagon2:after,.hexagons-wrapper .hexagon3:after{border-top:110px solid transparent;border-left:68px solid #fbe075;border-bottom:110px solid transparent;position:absolute;left:115px;top:50%;transform:translateY(-50%)}.hexagons-wrapper .hexagon4{height:220px;width:115px}.hexagons-wrapper .hexagon4__title{width:100%}.hexagons-wrapper .hexagon4:before{border-top:110px solid transparent;border-right:68px solid #f9da2b;border-bottom:110px solid transparent;left:-179px;top:50%;transform:translateY(-50%)}.hexagons-wrapper .hexagon4:after{border-top:110px solid transparent;border-left:68px solid #f9da2b;border-bottom:110px solid transparent;position:absolute;left:115px;top:50%;transform:translateY(-50%)}.hexagons-wrapper .hexagon1_1{width:180px}}@media (max-width:480px){.hexagons-wrapper .hexagons{display:block;padding-top:20px;padding-bottom:20px}.hexagons-wrapper .hexagons .hexagon{margin:0;background:0 0}.hexagons-wrapper .hexagons .hexagon:before{display:none}.hexagons-wrapper .hexagons .hexagon:after{display:none}.hexagons-wrapper .hexagon1 .hexagon1_1{margin:0 auto;width:140px;position:relative;background:#fcecae}.hexagons-wrapper .hexagon1 .hexagon1_1:before{content:"";border-top:110px solid transparent;border-right:68px solid #fcecae;border-bottom:110px solid transparent;left:-68px;top:50%;transform:translateY(-50%);position:absolute}.hexagons-wrapper .hexagon1 .hexagon1_1:after{content:"";border-top:110px solid transparent;border-left:68px solid #fcecae;border-bottom:110px solid transparent;left:140px;top:50%;transform:translateY(-50%);position:absolute}.hexagons-wrapper .hexagon2 .hexagon1_1{margin:0 auto;width:140px;position:relative;background:#fbe075}.hexagons-wrapper .hexagon2 .hexagon1_1:before{content:"";border-top:110px solid transparent;border-right:68px solid #fbe075;border-bottom:110px solid transparent;left:-68px;top:50%;transform:translateY(-50%);position:absolute}.hexagons-wrapper .hexagon2 .hexagon1_1:after{content:"";border-top:110px solid transparent;border-left:68px solid #fbe075;border-bottom:110px solid transparent;left:140px;top:50%;transform:translateY(-50%);position:absolute}.hexagons-wrapper .hexagon3 .hexagon1_1{margin:0 auto;width:140px;position:relative;background:#fbe075}.hexagons-wrapper .hexagon3 .hexagon1_1:before{content:"";border-top:110px solid transparent;border-right:68px solid #fbe075;border-bottom:110px solid transparent;left:-68px;top:50%;transform:translateY(-50%);position:absolute}.hexagons-wrapper .hexagon3 .hexagon1_1:after{content:"";border-top:110px solid transparent;border-left:68px solid #fbe075;border-bottom:110px solid transparent;left:140px;top:50%;transform:translateY(-50%);position:absolute}.hexagons-wrapper .hexagon4 .hexagon1_1{margin:0 auto;width:140px;position:relative;background:#f9da2b}.hexagons-wrapper .hexagon4 .hexagon1_1:before{content:"";border-top:110px solid transparent;border-right:68px solid #f9da2b;border-bottom:110px solid transparent;left:-68px;top:50%;transform:translateY(-50%);position:absolute}.hexagons-wrapper .hexagon4 .hexagon1_1:after{content:"";border-top:110px solid transparent;border-left:68px solid #f9da2b;border-bottom:110px solid transparent;left:140px;top:50%;transform:translateY(-50%);position:absolute}.hexagons-wrapper .hexagon5 .hexagon1_1{margin:0 auto;width:140px;position:relative;background:#fcecae}.hexagons-wrapper .hexagon5 .hexagon1_1:before{content:"";border-top:110px solid transparent;border-right:68px solid #fcecae;border-bottom:110px solid transparent;left:-68px;top:50%;transform:translateY(-50%);position:absolute}.hexagons-wrapper .hexagon5 .hexagon1_1:after{content:"";border-top:110px solid transparent;border-left:68px solid #fcecae;border-bottom:110px solid transparent;left:140px;top:50%;transform:translateY(-50%);position:absolute}.hexagons-wrapper .slider-navigation{display:flex;justify-content:center;align-items:center;margin-top:30px}.hexagons-wrapper .left-arrow,.hexagons-wrapper .right-arrow{display:block;margin:0 20px;width:24px;height:24px;border:1px solid #ba3006;border-radius:50%;color:#ba3006;display:flex;justify-content:center;align-items:center}}

.hexagon1__title, .hexagon1__price, .hexagon1__link{
	font-weight: bold;
}

.hexagon1__link{
	border-bottom: 1px dashed #ba3006;
}

.right-arrow, .left-arrow{
	cursor: pointer;
}

.more-tarifs{
	text-transform: uppercase;
	color: white; position: relative; display: inline-block; padding: 0 18px; height: 47px; line-height: 47px; font-size: 20px; font-weight: normal; text-align: center;background: linear-gradient(rgba(226,69,0,1) 0%, rgba(227,68,2,1) 41%, rgba(223,69,0,1) 44%, rgba(224,72,0,1) 46%, rgba(223,69,0,1) 47%, rgba(227,67,5,1) 49%, rgba(219,54,0,1) 51%, rgba(222,52,0,1) 53%, rgba(222,52,1,1) 100%)
}

.more-tarifs:hover{
	background: #59b248;
	border: none;
	text-decoration: none;

}



.letters-listing a{
	font-size:18px;
	margin-left: 5px;
	margin-right: 5px;
	text-decoration: underline;
	margin-bottom: 20px;
	display: inline-block;
}

.active-letter{
	text-decoration: none !important;
	color: black;
}

.search-letters input{
	width: 263px;
	height: 40px;
	font-weight: bold;
	padding-left: 20px;
	position: relative;
}

.search-icon{
	background: url(/upload/search-icon.png) no-repeat;
	width: 55px !important;
	height: 44px !important;
	border: none !important;
	top: 2px;
	left: -40px;
	cursor: pointer;
}

.wiki-body{
	margin-top: 40px;
    height: 400px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.wiki-letter{
	font-size: 18px;
	font-weight: bold;
	padding-top: 15px;
}

.wiki-item{
	width: 100%;
	display: flex;
	max-width: 200px;
	justify-content: space-between;
}

.wiki-item a{
	font-size: 14px;
	color: black;
}

/* Autodealers */

.top-bg {
    background: url("/local/templates/avada/css/../img/bus-car-wheel-service-tire-truck-trunk-tyre-icon-search-967119.png") no-repeat;
    background-position: top right;
    opacity: 0.03;
    position: absolute;
    height: 100%;
    width: 100%;
}
.main-title {
    font-size: 35px;
    color: black;
    text-transform: uppercase;
    line-height: 42px;
}
.main-description {
    font-size: 16px;
    color: black;
    line-height: 20px;
    margin-top: 60px;
}
.keys {
    margin-top: 100px;
}
.keys-title {
    font-size: 24px;
    color: black;
    text-transform: uppercase;
    margin-bottom: 20px;
}
.keys-client {
    width: 50%;
    color: black;
}
.keys-client-title {
    font-size: 16px;
    margin-bottom: 15px;
    font-weight: 700;
}
.keys-client-description {
    font-size: 16px;
    position: relative;
    padding-right: 100px;
}
.keys-client-description:after {
    content: url("/local/templates/avada/css/../img/icon_avto.png");
    position: absolute;
    right: 0px;
    top: 0px;
}
.keys-client-description p {
    margin-bottom: 15px;
}
.keys-sec {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    margin-left: 70px;
    position: relative;
    margin-top: -65px;
}
.keys-sec-quiz {
    background: #f0f0f0;
    padding: 30px;
    width: 570px;
}
.keys-quiz-sec__title {
    color: black;
    font-size: 16px;
    margin-bottom: 15px;
    font-weight: 600;
}
.keys-quiz-sec__text {
    color: black;
    font-size: 16px;
}
.keys-sec-solution {
    position: relative;
    padding: 40px;
    width: 555px;
    background: #ffeea5;
    margin-right: 15px;
    margin-bottom: -28px;
}
.keys-sec-solution-text {
    margin: 0 auto;
    z-index: 2;
    position: relative;
}
.keys-sec-solution-shadow {
    position: absolute;
    width: 100%;
    height: 100%;
    background: #f6cc1b;
    z-index: -1;
    bottom: -10px;
    right: -15px;
}
.keys-sec-solution-text__img {
    text-align: center;
}
.slider-wrapper {
    background-color: #f5fff0;
    padding: 0;
    position: relative;
	margin-top: 60px;
	padding-top: 30px;
    /* z-index: -3; */
}
.title {
    color: black;
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 55px;
}
.description {
    color: black;
    font-size: 16px;
    line-height: 20px;
}
.keys-bottom {
	z-index: 100;
    position: relative;
}
.keys-sec:after {
    content: url("/local/templates/avada/css/../img/bus-car-wheel-service-tire-truck-trunk-tyre-icon-search-9671191.png");
    z-index: -2;
    position: absolute;
    right: -200px;
    bottom: -100px;
}
.keys-bottom:before {
    content: url("/local/templates/avada/css/../img/bus-car-wheel-service-tire-truck-trunk-tyre-icon-search-9671192.png");
    z-index: -2;
    position: absolute;
    right: 0px;
    bottom: -300px;
    opacity: 0.1;
}
.list-block {
    background-color: #fff7d2;
    padding: 35px 30px;
    position: relative;
    margin-top: -75px;
}
.list-block-title {
    color: black;
    font-size: 18px;
    margin-bottom: 25px;
    font-weight: 600;
}
.list-block ul {
    list-style: none; /* Firefox */
    -webkit-column-count: 2; /* Safari and Chrome */
    column-count: 2;
    padding: 0px;
}
.list-block ul li {
	color: black;
	padding-left: 25px;
    font-size: 16px;
    line-height: 22px;
    margin-bottom: 10px;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}
.list-block ul li:before {
    position: absolute;
    left: 1px;
    top: 1px;
    content: "\f138";
    font-family: "FontAwesome";
    margin-right: 10px;
    color: #147c09;
}
.list-block ul li svg {
    width: 14px !important;
    height: 14px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    background-color: #147c09;
    color: white;
    margin-right: 10px;
    border-radius: 50%;
    font-size: 12px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: center;
    align-items: center;
}
.helm-wrapper {
    position: relative;
    width: 546px;
    margin: 50px auto 120px;
}
.helm-img {
    text-align: center;
}
.tooltips-top {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    width: 100%;
    position: absolute;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}
.tooltip-item {
    color: black;
    font-weight: 600;
    font-size: 18px;
    text-transform: uppercase;
    cursor: pointer;
    position: relative;
    text-align: center;
}
.tooltips-middle {
    width: 487px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    position: absolute;
}
.tooltips-bottom {
    width: 337px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    left: 50%;
    bottom: -28px;
    -webkit-transform: translate(-50%);
        -ms-transform: translate(-50%);
            transform: translate(-50%);
    position: absolute;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.tooltip > .tooltip-inner {
    background-color: #fff7c1;
    color: black;
    border: 1px solid #fff7c1;
    padding: 5px;
    font-size: 14px;
	width: 110px;
	text-align: center;
	margin-right: 20px;
	margin-top: 15px;
	position: relative;
}

.tooltip > .tooltip-inner:before {
	content: "";
	background: url(/local/templates/avada/css/../img/el-icon.png);
	width: 24px;
	height: 9px;
	top: -10px;
	left: 30%;
	position: absolute;
}


/*.tooltip.bs-tooltip-auto[x-placement^=bottom] .arrow::before, .tooltip.bs-tooltip-bottom .arrow::before {*/
    /*content: "";*/
    /*border-width: 0 5px 5px;*/
    /*border-bottom-color: #fff7c1;*/
/*}*/
/*.tooltip.bs-tooltip-auto[x-placement^=top] .arrow::before, .tooltip.bs-tooltip-top .arrow::before {*/
    /*content: "";*/
    /*border-width: 5px 5px 0;*/
    /*border-bottom-color: #fff7c1 !important;*/
/*}*/
/*.tooltip.bs-tooltip-auto[x-placement^=right] .arrow::before, .tooltip.bs-tooltip-right .arrow::before {*/
    /*margin-top: -3px;*/
    /*content: "";*/
    /*border-width: 5px 5px 5px 0;*/
    /*border-right-color: #fff7c1;*/
/*}*/
/*.tooltip.bs-tooltip-auto[x-placement^=left] .arrow::before, .tooltip.bs-tooltip-left .arrow::before {*/
    /*right: 0;*/
    /*margin-top: -3px;*/
    /*content: "";*/
    /*border-width: 5px 0 5px 5px;*/
    /*border-left-color: #fff7c1;*/
/*}*/
.tooltip.bs-tether-element-attached-bottom .tooltip-arrow {
    border-top-color: #fff7c1;
}
.tooltip .arrow:before {
    border-bottom-color:#fff7c1 !important;
    border-top-color:#fff7c1 !important;
}
.round-point-inside {
    background-color: #fee736;
    border-radius: 50%;
    width: 6px;
    height: 6px;
}
.round-point {
    border: 2px solid #569d18;
    border-radius: 50%;
    width: 13px;
    height: 13px;
    padding: 1px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack:center;
        -ms-flex-pack:center;
            justify-content:center;
    position: absolute;
}
.tooltip-item:after {
    content: url("/local/templates/avada/css/../img/line.png");
    position: absolute;
}
.tooltip-item:hover .round-point-inside {
    background-color: #ff8a00;
}
.tooltip_one .round-point {
    right: 10px;
}
.tooltip_one:after {
    right: -38px;
    -webkit-transform: rotate(31deg);
        -ms-transform: rotate(31deg);
            transform: rotate(31deg);
    bottom: -27px;
}
.tooltip_two {
    left: -16px;
}
.tooltip_two .round-point {
    left: 15px;
}
.tooltip_two:after {
    left: -33px;
    -webkit-transform: rotate(-30deg);
        -ms-transform: rotate(-30deg);
            transform: rotate(-30deg);
    bottom: -25px;
}
.tooltip_three .round-point {
    right: -40px;
    top: 7px;
}
.tooltip_three:after {
    right: -88px;
    top: -3px;
}
.tooltip_four {
    right: -34px;
}
.tooltip_four .round-point {
    left: -18px;
    top: 50%;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
}
.tooltip_four:after {
    left: -66px;
    top: 4px;
}
.tooltip_five {
    right: 10px;
}
.tooltip_five .round-point {
    top: -13px;
    left: 50%;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
}
.tooltip_five:after {
    top: -40px;
    -webkit-transform: rotate(-40deg);
        -ms-transform: rotate(-40deg);
            transform: rotate(-40deg);
    right: -2px;
}
.tooltip_six {
    left: -10px;
}
.tooltip_six .round-point {
    top: -13px;
    left: 50%;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
}
.tooltip_six:after {
    top: -42px;
    left: -23px;
    -webkit-transform: rotate(40deg);
        -ms-transform: rotate(40deg);
            transform: rotate(40deg);
}

.linear-diagram__table_line_digit:hover{
	font-weight: bold;
}

.yandex-result-description {
	margin-bottom: 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}
.yandex-title {
    margin-top: 100px;
}
.yandex-result-descriprion__logo {
    margin-right: 30px;
}
.yandex-result-descriprion__text {
    color: black;
    font-size: 16px;
}
.table-area {
    position: relative;
}
.table-area {
    background: url("/local/templates/avada/css/../img/bus-car-wheel-service-tire-truck-trunk-tyre-icon-search-9671197.png") no-repeat;
    background-position: center;
}
.yandex-table {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
}
.yandex-table-cell {
    width: 50%;
    height: 405px;
    position: relative;
}
.yandex-table-cell__first {
    background: url("/local/templates/avada/css/../img/green-bg.jpg") no-repeat;
    background-position: center;
    background-size: cover;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}
.yandex-table-cell__first_content {
	font-size: 14px;
    color: black;
    background-image: url("/local/templates/avada/css/../img/bus-car-wheel-service-tire-truck-trunk-tyre-icon-search-9671193.png");
    width: 412px;
    height: 110px;
    background-repeat: no-repeat;
    padding-left: 70px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}
.yandex-table-cell__second_title {
    font-size: 15px;
    font-weight: bold;
    color:black;
    text-align: center;
    margin-top: 52px;
}
.yandex-table-cell__second_subtitle {
    font-size: 16px;
    margin-top: 30px;
    text-align: center;
    margin-bottom: 35px;
}
.linear-diagram {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    height: 165px;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    width: 313px;
    margin: 0 auto;
}
.linear-diagram__table {
    width: 265px;
    background-image: url("/local/templates/avada/css/../img/osi.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    height: 100%;
    position: relative;
}
.linear-diagram__digits {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    position: relative;
    top: -12px;
}
.linear-diagram__digits div {
    font-size: 12px;
    color: #9e9e9e;
    margin-bottom: 30px;
}
.linear-diagram__digits div:last-child {
    margin-bottom: 0px;
}
.linear-diagram-month {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding-left: 65px;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding-right: 9px;
    font-size: 12px;
    color: black;
    text-align: center;
    line-height: 16px;
}
.linear-diagram-month div:hover {
    font-size: 16px;
    font-weight: 600;
    cursor: pointer;
}
.linear-diagram__table_google {
    position: absolute;
    width: 198px;
    bottom: 0px;
}
.linear-diagram__table_google_line {
    width: 100%;
    position: absolute;
    height: 4px;
    background: #1f7201;
    -webkit-transform: rotate(-14deg);
        -ms-transform: rotate(-14deg);
            transform: rotate(-14deg);
    bottom: 49px;
    left: 36px;
}
.linear-diagram__table_google_line:hover {
    height: 8px !important;
    margin-top:-2px !important;
    cursor: pointer;
}
.linear-diagram__table_google_line:hover ~ .linear-diagram__table_line-end .linear-diagram__table_google_line_point {
    width: 14px !important;
    height: 14px !important;
    top:-7px !important;
    cursor: pointer;
}
.linear-diagram__table_google_line:hover ~ .linear-diagram__table_line_begin .linear-diagram__table_google_line_point {
    width: 14px !important;
    height: 14px !important;
    top:-7px !important;
    cursor: pointer;
}
.linear-diagram__table_google_line:hover + .linear-diagram__table_google_title {
    font-size: 18px;
    cursor: pointer;
}
.linear-diagram__table_google_title:hover ~ .linear-diagram__table_google .linear-diagram__table_google_line {
    height: 8px;
    margin-top:-2px;
    cursor: pointer;
}
.linear-diagram__table_google_title:hover {
    font-size: 18px;
    cursor: pointer;
}
.linear-diagram__table_line_begin {
    position: absolute;
    left: 43px;
    bottom: 30px;
}
.linear-diagram__table_line-end {
    position: absolute;
    right: -32px;
    bottom: 78px;
}
.linear-diagram__table_google_line_point {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #1f7201;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    position: absolute;
}

.linear-diagram__table_line-end:hover .linear-diagram__table_line_digit {
    font-size: 18px;
    top: -27px;
    cursor: pointer;
}
.linear-diagram__table_line_begin:hover .linear-diagram__table_line_digit {
    font-size: 18px;
    top: -27px;
    cursor: pointer;
}
.linear-diagram__table_line-end:hover .linear-diagram__table_google_line_point {
    -webkit-box-shadow: 0px 0px 14px 7px #1f7201;
            box-shadow: 0px 0px 14px 7px #1f7201;
    cursor: pointer;
}
.linear-diagram__table_line_begin:hover .linear-diagram__table_google_line_point {
    -webkit-box-shadow: 0px 0px 14px 7px #1f7201;
            box-shadow: 0px 0px 14px 7px #1f7201;
    cursor: pointer;
}
.linear-diagram__table_google_line_point_begin {
    left: -8px;
    top: -3px;
}
.linear-diagram__table_google_line_point_end {
    top: -3px;
    right: -10px;
}
.linear-diagram__table_google_line_point_inside {
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: #103a01;
}
.linear-diagram__table_line_digit {
    position: absolute;
    font-size: 14px;
    color: black;
    text-align: center;
}
.linear-diagram__table_line_begin_digit {
    top: -23px;
    left: -22px;
}
.linear-diagram__table_line_end_digit {
    top: -23px;
    right: -28px;
}
.linear-diagram__table_google_title {
    position: absolute;
    left: 110px;
    font-size: 14px;
    color: #1f7201;
    bottom: 23px;
}
.linear-diagram__table_yandex {
    bottom: 71px;
}
.linear-diagram__table_yandex_line {
    -webkit-transform: rotate(-15deg);
        -ms-transform: rotate(-15deg);
            transform: rotate(-15deg);
    background: #ff8f34;
}
.linear-diagram__table_yandex .linear-diagram__table_line_begin {
    bottom: 28px;
}
.linear-diagram__table_yandex .linear-diagram__table_line-end {
    bottom: 80px;
}
.linear-diagram__table_yandex .linear-diagram__table_google_line_point {
    background: #ff8f34;
}
.linear-diagram__table_yandex .linear-diagram__table_google_line_point_inside {
    background: #d20202;
}
.linear-diagram__table_yandex .linear-diagram__table_line-end:hover .linear-diagram__table_google_line_point {
    -webkit-box-shadow: 0px 0px 14px 7px #ff8f34;
            box-shadow: 0px 0px 14px 7px #ff8f34;
    cursor: pointer;
}
.linear-diagram__table_yandex .linear-diagram__table_line_begin:hover .linear-diagram__table_google_line_point  {
    -webkit-box-shadow: 0px 0px 14px 7px #ff8f34;
            box-shadow: 0px 0px 14px 7px #ff8f34;
    cursor: pointer;
}
.linear-diagram__table_yandex .linear-diagram__table_line-end:hover .linear-diagram__table_google_line_point {
    -webkit-box-shadow: 0px 0px 14px 7px #ff8f34;
            box-shadow: 0px 0px 14px 7px #ff8f34;
    cursor: pointer;
}
.linear-diagram__table_yandex .linear-diagram__table_line_begin:hover .linear-diagram__table_google_line_point .linear-diagram__table_google_line_point_inside {
    background: #ffeea5;
}
.linear-diagram__table_yandex .linear-diagram__table_line-end:hover .linear-diagram__table_google_line_point .linear-diagram__table_google_line_point_inside {
    background: #ffeea5;
}
.linear-diagram__table_yandex .linear-diagram__table_google_title {
    bottom: 67px;
    color: #ff8f34;
}
.yandex-table-cell__fourth {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    overflow: hidden;
}
.yandex-table-cell__fourth img {
    position: absolute;
    height: 100%;
}
.yandex-table-cell__fiveth {
    background-image: url("/local/templates/avada/css/../img/yellow-bg-auto.jpg");
    background-position: center;
    background-size: cover;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}
.yandex-table-cell__fiveth .yandex-table-cell__first_content {
    background-image: url("/local/templates/avada/css/../img/bus-car-wheel-service-tire-truck-trunk-tyre-icon-search-9671194.png");
    background-position: bottom;
    /* height: 152px; */
	color: black;
	font-weight: 600;
    width: 412px;
    background-repeat: no-repeat;
    padding-left: 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    background-size: 100% 100%;
}
.yandex-table-cell__six .linear-diagram__digits div {
    margin-bottom: 6px;
}
.yandex-table-cell__six .linear-diagram__table_google{
    bottom: 61px;
}
.yandex-table-cell__six .linear-diagram__table_google_line {
    -webkit-transform: rotate(8deg);
        -ms-transform: rotate(8deg);
            transform: rotate(8deg);
}
.yandex-table-cell__six .linear-diagram__table_line_begin {
    bottom: 67px;
}
.yandex-table-cell__six .linear-diagram__table_line-end {
    bottom: 39px;
}
.yandex-table-cell__six .linear-diagram__table_yandex {
    bottom: 68px;
}
.yandex-table-cell__six .linear-diagram__table_yandex .linear-diagram__table_yandex_line {
    -webkit-transform: rotate(12deg);
        -ms-transform: rotate(12deg);
            transform: rotate(12deg);
}
.yandex-table-cell__six .linear-diagram__table_yandex .linear-diagram__table_line_begin {
    bottom: 74px;
}
.yandex-table-cell__six .linear-diagram__table_yandex .linear-diagram__table_line-end {
    bottom: 32px;
}
.yandex-table-cell__six .linear-diagram__table_google_sec .linear-diagram__table_line_begin_digit{
    top: 6px;
}
.yandex-table-cell__six .linear-diagram__table_google_sec .linear-diagram__table_line_end_digit{
    top: 6px;
}
.yandex-table-cell__six .linear-diagram-month {
    position: relative;
    margin-top: -22px;
    padding-left: 50px;
    padding-right: 30px;
}
.yandex-table-cell__eight {
    background-image: url("/local/templates/avada/css/../img/shina.jpg");
    background-position: center;
    background-size: cover;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}
.yandex-table-cell__eight .yandex-table-cell__first_content {
    background-image: url("/local/templates/avada/css/../img/bus-car-wheel-service-tire-truck-trunk-tyre-icon-search-9671195.png");
	color: black;
	font-weight: 600;
    width: 412px;
    height: 172px;
    background-repeat: no-repeat;
    padding-left: 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}
.undertable-text {
    margin-top: 20px;
    margin-bottom: 100px;
}
.proposition-area {
    padding: 89px 0px;
    background: url('/local/templates/avada/css/../img/offer-bg.jpg') no-repeat;
    background-size: cover;
    background-position: center;
}
.proposition-title {
    font-size: 24px;
    color: black;
    text-align: center;
    text-transform: uppercase;
    margin-bottom: 50px;
}
.proposition-flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
        justify-content: space-around;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-bottom: 20px;
}
.proposition-flex-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 220px;
}
.proposition-flex-item__img {
    margin-bottom: 15px;
}
.proposition-flex-item__text {
	font-weight: bold;
    font-size: 18px;
    color: black;
    text-transform: uppercase;
    text-align: center;
}
.proposition-flex-item__text div {
	text-transform: lowercase;
	font-weight: normal;
}
.proposition-bottom {
	font-weight: 600;
    text-align: center;
    font-size: 16px;
    color: black;

}

.word-item{
	text-align: left;
	margin-bottom: 5px;
}



.proposition-buttom {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    color: #ffd32d;
    font-size: 20px;
    text-transform: uppercase;
    cursor: pointer;background: url("/local/templates/avada/css/../img/propositin-button.png") no-repeat;
    height: 60px;
    background-size: cover;
    width: 361px;
    margin: 40px auto 0px;
}
.proposition-buttom span {
    margin-right: 15px;
    color: white;
    font-size: 20px;
}
.responsive-tooltip {
    display: none;
}
.yandex-table-cell__third, .yandex-table-cell__seventh {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
}
.diagram-item {
    width: 50%;
}
.diagram-item-title {
	margin-bottom: 30px;
    text-align: center;
    color: black;
    font-size: 16px;
    line-height: 22px;
    font-weight: 600;
    margin-top: 20px;
    min-height: 65px;
}
.diagram-item-subtitle {
    font-size: 16px;
    color: black;
    text-align: center;
}
.diagram {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;

}
.diagram-images {
    min-height: 170px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-top: 15px;
}
.diagram div {
    position: relative;
    height: 143px;
    cursor: pointer;
}
.diagram div span {
    position: absolute;
    font-size: 14px;
    font-weight: 600;
}
.diagram .diagram-left span {
    top: 46px;
    left: 10px;
}
.diagram .diagram-right span {
    top: 76px;
    right: 10px;
}
.diagram div span:hover {
    font-size: 18px !important;
}
.diagram div img {
    height: 100%;
    width: auto;
}
.diagram-left {
    right: -13px;
}
.diagram-right {
    left: -13px;
}
.diagram-left:hover {
    right: -16px !important;
    height: 160px !important;
    z-index: 99 !important;
    /*transition-delay: 0.2s;*/
}
.diagram-right:hover {
    left: -16px !important;
    height: 160px !important;
    z-index: 99 !important;
}
.diagram-months {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
        justify-content: space-around;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 90%;
    margin: 20px auto 0;
}
.diagram-months-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
        justify-content: space-around;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 95px;
    height: 25px;
    cursor: pointer;
}
.diagram-months-item__name {
    font-size: 16px;
    color: #000000;
    font-weight: 600;
}
.diagram-months-item__color {
    width: 10px;
    height: 10px;
}
.diagram-months-item_first .diagram-months-item__color {
    background: #ff5a00;
}
.diagram-months-item_second .diagram-months-item__color {
    background: #ff8f34;
}
.diagram-right-part .diagram-left {
    right: -17px;
    height: 136px;
    top: -4px;
}
.diagram-right-part .diagram-right {
    left: -17px;
}
.diagram-right-part .diagram-right:hover {
    left: -20px !important;
    height: 160px !important;
    z-index: 99 !important;
}
.diagram-right-part .diagram-months-item_first .diagram-months-item__color {
    background: #35b30a;
}
.diagram-right-part .diagram-months-item_second .diagram-months-item__color {
    background: #1b6002;
}
.diagram-right-part span {
    color: white;
}
.yandex-table-cell__seventh .diagram-left-part_sec .diagram-right {
    left: -20px;
    height: 131px;
    z-index: 0;
    top: -6px;
}
.yandex-table-cell__seventh .diagram .diagram-left span {
    top: 94px;
    left: 37px;
}
.yandex-table-cell__seventh .diagram .diagram-right span {
    top: 42px;
    right: 25px;
}
.yandex-table-cell__seventh .diagram-left-part_sec .diagram-left {
    right: -20px;
}
.yandex-table-cell__seventh .diagram-left-part_sec .diagram-right:hover {
    height: 151px !important;
    left: -22px !important;
}
.yandex-table-cell__seventh .diagram-left-part_sec .diagram-left:hover {
    height: 163px !important;
    right: -24px !important;
}
.yandex-table-cell__seventh .diagram-right-part .diagram-left {
    height: 143px;
    top:0px;
}
.yandex-table-cell__seventh .diagram-right-part .diagram-right {
    left: -17px;
    height: 135px;
    top: -4px;
}
.yandex-table-cell__seventh .diagram-right-part .diagram-left:hover {
    right: -20px !important;
}
.yandex-table-cell__seventh .diagram-right-part .diagram-months-item_first .diagram-months-item__color {
    background: #1b6002;
}
.yandex-table-cell__seventh .diagram-right-part .diagram-months-item_second .diagram-months-item__color {
    background: #35b30a;
}

.timer-area{
	background-size: cover;
	background-position: center;
	background: url(/local/templates/avada/css/../img/timer-bg.jpg);
	min-height: 950px;
	margin-top: -30px;
	padding-top: 100px;
	padding-bottom: 30px;
	padding-left: 15px;
	padding-right: 15px;
}

.timer-title{
	line-height: 30px;
	color: #fae7b6;
	font-size: 30px;
	text-align: center;
	margin-bottom: 15px;
	padding-left: 110px;
}


.timer-title-left{
	font-size: 40px;
	line-height: 40px;
	font-weight: bold;
	text-transform: uppercase;
	color: #fae19f;
}

.timer-title-left span{
	font-size: 30px;
	font-weight: normal;
}

.timer-listing-item{
	font-size: 24px;
	line-height: 24px;
    font-weight: 500;
    color: white;
    margin-bottom: 20px;
    text-transform: uppercase;
    padding-left: 55px;
    margin-top: 20px;
}

.timer-form{
	background: url(/local/templates/avada/css/../img/form-auto-bg.png) no-repeat;
	padding-top: 40px;
	/* padding-left: 20px;
    padding-right: 20px; */
	background-position-x: center;
}

.timer-form .main-form{
	background-color: rgba(255, 255, 255, 0.4);
    margin-top: 20px;
}



.auto-text-bg{
	background: url(/local/templates/avada/css/../img/auto-text-bg.png) no-repeat;
	display: inline-block;
	font-size: 34px;
	color: white;
	font-weight: bold;
	max-width: 457px;
	width: 100%;
	line-height: 40px;
	height:114px;
	padding-top: 50px;
	padding-left: 50px;
	margin-top: 30px;
}

#countdown{
	display: flex;
	text-align: center;
	padding-left: 110px;
}

#countdown .days, #countdown .days, #countdown .hours, #countdown .minutes, #countdown .seconds{
	font-size: 60px;
	font-weight: bold;
	width: 90px;
	height: 65px;
	color: #ff6050;
	background: #ededed;
	display: block;
    text-align: center;
	padding-top: 20px;
	position: relative;
	margin-top: 7px;
	border-radius: 7px;
}

#countdown .days:after, #countdown .days:after, #countdown .hours:after, #countdown .minutes:after{
	content: "";
	height: 35px;
	width: 22px;
	position: absolute;
	top: 23%;
	right: -27%;
	background: url(/local/templates/avada/css/../img/double.png);
}

.timeRefDays, .timeRefHours, .timeRefMinutes, .timeRefSeconds{
text-align: center;
color: #eddcae;
font-size: 18px;
}

#countdown li{
	margin-right: 25px;
}

#countdown li:last-child{
	margin-right: 0;
}

.auto-slider{
	margin-top: 40px;
	margin-bottom:0px;
}

.auto-slider .text-left{
	font-size: 18px;
	margin-top: 40px;
}

.no-cli-graph {
	background: #818181; height: 10px; display: inline-block; position: absolute; left: 40%;margin-top: 5px;
}

.cli-graph{
background: #ff8a00; width: 67px; height: 10px; display: inline-block; position: absolute; left: 40%;margin-top: 5px;
}


.auto-positions{
	position: relative;
	margin-top: 30px;
}

.auto-positions li{
	font-size: 14px;
	text-align: left;
	margin-bottom: 8px;
}

.keys-all{
	max-width: 970px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
}

.inner-auto-slide{
	max-width: 700px;
	width: 100%;
	margin: 0 auto;
	text-align: center;
}

.inner-auto-slide .slider-text{
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 5px;
}

.inner-auto-slide .slider-text-desc{
	font-size: 16px;
	font-weight: normal;
}

@media (max-width: 1620px) {
    .keys-sec:after {
        right: -100px;
    }
}
@media (max-width: 1400px) {
    .keys-sec:after {
        right: 0px;
    }
}
@media (max-width: 992px) {
    .yandex-table-cell {
        width: 100%;
	}
    .yandex-table-cell__fourth img {
        height: auto;
        width: 100%;
	}
}
@media (max-width: 768px) {
	.keys-all{
		flex-flow: column;
	}
	.news-list .post{
		max-width: 360px;
		margin: 0 auto;
	}
	.timer-listing-item
	{
		padding-left: 0;
	}
	.timer-area{
		padding-top: 80px;
		padding-left: 5px;
		padding-right: 5px;
		height: auto;
		background-repeat: repeat;
	}
	.timer-form{
		padding-top: 0;
		padding-left: 10px;
    padding-right: 10px;
	}
	.timer-form{
		background: white;
	}
	.timer-form .main-form{
		background: white;
	}
	.auto-text-bg{
		padding-top: 20px;
	}
	#countdown{
		padding-left: 0;
	}
	#countdown .days, #countdown .days, #countdown .hours, #countdown .minutes, #countdown .seconds{
		font-size: 30px;
		width: 60px;
    	height: 60px;
	}
	#countdown .days:after, #countdown .days:after, #countdown .hours:after, #countdown .minutes:after{
		right: -40%;
	}
	.timer-title{
		padding-left: 0;
	}
	.tooltip_one:after{
		right: -13px;
	}

	.diagram-left-part_sec{
		margin-top: 30px;
	}

	.diagram-right-part{
		margin-top: 50px;
	}

	.keys{
		margin-top: 150px;
	}

	.yandex-title{
		margin-top: 50px;
	}

	.diagram-item-title{
		min-height: 25px;
	}

    .responsive-tooltip {
        font-size: 12px;
        display: block;
		width: 100px;
		text-transform: none;
		line-height: 14px;
	}

	.tooltip > .tooltip-inner{
		display: none !important;
	}

	.diagram-months{
		width: 50%;
	}

	.proposition-flex-item{
		margin-bottom: 40px;
	}
	
	.auto-slider .arrow-left{
		top: -10px !important;
		left: 0;
	}

	.auto-slider .arrow-right{
		top: -10px !important;
	}

    .helm-img img {
        width: 94px;
    }
    .tooltip-item {
        font-size: 14px;
    }
    .tooltips-top {
        top:-90px;
    }
    .helm-wrapper {
        position: relative;
        width: 100%;
        margin: 100px auto 120px;
    }
    .tooltip-item:after {
        content: url("/local/templates/avada/css/../img/line-res.png");
    }
    .tooltips-top {
        width: 290px;
        left: 50%;
        -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
                transform: translateX(-50%);
    }
    .tooltip_one .round-point {
        right: 14px;
        bottom: -11px;
    }
    tooltip_one:after {
        right: -3px;
        bottom: -22px;
        -webkit-transform: rotate(42deg);
            -ms-transform: rotate(42deg);
                transform: rotate(42deg);
    }
    .tooltip_two .round-point {
        left: -9px;
        bottom: 5px;
    }
    .tooltip_two:after {
        left: -24px;
        -webkit-transform: rotate(-61deg);
            -ms-transform: rotate(-61deg);
                transform: rotate(-61deg);
        bottom: -12px;
    }
    .tooltips-middle {
        width: 290px;
    }
    .tooltip_three .round-point {
        right: 19px;
        top: 7px;
    }
    .tooltips-bottom {
        width: 290px;
        bottom: -106px;
    }
    .tooltip_three:after {
        right: 2px;
        top: -2px;
    }
    .tooltip_four {
        right: 0px;
    }
    .tooltip_four .round-point {
        left: 9px;
        top: 7px;
    }
    .tooltip_four:after {
        left: -7px;
        top: 7px;
        -webkit-transform: rotate(-37deg);
            -ms-transform: rotate(-37deg);
                transform: rotate(-37deg);
    }
    .tooltip_five .round-point {
        top: -22px;
        left: 84px;
    }
    .tooltip_five:after {
        top: -40px;
        -webkit-transform: rotate(-40deg);
            -ms-transform: rotate(-40deg);
                transform: rotate(-40deg);
        right: -2px;
    }
    .tooltip_six {
        left: 0px;
    }
    .tooltip_six .round-point {
        top: -13px;
        left: 10px;
        -webkit-transform: translateX(0%);
            -ms-transform: translateX(0%);
                transform: translateX(0%);
    }
    .tooltip_six:after {
        top: -32px;
        left: 0px;
        -webkit-transform: rotate(40deg);
            -ms-transform: rotate(40deg);
                transform: rotate(40deg);
    }
    .keys-client {
        width: 100%;
    }
    .keys-sec {
        margin: 0px;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    }
    .list-block ul {
        -webkit-column-count: 1;
                column-count: 1;
    }
    .yandex-result-description {
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    }
    /* .yandex-table-cell__first_content {
        width: 100%;
    } */
    .yandex-table-cell {
        height: auto;
        padding: 40px 0px;

    }
    .yandex-table-cell__fourth {
        height: 350px;
    }
    .diagram-item {
        width: 100%;
    }

}

@media (max-width: 480px) {
    .yandex-table-cell__second, .yandex-table-cell__six {
        overflow: auto;
    }
    .proposition-buttom {
        background-size: 100% 100%;
        width: 100%;
    }
    .yandex-table-cell__fiveth .yandex-table-cell__first_content, .yandex-table-cell__eight .yandex-table-cell__first_content{
        padding-left: 10px;
    }
    .yandex-table-cell__fourth img {
        height: auto;
        width: auto;
    }
}

.btn-flex{
	justify-content: center;
	display: flex;
	margin-bottom: 30px;
}

.btn-flex .btn-new{
	display: block;
	width: auto;
}

.btn-flex a{
	padding-left: 25px;
	padding-right: 25px;
	font-size: 14px;
}

.flags-block{
	margin-top: 30px;
	margin-bottom: 30px;
	max-width: 500px;
	margin-left: auto;
    margin-right: auto;
}

.flags-block div{
	padding-left: 0;
	text-align: center;
}

.banner-usa{
	text-align: center;
}

.banner-usa img{
	max-width: 370px;
	width: 100%;
}

.flags{
	margin-bottom: 30px;
	margin-top: 30px;
}

@media (max-width: 1196px) {
	.banner-usa img{
		padding-top: 35px;
	}
 }

 .int-adv strong{
	 font-size: 18px !important;
	 margin-bottom: 10px !important;
	 line-height: 25px !important;
 }

 .int-adv{
	 padding-left: 0 !important;
 }

 .btn-int{
	 background: #e24500;
	 color: #ffd32d;
	 padding-left: 15px;
	 padding-right: 15px;
	 padding-bottom: 13px;
	 padding-top: 13px;
	 text-transform: uppercase;
	 top: 15px;
	 position: relative;
 }
 .box7 .slick-slide img{
	 background: white;
 }


.subscribe-wrap {
	text-align: center;
	padding: 30px 0;
	/*background: #f6cc1b url(/local/templates/avada/css/../img/backblogform.png) no-repeat 50% 50%;*/
}

.subscribe-block {
	/*max-width: 300px;*/
	width: 100%;
	margin: 0 auto;
	padding: 20px;
}


.subscribe-title {
	/*text-align: left;*/
	text-align: center;
	font-weight: bold;
	text-transform: uppercase;
	padding-bottom: 20px;
	font-size: 25px;
}

.subscribe-desc {
	/*text-align: left;*/
	text-align: center;
	font-size: 15px;
	padding-bottom: 10px;
}

.inp-sub {
	color: #fff;
	padding: 0 18px;
	height: 47px;
	background: linear-gradient(rgba(226,69,0,1) 0%, rgba(227,68,2,1) 41%, rgba(223,69,0,1) 44%, rgba(224,72,0,1) 46%, rgba(223,69,0,1) 47%, rgba(227,67,5,1) 49%, rgba(219,54,0,1) 51%, rgba(222,52,0,1) 53%, rgba(222,52,1,1) 100%) !important;
	border: none;
	opacity: .9;
	cursor: pointer;
	font-size: 12px;
	text-transform: uppercase;
}

.inp-text {
	width: 100%;
	margin-bottom: 20px;
	border: 1px solid #36922c !important;
	height: 44px !important;
	padding: 8px 46px 8px 36px;
}

.new-box-seo{
	padding: 47px 0;
}

.new-box-seo a{
	text-decoration: underline;
}

.new-box-seo .black-title{
	margin-bottom: 45px;
}

.new-box-seo .new-box-seo-item{
	margin-bottom: 30px;
	display: flex;
    align-items: center;
}

.new-box-seo .new-box-seo-item img{
	margin-right: 20px;
}

.new-box-seo .new-box-seo-item a{
	font-size: 22px;
	font-weight: 500;
	color: black;
}

.new-box-seo .new-box-seo-item a:hover{
	color: #ba3006;
}

.new-box-seo-promo a{
	font-size: 22px;
	font-weight: 500;
	color: black;
	text-decoration: underline;
}

.new-box-seo-promo a:hover{
	color: #ba3006;
}

.new-box-seo-promo{
	padding: 47px 0;
	background: #f6f6f6;
}

.new-box-seo-promo-first{

	text-align: center; margin: 0 auto; display: flex; justify-content: center; margin-bottom: 25px; margin-top: 20px; flex-wrap: wrap;
}

/* .top-menu li:nth-child(7) a{
	color: red;
	font-weight: bold;
}  */

.news-list .post{
	flex-wrap: wrap;
	display: flex;
	flex-flow: column;
}

.rev-list .post-thumnail{
	width: 160px;
	height: 160px;
}

.home-calc{
	margin-top: 20px;
	position: relative;
	width: 350px;
	margin-left: auto;
	margin-right: auto;
}

.home-calc a{
	position: absolute;
    font-size: 20px;
    text-align: center;
    top: 42px;
    right: -1px;
    width: 232px;
    line-height: 22px;
    color: white;
    background: #d83e1f;
    text-decoration: none;
    padding-bottom: 5px;
    padding-top: 5px;
}

.home-calc a:hover{
	background: #398829;
	text-decoration: none;
}

.seo__inner{
	display: flex;
	align-items: center;
	justify-content: center;
}

.seo__inner a{
	font-size: 20px;
}

.seo__inner img{
	width: 100px;
}

.flex-block{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	margin-top: 30px;
}

.flex-block a{
	text-align: center;
	margin: 0 auto;
}

.box-cms{
	margin-top: 60px;
}

.seo-block-new h2{
	margin-top: -100px !important;
	padding-top: 100px !important;
}

.seo-block-new b{
	margin-top: -100px !important;
	padding-top: 100px !important;
}
/* 
.top-menu li:nth-child(7) a {
    color: red;
    font-weight: bold;
} */

#content .accordion-desc{
	height: 148px !important;
}

.slider-name{
	font-size: 22px;
	font-weight: bold;
}

.c-traf{
	margin-top: 20px;
	margin-bottom: 15px;
}

.c-traf__title, .c-conv__title{
	font-size: 18px;
	margin-bottom: 15px;
}

.c-traf__info, .c-conv__info{
	font-size: 17px;
}

.c-red{
	color: #ba3006;
}

.c-green{
	color: #23810b;
}

.c-traf__add{
	font-size: 17px;
	color: black;
}

/* .kontext-box4 .accordion-item{
	height: 200px;
} */

.slider-up{
	font-size: 20px;
	color: black;
	padding-top: 20px;
}

.slider-up:before{
	content: "";
	background: url("/local/templates/avada/img/graph.png");
	width: 21px;
	height: 16px;
	position: absolute;
	left: 110px;
	top: 60px;
}

.slider-up__new{
	color: #23810b;
	font-size: 24px;
	font-weight: bold;
	padding-top: 5px;
}

.new-bread{
	margin-top: 55px;
}

.left-seo-menu h3,
.right-seo-menu h3{
	font-size: 19px;
	text-transform: none;
	font-weight: 500;
	margin-bottom: 15px;
}

.left-seo-menu h3 .fa,
.right-seo-menu h3 .fa{
	display: none;
}

.left-seo-menu,
.right-seo-menu{
	padding-top: 50px;
}

.left-seo-menu ul,
.right-seo-menu ul{
	margin-bottom: 30px;
}

.left-seo-menu ul li,
.right-seo-menu ul li{
	margin-bottom: 5px;
}

.left-seo-menu a,
.right-seo-menu a{
	font-size: 16px;
	color: black;
}

.left-seo-menu a:hover,
.right-seo-menu a:hover{
	color: #ba3006;
	text-decoration: none;
}

.pluso{
	margin-top: 30px;
}

.blog-entry-title:hover{
	color: #ba3006;
	text-decoration: none;
}

.display-b{
	display: block !important;
}

.display-n{
	display: none !important;
}

.new-slides-info{
	padding: 0 !important;
}

.new-slides-info .c-green{
	float: none;
	width: auto;
	margin: 0 auto;
	font-weight: bold;
}

.right-li{
	width: 100%;
    float: left;
	max-width: 300px;
	font-weight: normal;
}

.red-span{
	text-transform: none;
	color: #b12b25;
	font-weight: bold !important;
}

.green-btn{
	margin-bottom: 80px;
    position: relative;
    display: block;
	padding-left: 20px;
	padding-right: 20px;
    height: 50px;
    text-transform: uppercase;
    color: #ffd32d;
    text-decoration: none !important;
    font: 600 20px/50px 'Roboto', sans-serif;
    text-align: center;
	background: rgba(0,114,14,0.8);
	border: none;
	position: relative;
    left: 10px;
}

.green-btn:hover{
	cursor: pointer;
}

.flex-block-new{
	justify-content: flex-start !important;
}

.left-news .post-img{
	height: 100px;
	background-size: cover;
}

.rating-bottom-block .rating-title{
	font-size: 20px;
	text-transform: uppercase;
}

.rating-bottom-block{
	display: flex;
	justify-content: space-between;
}

.rating-text{
	color: #ffa800;
	font-weight: bold;
	font-size: 20px;
}

.star-rating .rat{
	background: url('/upload/star-in.png') no-repeat;
	width: 18px;
	height: 18px;
	display: inline-block;
	cursor: pointer;
	text-indent: -9999px;
}

.star-rating .rat-yes{
	background: url('/upload/star-yes.png') no-repeat;
}

.flex-blog-block{
	display: flex;
	justify-content: space-between;
	margin-bottom: 15px;
}

.post-date-blog img{
	width: 21px;
	width: 21px;
	position: relative;
	top: 5px;
}

.post-date-blog{
	font-size: 18px;
	color: #ffb31f;
	margin-top: -5px;
}

.left-news h6{
	margin-bottom: 25px;
}

.review-add-block .error-message{
	display: none;
}

.grecaptcha-badge{
	display: none;
}

.newcalcnow
{
	width: 100%!important;
	display: block!important;
	width: 100%!important;
	height: 40px!important;
	padding: 8px 46px 8px 10px!important;
	border: 1px solid #ccc;
	-webkit-border-radius: 2px!important;
	-moz-border-radius: 2px!important;
	border-radius: 2px!important;
	background: #f9f9f9!important;
	-moz-appearance: none!important;
	-webkit-appearance: none!important;
	appearance: normal!important;
	outline: 0!important;
	-webkit-box-sizing: border-box!important;
	-moz-box-sizing: border-box!important;
	box-sizing: border-box!important;
	-webkit-transition: border-color ease-in-out .5s!important;
	-moz-transition: border-color ease-in-out .5s!important;
	transition: border-color ease-in-out .5s!important;
	font-size: 15px!important;
	font-weight: normal!important;
	color: #333!important;
}

.calcrasc
{
	margin-top: 10px;
	padding: 0 18px;
	height: 47px;
	line-height: 47px;
	background: red;
	color: white;
	text-align: center;
	text-transform: uppercase;
}

.calcrasc:hover
{
	background: green;
	cursor: pointer;
}

.answerrasch
{
	color:green;
	font-size: 20px;
	display: none;
}

.errorrasch
{
	color:red;
	font-size: 20px;
	display: none;
}

.sertBlockContext
{
	margin-top: 100px;
	margin-bottom: 100px;
}

.zagSertContext
{
	font-size: 35px;
	text-transform: uppercase;
	text-align: center;
}

.podzagSertContext
{
	font-weight: bold;
	text-align: center;
	font-size: 22px;
	text-transform: uppercase;
	margin-top: 30px;
}

.sertContextBlock .row .col-md-6:nth-child(1)>img,.sertContextBlock .row .col-md-4:nth-child(1)>img
{
	float: right;
}
.sertContextBlock .row .col-md-4:nth-child(2)>img
{
	display: block;
	margin-left: auto;
	margin-right: auto;
}

/* .news-detail #main-text img {
	width: auto!important;
} */
.backblogform
{
	text-align: center;
	padding: 10px 0;
background: #f6cc1b url(/local/templates/avada/css/../img/backblogform.png) no-repeat 50% 50%;
}

/*#myModal2
{
	background: #000;
	height: 100%;
	opacity: 0.9;
	position: fixed;
	width: 100%;
	z-index: 300;
	top: 0;
	left: 0;
}*/

@media screen and (max-width: 600px) {
	.subscribe-block {
		height: 280px!important;
	}
}

@media screen and (max-width: 500px) {
	.zagSertContext {
		font-size: 22px;
		text-transform: uppercase;
		text-align: center;
		line-height: 25px;
	}

	.podzagSertContext {
		font-weight: bold;
		text-align: center;
		font-size: 14px;
		text-transform: uppercase;
		margin-top: 15px;
	}

	.sertContextBlock .row .col-md-6>img,.sertContextBlock .row .col-md-4>img
	{
		display: block;
		margin-left: auto;
		margin-right: auto;
	}

	.sertContextBlock .row .col-md-6:nth-child(1)>img,.sertContextBlock .row .col-md-4:nth-child(1)>img
	{
		float: none;
	}

	.subscribe-wrap {
		text-align: center;
		padding: 0 0!important;
		/* background: #f6cc1b url(/local/templates/avada/css/../img/backblogform.png) no-repeat 50% 50%; */
		margin-top: -30px!important;
	}

}

@media screen and (max-width: 673px) {
	#crm-web-form-id-68 .crm-webform-form-container {
        flex-direction: column;
    }
 
}

@media screen and (max-width: 886px) and (min-width: 466px) {
	.subscribe-block:before{
		background: url(/local/templates/avada/img/feather-mob.png) no-repeat !important;
		bottom: 0  !important;
		height: 88px  !important;
    width: 45px  !important;
	left: -1%  !important;
	top: auto !important;
	}   
}

@media screen and (max-width: 743px) { 
	.backblogform {
		padding-bottom: 10px !important;
		height: 330px;
	}
}




@media screen and (max-width: 466px){
	.subscribe-block .crm-webform-fieldset > .row{
		width: 100% !important;
		}
		.subscribe-block .crm-webform-input{
		max-width: 100% !important;
		}
.subscribe-block:before {
    display: block !important;
    top: 37% !important;
	left: 1% !important;
	background: url(/local/templates/avada/img/feather-mob.png) no-repeat !important;
}
}



.top-menu .logo {
	margin-top: 2px; }
  
  .top-menu .one-row-menu {
	height: 35px;
	position: relative;
	display: flex;
	justify-content: space-between; }
	.top-menu .one-row-menu:after {
	  z-index: -10;
	  content: '';
	  position: absolute;
	  top: 0;
	  bottom: 0;
	  left: 0;
	  right: 0;
	  background-image: url("/local/templates/avada/css/../images/bg_menu.png");
	  background-repeat: repeat;
	  -webkit-background-size: contain;
	  background-size: contain; }
  
  .top-menu .one-sub-menu {
	padding: 0 8px;
	margin: 0;
	list-style: none;
	text-transform: uppercase;
	font-size: 13px; }
	.top-menu .one-sub-menu li {
	  display: inline-block; }
	.top-menu .one-sub-menu a {
	  display: inline-block;
	  line-height: 35px;
	  padding: 0 8px;
	  color: #fff;
	  text-decoration: none; }
	  .top-menu .one-sub-menu a:hover {
		background-color: #fba705; }
  
  .top-menu .call-sub-menu {
	padding: 0;
	margin: 0;
	list-style: none;
	display: flex; }
	.top-menu .call-sub-menu li {
	  display: block; }
	.top-menu .call-sub-menu a {
	  display: inline-block;
	  line-height: 35px;
	  color: #fff;
	  text-decoration: none;
	  padding: 0 10px; }
	.top-menu .call-sub-menu .call-me, .top-menu .call-sub-menu .question {
	  text-transform: uppercase;
	  font-weight: 600;
	  font-size: 13px; }
	  .top-menu .call-sub-menu .call-me a, .top-menu .call-sub-menu .question a {
		padding: 0 10px;
		text-decoration: none; }
	.top-menu .call-sub-menu .call-me a {
	  background-color: #fba705; }
	.top-menu .call-sub-menu .question a {
	  background-color: #4e7105; }
	.top-menu .call-sub-menu .number {
	  font-family: 'Roboto', sans-serif;
	  font-size: 18px; }
  
  .top-menu .two-row-menu {
	position: relative; }
	.top-menu .two-row-menu .open-mobile-menu {
	  display: none;
	  position: absolute;
	  right: 0;
	  top: 0;
	  font-size: 35px;
	  z-index: 100; }
	  .top-menu .two-row-menu .open-mobile-menu i {
		color: #4e7105; }
	.top-menu .two-row-menu ul {
	  padding: 0 8px;
	  margin: 0;
	  list-style: none;
	  display: flex !important; }
	.top-menu .two-row-menu li {
	  margin: 5px 0; }
	  .top-menu .two-row-menu li:last-child {
		border: none; }
	.top-menu .two-row-menu p {
	  margin: 0;
	  padding: 0; }
	.top-menu .two-row-menu a {
	  line-height: 16px;
	  text-decoration: none;
	  padding: 5px 7px;
	  display: inline-block; }
	  .top-menu .two-row-menu a .head-two {
		font-size: 14px;
		color: #000;
		text-transform: uppercase; }
	  .top-menu .two-row-menu a .text-two {
		font-size: 11px;
		color: #4e7105; }


		.flex-header{
			display: flex;
			flex-wrap: wrap;
			margin-right: -15px;
			margin-left: -15px;
		}

.container-header{
	max-width: 1200px;
	width: 100%;
	padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}

.logo{
	flex: 0 0 16.66667%;
    max-width: 16.66667%;
}

.right-header{
	flex: 0 0 83.33333%;
    max-width: 83.33333%;
}

.crm-webform-label{
	color: black !important;
}

.footer-flex{
	display: flex;
    justify-content: space-between;
}


.footer-flex__inner{
	max-width: 700px;
    display: flex;
    justify-content: space-between;
}

.footer .fa-check{
	font-size: 14px !important;
	margin-right: 5px; 
}

.footer a{
	display: flex;
	color: #ffd70b !important;
}

.copy{
	margin-top: -30px;
}

.flex-in{
	float: left; max-width: 700px; width: 100%; display: flex; justify-content: space-between;
}

.of-images{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.small-padding{
	padding-top: 0 !important;
	padding-bottom: 0 !important;
}
/* End */


/* Start:/local/templates/avada/css/animate.css?158228320572259*/
@charset "UTF-8";

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

.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.hinge {
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
}

.animated.flipOutX,
.animated.flipOutY,
.animated.bounceIn,
.animated.bounceOut {
  -webkit-animation-duration: .75s;
  animation-duration: .75s;
}

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

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

  70% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
    animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
    -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.610, 0.355, 1.000);
    animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
  }

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

  70% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
    animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
    -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(.95, 1.05, 1);
    transform: scale3d(.95, 1.05, 1);
  }

  75% {
    -webkit-transform: scale3d(1.05, .95, 1);
    transform: scale3d(1.05, .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(.95, 1.05, 1);
    transform: scale3d(.95, 1.05, 1);
  }

  75% {
    -webkit-transform: scale3d(1.05, .95, 1);
    transform: scale3d(1.05, .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(.9, .9, .9) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(.9, .9, .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(.9, .9, .9) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(.9, .9, .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: none;
    transform: none;
  }

  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: none;
    transform: none;
  }
}

@keyframes wobble {
  from {
    -webkit-transform: none;
    transform: none;
  }

  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: none;
    transform: none;
  }
}

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

@-webkit-keyframes jello {
  from, 11.1%, to {
    -webkit-transform: none;
    transform: none;
  }

  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: none;
    transform: none;
  }

  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 bounceIn {
  from, 20%, 40%, 60%, 80%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  }

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

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

  40% {
    -webkit-transform: scale3d(.9, .9, .9);
    transform: scale3d(.9, .9, .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(.97, .97, .97);
    transform: scale3d(.97, .97, .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.610, 0.355, 1.000);
    animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  }

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

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

  40% {
    -webkit-transform: scale3d(.9, .9, .9);
    transform: scale3d(.9, .9, .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(.97, .97, .97);
    transform: scale3d(.97, .97, .97);
  }

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

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

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

  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: none;
    transform: none;
  }
}

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

  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: none;
    transform: none;
  }
}

.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.610, 0.355, 1.000);
    animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  }

  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: none;
    transform: none;
  }
}

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

  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: none;
    transform: none;
  }
}

.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.610, 0.355, 1.000);
    animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  }

  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: none;
    transform: none;
  }
}

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

  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: none;
    transform: none;
  }
}

.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.610, 0.355, 1.000);
    animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  }

  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.610, 0.355, 1.000);
    animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  }

  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(.9, .9, .9);
    transform: scale3d(.9, .9, .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(.3, .3, .3);
    transform: scale3d(.3, .3, .3);
  }
}

@keyframes bounceOut {
  20% {
    -webkit-transform: scale3d(.9, .9, .9);
    transform: scale3d(.9, .9, .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(.3, .3, .3);
    transform: scale3d(.3, .3, .3);
  }
}

.bounceOut {
  -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: none;
    transform: none;
  }
}

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

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

.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: none;
    transform: none;
  }
}

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

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

.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: none;
    transform: none;
  }
}

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

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

.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: none;
    transform: none;
  }
}

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

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

.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: none;
    transform: none;
  }
}

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

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

.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: none;
    transform: none;
  }
}

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

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

.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: none;
    transform: none;
  }
}

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

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

.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: none;
    transform: none;
  }
}

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

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

.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) rotate3d(0, 1, 0, -360deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }

  40% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    transform: perspective(400px) 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) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    transform: perspective(400px) 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(.95, .95, .95);
    transform: perspective(400px) scale3d(.95, .95, .95);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
}

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

  40% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    transform: perspective(400px) 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) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    transform: perspective(400px) 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(.95, .95, .95);
    transform: perspective(400px) scale3d(.95, .95, .95);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
    -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-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-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);
    opacity: 1;
  }

  to {
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}

@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);
    opacity: 1;
  }

  to {
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}

.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: none;
    transform: none;
    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: none;
    transform: none;
    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: none;
    transform: none;
    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: none;
    transform: none;
    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: none;
    transform: none;
    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: none;
    transform: none;
    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: none;
    transform: none;
    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: none;
    transform: none;
    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: none;
    transform: none;
    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: none;
    transform: none;
    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-name: hinge;
  animation-name: hinge;
}

/* 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: none;
    transform: none;
  }
}

@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: none;
    transform: none;
  }
}

.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(.3, .3, .3);
    transform: scale3d(.3, .3, .3);
  }

  50% {
    opacity: 1;
  }
}

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

  50% {
    opacity: 1;
  }
}

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

@-webkit-keyframes zoomInDown {
  from {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
    transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
    animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
  }

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

@keyframes zoomInDown {
  from {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
    transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
    animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
  }

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

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

@-webkit-keyframes zoomInLeft {
  from {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
    transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
    animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
  }

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

@keyframes zoomInLeft {
  from {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
    transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
    animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
  }

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

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

@-webkit-keyframes zoomInRight {
  from {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
    transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
    animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
  }

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

@keyframes zoomInRight {
  from {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
    transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
    animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
  }

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

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

@-webkit-keyframes zoomInUp {
  from {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0);
    transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
    animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
  }

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

@keyframes zoomInUp {
  from {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0);
    transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
    animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
  }

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

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

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

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

  to {
    opacity: 0;
  }
}

@keyframes zoomOut {
  from {
    opacity: 1;
  }

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

  to {
    opacity: 0;
  }
}

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

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

  to {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(0, 2000px, 0);
    transform: scale3d(.1, .1, .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.320, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
  }
}

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

  to {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(0, 2000px, 0);
    transform: scale3d(.1, .1, .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.320, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
  }
}

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

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

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

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

  to {
    opacity: 0;
    -webkit-transform: scale(.1) translate3d(-2000px, 0, 0);
    transform: scale(.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(.475, .475, .475) translate3d(-42px, 0, 0);
    transform: scale3d(.475, .475, .475) translate3d(-42px, 0, 0);
  }

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

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

  to {
    opacity: 0;
    -webkit-transform: scale(.1) translate3d(2000px, 0, 0);
    transform: scale(.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(.475, .475, .475) translate3d(0, 60px, 0);
    transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
    animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
  }

  to {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(0, -2000px, 0);
    transform: scale3d(.1, .1, .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.320, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
  }
}

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

  to {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(0, -2000px, 0);
    transform: scale3d(.1, .1, .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.320, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 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;
}

/* End */


/* Start:/local/templates/avada/css/jquery.fancybox.min.css?158228320613894*/
@charset "UTF-8";.fancybox-enabled{overflow:hidden}.fancybox-enabled body{overflow:visible;height:100%}.fancybox-is-hidden{position:absolute;top:-9999px;left:-9999px;visibility:hidden}.fancybox-container{position:fixed;top:0;left:0;width:100%;height:100%;z-index:99993;-webkit-tap-highlight-color:transparent;-webkit-backface-visibility:hidden;backface-visibility:hidden;-webkit-transform:translateZ(0);transform:translateZ(0)}.fancybox-container~.fancybox-container{z-index:99992}.fancybox-bg,.fancybox-inner,.fancybox-outer,.fancybox-stage{position:absolute;top:0;right:0;bottom:0;left:0}.fancybox-outer{overflow-y:auto;-webkit-overflow-scrolling:touch}.fancybox-bg{background:#1e1e1e;opacity:0;transition-duration:inherit;transition-property:opacity;transition-timing-function:cubic-bezier(.47,0,.74,.71)}.fancybox-is-open .fancybox-bg{opacity:.87;transition-timing-function:cubic-bezier(.22,.61,.36,1)}.fancybox-caption-wrap,.fancybox-infobar,.fancybox-toolbar{position:absolute;direction:ltr;z-index:99997;opacity:0;visibility:hidden;transition:opacity .25s,visibility 0s linear .25s;box-sizing:border-box}.fancybox-show-caption .fancybox-caption-wrap,.fancybox-show-infobar .fancybox-infobar,.fancybox-show-toolbar .fancybox-toolbar{opacity:1;visibility:visible;transition:opacity .25s,visibility 0s}.fancybox-infobar{top:0;left:50%;margin-left:-79px}.fancybox-infobar__body{display:inline-block;width:70px;line-height:44px;font-size:13px;font-family:Helvetica Neue,Helvetica,Arial,sans-serif;text-align:center;color:#ddd;background-color:rgba(30,30,30,.7);pointer-events:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;-webkit-touch-callout:none;-webkit-tap-highlight-color:transparent;-webkit-font-smoothing:subpixel-antialiased}.fancybox-toolbar{top:0;right:0}.fancybox-stage{overflow:hidden;direction:ltr;z-index:99994;-webkit-transform:translateZ(0)}.fancybox-slide{position:absolute;top:0;left:0;width:100%;height:100%;margin:0;padding:0;overflow:auto;outline:none;white-space:normal;box-sizing:border-box;text-align:center;z-index:99994;-webkit-overflow-scrolling:touch;display:none;-webkit-backface-visibility:hidden;backface-visibility:hidden;transition-property:opacity,-webkit-transform;transition-property:transform,opacity;transition-property:transform,opacity,-webkit-transform;-webkit-transform-style:preserve-3d;transform-style:preserve-3d}.fancybox-slide:before{content:"";display:inline-block;vertical-align:middle;height:100%;width:0}.fancybox-is-sliding .fancybox-slide,.fancybox-slide--current,.fancybox-slide--next,.fancybox-slide--previous{display:block}.fancybox-slide--image{overflow:visible}.fancybox-slide--image:before{display:none}.fancybox-slide--video .fancybox-content,.fancybox-slide--video iframe{background:#000}.fancybox-slide--map .fancybox-content,.fancybox-slide--map iframe{background:#e5e3df}.fancybox-slide--next{z-index:99995}.fancybox-slide>div{display:inline-block;position:relative;padding:24px;margin:44px 0;border-width:0;vertical-align:middle;text-align:left;background-color:#fff;overflow:auto;box-sizing:border-box}.fancybox-slide .fancybox-image-wrap{position:absolute;top:0;left:0;margin:0;padding:0;border:0;z-index:99995;background:transparent;cursor:default;overflow:visible;-webkit-transform-origin:top left;transform-origin:top left;background-size:100% 100%;background-repeat:no-repeat;-webkit-backface-visibility:hidden;backface-visibility:hidden;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.fancybox-can-zoomOut .fancybox-image-wrap{cursor:zoom-out}.fancybox-can-zoomIn .fancybox-image-wrap{cursor:zoom-in}.fancybox-can-drag .fancybox-image-wrap{cursor:-webkit-grab;cursor:grab}.fancybox-is-dragging .fancybox-image-wrap{cursor:-webkit-grabbing;cursor:grabbing}.fancybox-image,.fancybox-spaceball{position:absolute;top:0;left:0;width:100%;height:100%;margin:0;padding:0;border:0;max-width:none;max-height:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.fancybox-spaceball{z-index:1}.fancybox-slide--iframe .fancybox-content{padding:0;width:80%;height:80%;max-width:calc(100% - 100px);max-height:calc(100% - 88px);overflow:visible;background:#fff}.fancybox-iframe{display:block;padding:0;border:0;height:100%}.fancybox-error,.fancybox-iframe{margin:0;width:100%;background:#fff}.fancybox-error{padding:40px;max-width:380px;cursor:default}.fancybox-error p{margin:0;padding:0;color:#444;font:16px/20px Helvetica Neue,Helvetica,Arial,sans-serif}.fancybox-close-small{position:absolute;top:0;right:0;width:44px;height:44px;padding:0;margin:0;border:0;border-radius:0;outline:none;background:transparent;z-index:10;cursor:pointer}.fancybox-close-small:after{content:"×";position:absolute;top:5px;right:5px;width:30px;height:30px;font:20px/30px Arial,Helvetica Neue,Helvetica,sans-serif;color:#888;font-weight:300;text-align:center;border-radius:50%;border-width:0;background:#fff;transition:background .25s;box-sizing:border-box;z-index:2}.fancybox-close-small:focus:after{outline:1px dotted #888}.fancybox-close-small:hover:after{color:#555;background:#eee}.fancybox-slide--iframe .fancybox-close-small{top:0;right:-44px}.fancybox-slide--iframe .fancybox-close-small:after{background:transparent;font-size:35px;color:#aaa}.fancybox-slide--iframe .fancybox-close-small:hover:after{color:#fff}.fancybox-caption-wrap{bottom:0;left:0;right:0;padding:60px 30px 0;background:linear-gradient(180deg,transparent 0,rgba(0,0,0,.1) 20%,rgba(0,0,0,.2) 40%,rgba(0,0,0,.6) 80%,rgba(0,0,0,.8));pointer-events:none}.fancybox-caption{padding:30px 0;border-top:1px solid hsla(0,0%,100%,.4);font-size:14px;font-family:Helvetica Neue,Helvetica,Arial,sans-serif;color:#fff;line-height:20px;-webkit-text-size-adjust:none}.fancybox-caption a,.fancybox-caption button,.fancybox-caption select{pointer-events:all}.fancybox-caption a{color:#fff;text-decoration:underline}.fancybox-button{display:inline-block;position:relative;margin:0;padding:0;border:0;width:44px;height:44px;line-height:44px;text-align:center;background:transparent;color:#ddd;border-radius:0;cursor:pointer;vertical-align:top;outline:none}.fancybox-button[disabled]{cursor:default;pointer-events:none}.fancybox-button,.fancybox-infobar__body{background:rgba(30,30,30,.6)}.fancybox-button:hover:not([disabled]){color:#fff;background:rgba(0,0,0,.8)}.fancybox-button:after,.fancybox-button:before{content:"";pointer-events:none;position:absolute;background-color:currentColor;color:currentColor;opacity:.9;box-sizing:border-box;display:inline-block}.fancybox-button[disabled]:after,.fancybox-button[disabled]:before{opacity:.3}.fancybox-button--left:after,.fancybox-button--right:after{top:18px;width:6px;height:6px;background:transparent;border-top:2px solid currentColor;border-right:2px solid currentColor}.fancybox-button--left:after{left:20px;-webkit-transform:rotate(-135deg);transform:rotate(-135deg)}.fancybox-button--right:after{right:20px;-webkit-transform:rotate(45deg);transform:rotate(45deg)}.fancybox-button--left{border-bottom-left-radius:5px}.fancybox-button--right{border-bottom-right-radius:5px}.fancybox-button--close:after,.fancybox-button--close:before{content:"";display:inline-block;position:absolute;height:2px;width:16px;top:calc(50% - 1px);left:calc(50% - 8px)}.fancybox-button--close:before{-webkit-transform:rotate(45deg);transform:rotate(45deg)}.fancybox-button--close:after{-webkit-transform:rotate(-45deg);transform:rotate(-45deg)}.fancybox-arrow{position:absolute;top:50%;margin:-50px 0 0;height:100px;width:54px;padding:0;border:0;outline:none;background:none;cursor:pointer;z-index:99995;opacity:0;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;transition:opacity .25s}.fancybox-arrow:after{content:"";position:absolute;top:28px;width:44px;height:44px;background-color:rgba(30,30,30,.8);background-image:url(data:image/svg+xml;base64,PHN2ZyBmaWxsPSIjRkZGRkZGIiBoZWlnaHQ9IjQ4IiB2aWV3Qm94PSIwIDAgMjQgMjQiIHdpZHRoPSI0OCIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4gICAgPHBhdGggZD0iTTAgMGgyNHYyNEgweiIgZmlsbD0ibm9uZSIvPiAgICA8cGF0aCBkPSJNMTIgNGwtMS40MSAxLjQxTDE2LjE3IDExSDR2MmgxMi4xN2wtNS41OCA1LjU5TDEyIDIwbDgtOHoiLz48L3N2Zz4=);background-repeat:no-repeat;background-position:50%;background-size:24px 24px}.fancybox-arrow--right{right:0}.fancybox-arrow--left{left:0;-webkit-transform:scaleX(-1);transform:scaleX(-1)}.fancybox-arrow--left:after,.fancybox-arrow--right:after{left:0}.fancybox-show-nav .fancybox-arrow{opacity:.6}.fancybox-show-nav .fancybox-arrow[disabled]{opacity:.3}.fancybox-slide>.fancybox-loading{border:6px solid hsla(0,0%,39%,.4);border-top:6px solid hsla(0,0%,100%,.6);border-radius:100%;height:50px;width:50px;-webkit-animation:a .8s infinite linear;animation:a .8s infinite linear;background:transparent;position:absolute;top:50%;left:50%;margin-top:-25px;margin-left:-25px;z-index:99999}@-webkit-keyframes a{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}@keyframes a{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}.fancybox-animated{transition-timing-function:cubic-bezier(0,0,.25,1)}.fancybox-fx-slide.fancybox-slide--previous{-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0);opacity:0}.fancybox-fx-slide.fancybox-slide--next{-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0);opacity:0}.fancybox-fx-slide.fancybox-slide--current{-webkit-transform:translateZ(0);transform:translateZ(0);opacity:1}.fancybox-fx-fade.fancybox-slide--next,.fancybox-fx-fade.fancybox-slide--previous{opacity:0;transition-timing-function:cubic-bezier(.19,1,.22,1)}.fancybox-fx-fade.fancybox-slide--current{opacity:1}.fancybox-fx-zoom-in-out.fancybox-slide--previous{-webkit-transform:scale3d(1.5,1.5,1.5);transform:scale3d(1.5,1.5,1.5);opacity:0}.fancybox-fx-zoom-in-out.fancybox-slide--next{-webkit-transform:scale3d(.5,.5,.5);transform:scale3d(.5,.5,.5);opacity:0}.fancybox-fx-zoom-in-out.fancybox-slide--current{-webkit-transform:scaleX(1);transform:scaleX(1);opacity:1}.fancybox-fx-rotate.fancybox-slide--previous{-webkit-transform:rotate(-1turn);transform:rotate(-1turn);opacity:0}.fancybox-fx-rotate.fancybox-slide--next{-webkit-transform:rotate(1turn);transform:rotate(1turn);opacity:0}.fancybox-fx-rotate.fancybox-slide--current{-webkit-transform:rotate(0deg);transform:rotate(0deg);opacity:1}.fancybox-fx-circular.fancybox-slide--previous{-webkit-transform:scale3d(0,0,0) translate3d(-100%,0,0);transform:scale3d(0,0,0) translate3d(-100%,0,0);opacity:0}.fancybox-fx-circular.fancybox-slide--next{-webkit-transform:scale3d(0,0,0) translate3d(100%,0,0);transform:scale3d(0,0,0) translate3d(100%,0,0);opacity:0}.fancybox-fx-circular.fancybox-slide--current{-webkit-transform:scaleX(1) translateZ(0);transform:scaleX(1) translateZ(0);opacity:1}.fancybox-fx-tube.fancybox-slide--previous{-webkit-transform:translate3d(-100%,0,0) scale(.1) skew(-10deg);transform:translate3d(-100%,0,0) scale(.1) skew(-10deg)}.fancybox-fx-tube.fancybox-slide--next{-webkit-transform:translate3d(100%,0,0) scale(.1) skew(10deg);transform:translate3d(100%,0,0) scale(.1) skew(10deg)}.fancybox-fx-tube.fancybox-slide--current{-webkit-transform:translateZ(0) scale(1);transform:translateZ(0) scale(1)}@media (max-width:800px){.fancybox-infobar{left:0;margin-left:0}.fancybox-button--left,.fancybox-button--right{display:none!important}.fancybox-caption{padding:20px 0;margin:0}}.fancybox-button--fullscreen:before{width:15px;height:11px;left:calc(50% - 7px);top:calc(50% - 6px);border:2px solid;background:none}.fancybox-button--pause:before,.fancybox-button--play:before{top:calc(50% - 6px);left:calc(50% - 4px);background:transparent}.fancybox-button--play:before{width:0;height:0;border-top:6px inset transparent;border-bottom:6px inset transparent;border-left:10px solid;border-radius:1px}.fancybox-button--pause:before{width:7px;height:11px;border-style:solid;border-width:0 2px}.fancybox-button--thumbs,.fancybox-thumbs{display:none}@media (min-width:800px){.fancybox-button--thumbs{display:inline-block}.fancybox-button--thumbs span{font-size:23px}.fancybox-button--thumbs:before{width:3px;height:3px;top:calc(50% - 2px);left:calc(50% - 2px);box-shadow:0 -4px 0,-4px -4px 0,4px -4px 0,inset 0 0 0 32px,-4px 0 0,4px 0 0,0 4px 0,-4px 4px 0,4px 4px 0}.fancybox-thumbs{position:absolute;top:0;right:0;bottom:0;left:auto;width:220px;margin:0;padding:5px 5px 0 0;background:#fff;word-break:normal;-webkit-tap-highlight-color:transparent;-webkit-overflow-scrolling:touch;-ms-overflow-style:-ms-autohiding-scrollbar;box-sizing:border-box;z-index:99995}.fancybox-show-thumbs .fancybox-thumbs{display:block}.fancybox-show-thumbs .fancybox-inner{right:220px}.fancybox-thumbs>ul{list-style:none;position:absolute;position:relative;width:100%;height:100%;margin:0;padding:0;overflow-x:hidden;overflow-y:auto;font-size:0}.fancybox-thumbs>ul>li{float:left;overflow:hidden;max-width:50%;padding:0;margin:0;width:105px;height:75px;position:relative;cursor:pointer;outline:none;border:5px solid transparent;border-top-width:0;border-right-width:0;-webkit-tap-highlight-color:transparent;-webkit-backface-visibility:hidden;backface-visibility:hidden;box-sizing:border-box}li.fancybox-thumbs-loading{background:rgba(0,0,0,.1)}.fancybox-thumbs>ul>li>img{position:absolute;top:0;left:0;min-width:100%;min-height:100%;max-width:none;max-height:none;-webkit-touch-callout:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.fancybox-thumbs>ul>li:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;border-radius:2px;border:4px solid #4ea7f9;z-index:99991;opacity:0;transition:all .2s cubic-bezier(.25,.46,.45,.94)}.fancybox-thumbs>ul>li.fancybox-thumbs-active:before{opacity:1}}
/* End */


/* Start:/local/templates/avada/styles.css?1582283169414*/
.box9 {
/*
	background: url(/local/templates/avada/img/box9.webp) no-repeat 50% 50% !important;
	*/

}

/* 
.header {
    background: #f8d000 url(/local/templates/avada/img/header.webp) 50% 0 !important;

}

.top-line {

	background: #f8d000 url(/local/templates/avada/img/header.webp) 50% 0  !important;

} */



.logo a {
	/*
    background: url(/local/templates/avada/img/logo.webp) no-repeat !important;
	*/

}
/* End */


/* Start:/local/templates/avada/template_styles.css?15849990612640*/
.workman-block {
    margin-top: 40px;
    font-family: 'Roboto', sans-serif;
  line-height: 1.5;
  margin-bottom: 40px;
  }
    .workman-block h3 {
      margin-bottom: 30px;
      font-size: 24px;
    line-height: 40px;
    font-family: 'Roboto';
    font-weight: 400;
    color: #2e5e2d;
  text-align: center;
  }
    .workman-block .item-workman:hover .bg-hover-image {
      transform: translateY(0); }
    .workman-block .workman-image {
      position: relative; }
    .workman-block .desc-workman {
      text-align: center;
      padding: 8px;
      background-color: #e6e4e3; }
      .workman-block .desc-workman p {
        margin: 5px 0; }
    .workman-block .name-workman {
      
      font-size: 18px; }
    .workman-block .work {
      font-style: italic;
      font-size: 14px;
      color: #858585; }
    .workman-block .owl-dots {
      margin-top: 15px;
      text-align: center; }
    .workman-block .owl-carousel button.owl-dot {
      height: 15px;
      width: 15px;
      border-radius: 50%;
      background-color: #686967;
      margin: 0 3px;
      outline: none;
      opacity: 0.6;
      transition: all 0.5s; }
    .workman-block .owl-carousel button.owl-dot.active {
      opacity: 1; }

      .desc-workman{
        height: 127px;
      }

      .new-seo-contacts .btn{
        display: block !important;
      }

      .cases-form{
        display: flex;
        flex-wrap: wrap;
        margin-bottom: 40px;
        justify-content: space-between;
      }

      .cases-form__img img{
        width: 100%;
        max-width: 850px;
      }

     #content h1{
        font-size: 42px;
        text-align: left;
        color: #000000;
        margin-bottom: 32px;
        font-weight: 400;
        margin-top: 30px;
      }

      #content a{
        color: #ba3006;
      }

      footer{
        position: relative;
      }

      .blog_form__wrap{
        bottom: 100% !important;
      }

      #main-text{
        margin-top: 30px;
      }

      .red-btn{
        max-width: 260px;
        cursor: pointer;
        margin: 0 auto;
      }

      .red-btn a{
        color: white !important;
      }

      #content{
        padding-bottom: 120px;
      }

      .seo-youngsite ul{
        padding-left: 20px;
      }

      .seo-youngsite ul li{
        font-size: 16px;
    line-height: 30px;
    padding-left: 35px;
    color: #555;
    position: relative;
      }

      .seo-youngsite ul li:before{
      content: '';
      display: block;
      position: absolute;
      top: 13px;
      left: 20px;
      width: 5px;
      height: 5px;
      border-radius: 50%;
      background: #68a62f;
    }
/* End */
/* /local/templates/avada/css/style.css?1583620022142215 */
/* /local/templates/avada/css/animate.css?158228320572259 */
/* /local/templates/avada/css/jquery.fancybox.min.css?158228320613894 */
/* /local/templates/avada/styles.css?1582283169414 */
/* /local/templates/avada/template_styles.css?15849990612640 */
