/****************Base*styles********************/
*{
	box-sizing: border-box;
}

body,html{
	color: #232323;
}

body{
	overflow-x: hidden;
}

a:hover{
	text-decoration: none;
}

ul{
	padding: 0;
	margin: 0;
}

body,html,div,section{
	padding: 0;
	margin: 0;
}

body, input, button, label{
	font-family: 'Roboto', sans-serif;
}

.container{
	width: 1150px;
	margin: 0 auto;
}

a{
	text-decoration: none;
}

a:hover{
	text-decoration: underline;
}

p{
	margin: 0 0 20px 0;
	font-size: 15px;
	line-height: normal;
}

button{
	border:none;
}

.show-mobile{
	display: none;
}

.nav .green-btn{
	display: none;
}

#nav-tabs.fixed .green-btn{
	display: inline-block;
	color: #fff;
}

#nav-tabs.fixed .green-btn:hover{
	color: #000;
}

#top-menu{
	display: inline-block;
}

.input-error {
	border: 1px solid red !important;
}

.green-btn{
	background: #79ae28;
	border-radius: 2px;
	color: #fff;
	transition: 0.3s ease;
	border: 2px solid  #79ae28;
	padding: 15px 100px;
	font-size: 18px;
	display: inline-block;
	cursor: pointer;
}

.green-btn:hover{
	background: #fff;
	color: #000;
}

.white-btn{
	background: #fff;
	border-radius: 2px;
	color: #000;
	transition: 0.3s ease;
	border: 2px solid  #fff;
	padding: 15px 0px;
	text-align: center;
	font-size: 18px;
	display: inline-block;
	cursor: pointer;
	width: 297px;
}

.white-btn:hover{
	background: #79ae28;
	color: #fff;
	border-color: #79ae28;
}

.center{
	text-align: center;
}

.b-shadow{
	box-shadow: 0px 11px 30px 0px #00000030;
}

.white-rect{
	border-radius: 14px;
	padding: 50px 50px 65px 100px;
	margin-bottom: 50px;
}

.green-title{
	font-size: 34px;
	line-height: 40px;
	color: #79ae28;
	font-family: 'Russo One', sans-serif;
	margin-bottom: 55px;
}

.upper{
	text-transform: uppercase;
}

.rodina-img{
	margin-bottom: 50px;
}

#reviews{
	padding: 60px 0 100px 0;
}

.review{
	background: #f4f5f7;
	border-radius: 8px;
	padding: 40px 30px 45px 44px;
	margin-bottom: 30px;
}

.author{
	font-size: 20px;
	margin-bottom: 17px;
	font-weight: 600;
}

.see-more-reviews{
	background: #c85000;
	border: 2px solid #c85000;
	color: #fff;
	font-size: 18px;
	padding: 15px 85px;
	display: inline-block;
	border-radius: 2px;
	transition: 0.3s ease;
	cursor: pointer;
}

.see-more-reviews:hover{
	background: #fff;
	color: #000;
}

#quest-answer{
	background: #f4f5f7; 
	padding-top: 50px;
	padding-bottom: 50px;
}

.quest-answer{
	background: #f4f5f7;
	padding: 50px 0 75px 0;
}

.question{
	font-weight: 600;
	font-size: 20px;
	position: relative;
	cursor: pointer;
	margin-bottom: 40px;
    padding-right: 200px;
}

.answer{
	color: #555656;
	font-size: 18px;
	line-height: 24px;
	font-weight: 400;
	margin-top: 20px;
	display: none;
}

.open{
	position: absolute;
	right: 10px;
	top: 2px;
	font-size: 30px;
	transform: rotate(45deg);
	color: #3e3e3e;
	transition: 0.4s ease;
}

.question.opn .open{
	transform: rotate(90deg);
	color:#8e8e8e;
}

#cost{
	padding-top: 60px;
	padding-bottom: 60px;
}

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

.col{
	text-align: center;
	width: 33%;
	padding: 30px 0 30px 0;
}

.vagon{
	text-transform: uppercase;
	font-size: 22px;
	font-family: 'Russo One', sans-serif;
}

