/*
Theme Name: Tomatina Landing
Author: Redstone
Version: 1.0
*/

html {
    overflow-y: scroll
}

*,*:before,*:after {
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

* {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
    -webkit-text-size-adjust: none
}

[class*="spacer"] {
    clear: both;
    width: 100%!important
}

.spacer-xl {
    height: 140px
}

.spacer-lt {
    height: 120px
}

.spacer-lg {
    height: 100px
}

.spacer-md {
    height: 90px
}

.spacer-md.style-2 {
    height: 60px
}

.spacer-sm {
    height: 70px
}

.spacer-sm.style-2 {
    height: 60px
}

.spacer-ss {
    height: 50px
}

.spacer-small {
    height: 20px
}

body .spacer-s-small {
    height: 10px
}

@media (max-width: 1366px) {
    body .spacer-xl,body .spacer-lt,body .spacer-lg,body .spacer-md {
        height:80px
    }
}

@media (max-width: 767px) {
    body .spacer-xl,body .spacer-lt,body .spacer-lg,body .spacer-md,body .spacer-md.style-2,body .spacer-sm,body .spacer-sm.style-2 {
        height:30px
    }
}

a {
	text-decoration: none;
}

@media (min-width: 1200px) {
    .container {
        width: 100%;
        max-width: 1840px;
        padding-left: 90px;
        padding-right: 90px;
    }
}

@media (max-width: 1199px) {
    .container {
        padding: 0 15px;
    }
}

section, .relative,.section {
  position: relative;
}

header {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 80px;
	display:-ms-flexbox;
	display:flex;
	-ms-flex-pack:center;
	justify-content:center;
	-ms-flex-align:center;
	align-items:center;
	border-bottom: 1px solid #f9f9f9;
	box-shadow: 0 3px 6px 0 rgba(0, 0, 0, .05);
	background: #fff;
	z-index: 99999999;
}
header .logotype {
	padding: 10px;
}
header .logotype img {
	display: block;
	max-width: 100%;
	max-height: 100%;
	width:auto;
	height:auto;
}
header .logotype img[src*='.svg'] {
	width: 100%;
	max-width: 300px;
	max-height: 60px;
}

@media (max-width: 767px) {
	header .logotype img[src*='.svg'] {
		max-height: 50px;
	}
}

header + main {
	padding-top:80px;
}

main {
	display:-ms-flexbox;
	display:flex;
	-ms-flex-pack:center;
	justify-content:center;
	-ms-flex-align:center;
	align-items:center;
	-ms-flex-wrap:wrap;
	flex-wrap:wrap;
}

@media (min-width: 768px) {
	main {
		min-height: 100vh;
	}
}

main .section {
	width: 100%;
}

/* index page */
.index-menu{
	display: flex;
	flex-wrap: wrap;
	width: 100%;
}
.index-menu_item{
	flex-direction: column;
	display: flex;
	margin-bottom: 40px;
	max-width: 560px;
}

.index-menu_img{
	position: relative;
	padding-bottom: 100%;
	border-radius: 16px;
	display: block;
	overflow: hidden;
	margin-bottom: 10px;
}
.index-menu_img img{
	position: absolute;
	max-width: 100%;
	max-height: 100%;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
	-webkit-transition: .5s;
	-o-transition: .5s;
	transition: .5s;
}
.index-menu_title{
	color: #555;
	font-size: 24px;
	line-height: 38px;
	font-family: "Roboto", sans-serif;
	text-align: center;
	text-transform:uppercase;
}

.index-menu_logo {
	display:-ms-flexbox;
	display:flex;
	-ms-flex-pack:center;
	justify-content:center;
	-ms-flex-align:center;
	align-items:center;
	height: 50px;
}
.index-menu_logo > img,
.index-menu_logo > picture {
	width: 35%;
	display: block;
}
.index-menu_logo img {
	max-width: 150px;
	height: auto;
	max-height:50px;
	width: auto;
}

.index-menu_logo img[src*='svg'] {
	width: 100%;
}

@media (max-width: 991px) {
	.index-menu .col-lg-4.col-md-6.col-6:nth-child(even) .index-menu_item {
		padding: 0px 7.5px 0px 0px;
	}
	.index-menu .col-lg-4.col-md-6.col-6:nth-child(odd) .index-menu_item {
		padding: 0px 0px 0px 7.5px;
	}
}
@media (max-width: 1440px) {
	.index-menu_logo {
		height: 40px;
	}
	.index-menu_logo img {
		max-width: 130px;
		max-height:40px;
	}
}
@media (max-width: 1199px) {
	.index-menu_item{
		margin-bottom: 20px;
	}
	.index-menu_title{
		font-size: 20px;
		line-height:30px;
	}
	.index-menu_logo {
		height: 30px;
	}
	.index-menu_logo img {
		max-width: 120px;
		max-height: 30px;
	}
}
@media (max-width: 991px) {
	.index-menu_item{
		flex: 0 0 50%;
		padding: 0 7.5px;
		margin-left: 0;
	}
}
@media (max-width: 767px) {
	.index-menu_img{
		margin-bottom: 8px;
	}
	.index-menu_title{
		font-size: 18px;
		line-height: 22px;
	}
	.index-menu_logo {
		height: 22px;
	}
	.index-menu_logo img {
		max-width: 110px;
		max-height: 22px;
	}
}
@media (max-width: 575px) {
	.index-menu_title{
		font-size: 16px;
	}
	.index-menu_logo > img,
	.index-menu_logo > picture {
		width: 50%;
	}
	.index-menu_logo img {
		display:block;
		margin: 0 auto;
	}
}
@media (max-width: 413px) {
	.index-menu_title{
		font-size: 14px;
	}
}
@media (min-width: 1200px) {
	.index-menu_title:hover{
		color: #272366;
	}
	.index-menu_img:hover img{
		-webkit-transform: translate(-50%,-50%) scale(1.1);
		-ms-transform: translate(-50%,-50%) scale(1.1);
		transform: translate(-50%,-50%) scale(1.1);
	}
}
@media (max-width: 767px) {
	.section .index-menu .col-lg-4.col-md-6.col-6 .index-menu_item {
		padding: 0;
	}
}

/*-------------------------------------------------------------------------------------------------------------------------------*/
/* SEO BLOCK */
/*-------------------------------------------------------------------------------------------------------------------------------*/
.seo-sec {position: relative;display: block;width: 100%;}
/*img*/
.seo-img {position: relative;display: block;width: 100%;border-radius:16px;overflow:hidden;/*height: 0;padding-bottom: 95%;*/}
/*seo-cont*/
.seo-cont {position: relative;display: block;width: 100%;}
.seo-cont .title {margin-bottom: 20px;}
.seo-cont .text p {color: #6D6D6D;line-height: 28px;}
.more-text .text {display: none;}
.read-more {position: relative;margin-top: 20px;display: inline-block;padding-right: 24px;cursor: pointer;color: #599921;letter-spacing: 0.1em;text-transform: uppercase;font-size: 14px;line-height: 14px;font-weight: 700;-webkit-transition: all 0.3s ease-in-out;transition: all 0.3s ease-in-out;}
.read-more:before {content: "";position: absolute;right: 2px;top: 0;width: 10px;height: 10px;border-left: 2px solid #599921;border-bottom: 2px solid #599921;transform: rotate(-45deg);-webkit-transform: rotate(-45deg);-webkit-transition: all 0.3s ease-in-out;transition: all 0.3s ease-in-out;}
.more-text.open-more-text .read-more {color: #DB2526;}
.more-text.open-more-text .read-more:before {top: 5px;border-color: #DB2526;-webkit-transform: rotate(-225deg);transform: rotate(-225deg);}
/*media*/
@media(min-width: 1200px){
  .more-text .read-more:hover {color: #DB2526;}
  .more-text .read-more:hover:before {border-color: #DB2526;}
}
@media(max-width: 1640px){
  .seo-sec .seo-decor-list {left: -55px;}
}
@media(max-width: 1366px){
  .seo-sec .seo-decor-list,.seo-sec .seo-decor-yellow {display: none;}
}
@media(max-width: 991px){
  .seo-img {margin-bottom: 20px;}
  .seo-sec {margin-bottom: 50px;}
}
@media(max-width: 480px){
  .seo-sec {margin-bottom: 20px;}
}