/* hm */
h3 {
	margin-bottom: 15px;
}

.riko-wrapper {
	max-width: 1100px;
	margin: 0 auto;
}

.riko-footer {
	color: #fff;
	background-color: #5a6372;
}

.riko-section-wrapper {
	padding: 40px 0;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
}

.riko-section {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	width: 28%;
}
.riko-footer h3 {
	color: #fff;
	font-size: 20px;
}

.riko-footer-phones {
	font-size: 16px;
	line-height: 1.5;
	color: #fff;
	text-decoration: none;
}

.riko-pay-img {
	width: 68px;
	height: 42px;
	margin-right: 10px;
	background-color: grey;
}

.riko-pay-img:last-child {
	margin-right: 0;
}

.riko-footer-subscribe, .riko-tweet-block {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
}

.riko-footer-subscribe__input {
	width: 55%;
    padding: 9px 0 9px 20px;
    color: #fff;
    box-sizing: border-box;
    font-size: 16px;
    border: 1px solid #fff;
    background-color: transparent;
}

.riko-footer-subscribe input::placeholder {
	font-style: italic;
	color: #fff;
}

.riko-footer-subscribe-btn {
	padding: 0 0.5rem;
    border: 0px;
    cursor: pointer;
    height: 38px;
    color: #fff;
    font-family: 'Roboto', sans-serif;
    font-weight: 600;
    background: #00a3ff;
    font-size: 16px;
}

.riko-width_3 {
	width: 28%;
}

.riko-section-block {
	width: 31%;
}

.riko-section-block:last-child {
	width: 29%;
}

.riko-tweet {
	margin-bottom: 17px;
    background: url(../img/footer/icon-tweet.png) left top no-repeat;
    padding: 0px 0px 0px 25px;
    font-size: 13px;
    background-position: left 7px;
    color: #f7f7f7;
    width: auto;
    line-height: 26px;
    font-family: 'Roboto', sans-serif;
}

.riko-tweet__link {
	font-size: 16px;
	text-decoration: none;
	color: #fff;
}

.riko-tweet-date {
	font-family: 'Roboto', sans-serif;
	font-weight: 500;
}

.riko-img-hotel {
	width: 120px;
	height: 80px;
}

.riko-footer-tour  {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}
.riko-footer-h {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	margin-bottom: 1rem;
}

.riko-hotel-type {
	font-family: 'Roboto', sans-serif;
    margin-bottom: 20px;
    font-size: 12px;
    color: #fff;
    display: block;
    text-decoration: none;
}

.riko-tour-r {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	width: 60%;
}

.riko-tour-l {
	margin-right: 10px;
}

.riko-tour-r a {
	text-decoration: none;
}

.riko-hotel-price {
	color: #00a3ff;
	font-size: 14px;
	font-weight: 500;
}

.riko-hotel-name {
	font-size: 16px;
	color: #fff;
	font-weight: 500;
}


.riko-width_2 {
	width: 36%;
}
@media screen and (max-width: 1200px) {
	.riko-wrapper {
		width: 980px;
	}
}
@media screen and (max-width: 1000px) {
	.riko-wrapper {
		width: 800px;
	}
}

@media screen and (max-width: 800px) {
		.riko-wrapper {
		width: 100%;
		padding: 0 2rem;
	}
}
@media screen and (max-width: 640px) {

	.riko-wrapper {
		width: 100%;
		padding: 0 20px;
		box-sizing: border-box;
	}

	.riko-section, .riko-section-block {
		width: 100%;
	}

	.riko-section, .riko-footer-tour {
		flex-direction: column;
	}

	.riko-footer-subscribe__input {
		width: auto;
		margin-right: 1rem;
	}

	.riko-tweet, .riko-width_3 {
		width: 100%;
	}

	.riko-width_3 {
		margin-bottom: 1rem;
	}

	.riko-footer-h {
		margin-bottom: 1rem;
	}

	.riko-tour-r {
		width: 60%;
	}

	.riko-width_2 {
		width: 100%;
		margin-bottom: 1rem;
	}

	.riko-section-wrapper {
		flex-direction: column;
	}

	.r-block-social {
		margin-bottom: 1.5rem;
	}
	.riko-section-block:last-child {
		width: 100% !important;
	}

}
/* hm */