.table-cost{
	font-weight: 500;
	font-size: 18px;
	margin-bottom: 40px;
}

.cost{
	font-size: 22px;
}

.age{
	text-align: left;
}

.row.grey-bg{
	background: #f6f6f6;
	position: relative;
}

.row.grey-bg:before{
	content: '';
	width: 105px;
    left: -105px;
	top: 0;
	height: 100%;
	background: #f6f6f6;
	position: absolute;
}

.row.grey-bg:after{
	content: '';
	background: #f6f6f6;
	position: absolute;
	height: 100%;
	right: -50px;
	width: 50px;
}

.options{
	margin: 0;
	padding: 0;
	font-size: 18px;
	margin-bottom: 40px;
}

.options li{
	padding: 35px 0 25px 20px;
	margin-left: 20px;
}

.cost-dop-info{
	font-weight: 600;
	font-size: 18px;
	line-height: 24px;
}

.cost-block{
	margin-bottom: 60px;
}

.zayavka{
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	justify-content: space-between;
	align-items: flex-end;
}

.zayavka label{
	color: #2c3241;
	font-size: 18px;
	line-height: 22px;
	margin-bottom: 2px;
	display: block;
}

.zayavka input{
	border-radius: 2px;
	border: 2px solid #e4e4e4;
	width: 100%;
	font-size: 18px;
	color: #2c3241;
	padding: 10px 0 10px 20px;
	outline: none;
}

.zayavka > div{
	width: 32%;
}

.zayavka .green-btn{
	padding: 10px 100px;
	outline: none;
}

#main-block{
	background: url(../images/win-train.jpg);
	background-size: cover;
	padding-top: 290px;
	padding-bottom: 115px;
	margin-bottom: 50px;
}

.title-main{
	font-size: 70px;
	text-transform: uppercase;
	color: #fff;
	font-family: 'Russo One', sans-serif;
}

.title-main span{
	font-family: 'Roboto', sans-serif;
	font-style: italic;
	font-weight: 500;
}

.main-date{
	font-size: 28px;
	color: #fff;
	margin-bottom: 90px;
}

.btns-main{
	display: flex;
	justify-content: space-between;
	width: 600px;
}

.reason{
	display: flex;
	align-items: center;
	margin-bottom: 35px;
}

.reason:last-child{
	margin-bottom: 0;
}

.num{
	color: #79ae28;
	font-size: 52px;
	margin-right: 15px;
	font-weight: 500;
}

.res-text{
	font-size: 18px;
	line-height: 24px;
}

.patriotic-text{
	width: 750px;
	font-size: 22px;
	line-height: 34px;
	margin: 0 auto 50px;
	font-weight: 500;
}

.img-strings{
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	justify-content: space-between;
	margin-bottom: 50px;
	align-items: flex-start;
}

.img-strings img{
	width: 24%;
}

.start-travel-blocks{
	display: flex;
	justify-content: space-between;
	width: 955px;
	margin: 0 auto 80px;
}

.start-travel-blocks div{
	width: 30%;
	padding: 50px 20px 42px 20px;
	text-align: center;
	font-size: 22px;
	line-height: 28px;
	font-weight: 500;
	margin-bottom: 0;
}

.start-travel-blocks img{
	margin: 0 auto 35px;
	display: block;
}

#greenline{
	color: #fff;
	font-size: 34px;
	line-height: 44px;
	background: #79ae28;
	text-align: center;
	padding: 35px 27px;
	font-style: italic;
	font-weight: 500;
}

#raspisanie{
	padding-top: 60px;
	padding-bottom: 20px;
}

#slider{
	padding-top: 60px;
}

.date-event{
	display: flex;
	padding-bottom: 50px;
	flex-wrap: wrap;
}

.date{
	font-size: 22px;
	font-weight: 600;
	width: 135px;
}

.event{
	padding-left: 45px;
	margin-left: 25px;
	position: relative;
	margin-bottom: 20px;
	width:920px;
	font-size: 16px;
    line-height: 24px;
}

