/* 
1-Icons
2-Wpcore (WordPress Core Csss)
3-Base (main)
4-responsive
*/
/* = Icons
-------------------------------------------------------------- */
.topot {float:left; margin-top:0px;}
.navbarbottom {margin-bottom:0px;}
.logotop {margin-top: 15px; margin-left: 15px; text-transform: lowercase; float: left;}
.exlogo {width: 200px;}
.logodesc {color:#2079bf; font-size:16px; font-weight:500; text-transform:lowercase; line-height: 1.3;}
.strcat {color: #27AE4B; font-size:16px; font-weight:500; margin-right:2px;}
.bordgorod {border: 0 solid #f1f1f1; border-radius: 6px;}
.bordgorod:hover {border: 0 solid #f1f1f1; border-radius: 6px; -webkit-box-shadow: inset 0 0 0 1px #DFE6EE, 0 0 6px 0 #E8EDF3; -moz-box-shadow: inset 0 0 0 1px #DFE6EE, 0 0 6px 0 #E8EDF3; box-shadow: inset 0 0 0 1px #DFE6EE, 0 0 6px 0 #E8EDF3;}
.bordcountry {border-radius:4px; background-repeat:no-repeat; background-size:cover; background-color:#F7F9FB; -webkit-background-size:cover; -moz-background-size:cover; -o-background-size:cover;}
.bordexc {background-color: #ffffff; border: 0 solid #f1f1f1; padding-bottom:8px; -webkit-box-shadow: inset 0px 0px 0px 1px #DFE6EE; -moz-box-shadow: inset 0px 0px 0px 1px #DFE6EE; box-shadow: inset 0px 0px 0px 1px #DFE6EE;}
.bordexc:hover {background-color: #ffffff; border: 0 solid #f1f1f1;}
.cityh {margin: 6px 0 3px 0; font-size: 36px; line-height: 1.3;}
.cityg {margin: 8px 0 8px 0; font-size: 36px; line-height: 1.3;}
.exch {margin: 8px 0 8px 0; font-size: 36px; line-height: 1.3;}

.cat {
    /*background-color: #f4f6f8;
    border: 1px solid #f2f4f6;*/
    display: block; 
    border-radius: 6px; 
    padding: 0;
    margin: 0;
    position: relative; 
    overflow: hidden;
    white-space: nowrap;
    font-size: 16px;
    -ms-overflow-style: none;
    scrollbar-width: none;

}

.cat::-webkit-scrollbar {
    display: none;
    width: 0;
    background: transparent;
    background-color: transparent;
}

.cat::-webkit-scrollbar-thumb {
    background: transparent;
    background-color: transparent;
}
    
.cat ul {
    padding: 0; 
    margin: 0;
}

.cat ul::-webkit-scrollbar {
    display: none;
}

.cat ul li {
    list-style: none; 
    display: inline-block; 
    margin-right: 10px;
}

/*
.cat ul li:first-child {
    padding: 12px 11px 14px 20px;
}
*/

.cat ul li:last-child {
    margin-right: 0;
}


.cat ul li a {
    color: #2079bf; 
    font-size: 16px; 
    border-bottom: 0;
    font-weight: 500;
    white-space: nowrap;
    user-select: none;
    text-decoration: none;
    padding: 5px 10px;
    display: inline-block;
    border: 1px solid #ECF5FC;
    background-color: #EEF6FC;
    border-radius: 6px;
    line-height:1.5;
}
.cat ul li a:hover {
    color: #27AE4B; 
    text-decoration: none; 
    border-bottom: 0;
    background-color: #EDF9EE;
    border: 1px solid #EBF8EC;
}

.cat ul li button {
    color: #485E73; 
    font-size: 16px; 
    border-bottom: 0;
    font-weight: 500;
    white-space: nowrap;
    user-select: none;
    text-decoration: none;
    padding: 5px 10px;
    display: inline-block;
    border: 1px solid #f1f4f7;
    background-color: #f2f5f8;
    border-radius: 6px;
    line-height:1.5;
}
.cat ul li button:hover {
    color: #3d4f61; 
    text-decoration: none; 
    border-bottom: 0;
    background-color: #E9EEF3;
    border: 1px solid #E9EEF3;
}


.cat .cathere {
    color: #27AE4B; 
    text-decoration:none; 
    border-bottom: 0; 
    font-size: 16px;
    font-weight: 500;
    background-color: #EDF9EE;
    border: 1px solid #EBF8EC;
    border-radius: 6px;
    line-height:1.5;
    display: inline-block;
    padding: 5px 10px;
}

.cat .cat-list {
    display: flex;
    list-style: none;
    margin: 0;
    white-space: nowrap;
    overflow-x: scroll;
    -ms-overflow-style: none;
    scrollbar-width: none;
    scroll-behavior: smooth;
    padding: 3px 0 12px 0;
}

.cat .cat-list::-webkit-scrollbar {
    display: none;
    width: 0;
    background: transparent;
    background-color: transparent;
}

.cat .cat-list::-webkit-scrollbar-thumb {
    background: transparent;
    background-color: transparent;
}

.cat .dragging {
  scroll-behavior: auto;
  cursor: pointer;
}

.cat .left-arrow,
.cat .right-arrow {
  position: absolute;
  top: 0;
  height: 100%;
  width: 80px;
  display: none;
  align-items: center;
  color: #7c94ac;
  pointer-events: none;
}

.cat .left-arrow {
    left: 0;
    justify-content: flex-start;
    background: linear-gradient(to right, #ffffff 20%, transparent);
    border-radius: 6px;
}

.cat .right-arrow {
    right: 0;
    justify-content: flex-end;
    background: linear-gradient(to left, #ffffff 20%, transparent);
    border-radius: 6px;
}

.cat .right-arrow.active,
.cat .left-arrow.active {
  display: flex;
}

.cat .right-arrow i, 
.cat .left-arrow i {
  font-size: 2.4rem;
  color: #7c94ac;
  font-weight: 600;
  text-align: center;
  cursor: pointer;
  pointer-events: auto;
  line-height: 1;
}

.cat .right-arrow i {
    padding: 5px 0 15px 18px;
} 
.cat .left-arrow i {
    padding: 5px 18px 15px 0;
}

.cat .right-arrow:hover i,
.cat .left-arrow:hover i {
  color: #2079bf;
}

.catn {margin-top:65px; margin-bottom:30px;}
.catn ul{padding:0; margin:0;}
.catn ul li{list-style: none; display:inline-block; border-radius: 6px; }
.catn ul li a {color: #2079bf; font-size: 18px; font-weight:400; display:inline-block; padding: 8px 16px 8px 16px; background-color: #f2f5f8; border-radius: 6px; margin: 0 8px 10px 0; border: 1px solid #f1f4f7;}
.catn ul li a:hover, .catn ul li a:active, .catn ul li a:focus {color: #27AE4B; text-decoration:none;}
.catn h3 {font-size: 24px; color: #1C252E; margin-top: 22px; margin-bottom: 20px; font-weight: 400; line-height: 1.2;}
.cat_sights_link {display:inline-block; margin:0 0 20px 0;}
.exc_sights_link {display:block; margin:24px 0 10px 0;}
.exc_sights_link a {display:inline-block;}
.catuni_sights_link {margin: 40px 0 15px 0;}
.topics-list .options {padding:6px 20px 14px 0px; margin:16px 0px 0px 0px; border-radius:0px; border-top:1px solid #DBE3EC;  border-bottom:1px solid #DBE3EC;}
.reviewscat h2 {margin-bottom:10px; margin-top:90px;}
.topics-list .options li{padding-left:0px; padding-top:8px; list-style: none;}
.topics-list .options li span{font-weight:600;}
.topics-list .garant { padding: 8px 0 12px 0; margin: 0; background-color: #f3f6f9;}
.topics-list .garant li{padding-left:14px;  font-weight:500;  list-style: none;}
.zagot {margin:44px 0 10px 0;}
.zagotp {font-size: 16px; color: #1C252E; font-weight: 400; margin-bottom: 24px; line-height: 1.5;}
.zagsim {margin:50px 0px 4px 0px;}
.gidphoto-main {border-radius: 50%; width: 120px; height: 120px; background-color: #c9eccd;}
.gidphoto {text-align: center; padding: 16px 0 6px 0;}
.gidphoto .gidimg {border-radius: 50%; width: 156px; height: 156px; border: 8px solid #c9eccd; background-color: #c9eccd;}
.gidphoto .gidimg:hover {border: 8px solid #bae7c0;}
.gidname {text-align: center; color:#27AE4B; font-size:26px; font-weight:600; margin: 5px 0 5px 0; line-height: 1.2;}
.gidcity {text-align: center; color:#546d85; font-size:18px; font-weight:400; margin: 0;}
.gidcity span {white-space: nowrap;}
.gidline {width:auto; height: 1px; margin: 15px -24px 17px -24px; border-bottom: 3px solid #d8f1db;}
.giddesc {padding: 0 0 10px 0;}
.gidline + .gidqo {text-align: center;}
.giddesc + .gidqo {text-align: left;}
.gidq {color: #546d85; font-size: 18px; font-weight: 500; line-height: 1.5; margin: 0; padding: 0 0 9px 0; white-space: nowrap;}
.aqgid {color:#27AE4B;}
.aqgid span {color:#27AE4B; border-bottom: 2px solid #bbe6c0;}
.aqgid span:hover {color:#2079bf; border-bottom: 2px solid #2079bf; text-decoration:none;}
.aqgid:hover span{color:#2079bf; border-bottom: 2px solid #2079bf; text-decoration:none;}
.aqgid:hover {color:#2079bf;}

.aqgid .fa-question-circle, .aqgid .zvlink {
    color:#27AE4B;
}
.aqgid:hover .fa-question-circle, .aqgid:hover .zvlink {
    color:#2079bf;
}

.gidq .fa-question-circle {
    font-size: 24px;
    margin:0 6px 2px 0;
    vertical-align: middle;
}

.zvlink {font-size:14px; margin-left:2px; font-weight:400;}

.show-all-text {
    font-size: 16px;
    color: #27AE4B;
    border-bottom: 1px dashed #aedda5;
    cursor: pointer;
    white-space: nowrap;
    padding: 0;
    line-height:1;
}

.show-all-text:hover,.show-all-text:active,.show-all-text:focus {
    color: #2079bf;
    border-bottom: 1px dashed #90c4ec;
}

.rewd {background-color: #f3f6f9; border: 1px solid #f2f5f8; border-radius: 6px; padding: 12px 18px; margin: 20px 0 0 0;}
.rewd:hover {background-color: #f2f5f8; border: 1px solid #f1f4f7;}
.rewd:active, .rewd:focus {background-color: #f2f5f8; border: 1px solid #EBEFF4; box-shadow: inset 0 0 8px #e5eaf0;}
.rewd2 {font-size: 18px; color: #1C252E; font-weight: 500; line-height: 1; margin: 7px 0 7px 0 !important; text-align:center;}
.rewa {font-size: 18px; color: #2079bf; border-bottom: 0 solid #aacbe6;}
.rewa:hover {text-decoration:none; color:#27AE4B; border-bottom: 0 solid #27AE4B;}
.rewa span {font-size: 18px; color:#2079bf; border-bottom:1px solid #80b1d9;}
.rewa span:hover {text-decoration: none; color:#27AE4B; border-bottom: 1px solid #27AE4B;}
.rewamore {font-size: 18px; font-weight: 500; color:#2079bf; border-bottom: 0 solid #80b1d9; cursor: pointer;}
.rewamore:hover {text-decoration:none; color:#27AE4B; border-bottom: 0 solid #27AE4B;}
.rewamore span {font-size: 18px; color: #2079bf; border-bottom: 0 dashed #aacbe6; cursor: pointer;}
.rewamore span:hover {text-decoration:none; color:#27AE4B; border-bottom: 0 dashed #27AE4B;}
.js-tour-reviews-button {cursor: pointer;}
.js-tour-reviews-button:hover .rewamore span {text-decoration:none; color:#27AE4B; border-bottom: 0 dashed #aedda5; outline: none; cursor: pointer;}
.js-tour-reviews-button:hover .rewamore {text-decoration:none; color:#27AE4B; border-bottom: 0 dashed #aedda5; outline: none; cursor: pointer;}

.excrelcat {margin:20px 0 0 0; display: inline-block;}
ul + .excrelcat {margin:-6px 0 0 0 !important; display: inline-block;}
.excrelcat a {background-color: #f2f5f8; padding: 4px 9px; border-radius:6px; margin: 10px 8px 0 0; display: inline-block; text-decoration: none; border: 1px solid #f1f4f7;}
.excrelcat a:hover, .excrelcat a:active, .excrelcat a:focus {color: #27AE4B; text-decoration: none;}

.pismo  {display:inline-block; width:8%; min-width:64px; margin-right:3%; margin-bottom:12px;}
.tpismo {display:inline-block; width:100%; text-align:left;}
.cformf1 {width:40% !important; min-width:220px;}
.cformf2 {width:80% !important; min-width:220px;}

.revbackfirst {background-color: #f3f6f9; border: 1px solid #f2f5f8; border-radius: 6px; padding: 12px 18px; margin-bottom: 0;}
.revback {background-color: #f3f6f9; border:1px solid #f2f5f8; border-radius: 6px; padding: 12px 18px; margin: 20px 0 0 0;}
.revname {font-size:18px; color: #27AE4B; font-weight:500; padding-right:96px; background-size: auto 14px; background-position:right 42%; background-repeat:no-repeat; display:inline-block; margin-bottom:0 !important;}
.revtext {font-size:16px; color: #1C252E; font-weight:400; margin-top:6px; line-height: 1.6; margin-bottom:0 !important;}
.revdate {font-size:14px; color: #4c6379; margin-top:6px; margin-bottom:0 !important;}
.revlink {margin-top:4px;}
.revlink a {font-size:16px; color: #2079bf; border-bottom: 1px solid #c2def5;}
.revlink a:hover {color: #27AE4B; border-bottom: 1px solid #cbedcf;}
.revdate:first-letter,.revname:first-letter,.revtext:first-letter {text-transform: uppercase;}


.nobrl {white-space: nowrap; margin-right:8px; line-height: 24px;}
.fa-map-markers {color:#acbbca;}
.fa-map-markerss {color:#acbbca; font-weight:bold;}
.perelinkexc {list-style:none !important; margin:0px !important; padding:0px !important;}
.perelinkexc li {margin-left:0px !important; padding-left:2px !important;}
.perelinkexc li a {padding-left: 4px !important;}
.tezhead {font-weight:500; margin:12px 0px 0px 0px !important;}

.flex {display: flex; flex-wrap: wrap;}
.flex .leftb {order:1;}
.flex .centerb {order:2;}
.flex .rightb {order:3; margin-left: auto;}
.flex .rightb2 {order:4;}

.countrylist {
    list-style:none;   
    -ms-column-count:3;
    -ms-column-width:auto;
    -webkit-column-count:3;
    -webkit-column-width:auto;
    -moz-column-count:3;
    -moz-column-width:auto;
    column-count:3;
    column-width:auto;
    margin-top: 32px;
}
.countrylist li {
    -webkit-column-break-inside: avoid;
    -moz-column-break-inside:avoid;
    -moz-page-break-inside:avoid;
    page-break-inside: avoid;
    break-inside: avoid-column;
    vertical-align: top;
    text-indent: -44px;
    margin-left: 44px;
}
.countrylist a {font-size:26px; font-weight:500; vertical-align: top; line-height:34px; color: #2079bf;}
.countrylist a:hover {color: #27AE4B;}
.citylist {list-style:none; padding:0px 0px 40px 0px; margin-top:6px;}
.citylist li {padding-left:0px; margin-top:4px; text-indent: 0px; margin-left: 0px;}
.countrylist .citylist a {font-size:20px; font-weight:400; line-height:28px; color: #2079bf;}
.countrylist .citylist a:hover {color: #27AE4B;}

.btn-more2 {display: block; margin:auto; color:#27AE4B !important; font-size:22px !important; font-weight:600; background-color:#e9ffe5; outline: none !important;}
.btn-more2 span {border-bottom: 0 dashed #83d38b; font-size: 22px;}
.btn-allexc:focus, .btn-more2:focus{outline:none !important;}

.btn-allexc {
  display: block; margin:auto; color:#2079bf !important; font-size: 22px !important; font-weight: 500; background-color: #EEF6FC; outline: none !important;
  border-radius: 6px;
  border: 1px solid #ECF5FC;
  padding: 16px 20px 16px 20px
}
.btn-allexc:hover {background-color:#E8F3FB; border: 1px solid #E6F2FB;}
.btn-allexc:focus {background-color: #EAF4FB !important; border: 1px solid #DDEDF9 !important; box-shadow: inset 0px 0px 8px #D4E8F8;}
.btn-allexc:active {background-color: #EAF4FB !important; border: 1px solid #DDEDF9 !important; box-shadow: inset 0px 0px 8px #D4E8F8;}
.btn-allexc span {border-bottom: 0 solid #c2def5; font-size: 22px; padding-bottom: 0;}
.barsic {margin-right: 6px; font-size: 20px;}
.barsicexc {margin-right: 6px; font-size: 20px;}

.blockrelexc {background-color: #EEF6FC; border: 1px solid #ECF5FC; padding: 18px 24px 15px 24px; border-radius:6px; margin:10px 0 20px 0;}
.blockrelexc p:first-child {margin-bottom: 12px;}
.brelexc {margin-top:10px; line-height: 1.5;}
.brelexc a {color: #2079bf;}
.brelexc_starsexc {font-size: 16px; font-weight: 400; color: #546d85; line-height: 1.6;}
.brelexc a:hover {color: #27AE4B; text-decoration:none;}
.brelexc_title {padding-bottom:3px; margin-bottom:0px; font-size:16px; font-weight:500;}
.brelexc_p {float:left; height:30px; border:0px solid grey; margin-right:16px;}
.brelexc_p span {color:#27AE4B; font-size:18px; font-weight: 800;}
.bordrel {clear:both; padding-bottom:4px; border-bottom:1px solid #D9EAF9;}
.blockrelexc .brelexc:last-child .bordrel{border-bottom:0px solid #D9EAF9; padding-bottom:0px;}
.brelexc_stars {float:left; min-width:170px; height:30px; background-size: auto 16px; background-position:0% 30%; background-repeat:no-repeat; padding-left:104px; margin:0px 18px 0px 0px; border:0 solid grey;}
.brelexc_logo {float:left; min-width:110px; height:30px; background-size: auto 16px; background-position:0% 30%; background-repeat:no-repeat; border:0 solid grey;}

.padmain {padding:0px;}
.padmain6 {padding:0px 15px 0px 0px;}
.padmain6r {padding:0px 0px 0px 15px;}

.wrapblock {display: flex; flex-direction: row; flex-wrap: wrap; align-items:stretch; align-content:stretch; }
.faind {color: #b8c6d2; margin-right: 5px;}
.facl {color: #b8c6d2; margin: 0 5px 0 0;}
.kindtour {font-size:14px; font-weight:400; color: #546d85; padding:2px 14px 6px 14px; display:block;}
.kindtour-list-opis {font-size:16px; font-weight:300; color:#1C252E; padding:2px 14px 6px 14px; display:block;}
.kindtour-list-param {font-size:14px; font-weight:300; color:#1C252E; padding:2px 14px 4px 14px; display:block;}
.borderlisting {border-bottom: 1px solid #DFE6EE; height: 1px; margin: 0 14px 5px 14px; display:block;}

.fa-university {margin-right: 14px; font-size: 27px; vertical-align: bottom; margin-bottom: 2px;}
.city-sights {font-size: 22px; display: block;}
.city-sights span {border-bottom: 4px solid #c2def5; padding: 0 0 2px 0; line-height: 1.7;}
.city-sights:hover {color: #27AE4B;}
.city-sights:hover span, .city-sights span:hover {border-bottom: 4px solid #cbedcf;}
.city-sights-ex {margin:0; font-size: 18px;}
.city-sights-ex:hover span, .city-sights-ex span:hover {border-bottom: 2px solid #cbedcf;}
.city-sights-ex span {border-bottom: 2px solid #c2def5;}
.fa-university_ex {margin-right: 11px; font-size: 21px; vertical-align: bottom; margin-bottom: 3px;}

.excimgs-mainpage {
    display:inline-block;   
    position:relative;
    width:100%;
}

.gorod {
    display:block;   
    position:relative;
    height:0;
    border-radius: 6px;
    padding-top:calc(460/720*100%);
    background-color:#F7F9FB;
    background-image: url(data:image/gif;base64,R0lGODlhCgAIAIABAN3d3f///yH5BAEAAAEALAAAAAAKAAgAAAINjAOnyJv2oJOrVXrzKQA7)
}

.topics-list .topmain {
    list-style:none; 
    margin:0px 0px 0px 0px;
    padding:10px 4px 14px 16px;
    font-size:16px;
    -ms-column-count:2;
    -ms-column-width:auto;
    -webkit-column-count:2;
    -webkit-column-width:auto;
    -moz-column-count:2;
    -moz-column-width:auto;
    column-count:2;
    column-width:auto;
}

.gorodlist::before {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
background: -webkit-gradient(linear, 0 0, 0 100%, color-stop(0.7, rgba(0,0,0,0)), to(rgba(0,0,0,0.8)));
background: -webkit-linear-gradient(rgba(0,0,0,0) 70%, rgba(0,0,0,0.8) 100%);
background: -moz-linear-gradient(rgba(0,0,0,0) 70%, rgba(0,0,0,0.8) 100%);
background: -o-linear-gradient(rgba(0,0,0,0) 70%, rgba(0,0,0,0.8) 100%);
background: linear-gradient(rgba(0,0,0,0) 70%, rgba(0,0,0,0.8) 100%);
    z-index: 1;}

.gorodimg {
    max-width:100%;
    width:100%;
    height:auto;
    position: absolute;
    top: 0;
    left: 0;
    border-radius: 6px;
}

.gorodname {
    background-color:#ffffff;
    display:block;
    bottom:50px;
    left:16px;
    position:absolute;
    padding:2px 10px;
    color: #1C252E;
    font-weight:600;
    font-size:18px;
    border-radius: 4px;
}

.gorodnamesm {
    background-color:#ffffff;
    display:block;
    bottom:64px;
    left:20px;
    position:absolute;
    padding:2px 10px;
    color: #1C252E;
    font-weight:600;
    font-size:26px;
    border-radius: 6px;
}

.gorodkol {
    background-color: #83d38b;
    display:block;
    bottom:16px;
    left:16px;
    position:absolute;
    padding:2px 10px;
    color: #1C252E;
    font-weight:600;
    font-size:16px;
    border-radius: 4px;
}

.gorodkolsm {
    background-color: #83d38b;
    display: block;
    bottom: 20px;
    left: 20px;
    position: absolute;
    padding: 2px 10px;
    color: #1C252E;
    font-weight: 600;
    font-size: 22px;
    border-radius: 6px;
}


.all-sights-ul {list-style:none; margin:12px 0 4px 0; display:flex; flex-wrap:wrap; justify-content:space-between;}
.all-sights-ul li {width:198px; margin:0 0 24px 0; display:block;}
.all-sights-ul li a {font-size:20px; font-weight:500;}
.all-sights-ul li a:hover {color: #27AE4B;}
.all-sights-ul li:last-child {display:none;}
.all-sights-main-img {
    width:100%;
    height: auto;
    min-width:196px;
    min-height:147px;
    border-radius:6px;
    margin-bottom:6px;
    background-color: #F7F9FB;
    background-image: url(data:image/gif;base64,R0lGODlhCgAIAIABAN3d3f///yH5BAEAAAEALAAAAAAKAAgAAAINjAOnyJv2oJOrVXrzKQA7);
}

.excname {
    display:block;
    padding:8px 14px 2px 14px;
    font-weight:500;
    line-height:1.4;
    font-size:20px;
}

.asz {color: #2079bf;} 
.asz:hover, .asz:active, .asz:focus {color: #27AE4B; text-decoration:none;}

.stars {font-size:16px; font-weight:400; line-height:28px; position:absolute; display:block; z-index:99; bottom:10px; color:#ffffff; background-size:auto 22px; background-position:0% 20%; background-repeat:no-repeat; min-height:22px; padding-left:142px; margin:0; margin-left:15px;}
.noreviews {padding-left:0 !important;}
.noreviews::before {content: "отзывов ещё нет";}
.listprice {font-size:14px; font-weight:300; color:#1C252E; line-height:28px; margin-top:0; padding:2px 14px; }
.pricec {font-size:20px; font-weight:800; line-height:28px; color: #27AE4B; margin-top:4px;}

.trustzakaz {
    background-color: #f3f6f9;
    border: 1px solid #f2f5f8;
    margin-top: 0;
    padding: 12px 24px 12px 24px;
    border-radius: 6px;
}

.hgarant {padding: 8px 0 8px 0; margin: 0; font-weight: 400;}

.fa-check-1 {color: #27AE4B; margin-right:8px; font-size:16px;}

.icon-right {
  background: url("../images/icon/icon-right.png");
  background-repeat: no-repeat;
  display: inline-block;
  width: 35px;
  height: 35px;
  vertical-align: middle;
  margin-left: 40px; }

.icon-git {
  background: url("../images/icon/icon-git.png");
  background-repeat: no-repeat;
  display: inline-block;
  width: 25px;
  height: 25px;
  vertical-align: middle;
  padding-right: 30px; }

.icon-pages {
  background: url("../images/icon/icon-pages.png");
  background-repeat: no-repeat;
  display: inline-block;
  width: 40px;
  height: 48px;
  vertical-align: middle;
  margin-right: 10px; }

.icon-envelope {
  background: url("../images/icon/icon-envelope.png");
  background-repeat: no-repeat;
  display: inline-block;
  width: 64px;
  height: 64px;
  opacity: 0.8;
  }

.icon-forum {
  background: url("../images/icon/icon-forum.png");
  background-repeat: no-repeat;
  display: inline-block;
  width: 64px;
  height: 60px; }

.icon-folder {
  background: url("../images/icon/icon-folder.png");
  background-repeat: no-repeat;
  display: inline-block;
  width: 64px;
  height: 58px; }

.icon-info {
  background: url("../images/icon/icon-info.png");
  background-repeat: no-repeat;
  display: inline-block;
  width: 47px;
  height: 47px; }

.icon-adn {
  background: url("../images/icon/icon-adn.png");
  background-repeat: no-repeat;
  display: inline-block;
  width: 22px;
  height: 24px; }

/* =Transition
-------------------------------------------------------------- */
/* =WordPress Core
-------------------------------------------------------------- */
.alignnone {
  margin: 5px 20px 20px 0; }

.aligncenter,
div.aligncenter {
  display: block;
  margin: 5px auto 5px auto; }

.alignright {
  float: right;
  margin: 5px 0 20px 20px; }

.alignleft {
  float: left;
  margin: 5px 20px 20px 0; }

a img.alignright {
  float: right;
  margin: 5px 0 20px 20px; }

a img.alignnone {
  margin: 5px 20px 20px 0; }

a img.alignleft {
  float: left;
  margin: 5px 20px 20px 0; }

a img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto; }

.wp-caption {
  background: #fff;
  border: 1px solid #f0f0f0;
  max-width: 96%;
  /* Image does not overflow the content area */
  padding: 5px 3px 10px;
  text-align: center; }

.wp-caption.alignnone {
  margin: 5px 20px 20px 0; }

.wp-caption.alignleft {
  margin: 5px 20px 20px 0; }

.wp-caption.alignright {
  margin: 5px 0 20px 20px; }

.wp-caption img {
  border: 0 none;
  height: auto;
  margin: 0;
  max-width: 98.5%;
  padding: 0;
  width: auto; }

.wp-caption p.wp-caption-text {
  font-size: 11px;
  line-height: 17px;
  margin: 0;
  padding: 0 4px 5px; }

/* Text meant only for screen readers. */
.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden; }

.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  color: #21759b;
  display: block;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: bold;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
  /* Above WP toolbar. */ }

body {
  color: #1C252E;
  font-family: "Roboto",sans-serif;
  font-size: 16px;
  height: 100%;
  line-height: 1.6;
  padding-right: 0 !important; }

a {text-decoration: none; outline: 0 none; }
  
 a:focus {outline: 0 none; ext-decoration:none;}
 a:active {text-decoration:none; outline: 0 none;}
 a:visited {text-decoration:none; outline: 0 none;}
 a:link {text-decoration:none; outline: 0 none;}

ul {
  padding: 0; }

h1 {
  font-size: 36px;
  font-weight: 500;
  font-family: "Roboto", sans-serif;
  color: #1C252E; }

h2 {
  font-size: 30px;
  font-weight: 500;
  font-family: "Roboto", sans-serif;
  color: #1C252E;
  margin-top: 24px;
  margin-bottom: 12px;
  line-height:1.2;
}

p {
  font-size: 16px;
  line-height: 1.6;
  color: #1C252E;
  font-weight: 400; }

.btn-success {
  background-color: #38c04f;
  border: medium none;
  border-radius: 6px;
  color: #fff;
  font-size: 20px;
  font-weight: 600;
  padding: 10px 2px; 
  width: 100%;
}

.btn-success:hover {
  color: #fff;
  background-color: #36b84c;
  border-color: #36b84c;
}

.btn-default {
  font-size: 18px;
  border-radius: 6px;
  border: 1px solid #E9F8EB;
  color: #43484d;
  padding: 16px 10px; 
  background-color: #EBF8EC;
}

.btn-default:hover {background-color:#E4F6E6; border: 1px solid #E2F5E3 !important;}
.btn-default:focus {background-color:#E6F6E7 !important; border: 1px solid #DBF2DE !important; box-shadow: inset 0px 0px 8px #cbedcf;}
.btn-default:active {background-color:#E6F6E7 !important; border: 1px solid #DBF2DE !important; box-shadow: inset 0px 0px 8px #cbedcf;}

.nowrap {white-space: nowrap;}

.section-title {
  font-size: 52px;
  font-weight: 300;
  color: #44596d; 
}

.section-subtitle {
  font-size: 22px;
  font-weight: 300;
  line-height: 32px;
  color: #44596d;
  width: 55%;
  margin: 18px auto 24px;
}
  
button:active, button:focus {
  outline: none !important;
}
button::-moz-focus-inner {
  border: 0 !important;
}

.pt-50 {
  padding-top: 50px; }

.pt-70 {
  padding-top: 70px; }

/***************************** Header ****************************/
.hero {
  background-color: #f2f5f8;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative; 
}

.navbar {
  padding: 8px 0 8px 0;
  border: 0;
  border-bottom: 1px solid transparent;

}
   .navbar .brand {
    font-size: 40px;
    color: #27AE4B;
    font-weight: 600;
    line-height: 1;
    text-decoration: none;
    display: inline-block;
    text-transform: lowercase;
   }
   
.navbar .brand span {
    color: #2079bf;
   }
   
   .navbar .brand:after {
    display:block;
    content:'';
    width:100%;
    height:3px;
    background:#27AE4B;
    margin-top:-1px;
  }
  .navbar .brand img {
    padding-top: 11px; }
  .navbar li a {
    font-size: 16px;
    font-weight: 500;}
  .navbar li a:hover, .navbar li a:focus {
    background-color: transparent;
    color: #27AE4B;
    text-decoration: none;
    outline: medium none; }
  .navbar .nav-btn {
    padding: 12px 27px !important;
    border-radius: 3px;
    margin-top: 5px; }.navbar-toggle
  .navbar .nav-btn:hover {
    color: #fff;
    background: #7dc855;
    opacity: 0.9; }

.navbar-toggle {
    background: transparent none repeat scroll 0 0;
    border: 1px solid transparent;
    border-radius: 4px;
    color: #2079bf;
    float: right;
    font-size: 26px;
    margin-right: 17px;
    margin-top: 12px;
    position: relative; 
    padding: 0;
    margin-bottom: 0;
    font-weight: normal;
}

.masthead {
  padding: 100px 0 80px 0;
  text-align: center; 
  width: 520px;
  float: left;
}
  .masthead h1 {
    color: #fff; }
  .masthead p {
    color: #fff;
    font-size: 22px;
    font-weight: 100;
    margin: 0 auto;
    padding-bottom: 15px;
    padding-top: 30px;
    text-align: center;
    width: 70%; }
  .masthead .search-field {
    width: 100%;
    font-size: 18px;
    border-radius: 12px;
    padding: 0 56px 0 16px;
    margin-top: 0;
    margin-bottom: 9px;
    height: 46px; 
    border: 1px solid #dce2e9;
  
  }
    .masthead .search-field:active {
        box-shadow: inset 0px 0px 0px rgba(0,0,0,0); 
        border:1px solid #ffffff;
    }
    .masthead .search-field:focus {
        box-shadow: inset 0px 0px 0px rgba(0,0,0,0); 
        border:1px solid #ffffff;
        
    }

  .masthead form {
    position: relative;
    margin-top: 10px; 
    margin-left: 30px;
  }
  .masthead form button:not(.header-search-clear) {
    position: absolute;
    right: 10px;
    top: 1px;
    background: none;
    border: none;
    font-size: 26px;
    color: #7c94ac;
    padding: 0 8px 0 0; }
    
  .masthead form button:not(.header-search-clear):hover {
    color: #64809c;
}    

  .masthead form button:not(.header-search-clear):active {
    color: #5c7791;
}   
    
  .masthead .btn-hero {
    border: 3px solid #fff;
    color: #fff;
    border-radius: 5px;
    padding: 10px 20px;
    margin-top: 50px; }
  .masthead .btn-hero:hover {
    background: rgba(255, 255, 255, 0.2);
    -webkit-transition: background-color 500ms ease-out 0.2s;
    -moz-transition: background-color 500ms ease-out 0.2s;
    -o-transition: background-color 500ms ease-out 0.2s;
    transition: background-color 500ms ease-out 0.2s; }

.single-masthead {
  padding: 0 0 0px; }
  .single-masthead .btn-hero {
    margin-top: 30px;
    float: right; }

/***************************** 2- Features ****************************/
.bgc-light-gray {
  background-color: #f8f8ff; }

.features, .genre {
  padding: 32px 0px 30px 0px;
  position: relative; }
  .features .icon, .genre .icon {
    display: inline-block;
    font-size: 50px;
    text-decoration: none;
    transition: all 0.3s ease 0s; }
  .features h3, .genre h3 {
    font-size: 18px;
    font-weight: 400;
    font-family: "Roboto", sans-serif;
    color: #43484d; }
  .features p, .genre p {
    font-size: 16px;
    font-weight: 300;
    font-family: "Roboto", sans-serif;
    color: #86939e; }

.bordertopbottom{
  border:1px solid #f1f1f1;}

.featuressh:after {
  content: "";
  display: block;
  height: 1px;
  margin-top: 1px;
  width: 100%;
  position: absolute;
  bottom: 0;
  background-color:#f1f4f7;
}
  
.genre {
  padding: 50px  0; }

/***************************** 3- Topics ****************************/
.topics {
  padding: 28px 0; }
  .topics header {
    border-bottom: 0px solid #eee;
    position: relative; }
    .topics header h2 {}
    .topics header p {
      font-size: 16px;
      font-weight: 400;
      font-family: "Roboto", sans-serif;
      color: #1C252E; }
  .topics .topics-btn {
    margin-top: 30px; }
    .topics .topics-btn .btn {
      margin-top: 20px;
      margin-bottom: 20px;
      color: #358ed7; }
    .topics .topics-btn span {
      display: inline;
      padding-left: 30px; }
     .podh1 {margin-bottom: 16px;}

.topics h3 a {
  font-size: 18px;
  font-weight: 400;
  font-family: "Roboto", sans-serif;
  color: #43484d;
  text-decoration: none; }

.media-border {
  border-bottom: 1px solid #DFE6EE; }

.topics-list {
  padding: 20px 0; 
}

.topics-listkor {
  padding: 0px !important; 
  margin:20px 0px 10px 0px;
  border-radius:4px;
  border: 0px solid #DFE6EE;
}

.topics-list ul{
   padding:0 11px 10px 13px;
   background-color:#ffffff;
   border:0px solid #f1f1f1;
   border-top:0px solid #f1f1f1;
   border-bottom-left-radius:4px;
   border-bottom-right-radius:4px;
   margin-left:4px;
   list-style-image: url('/assets/images/krug.svg');
}

  .topics-list li {
    padding-left: 5px;
    padding-top: 6px; }
    .topics-list li a {
      padding-left: 6px;
      font-weight: 400;
      font-family: "Roboto",sans-serif;
      text-decoration: none;
      outline: 0 none; }
    .topics-list li a:hover {
      color: #27AE4B; }
  .topics-list .badge {
    background-color: #7dc855;
    border-radius: 50%;
    color: #fff;
    display: inline-block;
    font-size: 12px;
    font-weight: 400;
    line-height: 25px;
    min-width: 10px;
    text-align: center;
    vertical-align: middle;
    white-space: nowrap;
    height: 25px;
    width: 25px;
    margin-right: 10px;
    padding: 0; }
    
.main-link-all {
    display: inline-block;
    width: 100%;
    color: #27AE4B;
    font-size: 22px;
    font-weight: 600;
}

.main-link-all:hover span {
    color: #27AE4B;
    border-bottom: 0 solid #bde8c1;
}

.main-link-all span {
    font-size: 22px;
    color: #27AE4B;
    font-weight: 600;
    border-bottom: 0 solid #c8f1c0;
    padding-left:0 !important;
    padding-bottom: 1px;
}

.topicman {padding:15px 0 15px 0;}

.garantb {
    padding: 0;
    clear: both;
    margin: 10px 0 20px 0;
}
.perelinkcg {
    margin: 10px 0 20px 24px; 
    clear: both;
    padding: 0;
}
    
.perelinkcg-zag {
    padding: 0; 
    margin: 0; 
    font-size: 18px; 
    color: #546d85;
}

.aqlink {
    padding: 16px 24px 8px 24px;
    background-color: #e8f7ea;
    border: 1px solid #E6F6E8;
    border-radius: 6px;
    margin: 10px 0 20px 0;
}



/*----------------------- Widgets ----------------------*/
.widget {
  border: 3px solid #f7f7f7;
  border-radius: 5px;
  padding: 25px; }
  .widget h4 {
    font-size: 18px;
    font-weight: 400;
    color: #43484d;
    line-height: 25px; }
  .widget .icon {
    float: right;
    padding-right: 10px;
    padding-right: 20px; }

.widget-support-forum {
  margin-bottom: 24px;
  margin-top: 50px; }
  .widget-support-forum p {
    font-size: 16px;
    font-weight: 400;
    color: #86939e;
    padding-top: 30px;
    padding-bottom: 30px; }

.widget_categories li {
  list-style: none;
  padding-left: 5px;
  padding-top: 15px; }
  .widget_categories li a {
    padding-left: 15px;
    color: #5e6977;
    font-size: 14px;
    font-weight: 400;
    font-family: "Roboto",sans-serif;
    text-decoration: none;
    outline: 0 none; }
  .widget_categories li a:hover {
    color: #7dc855; }
  .widget_categories li ul {
    padding-left: 30px;
    padding-bottom: 20px; }
    .widget_categories li ul li:before {
      font-family: FontAwesome;
      content: ""; }

.widget_categories li:before {
  font-family: FontAwesome;
  content: "";
  color: #b5bfc7;
  font-size: 18px; }

/***************************** 4- Support ****************************/
.support-section {
  /*background: url("../images/bg2.png") no-repeat center;*/
  position: relative;
  margin-bottom: 80px;
}
  .support-section .divider {
    border-top: 1px solid #E8EEF3;
    position: relative;
    margin-bottom: 35px;
  }
  .support-section .divider i {
    background: #66c970;
    border-radius: 50%;
    color: #fff;
    display: block;
    font-size: 26px;
    height: 45px;
    line-height: 45px;
    padding: 0;
    text-align: center;
    width: 45px;
    margin: 0 auto;
    margin-top: -25px;
  }
  .support-section ul.members {
    text-align: center;
    padding-top: 20px;
    padding-bottom: 20px; 
  }
    .support-section ul.members li {
      display: inline-block;
      padding: 0 15px 20px 15px;
    }
/***************************** 5- Contacts ****************************/
.section {
  margin-top: 70px;
  margin-bottom: 70px; }

.call-to-action {
  border: 4px solid #f2f5f8;
  border-radius: 6px;
  padding: 20px;
  margin: 20px 0 10px 0; 
}
  .call-to-action .action-btn {
    display: inline-block;
    float: right; }
  .call-to-action h3 {
    font-size: 30px;
    font-weight: 300;
    color: #44596d;
    margin: 0 0 10px; }
  .call-to-action p {
    font-size: 20px;
    font-weight: 300;
    color: #44596d; }
  .call-to-action .btn-action {
    margin-top: 20px;
    float: right; }

footer {
  background-color: #f2f5f8;
  border-top: 1px solid #f1f4f7;
  padding: 24px 0 26px 0; }
  footer .footer-links {
    padding-top: 5px; 
    margin-bottom:0px;
  }
    footer .footer-links li {
      display: block;
      padding: 0 10px 9px 0; }
      footer .footer-links li a {
        color: #4c6379;
        font-size: 16px;
        font-weight: 500; }
      footer .footer-links li a:hover {
        color: #27AE4B;
        text-decoration: none; }
  footer .copyright {
    color: #4c6379;
    padding-top: 5px;
    font-size: 16px;
    font-weight: 400;
  }
footer .fabout {
    color: #4c6379;
    padding-top: 5px;
    font-size: 13px;
    font-weight: 400;
    float: left;
}

footer .flright {
    float: right;
    margin: 0;
    padding: 0;
    width: 430px;
}

.breadcrumbs {
  padding: 0;
  margin: 0;
  display: block;
  white-space: nowrap;
  overflow-x: auto;
  position: relative;
  scrollbar-width: none;
  -ms-overflow-style: none;
  scroll-behavior: smooth;
  font-weight: 400;
}
.breadcrumbs::-webkit-scrollbar {
    display: none;
    width: 0;
    background: transparent;
    background-color: transparent;
}

.breadcrumbs::-webkit-scrollbar-thumb {
    background: transparent;
    background-color: transparent;
}
  .breadcrumbs ol {
    padding: 0; 
    margin: 0;
    display: block;
  }
    .breadcrumbs ol li {
      display: inline-block;
    }
      .breadcrumbs ol li a {
        /*background-color: #f4f6f8;
        border: 1px solid #f2f4f6;
        padding: 6px 11px 7px 11px;
        border-radius: 4px;*/
        text-decoration: none;
        color: #546d85; 
        font-size: 16px;
        display: inline-block;
        line-height: 1;
      }
      .breadcrumbs ol li a:hover {
        color: #2079bf;
        /*background-color: #e9edf2;*/
        border: 0 solid #e9edf2;
      }
    .breadcrumbs ol li::after {
      content: "\f105";
      font-family: FontAwesome;
      padding: 0 6px 0 10px; 
      font-weight: 600;
      color: #7c94ac; 
      font-size: 16px;
    }
    .breadcrumbs ol li:first-child {display: none;}
    .breadcrumbs ol li:last-child::after {content: none;}
    .breadcrumbs ol .active {color: #7dc855;}
    

.content-wrapper {
  padding: 40px 0; }

.alert-info {
  background: #f6fafd;
  padding: 10px 10px 10px 90px;
  position: relative; }
  .alert-info .icon-info {
    position: absolute;
    top: 25px;
    left: 25px; }
  .alert-info p {
    line-height: 25px;
    padding-bottom: 10px;
    padding-top: 12px; }

.post .meta {
  border-bottom: 1px solid #eee;
  margin: 20px  0;
  padding-bottom: 10px; }
  .post .meta p {
    padding: 15px 0; }
  .post .meta li {
    display: inline-block;
    font-weight: 300;
    color: #86939e; }
    .post .meta li span {
      color: #43484d; }
  .post .meta li::after {
    content: "|";
    padding: 0 20px; }
  .post .meta li:last-child::after {
    content: none; }

.post img {
  padding: 40px 0;
  max-width: 100%; }

.post blockquote {
  background: #f9f9f9;
  border: 3px solid #c3cfd8;
  padding: 30px;
  margin: 30px 0;
  border-radius: 5px; }

.feedback {
  padding: 50px 0; }
  .feedback h3 {
    border-bottom: 1px solid #eee;
    font-size: 38px;
    font-weight: 300;
    font-family: "Roboto", sans-serif;
    color: #43484d;
    padding-bottom: 20px; }
  .feedback input[type="text"] {
    font-size: 18px;
    border-radius: 5px;
    border: 2px solid #e1e8ee;
    color: #43484d;
    height: 60px;
    width: 100%;
    margin: 20px 0;
    padding: 20px; }

.template-genre .overlay {
  background: rgba(2, 28, 53, 0.9) none repeat scroll 0 0;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%; }

.template-card .masthead {
  padding-top: 200px; }

.template-card .masthead h1 {
  margin-top: -150px; }

.template-card .card {
  background: #fff;
  box-shadow: 0 0 9px rgba(0, 0, 0, 0.1);
  padding: 30px;
  margin-top: -150px; }
  .template-card .card .icon {
    padding-bottom: 30px; }
  .template-card .card .section-subtitle {
    width: 78%; }
  .template-card .card input[type="text"] {
    border: 2px solid #e1e8ee;
    border-radius: 5px;
    color: #43484d;
    font-size: 14px;
    height: 50px;
    margin: 10px 0;
    padding: 15px;
    width: 100%; }
  .template-card .card input[type="submit"] {
    margin-top: 20px;
    width: 100%; }
  .template-card .card .forget-pass {
    padding-top: 30px; }
    
.revblocks {-webkit-column-count: 2; -ms-column-count:2; -moz-column-count: 2; column-count: 2; column-fill: balance;}
.flleft {float: left; margin-right: 50px;}
.flleftlast {float: left; margin-right: 0;}
.o-gid {padding-top: 72px;}
.gidpad {
    background-color: #e8f7ea;
    border: 1px solid #E6F6E8;
    margin: 10px 0 20px 0 !important;
    padding: 12px 24px;
    border-radius: 6px;
} 
.onmainpad {padding:15px 0px;}

.discountlist {font-size:16px; font-weight:400; line-height:28px; position:absolute; display:inline-block; z-index:99; top:12px; right:0; color:#ffffff; font-style:italic; min-height:21px; padding:0px 4px 0px 6px; margin:0px; background-color: #e34234; background-color:rgba(227, 66, 52, 0.9); width:102px; text-align:center; border-radius:4px 0px 0px 4px;}
.discountlist::before {content: "Скидка "}
.discountpage {display:inline-block; color:#1C252E; font-weight:bold; padding:4px 10px; border-radius:6px; background-color: #fecccc; text-align:center; border-right:1px solid #fecaca;}
.discountsaved {display:inline-block; font-size:16px; color:#1C252E; border-radius:6px; border:0px solid #e34234; margin: 0 0 15px 0; background-color: #ffe6e6;}
.discountsaved span {margin: 0 14px 0 10px;}
.discounthide,.discounthiderec2 {margin:0px !important;}
.discountprice {text-decoration: line-through; margin-right: 4px; color: #7d97ab; font-size: 20px;}
.discountpricepage {text-decoration:line-through; margin-left:6px; color:#7d97ab !important; font-size:16px !important; font-weight:400 !important;}
.discountpricepageniz {text-decoration:line-through; margin-right:6px; color: #7d97ab; font-size:16px; font-weight:400 !important;}
.recommendlist {font-size:16px; font-weight:400; line-height:28px; position:absolute; display:inline-block; z-index:99; top:12px; right:0; color:#ffffff; font-style:italic; min-height:21px; padding:0px 4px 0px 6px; margin:0px; background-color: rgba(73,190,84, 0.9); width:136px; text-align:center; border-radius:4px 0px 0px 4px; }
.recommendlist::after {content: "Рекомендуем";}
.thumbs-up {margin-right:6px;}
.thumbs-up-rec {margin-right:6px; color:#36973f;}
.recommendlist + .discountlist {top:46px;}
.recommendpage {display:inline-block; font-size:16px; font-weight: bold; color:#1C252E; padding:4px 10px; text-align:center; border-radius:6px; border: 0 solid #449d44; margin-bottom:15px; background-color:#D0EFD3;}
.discountsaved + .recommendpage {margin-left: 10px;}
.recpageone {display:inline-block; font-size:16px; font-weight: 400; color:#1C252E; border-radius:6px; margin-bottom:15px !important; background-color:#E6F6E7;}
.recpageth {display:inline-block; font-size:16px; font-weight: bold; color:#1C252E; padding:4px 10px; text-align:center; border-radius:6px; background-color:#D0EFD3; border-right: 1px solid #CEEED0; margin: 0 !important;}
.recpageone span {margin: 0 14px 0 10px;}
.recpageone span:after {content: "Одно из лучших предложений в городе";}
.frst-name {display:none;}




.artlist {
  display: block;
  position: relative;
  height: 0;
  border-radius: 6px;
  padding-top: calc(460/720*100%);
  background-color: #F7F9FB;
  background-image: url(data:image/gif;base64,R0lGODlhCgAIAIABAN3d3f///yH5BAEAAAEALAAAAAAKAAgAAAINjAOnyJv2oJOrVXrzKQA7);
}

.artlistzag {
    margin: 13px 0 9px 0;
    padding: 0 6px 0 0;
}

.artlistzag span {
    font-size: 22px; 
    font-weight: 400; 
    color: #2079bf;
    line-height: 1.5;
    border-bottom: 2px solid #c2def5;
}

.asz:hover .artlistzag span, .asz:active .artlistzag span, .asz:focus .artlistzag span {color: #27AE4B; border-bottom: 2px solid #cbedcf;}
.artlistzag span:hover, .artlistzag span:active, .artlistzag span:focus {color: #27AE4B; border-bottom: 2px solid #cbedcf;}

.artopis { 
    font-size: 16px;
    color: #1C252E;
    font-weight: 400;
    padding-right: 6px;
    padding-bottom: 2px;
}

.sovp {margin: 60px 0 8px 0;}

.topics header p.jdescr, .jdescr {
  font-size: 18px;
  font-weight: 400;
  color: #1C252E;
  margin: 0 0 5px 0;
  padding: 0;
  line-height: 1.6;
}

.btn-more-exc {
    margin: 20px 0 40px 0;
}

/* = Responsive
-------------------------------------------------------------- */
@media (min-width: 992px) {
  .topot {margin-top: 8px;}
  .tpismo {width: 88%;}
}

@media (min-width: 768px) {
  .logotop {margin-top: 15px; margin-left: 0; text-transform: lowercase; float:left;}
  .exlogo {width: 200px;}
  
}


@media (max-width: 1200px) {   
    .blockrelexc {margin:22px 0px 0px 0px;}
    .o-gid {padding-top: 10px; padding-bottom: 0;}
    .zagsim {margin:26px 0px 0px 0px;}
    .convert {text-align:center; margin-bottom:16px;}
    .convert-feedback {text-align:center;}
    .all-sights-ul li {width:204px; margin:0 0 24px 0; display:block;}
    .all-sights-ul li:last-child {display:block;}
    .perelinkcg {margin: 0; padding: 10px 0 10px 0 !important;}
    .artlistzag span {font-size: 20px;}
    footer .flright {margin: 4px 0 0 0; width: auto;}
    .flleft {float: left; margin-right: 60px;}
}

@media (max-width: 1199.25px) and (min-width: 991.25px) {   
    .col-sm-4 {width:50%;}
    ul.members li:last-child {display:none;}
    .masthead {width: 424px;}
    .navbar li a {padding: 15px 10px !important;}
    .navbar li:first-child a {padding: 15px 10px 15px 6px !important;}
    .navbar li:last-child a {padding: 15px 0 15px 10px !important;}
    .masthead form {margin-left: 26px;}
}

@media all and (max-width: 1200px) and (min-width: 768px) {
    footer .footer-links {
      margin-bottom: 10px; }
}

@media (max-width: 1200px) and (min-width: 768px) {
  .garantpad {padding-bottom: 0;}
  .qhide {display:none;}
}

@media (max-width: 991.25px) and (min-width: 768.25px) {
  .col-sm-4 {width: 50%;}
  .masthead {width: 464px;}
  .navbar-toggle {margin-top: 2px; margin-right: 6px;}
  .navmob li {float:left;}
  .flex {justify-content: center;}
  .o-rekpost, .o-garant, .o-gid {width:100%;}
  .padmain6 {padding: 0 8px 0 0;}
  .padmain6r {padding: 0 0 0 8px;}
  .countrylist {
    -ms-column-count:2;
    -ms-column-width:auto;
    -webkit-column-count:2;
    -webkit-column-width:auto;
    -moz-column-count:2;
    -moz-column-width:auto;
    column-count:2;
    column-width:auto;
  }
    .all-sights-ul li {width:218px; margin:0 0 24px 0; display:block;}
    .all-sights-ul li:last-child {display:none;}
}

@media (max-width: 1200px) and (min-width: 992px) {
    .o-rekpost, .o-garant, .o-gid {width:75%;}
}


@media (max-width: 768.25px) {
    .exlogo {width: 190px;}
    .cat ul li a {padding: 6px 10px;}
    .cat ul li button {padding: 6px 10px;}
    .cat .cathere {padding: 6px 10px;}
    .cat ul li {margin-right: 10px;}
    .section {
        margin-top: 60px;
        margin-bottom: 60px;
    }
    .support-section .divider {
        margin-bottom:30px;
    }
    .breadcrumbs {
        margin-right: -15px;
    }
    .breadcrumbs ol li a {
        font-size: clamp(14px, 4.5vw, 16px);
        /*padding: 6px 8px 7px 8px;*/
      }
    .breadcrumbs ol li::after {
      padding: 0px 5px 0px 9px;
      font-size: clamp(14px, 4.5vw, 16px);
    }
    .flex {justify-content: center;}
    .padmain6 {padding:0px 0px 0px 0px;}
    .padmain6r {padding:0px 0px 0px 0px;}
    .features {
    padding: 35px 0; }
    footer .footer-links {
      margin-bottom: 10px; }
    footer .copyright {float: left;} 
    .col-sm-4 {width: 100%;}
    .topot {float: none; margin-top: 0;}
    .masthead form {margin-left: 0; margin-top: 12px;}
    .masthead .search-field {padding: 0 48px 0 14px; height: 46px;}
    .masthead form button:not(.header-search-clear) {font-size: 24px; right: 8px; top: 3px;}
    .widf {padding: 0 !important; }
    .navbar-nav {margin: 0;}
    .navbar {padding: 1px 0 5px 0; }
    .revblocks {-webkit-column-count: 1; -ms-column-count:1; -moz-column-count: 1; column-count: 1;}
    .cat {margin: 0 -15px}
    .cat .cat-list {padding: 3px 15px 12px 15px;}
    /* .cat ul li {padding: 13px 10px 15px 10px;}
    .cat ul li:first-child {padding: 13px 10px 15px 15px;}
    .cat ul li:last-child {padding: 13px 15px 15px 10px;} */
    .cat .left-arrow {background: linear-gradient(to right, #ffffff 34%, transparent);}
    .cat .right-arrow {background: linear-gradient(to left, #ffffff 34%, transparent);}
    .cat .right-arrow i {padding: 5px 15px 15px 15px;}
    .cat .left-arrow i {padding: 5px 15px 15px 15px;}
    .topics {padding: 20px 0;}
    .cityh {font-size: 26px; line-height: 1.4; margin: 7px 0 6px 0;}
    .cityh span, .cityh2 span {white-space: nowrap;}
    .cityg {font-size:26px; line-height: 1.4;}
    .exch {font-size:26px; line-height: 1.4; margin: 8px 0px 4px 0px;}
    .btn-default {padding: 16px 10px;}
    .flex .centerb {order:3;}
    .flex .rightb {order:2; }
    .flex .rightb2 {padding-left:0px;}
    .navbar-toggle {font-size: 24px; margin-top: 13px;}
    .masthead {width: 100%;}
    .navmob li {float:left;}
    .qhide {display:none;}
    .garantpad {padding-bottom:0;}
    .discounthiderec2 {display:none;}
    .cformf1 {width:100% !important; min-width:220px;}
    .cformf2 {width:100% !important; min-width:220px;}
    .countrylist {
    -ms-column-count:2;
    -ms-column-width:auto;
    -webkit-column-count:2;
    -webkit-column-width:auto;
    -moz-column-count:2;
    -moz-column-width:auto;
    column-count:2;
    column-width:auto;}
    .js-tour-reviews-button:hover .rewamore span {text-decoration:none; color:#2079bf; border-bottom: 0 dashed #aacbe6; cursor: pointer;}
    .js-tour-reviews-button:hover .rewamore {text-decoration:none; color:#2079bf; border-bottom: 0 solid #80b1d9; cursor: pointer;}
    .catn ul li a {font-size:16px; padding: 4px 9px 4px 9px;}
    .fa-university {display:none;}
    .cat_sights_link {display:block; margin:0 0 26px 0;}
    .catuni_sights_link {
        margin: 30px -15px 15px -15px;
        border-top: 0 solid #e6ecf2;
        padding: 0 15px 0 15px;
    }
    .exc_sights_link {margin:30px 0 20px 0;}
    .all-sights-ul {list-style:none; display:flex; flex-wrap:wrap; justify-content:space-evenly; column-gap: 2rem;}
    .all-sights-ul li {width:210px; margin:0 0 24px 0; display:block;}
    .all-sights-ul li:last-child {display:block;}
    h2 {font-size: 24px; line-height: 1.4;}
    .artlistzag {padding: 0;}
    .artopis {padding-right: 0;}
    .sovp {margin: 60px 0 4px 0;}
    .call-to-action {margin: 10px 0 0 0; }
    .topics-listkor {margin: 20px 0px 2px 0px;}
    .zagot {margin: 40px 0 8px 0;}
    .zagotp {font-size: 16px; color: #1C252E; font-weight: 400; margin-bottom: 20px; line-height: 1.5;}
    .revback {margin: 15px 0 0 0;}
    .rewd {margin: 15px 0 0 0;}
    .excrelcat {margin: 24px 0 0 0;}

}

@media (max-width: 660px) {
.btn-allexc .hidelook, .main-link-all .hidelook {display: none !important;}
.btn-allexc .biglet, .main-link-all .biglet {text-transform: capitalize !important;}
.discounthide {display:none;}
.discounthiderec1 {display:none;}
.discountpage {border-radius:6px;}
.recpageone span:after {content: "Лучшее предложение";}
ul.members li:last-child {display:none;}
.countrylist {
    -ms-column-count:1;
    -ms-column-width:auto;
    -webkit-column-count:1;
    -webkit-column-width:auto;
    -moz-column-count:1;
    -moz-column-width:auto;
    column-count:1;
    column-width:auto;}
}

/* Extra Small Devices, Phones */
@media only screen and (max-width: 480px) {
  .btn-more2 {font-size: 20px !important;}
  .btn-more2 span {font-size: 20px;}
  .btn-allexc {padding: 12px 4px 14px 4px}
  .btn-allexc span {font-size: 20px;}
  .btn-allexc-sm span {font-size: 18px;}
  .barsic {margin-right: 4px; font-size: 18px;}
  .barsicexc {display:none;}
  /* .masthead .search-field {font-size: 17px;} */
  footer .footer-links li {
    display: block;
    white-space: nowrap;}
  footer {padding: 24px 0 30px 0;}
  .topics-list .garant li {padding-left: 0px;}
    .all-sights-ul {list-style:none; display:flex; flex-wrap:wrap; justify-content:space-evenly; column-gap: 2rem; margin:12px 0 2px 0;}
    .all-sights-ul li {width: 152px; margin:0 0 20px 0; display:block;}
    .all-sights-ul li a {font-size:16px; font-weight:500;}
    .all-sights-main-img {width:100%; min-width:152px; min-height:114px; border-radius:6px; margin-bottom:6px;}
    .btn-success {padding: 12px 2px;}
    .main-link-all, .main-link-all span {font-size: 20px;}
    .topics header p.jdescr, .jdescr {font-size: 16px; font-weight: 400; line-height: 1.6;}
    .giddesc {padding: 0 0 8px 0;}
    .trustzakaz {padding: 10px 18px 12px 18px;}
    .blockrelexc {padding: 14px 18px 12px 18px;}
    .gidq {padding: 0 0 9px 0;}
    .gidpad {padding: 12px 18px;}
    .aqlink {padding: 16px 18px 8px 18px;}
    .gidq .fa-question-circle {font-size: 22px; margin: 0 5px 2px 0;}
    .gidline {margin: 15px -18px 17px -18px;}
    footer .flright span {display: none;}
}

@media only screen and (max-width: 340px) {
  .masthead .search-field {font-size: 16px;}
}