/*footer-a*/
.footer-a {
	color:#fff;
	background:#141d1e;
	padding:56px 0px 31px 0px;
}
.footer-a .section {
	width:281px;
	float:left;
	display:block;
}
.footer-a .section:nth-child(1),
.footer-a .section:nth-child(2) {
	margin-right: 2%;
}
.footer-a .section:nth-child(2) {
	max-width: 230px;
}
@media screen and (max-width: 1130px) {
	.footer-a .section {
	    width: 30%;
	}
	.footer-a .section:nth-child(3) {
	    width: 230px;
	}
}
@media screen and (max-width: 1010px) {
	.footer-a .section {
	    width: 35%;
	}
}
@media screen and (max-width: 910px) {
	.footer-a .section {
		margin-right: 0%;
	}
	.footer-a .section:nth-child(3) {
	    margin: 0px;
	    width: 170px;
	}
	.footer-a .section:nth-child(1) {
	    width: 35%;
	}
	.footer-a .section:nth-child(2) {
		max-width: 210px;
	}
}
@media screen and (max-width: 800px) {
	.footer-a .section {
		width: 26%;
	    margin-right: 10%;
	}
	.footer-a .section:nth-child(1) {
	    margin-bottom: 42px;
	    width: 100%;
	}
	.footer-a .section, .footer-a .section:nth-child(3) {
	    width: 100%;
	    float: none;
	    margin-bottom: 21px;
	}
	.footer-a .section:nth-child(3) {
	    margin-bottom: 43px;
	}
}
.footer-a .section:last-child {
	float:right;
	width:254px;
}
@media screen and (max-width: 1130px) {
	.footer-a .section:last-child {
	    float: none;
	    width: 100%;
	    clear: both;
	    padding-top: 20px;
	}
}
@media screen and (max-width: 800px) {
	.footer-a .section:last-child {
	    padding-top: 0px;
	}
}
.footer-lbl {
	font-size:14px;
	color:#ffffff;
	margin-bottom:12px;
	font-family: 'Roboto';
	font-weight:normal;
	background:url(../img/footer/foot-lbl.gif) left bottom no-repeat;
	padding:0px 0px 18px 0px;
	;
	display: block;
	text-decoration: none;
	cursor: pointer;
}
.footer-lbl:hover,
.footer-lbl:focus,
.footer-lbl:visited {
	text-decoration: none;
}