.event:before{
	content: '';
	position: absolute;
	left: 0;
	top: 5px;
	width: 17px;
	height: 17px;
	border-radius: 50%;
	background: #e72330;
}

.event-title{
	font-size: 22px;
	font-weight: 600;
	margin-bottom: 35px;
}

.green-txt{
	color: #79ae28;
}

.event-line{
	position: relative;
}

.event-line:after{
	position: absolute;
	content: '';
	top: 7px;
	z-index: -1;
	height: calc(100% - 37px);
	width: 1px;
	background: #7f7f7f;
	left: 168px;
}

.event-hour-raspis{
	width: 135px;
	font-size: 18px;
	font-weight: 600;
	text-align: right;
	line-height: 20px;
}

.event.hour-part:before{
	width: 11px;
	height: 11px;
	left: 3px;
	top: 4px;
}

.date-event:last-child{
	padding-bottom: 0;
}

#six-resons{
	margin-top: 50px;
}

.nav a{
	color: #2c3241;
	display: inline-block;
	padding: 10px;
	margin-right: 10px;
	font-size: 22px;
	position: relative;
}

.nav a:after{
	transition: 0.3s ease;
	content: '';
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
	height: 2px;
	background: #79ae28;
	width: 0;
}

.nav a:hover{
	text-decoration: none;
}

.nav li.active a:after{
	width: 100%;
}

#nav-tabs{
	width: 100%;
	background: #fff;
	transition: 0.3s ease;

}

#nav-tabs.fixed{
	position: fixed;
	top: 0;
	left: 0;
	padding: 12px 0;
	box-shadow: 0 0 9px 0 #8a8a8a;
	z-index: 20;
}

#nav-tabs.fixed .nav a{
	padding: 5px 10px;
    font-size: 18px;
}

#top-menu li{
	list-style: none;
	display: inline-block;
}

#top-menu{
	margin: 0;
	padding: 0;
}

.green-mark{
	list-style: none;
	padding-left: 40px;
	position: relative;
	margin-bottom: 20px;
	font-size: 18px;
	line-height: 26px;
}

.green-mark:before{
	content: '';
	width: 22px;
	height: 22px;
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	background: url(../images/check.png);
}

.video-slider{
	margin-bottom: 20px;
}

#slider .container{
	width: 960px;
}

.more-reviews{
	display: none;
}

.popup {
	position: fixed;
	height:100%;
	width:100%;
	top:0;
	left:0;
	display:none;
	text-align:center;
	z-index: 50;
}

.popup_bg {
	background: rgba(62, 62, 62, 0.8);
	position:absolute;
	z-index:60;
	height:100%;
	width:100%;
}


.popup_img {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translateY(-50%) translateX(-50%);
	z-index:65;
	max-height:94%;
	max-width:94%;
	margin:1% 0 0 0;
}


.image{
	cursor: pointer;
}

/*************************************************/
/*****************SLIDER**************************/
/*************************************************/
.slick-slider
{
    position: relative;

    display: block;
    box-sizing: border-box;

    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;

    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list
{
    position: relative;

    display: block;
    overflow: hidden;

    margin: 0;
    padding: 0;
}
.slick-list:focus
{
    outline: none;
}
.slick-list.dragging
{
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list
{
    -webkit-transform: translate3d(0, 0, 0);
       -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
         -o-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}

.slick-track
{
    position: relative;
    top: 0;
    left: 0;

    display: block;
    margin-left: auto;
    margin-right: auto;
}
.slick-track:before,
.slick-track:after
{
    display: table;

    content: '';
}
.slick-track:after
{
    clear: both;
}
.slick-loading .slick-track
{
    visibility: hidden;
}

.slick-slide
{
    display: none;
    float: left;

    height: 100%;
    min-height: 1px;
}
[dir='rtl'] .slick-slide
{
    float: right;
}
.slick-slide img
{
    display: block;
}
.slick-slide.slick-loading img
{
    display: none;
}
.slick-slide.dragging img
{
    pointer-events: none;
}
.slick-initialized .slick-slide
{
    display: block;
}
.slick-loading .slick-slide
{
    visibility: hidden;
}
.slick-vertical .slick-slide
{
    display: block;

    height: auto;

    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}

.slick-slide {
	outline: none;
}

.slick-arrow{
	position: absolute;
    top: 50%;
    transform: translateY(-50%);
    color: transparent;
    border: none;
    background-color: transparent;
    width: 46px;
    height: 46px;
    background-repeat: no-repeat;
    outline: none;
    cursor: pointer;
    z-index: 1;
    border-left: 2px solid #bcd693;
    border-top: 2px solid #bcd693;
}

.slick-prev{
	left: -50px;
	transform: translateY(-50%) scale(1,1) rotate(-45deg) skew(-16deg, -16deg);
}

.slick-next{
	right: -50px;
	    transform: translateY(-50%) scale(-1,1) rotate(-45deg) skew(-16deg, -16deg);
}

.slick-dots{
	position: absolute;
    bottom: -25px;
    display: block;
    width: 100%;
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: center;
}

.slick-dots li {
    position: relative;
    display: inline-block;
    width: 20px;
    height: 20px;
    margin: 0 1px;
    padding: 0;
    cursor: pointer;
}

.slick-dots li button {
    font-size: 0;
    line-height: 0;
    display: block;
    width: 20px;
    height: 20px;
    cursor: pointer;
    color: transparent;
    border: 0;
    outline: none;
    background: 0 0;
}

.slick-dots li button:before {
    font-size: 6px;
    line-height: 20px;
    position: absolute;
    width: 8px;
    height: 8px;
    text-align: center;
    color: #000;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
	border-radius: 50%;
    background: #fff;
    content: '';
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    border: 1px solid #bfbfbf;
}

.slick-dots li.slick-active button:before {
    background: #55dcff;
}

.video-container{
	height: 600px;
}

/*************************************************/
/***************END**SLIDER***********************/
/*************************************************/



@media (max-width: 1200px){
	.container{
		width: 760px;
	}

	#main-block{
		padding-top: 200px;
	}

	.rodina-img{
		width: 100%;
		margin-bottom: 30px;
	}

	.patriotic-text{
		width: 100%;
		margin-bottom: 30px;
	    font-size: 18px;
    	line-height: 26px;

	}

	.img-strings img{
		width: 24%;
	}

	.green-mark{
		font-size: 16px;
		line-height: 22px;
	}

	.white-rect{
	    padding: 40px 40px 65px 70px;
	}

	.start-travel-blocks{
		width: 100%;
	    font-size: 18px;
    	line-height: 22px;
	    margin: 0 auto 45px
	}

	#greenline{
		font-size: 30px;
		line-height: 40px;
	}

	.title-main{
		font-size: 50px;
	}

	.main-date{
		font-size: 22px;
	}

	#nav-tabs.fixed .nav a{
		font-size: 18px;
	    padding: 8px;
	}

	.green-title {
	    font-size: 28px;
	    line-height: 36px;
	    margin-bottom: 40px;
	}

	.num{
		font-size: 40px;
	}

	.res-text {
	    font-size: 16px;
	    line-height: 20px;
	}

	.start-travel-blocks img{
		width: 60px;
	}

	.start-travel-blocks div{
		font-size: 16px;
    	line-height: 21px;
	}

	.date{
		font-size: 18px;
	    width: 110px;
	}

	.event-hour-raspis{
		width: 110px;
		font-size: 16px;
	}

	.event{
		width: 570px;
		font-size: 14px;
    	line-height: 20px;
	}

	.event-line:after{
		left: 143px;
	}

	.event-title{
		font-size: 18px;
		margin-bottom: 25px;
	}

	.date-event{
		padding-bottom: 20px;
	}

	#slider .container{
		width: 660px;
	}

	.video-container {
	    height: 370px;
	}

	.col{
		padding: 20px 0;
	}
	
	.table-cost{
		font-size: 16px;
	}
	
	.vagon{
		font-size: 18px;
	}

	.cost {
	    font-size: 18px;
	}

	.cost-block{
		padding-top: 20px;
	}
	
	.row.grey-bg:after{
		right: -40px;
		width: 40px;
	}

	.row.grey-bg:before{
		width: 75px;
		left: -75px;
	}

	.options{
		font-size: 16px;
	}

	.options li {
	    padding: 25px 0 15px 15px;
	}

	.cost-dop-info{
		font-size: 16px;
		line-height: 22px;
	}
	
	.cost-dop-info br{
		display: none;
	}

	.zayavka .green-btn{
	    padding: 10px 50px;
	}

	.question{
		font-size: 16px;
	    margin-bottom: 26px;
	    font-weight: 500;
	}

	.answer{
		font-size: 14px;
		line-height: 18px;
	}

	#quest-answer{
		padding: 35px 0;
	}

	.open{
		font-size: 24px;
	}

	.review{
		padding: 30px 25px 30px 30px;
		margin-bottom: 25px;
		font-size: 14px;
	}

	.author {
	    font-size: 18px;
	    margin-bottom: 15px;
	}

	#reviews{
		padding: 60px 0 50px 0; 
	}
}