/*Get In Touch*/
.maot-section-contacts {
	margin-bottom: 84px;
}
@media screen and (max-width: 850px) {
	.maot-section-contacts {
		margin-bottom: 33px;
	}
}
.footer-adress {
	font-family: 'Roboto', sans-serif;
	font-size:13px;
	line-height:20px;
	color:#f7f7f7;
	background:url(../img/footer/footer-icon-01.png) left top no-repeat;
	padding:0px 0px 0px 22px;
	background-position:left 9px;
	margin:0px 0px 9px 0px;
}
.footer-phones {
	font-family: 'Roboto', sans-serif;
	font-size:13px;
	color:#f7f7f7;
	background:url(../img/footer/footer-icon-02.png) left top no-repeat;
	padding:0px 0px 0px 22px;
	margin:0px 0px 17px 0px;
	background-position:left 1px;
	display: block;
	text-decoration:none;
}
.footer-phones:hover,
.footer-phones:focus,
.footer-phones:visited {
	text-decoration:none;
}
.footer-phones a[href^=tel]{color:#fff; text-decoration:none;} 
.footer-email {
	font-family: 'Roboto', sans-serif;
	font-size:13px;
	color:#f7f7f7;
	margin:0px 0px 17px 0px;
	background:url(../img/footer/footer-icon-03.png) left top no-repeat;
	padding:0px 0px 0px 22px;
	background-position:left 2px;
}
.footer-skype {
	font-family: 'Roboto', sans-serif;
	font-size:13px;
	color:#f7f7f7;
	background:url(../img/footer/footer-icon-04.png) left top no-repeat;
	padding:0px 0px 0px 22px;
	background-position:left 2px;
}
/*Get In Touch end*/

/*Featured deals*/
.footer-tour {
	width:218px;
	padding-bottom:25px;
}
.footer-tours {
	margin-top:19px;
}
.footer-tour-l {
	float:left;
	margin-top:3px;
	width:84px;
}
.footer-tour-l img {width:100%;}
.footer-tour-r {
	float:right;
	width:118px;
}
.footer-tour-a {
	margin-bottom:7px;
	font-size:12px;
	color:#ffffff;
	;
	font-family: 'Roboto', sans-serif;
	font-weight:normal;
	letter-spacing:-0.03em;
	display: block;
    text-decoration: none;
}
.footer-tour-a:hover,
.footer-tour-a:focus,
.footer-tour-a:visited {
	text-decoration: none;
}
.footer-tour-b {
	font-family: 'Roboto', sans-serif;
	font-weight: 700;
	margin-bottom:8px;
	font-size:9px;
	color:#a2a2a2;
	;
	display: block;
    text-decoration: none;
}
.footer-tour-b:hover,
.footer-tour-b:focus,
.footer-tour-b:visited {
	text-decoration: none;
}
.footer-tour-c {
	font-family: 'Roboto', sans-serif;
	font-weight:normal;
	font-size:12px;
	color:#ff7200;
	;
	display: block;
    text-decoration: none;
}
.footer-tour-c:hover,
.footer-tour-c:focus,
.footer-tour-c:visited {
	text-decoration: none;
}
/*Featured deals end*/

/*Twitter widget*/
.tweet {
	margin-bottom:17px;
	background:url(../img/footer/icon-tweet.png) left top no-repeat;
	padding:0px 0px 0px 25px;
	font-size:13px;
	background-position:left 7px;
	color:#f7f7f7;
	width:240px;
	line-height:26px;
	font-family: 'Roboto', sans-serif;
}
.tweet-date {
	font-size:12px;
	font-family: 'Roboto', sans-serif;
	color:#b7b7b7;
	font-weight:300;
}
.twitter-follow {
	margin-top:24px;
	font-size:10px;
	font-family: 'Roboto', sans-serif;
	font-weight: 600;
	color:#fff;
	;
}
.twitter-follow a {
	color:#fff;
	text-decoration:none;
}
.tweet__link {
	display: inline-block;
	color:#f7f7f7;
	text-decoration:none;
}
.footer-subscribe {
	width:243px;
	height:27px;
	margin:22px 0px 11px 0px;
	padding:7px 0px 0px 10px;
	background:#2c3536;
	border-radius:2px;
	-webkit-border-radius:2px;
	-moz-border-radius:2px;
}
@media screen and (max-width: 1130px) {
	.footer-subscribe {
	    width: 50%;
	}
}
@media screen and (max-width: 390px) {
	.footer-subscribe {
	    width: 97.5%;
	}
}
.footer-subscribe-a {
	background:url(../img/footer/icon-subscribe.png) left top no-repeat;
	min-height:11px;
	background-position:left 4px;
	padding:0px 0px 0px 21px;
}
.footer-subscribe-a__input {
	background:transparent;
	width:204px;
	border:0px;
	font-family: 'Roboto', sans-serif;
	color:#525f60;
	font-size:13px;
}
.footer-subscribe-a__input,
.footer-subscribe-a__input:focus {
    outline: none;
}
@media screen and (max-width: 1130px) {
	.footer-subscribe-a__input {
		width: 98%;
	}
}
.footer-subscribe-btn {
	display:block;
	border:0px;
	cursor:pointer;
	width:104px;
	height:32px;
	padding-bottom:1px;
	color:#fff;
	font-family: 'Roboto', sans-serif;
	font-weight: 600;
	border-radius:2px;
	-webkit-border-radius:2px;
	-moz-border-radius:2px;
	background:#ff7200;
	font-size:11px;
	;
}
.footer-subscribe-btn:hover {
	background:#f98528;
}
.section-paymethods img{
    display: inline-block;
    background: white;
    padding: 5px 8px;
    margin-right: 5px;
    border: 1px solid #e0e4e5;
    border-radius: 2px;
}
/*footer-a end*/


/*footer-b*/
.footer-b {
	height:52px;
	background:#000000;
	color:#fff;
}
.footer-left {
	font-size:10px;
	color:#fff;
	font-family: 'Roboto', sans-serif;
	font-weight: 600;
	;
	float:left;
	margin:19px 0px 0px 0px;
	letter-spacing:-0.03em;
}
.footer-social {
	float:right;
	margin:19px 0px 0px 0px;
}
@media screen and (max-width: 910px) {
	.footer-social {
	    display: none;
	}
}
.maot-footer-social__link {
	float:left;
	display:block;
	margin:0px 10px 0px 10px;
	width:14px;
	height:14px;
}
.maot-footer-social__link:last-child {
	margin-right:0px;
}
.footer-social a.footer-twitter {
	background:url(../img/footer/footer-twitter.png) left top no-repeat;
}
.footer-social a.footer-facebook {
	background:url(../img/footer/footer-facebook.png) left top no-repeat;
}
.footer-social a.footer-vimeo {
	background:url(../img/footer/footer-vimeo.png) left top no-repeat;
}
.footer-social a.footer-pinterest {
	background:url(../img/footer/footer-pinterest.png) left top no-repeat;
}
.footer-social a.footer-instagram {
	background:url(../img/footer/footer-instagram.png) left top no-repeat;
}
.maot-footer-social__link:hover {
	background-position:left -14px;
}
/*footer-b end*/

.section-paymethods-footer {

	font-size: 0;
	line-height: 0;
	letter-spacing: 0;
}

.section-paymethods-sberbank {

	width: 204px;
	padding-top: 5px;
}

.section-paymethods-sberbank .section-paymethods-sberbank-img {

	width: 204px;
	padding: 0;
	border: 0;
}