@media (max-width: 800px){
	.container{
		width: 320px;
	}

	.title-main{
		font-size: 36px;
	}

	#slider .container{
		width: 320px;
	}

	.btns-main{
		flex-wrap: wrap;
		align-items: flex-start;
	    width: 290px;
	}

	.green-btn{
		font-size: 14px;
		padding: 6px 22px;
	}

	.white-btn{
		font-size: 14px;
		padding: 6px 22px;
		width: auto;
	}

	.main-date {
	    font-size: 16px;
	    margin-bottom: 30px;
	}

	#main-block{
		padding-top: 80px;
		padding-bottom: 55px;
		margin-bottom: 30px;
	}

	.nav a{
		font-size: 14px;
		padding: 5px;
		margin-bottom: 10px;
	}

	#nav-tabs.fixed{
		padding-bottom: 5px;
	}

	#six-resons{
		margin-top: 30px;
	}

	.white-rect{
		border-radius: 8px;
	    padding: 20px 20px 25px 30px;
        margin-bottom: 35px;
	}

	.green-title {
	    font-size: 20px;
	    line-height: 23px;
	    margin-bottom: 25px;
	}

	.num {
	    font-size: 26px;
	    margin-right: 10px;
	}

	.res-text {
	    font-size: 13px;
	    line-height: 16px;
	}

	.reason{
		align-items: flex-start;
	}

	.patriotic-text{
		font-size: 14px;
		line-height: 19px;
	}

	.green-mark {
	    font-size: 13px;
	    line-height: 20px;
	}

	.green-mark:before{
		top: 5px;
		transform: none;
	}

	.start-travel-blocks div{
		font-size: 14px;
		padding: 25px 25px 20px 25px;
		width: 90%;
		margin-bottom: 20px;

	}

	.start-travel-blocks div br{
		display: none;
	}

	.start-travel-blocks{
		flex-wrap: wrap;
		justify-content: center;
		margin-bottom: 20px;
	}

	.start-travel-blocks img{
		margin-bottom: 15px;
	}

	.b-shadow {
	    box-shadow: 0px 8px 20px 0px #00000030;
	}

	#greenline {
	    font-size: 18px;
	    line-height: 25px;
	    padding: 20px 0;
        margin-top: -35px;
	}

	#raspisanie{
		padding-top: 40px;
	}

	.date{
		font-size: 14px;
		width: 85px;
	}

	.event-hour-raspis{
		width: 85px;
		font-size: 12px;
	    line-height: 17px;
	}

	.event {
	    width: calc(100% - 110px);
        margin-left: 5px;
        padding-left: 20px;
        font-size: 12px;
    	line-height: 16px;
    	margin-bottom: 15px;
	}

	.event-title{
		font-size: 14px;
	    margin-bottom: 20px;
	    line-height: 18px;	
	}

	.event:before{
		width: 11px;
		height: 11px;
	    top: 3px;
	}

	.event-line:after {
	    left: 95px;
        height: calc(100% - 44px);
	}

	.event.hour-part:before {
	    width: 7px;
	    height: 7px;
	    left: 2px;
	    top: 4px;
	}

	#slider{
		padding-top: 20px;
	}

	.video-container {
	    height: 182px;
	}

	.slick-arrow{
		width: 21px;
		height: 21px;
	}

	.slick-next {
	    right: -35px;
	}

	.slick-prev{
		left: -35px;
	}

	.img-strings{
		margin-bottom: 20px;
	}

	#cost{
		padding-top: 30px;
		padding-bottom: 30px;
	}

	.row.grey-bg:after {
	    right: -20px;
	    width: 20px;
	}

	.row.grey-bg:before {
	    width: 35px;
	    left: -35px;
	}

	.vagon{
		font-size: 14px;
	}

	.cost{
		font-size: 14px;
	}

	.col{
		padding: 10px 0;
	}
	
	.table-cost {
	    font-size: 13px;
	    margin-bottom: 25px;
	}

	.options{
		font-size: 14px;
		margin-bottom: 20px;
	}

	.options li {
	    padding: 10px 0 5px 0px;
        margin-left: 15px;
	}

	.cost-dop-info {
	    font-size: 14px;
	    line-height: 18px;
	}

	.zayavka{
		flex-wrap: wrap;
	}

	.zayavka > div {
	    width: 100%;
	    margin-bottom: 10px;
	}

	.zayavka label{
		font-size: 14px;
		line-height: 16px;
	}

	.zayavka input{
	    padding: 6px 0 6px 13px;
		font-size: 14px;
	}

	.zayavka .green-btn{
		width: 100%;
		padding: 7px 50px;
	    margin-top: 10px;
	}

	.question{
		padding-right: 40px;
		font-size: 14px;
		line-height: 16px;
	}

	.answer {
	    font-size: 13px;
	    line-height: 16px;
	}

	.open {
	    font-size: 18px;
	}

	#reviews{
		padding: 40px 0 30px 0;
	}

	.review{
		padding: 20px 20px 24px 25px;
    	margin-bottom: 20px;
	}

	.author {
	    font-size: 15px;
	    margin-bottom: 10px;
	}

	.see-more-reviews{
		font-size: 14px;
		padding: 10px 85px;
	}

	.six-reasons-block{
		box-shadow: none;
		padding: 0;
	}

	#nav-tabs .container{
		width: 100vw;
		padding-left: 10px;
		padding-right: 10px;
	}

	.rodina-img{
		width: 100vw;
		margin-left: calc((100vw - 320px) / -2);
	}
	
	#nav-tabs.fixed .nav a{
		font-size: 13px;
		padding: 0 0 5px 0;
		margin-right: 6px;
	}

	#nav-tabs.fixed .nav li:last-child a{
		margin-right: 0;
	}


	.cost-block{
		box-shadow: none;
		width: 100vw;
		margin-left: calc((100vw - 320px) / -2);
	}

	.whykid{
		width: 100vw;
		margin-left: calc((100vw - 320px) / -2);
		box-shadow: none;
		margin-bottom: 0;
	}

	.img-strings{
		align-items: flex-start;
	}

	#raspisanie .container{
		width: 100vw;
		padding-left: 15px;
		padding-right: 15px;
	}

	.show-mobile{
		display: block;
	}

	.event-line{
		margin-bottom: 10px;
	}

	#nav-tabs.fixed .green-btn{
		padding: 4px;
	}

	.img-strings img{
		width: 49.5%;
		margin-bottom: 5px;
	}

	.img-strings{
		flex-wrap: wrap;
		width: 100vw;
		margin-left: calc((100vw - 320px) / -2);
	}

	#nav-tabs.fixed  .nav a.green-btn{
		position: fixed;
	    bottom: 10px;
	    left: 15px;
	   	margin: 0;
	   	padding: 4px 0;
   	    padding: 4px 8px;
   	    font-size: 15px;
	}
}