<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">#left_menu {
  display: none;
}
@media screen and (max-width: 767px) {
  .iti--container {
    z-index: 100000;
  }
  body {
    line-height: 1.2;
    font-size: 16px;
  }
  * {
    box-sizing: border-box !important;
  }
  a {
    -webkit-user-select: none;
    /* Chrome all / Safari all */
    -moz-user-select: none;
    /* Firefox all */
    -ms-user-select: none;
    /* IE 10+ */
    user-select: none;
    /* Likely future */
  }
  .main-width-1170 {
    width: 100%;
  }
  .top-right-menu {
    position: absolute;
    top: 0;
    right: 0;
    width: 54px;
    height: 54px;
    overflow: visible;
  }
  .top-right-menu .custom-dropdown-menu-content #head-links li {
    display: block;
    text-align: right;
  }
  .top-right-menu .custom-dropdown-menu-content #head-links li a {
    display: block;
    padding: 15px 20px;
    text-decoration: none;
    font-size: 16px;
    color: #333;
    white-space: nowrap;
  }
  .top-right-menu .custom-dropdown-menu-content #quick-login table {
    display: block;
  }
  .top-right-menu .custom-dropdown-menu-content #quick-login table td {
    display: block;
    text-align: right;
  }
  .top-right-menu .custom-dropdown-menu-content #quick-login table td a {
    white-space: nowrap;
    color: #333;
    display: block;
    padding: 15px 20px;
    text-decoration: none;
    font-size: 16px;
  }
  .custom-dropdown-menu {
    position: relative;
    display: inline-block;
  }
  .custom-dropdown-menu .custom-dropdown-menu-icon {
    font-size: 32px;
    width: 54px;
    height: 54px;
    line-height: 60px;
    text-align: center;
    margin: 0;
    display: inline-block;
    border-radius: 50%;
    text-decoration: none;
    color: #333;
  }
  .custom-dropdown-menu .custom-dropdown-menu-content {
    -moz-transform: scale(0);
    -webkit-transform: scale(0);
    -o-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
    -webkit-transform-origin: top right;
    -moz-transform-origin: top right;
    -ms-transform-origin: top right;
    transform-origin: top right;
    position: absolute;
    background: #fff;
    padding: 10px;
    right: 10px;
    top: 80%;
    border: 1px solid #ECEFF1;
    border-radius: 1px;
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
  }
  .custom-dropdown-menu .custom-dropdown-menu-content.animate {
    -webkit-transition: all 200ms ease-out;
    -moz-transition: all 200ms ease-out;
    -ms-transition: all 200ms ease-out;
    -o-transition: all 200ms ease-out;
    transition: all 200ms ease-out;
  }
  .custom-dropdown-menu.opened .custom-dropdown-menu-content {
    -moz-transform: scale(1);
    -webkit-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }
  .head-wrap-content {
    height: 54px;
  }
  .head-wrap-content a#logo {
    display: inline-block;
  }
  .head-wrap-content a#logo img {
    width: auto;
    height: 20px;
    margin-top: 5px;
  }
  .head-wrap-content &gt; table td:first-child {
    text-align: center;
  }
  .hide-on-mobile {
    display: none !important;
  }
  .custom-dropdown-menu-icon {
    display: block !important;
  }
  .left-head-menu-toggle-links {
    display: block !important;
    position: absolute;
    top: 0;
    left: 0;
    height: 54px;
    overflow: visible;
    z-index: 4;
  }
  .left-head-menu-toggle-links a {
    font-size: 32px;
    width: 54px;
    height: 54px;
    line-height: 60px;
    text-align: center;
    margin: 0;
    display: inline-block;
    border-radius: 50%;
    text-decoration: none;
    color: #333;
  }
  .left-head-menu-toggle-links .left-head-menu-toggle-show {
    display: block;
  }
  .left-head-menu-toggle-links .left-head-menu-toggle-hide {
    display: none;
  }
  .left-head-menu-toggle-links .left-head-menu-toggle-close_settings {
    display: none;
  }
  .left-head-menu-toggle-links .badge {
    display: none;
    position: absolute;
    top: 7px;
    right: 4px;
  }
  .left-head-menu-toggle-links .badge.office-label-count-0 {
    display: none;
  }
  .left-head-menu-toggle-links .badge.office-label-count-1 {
    display: block;
  }
  .left_menu_opened {
    width: 100%;
    height: 100%;
    position: fixed;
    overflow: hidden;
  }
  .left_menu_opened #user-account-left-side-bg {
    z-index: 2;
    background: #000;
    opacity: 0.2;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: block;
  }
  .left_menu_opened #user-account-left-side {
    display: block;
    box-shadow: 2px 0 10px -3px #000;
  }
  .left_menu_opened #user-account {
    width: 100%;
    border-left: none;
  }
  .left_menu_opened .left-head-menu-toggle-show {
    display: none;
  }
  .left_menu_opened .left-head-menu-toggle-hide {
    display: block;
  }
  .left_menu_opened .left-head-menu-toggle-close_settings {
    display: none;
  }
  .left_menu_opened .user-account-head {
    padding-left: 40px;
  }
  .left_menu_opened #left_menu {
    display: block;
  }
  #head-wrap {
    -webkit-transition: all 200ms ease-out;
    -moz-transition: all 200ms ease-out;
    -ms-transition: all 200ms ease-out;
    -o-transition: all 200ms ease-out;
    transition: all 200ms ease-out;
    z-index: 3;
    position: fixed !important;
    border-radius: 0;
    border-width: 0 0 1px 0;
  }
  #content,
  html .main2016 #content {
    padding: 70px 15px 430px 15px;
  }
  #left_menu {
    position: fixed;
    width: 100%;
    height: calc(100% - 54px);
    overflow-y: auto;
    overflow-x: hidden;
    background: #fff;
    left: 0;
    top: 54px;
  }
  #left_menu ul {
    margin: 0;
    padding: 0;
  }
  #left_menu ul li {
    margin: 0;
    padding: 0;
    display: block;
  }
  #left_menu ul li a {
    display: block;
    padding: 10px 15px;
    font-size: 16px;
    text-decoration: none;
    border-bottom: 1px solid #ebebeb;
  }
  #left_menu ul li a:hover {
    background: #ebebeb;
  }
  #left_menu .left_menu_group {
    margin-bottom: 15px;
  }
  #left_menu .left_menu_group .left_menu_group_title {
    text-transform: uppercase;
    font-size: 12px;
    font-weight: bold;
    border-bottom: 1px dashed #919191;
    color: #919191;
    padding-bottom: 5px;
    margin-bottom: 10px;
    margin-top: 20px;
    text-align: center;
  }
  .gray-block-search table {
    width: 100%;
  }
  .gray-block-search input[type=text],
  .newform input[type=text] {
    width: 100% !important;
  }
  .country-item {
    width: 100%;
  }
  #goup {
    right: 20px !important;
    bottom: 20px !important;
  }
  .create_tender_close #goup {
    display: none !important;
  }
  .create_tender_close #footer {
    padding: 0 15px 75px 15px;
  }
  #create_tender {
    width: 100%;
    height: 60px;
    position: fixed;
    bottom: 0;
    left: 0;
    box-shadow: 0 5px 40px -8px #333;
    z-index: 3;
    overflow: hidden;
    background: #fbaf5d;
    color: #333;
    line-height: 65px;
    text-align: center;
    font-size: 20px;
    text-indent: 1px;
  }
  #create_tender .fa {
    margin-right: 7px;
  }
  #create_tender #create_tender_close {
    position: absolute;
    top: 50%;
    right: 0;
    width: 40px;
    height: 40px;
    margin-top: -20px;
    line-height: 40px;
  }
  #create_tender .create_tender_content {
    padding: 0 50px;
  }
  #footer-content {
    display: none;
  }
  .main-width {
    width: 100%;
  }
  .subfooter {
    font-size: 12px;
    border: none;
    padding-top: 0;
  }
  .proxima_container #footer a {
    font-size: 12px;
  }
  .country_page_list_wrapper {
    margin: 20px 0 0 0;
    padding: 0;
  }
  .country-item img {
    width: 100%;
    margin: 10px 0;
  }
  .country-item {
    margin: 10px 0;
  }
  #country-search-form {
    margin: 0 -15px;
  }
  .country_details_head_table {
    display: block;
    width: 100%;
  }
  .country_details_head_table tbody {
    display: block;
    width: 100%;
  }
  .country_details_head_table tr {
    display: block;
    width: 100%;
  }
  .country_details_head_table tr td {
    display: block;
    width: 100%;
  }
  .country_details_head_table tr .blueColor a.smallwhiteGradientButton {
    width: 50%;
    text-align: center;
  }
  .country_details_head_table tr .blueColor a.smallwhiteGradientButton div.c {
    padding: 0 5px;
  }
  .gray-block-list-item td.img,
  .list-row td.img,
  td.img {
    padding: 0 5px 20px 0;
  }
  .model_view_details {
    display: block;
    width: 100%;
  }
  .model_view_details tbody {
    display: block;
    width: 100%;
  }
  .model_view_details tr {
    display: block;
    width: 100%;
  }
  .model_view_details tr td {
    display: block;
    width: 100%;
  }
  .agg_info_title {
    margin: 0 0 5px 0;
  }
  .tabs-items td.tab a {
    padding: 0 5px;
    margin: 0 2px -1px 0;
  }
  .tabs-content {
    padding: 15px;
  }
  .list-view .pager {
    display: block;
    margin: 10px auto;
    text-align: center;
  }
  .list-view .pager .yiiPager {
    float: none;
    display: block;
    text-align: center;
  }
  .list-view .pager .yiiPager li {
    float: none;
    display: inline-block;
  }
  .list-view .items {
    text-align: left;
  }
  .country_details_block {
    padding: 15px;
  }
  .modelPhoto img {
    width: 100%;
    height: auto;
  }
  .photoLenta {
    text-align: center;
  }
  .country-session-item {
    padding: 0;
    margin: 20px 0;
    width: 100%;
    border-bottom: 1px solid #ebebeb !important;
    padding-bottom: 20px;
    border-radius: 0;
  }
  .country-session-item img {
    margin: 0 auto;
    display: block;
    width: 100%;
    height: auto;
  }
  .sub_list_item_author {
    margin-top: 5px;
    text-align: left;
    opacity: 0.9;
    font-size: 12px;
  }
  .sub_list_item_author div {
    display: inline-block;
    margin-right: 5px;
  }
  .gray-block-sep {
    display: none;
  }
  .c-tabs.reviews_tabs {
    top: auto !important;
    right: auto !important;
    padding-top: 5px;
    margin: 0 0 20px 0 !important;
    position: relative !important;
    text-align: center;
  }
  .c-tabs.reviews_tabs:after {
    content: '';
    display: block;
    clear: both;
  }
  .c-tab-label {
    float: none;
    text-align: center;
    background: transparent;
  }
  .c-tab {
    display: inline-block;
    float: none;
  }
  .c-tabs-area {
    margin: 0;
    padding: 0;
  }
  #tab_regular table {
    display: block;
    width: 100%;
  }
  #tab_regular table tbody {
    display: block;
    width: 100%;
  }
  #tab_regular table tr {
    display: block;
    width: 100%;
  }
  #tab_regular table tr td {
    display: block;
    width: 100%;
  }
  #tab_regular .photoPreview {
    border-radius: 50%;
    overflow: hidden;
    display: block;
    margin: 0 auto;
    display: none;
  }
  #comments_forms {
    margin-top: 0;
    padding: 15px !important;
  }
  .tabs #comments_forms {
    padding: 15px 0px !important;
  }
  div.inputSmall {
    margin: 0;
  }
  .comment_input_block {
    padding: 0;
  }
  #comments-form {
    margin-top: 10px;
  }
  .gray-block textarea {
    box-shadow: none;
    border: 1px solid #a9a9a9;
    padding: 10px;
  }
  div.inputSmall input {
    border: 1px solid #a9a9a9;
    padding: 10px;
  }
  .comments_forms_area .comments_forms_area_toggler {
    text-align: center;
  }
  .search_area {
    margin-bottom: 30px;
  }
  .comments_forms_area_target {
    display: none;
  }
  .comments_forms_area_collapse {
    display: none;
  }
  .comments_forms_area.expand .comments_forms_area_target {
    display: block;
  }
  .comments_forms_area.expand .comments_forms_area_toggler {
    display: none;
  }
  .comments_forms_area.expand .comments_forms_area_collapse {
    display: block;
    text-align: center;
  }
  .gray-block-list {
    padding: 0;
  }
  #country_tabs .dark-red,
  #country_tabs .dark-blue {
    font-size: 12px;
  }
  html .main2016 #main-search-area-circles {
    white-space: nowrap;
    margin: 0 0 0 0;
  }
  html .main2016 #main-search-area-circles .main-search-area-circles-item {
    width: 120px;
    height: 120px;
    font-size: 16px;
    border-width: 2px;
  }
  html .main2016 #main-search-area-circles .main-search-area-circles-item .floor {
    top: auto;
    position: relative;
  }
  html .main2016 #main-search-area-circles .main-search-area-circles-item .floor2 {
    font-size: 18px;
  }
  html .main2016 #main-search-area-circles .main-search-area-circles-item .floor3 {
    font-size: 18px;
  }
  html .main2016 #main-search-area-circles .main-search-area-circles-item:first-child {
    padding-top: 15px;
  }
  html .main2016 #main-search-area-circles .main-search-area-circles-item:nth-child(2) {
    padding-top: 32px;
  }
  html .main2016 #main-search-area-circles .main-search-area-circles-item:nth-child(3) {
    padding-top: 35px;
  }
  html .main2016 .main-page-block-title,
  html .main2016 .main-page-block-title a {
    font-size: 32px;
    margin: 10px 0 10px 0;
  }
  html .main2016 #how-it-works {
    margin: 20px 0;
  }
  html .main2016 #how-it-work-steps {
    margin: 20px -15px;
    padding: 10px 0 10px 15px;
  }
  html .main2016 #how-it-work-steps .how-it-work-step {
    font-size: 14px;
    padding: 0;
    line-height: 1.2;
  }
  html .main2016 #btn-go-to-search {
    font-size: 20px;
  }
  html .main2016 #block-search-video-middle-text {
    font-size: 20px;
    text-shadow: 0 0 10px #333;
  }
  html .main2016 #block-search-video-bottom-left {
    font-size: 20px;
    padding: 15px;
    margin: 0;
  }
  html .main2016 #block-search-video-bottom-right {
    width: 140px;
    height: 140px;
    top: 0;
    right: 15px;
    left: auto;
  }
  html .main2016 .row_wrapper {
    overflow-x: hidden;
  }
  html .main2016 .row_wrapper .row {
    white-space: nowrap;
  }
  html .main2016 .row_wrapper .row .col-sm-4 {
    white-space: normal;
    display: inline-block;
    vertical-align: top;
    width: 100%;
  }
  html .main2016 #photographers-links {
    margin: 0 -15px;
  }
  html .main2016 #photographers-links &gt; .container {
    padding: 0 15px;
    overflow-x: auto;
  }
  html .main2016 #photographers-links .three-col-links {
    white-space: nowrap;
    margin: 0;
  }
  html .main2016 #photographers-links .custom-link-item a {
    font-size: 14px;
  }
  html .main2016 #photographers-links .three-col-links &gt; div {
    white-space: normal;
    display: inline-block;
    vertical-align: top;
    float: none;
    width: 50%;
    margin: 0;
    padding: 0;
  }
  html .main2016 #tender-main-page {
    margin-bottom: 30px;
  }
  html .main2016 #tender-main-page .row1 {
    padding: 15px;
    font-size: 16px;
    margin: 0 -15px;
  }
  html .main2016 #tender-main-page .row2 {
    padding: 0;
    margin-top: 10px;
  }
  html .main2016 #tender-main-page .row3 {
    margin: 0;
    padding: 0;
  }
  html .main2016 #tender-main-page .row2 .cell1 {
    font-size: 44px;
    text-align: center;
    display: block;
  }
  html .main2016 #tender-main-page .row2 .cell1 span {
    font-size: 44px;
  }
  html .main2016 #tender-main-page .row2 .cell2 {
    font-size: 18px;
    text-align: center;
    display: block;
  }
  html .main2016 #tender-main-page .row3 .cell1 {
    display: block;
    text-align: center;
    font-size: 44px;
  }
  html .main2016 #tender-main-page .row3 .cell2 {
    font-size: 18px;
    text-align: center;
    display: block;
  }
  html .main2016 #tender-main-page .row3 .cell2 .row21 {
    padding: 0;
    display: inline;
  }
  html .main2016 #tender-main-page .row3 .cell2 .row22 {
    padding: 0;
    display: inline;
  }
  html .main2016 #tender-main-page .tender-cycle {
    width: 100%;
  }
  html .main2016 #tender-main-page .tender-cycle .slick-arrow {
    display: none !important;
  }
  html .main2016 #tender-main-page .tender-cycle .item .descr {
    font-size: 14px;
  }
  html .main2016 #tender-main-page .tender-cycle .item .author {
    font-size: 14px;
  }
  html .main2016 #tender-main-page .row4 {
    margin-bottom: 80px;
  }
  html .main2016 #article-wedding-destination {
    margin-top: 0;
  }
  html .main2016 #tender-main-page .row5 a {
    font-size: 16px;
  }
  html .main2016 .main-page-block-title,
  html .main2016 .main-page-block-title a {
    font-size: 24px;
  }
  html .main2016 #top-wedding-destination,
  html .main2016 #recent-wedding-destination {
    margin: 30px 0;
  }
  html .main2016 .btn-top-wedding-destination {
    font-size: 18px;
  }
  html .main2016 .top-wedding-destination-buttons {
    margin: 20px 0 0 0;
  }
  html .main2016 #block-search-video-bottom-right-buttons .btn {
    font-size: 18px;
  }
  html .main2016 #block-search-video {
    margin: 0 -15px;
  }
  html .main2016 #how-it-work-steps .row &gt; div {
    padding: 0 5px 0 5px;
    border-width: 0 0 0 2px;
  }
  html .main2016 #how-it-work-steps .row {
    margin: 0;
  }
  html .main2016 #how-it-work-text {
    line-height: 1.5;
    padding: 0;
    width: 100%;
    font-size: 14px;
  }
  html .main2016 #main-search-area {
    margin: 0 -15px !important;
    height: auto;
    width: auto !important;
  }
  html .main2016 .search-form-area-container-title {
    font-size: 24px;
    padding: 0 0 15px 0;
    text-shadow: 0 0 10px #333;
  }
  html .main2016 #main-page-picture {
    position: absolute;
  }
  html .main2016 #search-form-area {
    position: relative;
    height: auto;
    background-size: 100% auto;
  }
  html .main2016 #search-form-area-container {
    padding: 15px;
    width: 100%;
    border-radius: 0;
    background: rgba(255, 255, 255, 0.5);
  }
  html .main2016 #search-form-main-page {
    padding: 0;
  }
  html .main2016 #search-form-main-page .form-control {
    margin-bottom: 15px;
  }
  html .main2016 #search-form-main-page .row .col-sm-5 {
    width: 100% !important;
  }
  html .main2016 #search-form-main-page .row .col-sm-3 {
    width: 100% !important;
  }
  html .main2016 #head-links {
    background: transparent;
    margin: 0;
  }
  html .main2016 #quick-login {
    min-width: 0;
  }
  html .main2016 #quick-login a {
    display: block;
    padding: 15px 20px;
    text-decoration: none;
    font-size: 16px;
    color: #333;
    white-space: nowrap;
  }
  html .main2016 .professional-description-row {
    width: 100%;
    display: none;
  }
  html .main2016 .container,
  html .main2016 .main-width {
    width: 100% !important;
  }
  html .main2016 .container {
    padding: 0;
  }
  html .main2016 .offer-search-form-wrapper {
    height: auto;
  }
  html .main2016 .offer-search-form-wrapper .form_wrapper {
    margin-right: -15px;
    margin-left: -15px;
    border-width: 0;
    border-radius: 0;
  }
  html .main2016 .offer-search-form-wrapper .form_wrapper .cell {
    overflow: hidden;
  }
  html .main2016 .offer-search-form-wrapper .title {
    margin: 5px 0;
    font-size: 16px;
    display: none;
  }
  html .main2016 .professional-filter {
    padding: 10px;
    white-space: nowrap;
    overflow: auto;
  }
  html .main2016 .professional-filter .item {
    width: 28%;
    height: 80px;
  }
  html .main2016 .professional-filter .item .name {
    font-size: 14px;
    line-height: normal;
    margin: -12px 0 0 0;
    white-space: normal;
  }
  html .main2016 .professional-filter .item .icon-wrap {
    -moz-transform: scale(0.6);
    -webkit-transform: scale(0.6);
    -o-transform: scale(0.6);
    -ms-transform: scale(0.6);
    transform: scale(0.6);
  }
  html .main2016 .head-separator {
    display: none;
  }
  html .main2016 .offer-search-form-wrapper .inputs-row {
    margin-top: 10px;
    padding: 0 10px;
  }
  html .main2016 .offer-search-form-wrapper .inputs-row .cell {
    width: 100% !important;
    display: block !important;
    float: none !important;
    margin-bottom: 10px;
  }
  html .main2016 .offer-search-form-wrapper .form-control {
    font-size: 15px;
    height: auto;
  }
  html .main2016 .offer-search-form-wrapper .block {
    height: auto;
    padding-bottom: 40px;
    margin-top: 20px;
  }
  html .main2016 .offer-search-form-wrapper .found-block {
    -moz-transform: scale(0.6);
    -webkit-transform: scale(0.6);
    -o-transform: scale(0.6);
    -ms-transform: scale(0.6);
    transform: scale(0.6);
  }
  html .main2016 .offer-search-form-wrapper .hint {
    position: relative !important;
    top: auto !important;
    left: auto !important;
    right: auto !important;
    bottom: auto !important;
    width: 100% !important;
    font-size: 14px;
    overflow: hidden;
  }
  html .main2016 .offer-search-form-wrapper .hint-left {
    margin-top: 150px;
  }
  html .main2016 .offer-search-form-wrapper .hint-right {
    margin-top: -20px;
  }
  html .main2016 .offer-search-form-wrapper .hint .ico-right {
    -moz-transform: scale(0.6);
    -webkit-transform: scale(0.6);
    -o-transform: scale(0.6);
    -ms-transform: scale(0.6);
    transform: scale(0.6);
    right: -20px !important;
    position: relative;
  }
  html .main2016 .offer-search-form-wrapper .hint-right .text {
    text-align: right;
  }
  html .main2016 .offer-search-form-wrapper .hint {
    display: none;
  }
  html .main2016 .loader-container {
    margin: 130px -15px 0 -15px;
  }
  html .main2016 .professional-row {
    text-align: center;
    overflow-x: hidden;
  }
  html .main2016 .professional-row .cell {
    width: 100%;
    float: none;
    margin: 10px 0;
    padding: 0;
    text-align: center;
  }
  html .main2016 .professional-row .name-row {
    text-align: center;
    font-size: 21px;
    display: inline-block;
    position: static;
  }
  html .main2016 .professional-row .role-row {
    text-align: left;
    font-size: 16px;
  }
  html .main2016 .professional-row .name-row .ico-heart {
    position: absolute;
    top: auto;
    left: auto;
    right: auto;
    display: inline;
    right: 20px;
    top: 170px;
    z-index: 1;
  }
  html .main2016 .professional-row .cell1 {
    float: right;
    width: calc(100% - 80px);
    text-align: left;
    box-sizing: border-box;
    padding-left: 15px;
    padding-top: 6px;
  }
  html .main2016 .professional-row .cell2 {
    height: 80px;
    width: 80px;
    float: left;
  }
  html .main2016 .professional-row .cell3 {
    margin: 0;
  }
  html .main2016 .professional-row .cell2 .avatar {
    display: inline-block;
    height: 80px;
    opacity: 1;
  }
  html .main2016 .professional-row .cell2 .avatar img {
    max-height: 100%;
  }
  html .main2016 .professional-row .expirience-countries {
    padding: 0;
    margin: 0;
    width: 100%;
    display: none;
  }
  html .main2016 .professional-row .contact-website,
  html .main2016 .professional-row .send-buttons {
    width: 100%;
    margin: 0 0 15px 0;
  }
  html .main2016 .professional-row .send-buttons {
    text-align: left;
  }
  html .main2016 .professional-row .send-buttons .send-message-to-photographer {
    width: 70%;
    display: inline-block;
  }
  html .main2016 .professional-row .contact-website {
    margin: 0;
    text-align: left;
  }
  html .main2016 .professional-tabs {
    margin: 0 -15px;
  }
  html .main2016 .professional-tabs .tab {
    font-size: 14px;
    padding: 0 8px 2px 8px;
  }
  html .main2016 .professional-tabs-target {
    margin-top: 25px;
  }
  html .main2016 .portfolio-photos-container {
    margin: -10px;
  }
  html .main2016 .portfolio-photos-container .item {
    width: 49%;
    padding: 10px;
    display: inline-block;
    float: none;
    vertical-align: top;
  }
  html .main2016 .portfolio-photos-container .item .head-title {
    font-size: 16px;
  }
  html .main2016 .portfolio-photos-container .item a {
    height: auto;
    max-height: 158px;
  }
  html .main2016 .portfolio-photos-container.var2 {
    margin: -15px -15px 0 -15px;
  }
  html .main2016 .portfolio-photos-container.var2 .item {
    width: 100%;
    padding: 0;
    margin: 30px 0;
    display: block;
    float: none;
    vertical-align: top;
  }
  html .main2016 .portfolio-photos-container.var2 .item .head-title {
    font-size: 16px;
  }
  html .main2016 .portfolio-photos-container.var2 .item a {
    height: auto;
    max-height: none;
  }
  html .main2016 .portfolio-photos-container.var2 .item a img {
    max-height: none;
  }
  html .main2016 .reviews-form-area {
    width: 100%;
  }
  html .main2016 .review-head-title {
    font-size: 20px;
    margin: 10px 0;
    text-align: center;
    display: none;
  }
  html .main2016 .page-form-radio-container {
    margin-left: 10px;
  }
  html .main2016 .rate-block-form .rate-item i {
    font-size: 45px;
    margin-right: 10px;
  }
  html .main2016 .f_use_wedgo_row {
    margin-top: 0;
  }
  html .main2016 .page-form-inline-label {
    margin: 0;
  }
  html .main2016 .f_use_signed_contract_row .page-form-inline-label {
    width: 90%;
  }
  html .main2016 .form-group-upload .upload-progress-block {
    position: relative;
    top: auto;
    left: auto;
    margin: 10px 0;
  }
  html .main2016 .upload_loading {
    width: 100%;
  }
  html .main2016 .user-review-item {
    width: 100%;
  }
  html .main2016 .photo-lenta {
    overflow-x: auto;
    position: relative;
  }
  html .main2016 .photo-lenta:after {
    content: '';
    display: block;
    height: 100%;
    width: 30px;
    background: rgba(255, 255, 255, 0.3);
    position: absolute;
    right: 0;
    top: 0;
  }
  html .main2016 #model-comments &gt; .gray-block {
    margin: 0 -15px;
    border-width: 1px 0 1px 0;
    border-radius: 0;
  }
  html .main2016 #model-comments #comments_block {
    padding: 0;
  }
  html .main2016 .pricing-head-row .title {
    font-size: 16px;
  }
  html .main2016 .pricing-head-row {
    margin: 10px 0;
  }
  html .main2016 .pricing-area {
    width: 100%;
  }
  html .main2016 .experienced-countries {
    margin: 0 0 0 0;
  }
  html .main2016 .experienced-countries .fullname {
    font-size: 22px;
  }
  html .main2016 .experienced-countries .descr {
    font-size: 16px;
  }
  .photo-lenta {
    overflow-x: auto;
    position: relative;
  }
  .photo-lenta-wrapper {
    position: relative;
  }
  .list_head {
    display: block;
    width: 100%;
  }
  .list_head tbody {
    display: block;
    width: 100%;
  }
  .list_head tr {
    display: block;
    width: 100%;
  }
  .list_head tr td {
    display: block;
    width: 100%;
  }
  h1.main-title {
    margin: 0;
    padding: 0;
    text-align: center;
  }
  .list_head {
    line-height: 1;
    margin: 0;
  }
  .list_head .summary {
    padding: 0;
    margin: 5px 0;
    text-align: center;
    font-size: 12px;
    opacity: 0.7;
    height: auto;
    line-height: 1;
  }
  .list_head .sorter {
    height: auto;
    line-height: 1;
    margin: 0;
  }
  .list_head .sorter a {
    display: inline-block;
    vertical-align: bottom;
    padding: 10px 3px 10px 15px;
    font-size: 12px;
    float: none;
  }
  .list_head .sorter ul {
    display: inline-block;
    vertical-align: bottom;
    float: none;
  }
  .list_head .sorter li {
    float: none;
    display: inline-block;
    margin: 0;
  }
  .list_head .sorter .sort_header {
    float: none;
    display: inline-block;
    padding: 10px;
    vertical-align: bottom;
    font-size: 12px;
    margin: 0;
  }
  .comments_item .gray-block-list-item {
    padding: 20px 15px 40px 15px;
    position: relative;
  }
  .gray-block-list-item {
    line-height: 1.2;
    padding: 20px 15px;
  }
  .gray-block-list-item table {
    display: block;
    width: 100%;
  }
  .gray-block-list-item table tbody {
    display: block;
    width: 100%;
  }
  .gray-block-list-item table tr {
    display: block;
    width: 100%;
  }
  .gray-block-list-item table tr td {
    display: block;
    width: 100%;
  }
  .gray-block-list-item table tr td:first-child:after {
    content: '';
    display: table;
    clear: both;
  }
  .gray-block-list-item .list-item-photo-link {
    margin: 0;
    width: 100px;
    height: 100px;
    display: inline-block;
    vertical-align: middle;
  }
  .gray-block-list-item .list-item-photo-link img {
    width: 100% !important;
    height: 100% !important;
    border-radius: 50% !important;
  }
  .gray-block-list-item .group_ico {
    padding: 0;
    margin: 0 0 0 20px;
    width: auto;
    display: inline-block;
    vertical-align: middle;
  }
  .gray-block-list-item .list_item_archive_name {
    margin: 10px 0;
    padding: 0;
    text-align: left;
  }
  .gray-block-list-item .grat-block-list-info {
    text-align: left;
    margin: 10px 0;
    padding: 0;
  }
  .photo-lenta {
    overflow-x: auto;
  }
  .photo-show-navi-1 .photo-lenta-left,
  .photo-show-navi-1 .photo-lenta-right {
    display: none !important;
  }
  .photosession-search-form {
    padding: 20px 10px 10px 10px;
    font-size: 12px;
    margin-bottom: 30px;
  }
  .photosession-search-form table {
    display: block;
    width: 100%;
  }
  .photosession-search-form table tbody {
    display: block;
    width: 100%;
  }
  .photosession-search-form table tr {
    display: block;
    width: 100%;
  }
  .photosession-search-form table tr td {
    display: block;
    width: 100%;
  }
  .photosession-search-form table tr td &gt; div {
    padding: 0 0 5px 0 !important;
  }
  .photosession-search-form table tr td:first-child:after {
    content: '';
    display: table;
    clear: both;
  }
  .photosession-search-form .popularLenta {
    line-height: 2;
    white-space: normal;
    margin: 10px 0;
  }
  .photosession_list .items .list-item-photo-link {
    margin: 0 auto;
    display: block;
    float: left;
    margin-right: 15px;
  }
  .photosession_list .items table {
    display: block;
    width: 100%;
  }
  .photosession_list .items table tbody {
    display: block;
    width: 100%;
  }
  .photosession_list .items table tr {
    display: block;
    width: 100%;
  }
  .photosession_list .items table tr td {
    display: inline;
    width: 100%;
  }
  .photosession_list .items table tr td &gt; div {
    padding: 0 0 5px 0 !important;
  }
  .photosession_list .items table tr td:nth-child(2) &gt; div:first-child,
  .photosession_list .items table tr td:nth-child(2) &gt; div:nth-child(2) {
    font-size: 14px;
    margin: 0;
  }
  .photosession_list .items table tr td:nth-child(2) &gt; div:first-child,
  .photosession_list .items table tr td:nth-child(2) &gt; div:nth-child(2),
  .photosession_list .items table tr td:nth-child(2) &gt; div:nth-child(3) {
    float: left;
    width: calc(100% - 115px);
    text-align: left;
    padding: 0 !important;
  }
  .photosession_list .items table tr td:nth-child(2) &gt; div:nth-child(3) {
    margin-top: 10px;
  }
  .photosession_list .items table tr td:nth-child(2) &gt; div:nth-child(4) {
    padding: 10px 0 !important;
  }
  .photosession_list .items table tr td:nth-child(2) &gt; div:nth-child(4) :before {
    content: '';
    display: block;
    clear: both;
  }
  .photosession_list .items table tr td:first-child:after {
    display: none;
  }
  .bottom_comment_info {
    position: relative;
    bottom: auto;
    left: auto;
    margin: 5px 0;
    font-size: 12px !important;
  }
  .bottom_comment_info a {
    font-size: 12px !important;
  }
  #search_area {
    margin: 0 -15px;
  }
  #search_area td,
  #search_area th {
    padding: 0;
  }
  .dest_photo_area {
    margin: 0;
  }
  .three-col-links {
    margin-top: 20px;
  }
  .three-col-links &gt; div {
    margin: 0;
    width: 100%;
    float: none;
    display: block;
    padding: 0 15px;
  }
  .three-col-links:after {
    content: '';
    clear: both;
    display: block;
  }
  .article_list_area {
    margin: 0 -15px;
  }
  .article_list_area .list-row {
    padding: 15px;
  }
  .article_list_area .list-row table {
    display: block;
    width: 100%;
  }
  .article_list_area .list-row table tbody {
    display: block;
    width: 100%;
  }
  .article_list_area .list-row table tr {
    display: block;
    width: 100%;
  }
  .article_list_area .list-row table tr td {
    display: inline;
  }
  .article_list_area .list-row table tr td.img a {
    display: block;
    float: left;
    margin-right: 10px;
  }
  .article_list_area .list-row table tr td.img a img {
    display: block;
    width: 100px;
  }
  .article_list_area .list-row table tr td:nth-child(2) h3 {
    float: left;
    width: calc(100% - 110px);
    margin-top: -21px;
    margin-bottom: 10px;
  }
  .article_list_area .list-view .pager {
    margin: 0;
    padding: 15px 0;
  }
  .list-title h1 {
    padding: 0 15px 5px 15px;
    font-size: 18px;
  }
  .sub_title {
    padding: 10px 15px 15px 15px;
    font-size: 13px;
  }
  .list-row-details h2 {
    margin: 15px 0 10px 0;
    padding: 0;
  }
  .list-row-details table {
    display: table !important;
  }
  .list-row-details table tbody {
    display: table !important;
    width: auto !important;
  }
  .list-row-details table tr {
    display: table-row !important;
    width: auto !important;
  }
  .list-row-details table tr td,
  .list-row-details table tr th {
    display: table-cell !important;
    width: auto !important;
  }
  #linkedObjects {
    margin: 20px -15px;
    min-height: 0;
    padding: 10px;
  }
  #linkedObjects #left-hint {
    padding: 15px;
    height: auto;
    left: auto;
    top: auto;
    position: relative;
    border-radius: 4px;
    width: 100%;
    margin: 0 auto 15px auto;
  }
  #linkedObjects #left-hint .to-the-right {
    top: auto;
    left: auto;
    font-size: 14px;
    text-align: center;
    position: relative;
    margin: 0;
    width: 100%;
  }
  #linkedObjects #left-hint .to-the-right br {
    display: none;
  }
  #linkedObjects .links {
    padding: 0;
  }
  #linkedObjects .links a {
    line-height: 1;
    margin-bottom: 15px;
  }
  #review_form_area {
    padding: 10px;
    font-size: 14px;
    margin-bottom: 20px;
    margin-right: -15px;
    margin-left: -15px;
  }
  #review_form_area table {
    display: block;
    width: 100%;
  }
  #review_form_area table tbody {
    display: block;
    width: 100%;
  }
  #review_form_area table tr {
    display: block;
    width: 100%;
  }
  #review_form_area table tr td {
    display: block;
    width: 100%;
    padding: 0 !important;
  }
  .wedgo_review_list_area .list-item-photo-link {
    margin: 0 auto;
    display: block;
    margin-bottom: 15px;
  }
  .wedgo_review_list_area table {
    display: block;
    width: 100%;
  }
  .wedgo_review_list_area table tbody {
    display: block;
    width: 100%;
  }
  .wedgo_review_list_area table tr {
    display: block;
    width: 100%;
  }
  .wedgo_review_list_area table tr td {
    display: block;
    width: 100%;
    padding: 0 !important;
  }
  .wedgo_review_list_area table tr td:nth-child(2) &gt; div:first-child {
    text-align: center;
  }
  .wedgo_review_list_area table tr td:nth-child(2) &gt; div {
    margin: 10px 0 !important;
    padding: 0 !important;
  }
  .wedgo_review_list_area table tr td:nth-child(2) .user-contacts-block {
    margin: 20px 0 !important;
  }
  .gray-block .successMessage {
    padding: 10px;
  }
  #form-search-input-area {
    width: 100%;
    position: relative;
    margin: 15px 0 0 0;
    top: auto;
    right: auto;
  }
  .gray-block-form-element-textfield {
    margin: 0;
  }
  #forum_post_edit_area_add_button,
  #forum_post_edit_area_cancel_button {
    position: relative;
    top: auto;
    right: auto;
  }
  .forum_search_area {
    padding: 10px !important;
    margin: 0 -15px;
  }
  .forum_search_area #search_area {
    margin: 0;
  }
  #forum_post_edit_area_wrapper {
    padding-top: 30px;
  }
  .gray-block-search {
    border-width: 1px 0 1px 0;
    border-radius: 0;
  }
  table.forum_please_login_row {
    display: block;
    width: 100%;
    font-size: 14px;
    margin: 10px 0;
  }
  table.forum_please_login_row tbody {
    display: inline;
    width: auto;
  }
  table.forum_please_login_row tr {
    display: inline;
    width: auto;
  }
  table.forum_please_login_row tr td {
    display: inline-block;
    vertical-align: bottom;
    width: auto;
  }
  .forum_page_wrapper .favorite_actions {
    display: none;
    text-align: center;
    width: 100%;
    bottom: -20px;
  }
  .forum_page_wrapper #forum_post_edit_area {
    padding: 0;
    margin: 20px 0 0 0;
  }
  .forum_page_wrapper h1.main-title {
    font-size: 16px;
    margin: 20px 0;
  }
  .forum_page_wrapper .gray-block-list {
    margin: 0 -15px;
    border-width: 1px 0 1px 0;
    border-radius: 0;
  }
  .forum_page_wrapper .gray-block-list .gray-block-list-item .list-item-photo-link {
    margin: 0 auto 20px auto;
    display: block;
  }
  .forum_page_wrapper .gray-block-list .gray-block-list-item table {
    display: block;
    width: 100%;
  }
  .forum_page_wrapper .gray-block-list .gray-block-list-item table tbody {
    display: block;
    width: 100%;
  }
  .forum_page_wrapper .gray-block-list .gray-block-list-item table tr {
    display: block;
    width: 100%;
  }
  .forum_page_wrapper .gray-block-list .gray-block-list-item table tr td {
    display: block;
    width: 100%;
    padding: 0 !important;
  }
  .forum_page_wrapper .gray-block-list .gray-block-list-item table tr td:nth-child(2) &gt; div:first-child {
    text-align: center;
  }
  .forum_page_wrapper .gray-block-list .gray-block-list-item table tr td:nth-child(2) &gt; div:nth-child(2) {
    margin-bottom: 10px;
  }
  .form_view_post_wrapper .favorite_actions {
    bottom: -20px;
    text-align: center;
    width: 100%;
  }
  .form_view_post_wrapper h3.block-title {
    padding-left: 15px;
  }
  .form_view_post_wrapper .form_view_post_photos {
    margin: 10px -15px;
  }
  .form_view_post_wrapper .form_view_post_photos .gray-block {
    border-width: 1px 0 1px 0;
    border-radius: 0;
  }
  .form_view_post_wrapper .form_view_post_photos .gray-block &gt; div {
    padding: 0 !important;
  }
  .form_view_post_wrapper .form_view_post_photos .portfolio-photos:after {
    content: '';
    display: table;
    clear: both;
  }
  .form_view_post_wrapper .form_view_post_photos .portfolio-photos {
    display: block;
    width: 100%;
    margin: 0 !important;
  }
  .form_view_post_wrapper .form_view_post_photos .portfolio-photos tbody {
    display: block;
    width: 100%;
  }
  .form_view_post_wrapper .form_view_post_photos .portfolio-photos tr {
    display: block;
    width: 100%;
  }
  .form_view_post_wrapper .form_view_post_photos .portfolio-photos tr td {
    display: block;
    width: 100%;
  }
  .form_view_post_wrapper .form_view_post_photos .portfolio-photos img {
    width: 100%;
    height: auto;
  }
  .form_view_post_wrapper .form_view_post_photos .portfolio-photos .portfolio-photos-item {
    padding: 10px;
    float: left;
    width: 50%;
  }
  .form_view_post_wrapper .form_view_post_head {
    margin: 10px -15px;
    border-width: 1px 0 1px 0;
    border-radius: 0;
    padding: 0 0 30px 0 !important;
  }
  .form_view_post_wrapper .form_view_post_head table {
    display: block;
    width: 100%;
  }
  .form_view_post_wrapper .form_view_post_head table tbody {
    display: block;
    width: 100%;
  }
  .form_view_post_wrapper .form_view_post_head table tr {
    display: block;
    width: 100%;
  }
  .form_view_post_wrapper .form_view_post_head table tr td {
    display: block;
    width: 100% !important;
    padding: 0 !important;
  }
  .form_view_post_wrapper .form_view_post_head table tr td:first-child {
    margin: 10px 0;
  }
  .form_view_post_wrapper .form_view_post_head table tr td:first-child img {
    width: 100px;
    border-radius: 50%;
    display: block;
    margin: 0 auto;
  }
  .form_view_post_wrapper .form_view_post_head table tr td:nth-child(2) {
    padding: 15px !important;
  }
  .form_view_post_wrapper .form_view_post_head table tr td:nth-child(2) &gt; div:nth-child(2) {
    line-height: 1.5;
  }
  .form_view_post_wrapper .forum_post_comment_info {
    font-size: 12px;
    margin-top: 10px;
  }
  #comments_block .gray-block {
    border-width: 1px 0 1px 0;
    border-radius: 0;
  }
  #comments_block .gray-block &gt; div:first-child {
    padding: 10px 0 !important;
  }
  #comments_block .c-tabs.reviews_tabs {
    display: none;
  }
  .form_view_post_wrapper #comments_block {
    margin: 0 -15px;
  }
  #comments_forms,
  #reply_form_empy {
    padding: 15px;
  }
  #comments_forms table,
  #reply_form_empy table {
    display: block;
    width: 100%;
  }
  #comments_forms table tbody,
  #reply_form_empy table tbody {
    display: block;
    width: 100%;
  }
  #comments_forms table tr,
  #reply_form_empy table tr {
    display: block;
    width: 100%;
  }
  #comments_forms table tr td,
  #reply_form_empy table tr td {
    display: block;
    width: 100%;
  }
  #comments_forms table tr td:first-child,
  #reply_form_empy table tr td:first-child {
    text-align: center;
  }
  #comments_forms table tr td:first-child img,
  #reply_form_empy table tr td:first-child img {
    display: inline-block;
    border-radius: 50%;
  }
  #comments_forms .media_buttons,
  #reply_form_empy .media_buttons {
    margin-top: 20px;
    text-align: center;
  }
  #comments_forms .media_buttons &gt; div,
  #reply_form_empy .media_buttons &gt; div {
    display: inline-block;
  }
  #comments-list {
    padding: 0;
  }
  #comments-list .comments_item .gray-block-list-item table tr td:first-child {
    float: left;
    width: 50px;
  }
  #comments-list .comments_item .gray-block-list-item table tr td:first-child a {
    display: block;
  }
  #comments-list .comments_item .gray-block-list-item table tr td:last-child {
    float: left;
    width: calc(100% - 50px);
    padding-left: 10px;
  }
  #comments-list .comments_item .gray-block-list-item table tr td:last-child strong {
    font-size: 12px;
  }
  #comments-list .comments_item .gray-block-list-item table tr td:last-child p {
    line-height: 1.2;
    margin-top: 10px;
    margin-bottom: 10px;
    font-size: 14px;
  }
  #comments-list .comments_item .gray-block-list-item:after {
    content: '';
    clear: both;
    display: block;
  }
  .reply_form_wrap {
    position: fixed;
    width: 100%;
    z-index: 2;
    left: 0;
    top: 50%;
    margin-top: -200px;
    box-shadow: 0 0 40px -5px #000;
    padding: 0;
    max-height: 70%;
    overflow: auto;
  }
  .reply_form_wrap .a_cancel {
    text-align: center;
    padding: 0 15px 15px 15px;
    display: block;
  }
  #footer {
    padding: 0 15px 15px 15px;
  }
  html .vendor-list-item {
    padding: 0;
    float: none;
    width: 100%;
    margin: 0 0 30px 0;
    padding-bottom: 10px;
    text-align: left;
    border-width: 0 0 1px 0;
  }
  html .vendor-list-item .slick-arrow {
    display: none !important;
  }
  html .vendor-list-item .slick-track {
    background: #ebebeb;
  }
  html .vendor-list-item .slick-dots {
    position: absolute;
    top: 229px;
    width: 100%;
    text-align: center;
    margin: 0;
  }
  html .vendor-list-item .slick-dots li {
    display: inline-block;
    vertical-align: middle;
    margin: 0 1px;
    color: #ebebeb;
    cursor: pointer;
    font-size: 4px;
    width: 2px;
    height: 2px;
    border-radius: 100%;
    background: #ebebeb;
    box-shadow: 0 0 3px 0 #7b7b7b;
  }
  html .vendor-list-item .slick-dots li .fa {
    display: none;
    border-radius: 100%;
  }
  html .vendor-list-item .slick-dots li.slick-active {
    background: #ff6a4b;
    width: 6px;
    height: 6px;
  }
  html .vendor-list-item .avatar {
    width: 100%;
  }
  html .vendor-list-item .avatar img {
    width: 100%;
  }
  html .photo-slider {
    height: 250px;
  }
  html .photo-slider-item {
    height: 250px;
  }
  html .vendor-list-item .avatar {
    height: 80px;
  }
  html .vendor-list-item .avatar:before {
    display: none;
  }
  html .vendor-list-item .avatar img {
    top: 6px;
  }
  html .vendor-list-item .info-row .cell1 {
    width: 20%;
  }
  html .vendor-list-item .info-row .cell2 {
    width: 78%;
    padding: 0;
    font-size: 14px;
  }
  html .vendor-list-item .info-row .name a {
    font-size: 18px;
  }
  html .vendor-list-item .info-row .cell3 {
    float: none;
    width: 100%;
    clear: both;
    padding: 0 10px 5px 10px;
    text-align: center;
  }
  html .vendor-list-item .info-row .cell3 div.reviews {
    float: left;
  }
  html .vendor-list-item .info-row .cell3 div.price {
    float: right;
    font-size: 24px;
    margin-top: -6px;
  }
  html .vendor-list-item .info-row .cell3:after {
    content: '';
    display: table;
    clear: both;
  }
  html .vendor-list-item .hide-vendor {
    right: 8px;
  }
  html .vendor-list-container {
    margin: 0;
  }
  html .offer-vendors-list-area .btn-top-wedding-destination {
    font-size: 18px;
  }
  html .country-article-content {
    font-size: 15px;
  }
  html .country-article-content h2,
  html .country-article-content h3 {
    font-size: 20px;
  }
  html .country-article-title {
    font-size: 24px;
  }
  html #article-search-block {
    margin: 0;
  }
  html #article-search-block .offer-vendors-list-area {
    margin: 0 -15px;
  }
  html #article-search-block .offer-vendors-list-area &gt; .container {
    padding: 0;
  }
  html .vendor-list-item .info-row .description {
    font-size: 14px;
    display: none;
  }
  html .see-more-row {
    padding: 10px 0;
  }
  html .country-article-offers-block {
    display: none !important;
  }
  html .photosession_list {
    margin: 0 -15px;
  }
  html .photosession_list .gray-block {
    border-width: 1px 0 1px 0;
    border-radius: 0;
  }
  html .row_wrapper .slick-dots {
    text-align: center;
    width: 100%;
    margin-top: 5px;
  }
  html .row_wrapper .slick-dots li {
    display: inline-block;
    vertical-align: top;
    margin: 0 5px;
    color: #ebebeb;
    cursor: pointer;
    font-size: 12px;
  }
  html .row_wrapper .slick-dots li.slick-active {
    color: #ff6a4b;
  }
  html .slick-slide img {
    margin: 0 auto;
  }
  html .top-wedding-destination-item &gt; .title {
    margin: 5px 0 0 0;
    text-align: center;
    font-size: 20px;
  }
  html .top-wedding-destination-item &gt; .desc {
    font-size: 16px;
  }
  html .top-wedding-destination-item &gt; a {
    display: block;
  }
  html #tender-main-page .slick-dots {
    position: relative;
    bottom: auto;
    margin-top: 5px;
  }
  html #tender-main-page .slick-dots li {
    display: inline-block;
    vertical-align: middle;
    margin: 0 1px;
    color: #ebebeb;
    cursor: pointer;
    font-size: 4px;
    width: 5px;
    height: 5px;
    border-radius: 100%;
    background: #e5e5e5;
  }
  html #tender-main-page .slick-dots li .fa {
    display: none;
    border-radius: 100%;
  }
  html #tender-main-page .slick-dots li.slick-active {
    background: #ff6a4b;
    width: 8px;
    height: 8px;
  }
  html .mobile_range input {
    text-align: center;
  }
  html #search-form-main-page .form-control {
    padding: 8px 10px;
  }
  html .photo-upload-btn {
    padding: 4px;
    margin: 0;
  }
  html .video_input .photo-upload-btn {
    display: block;
    width: 100%;
  }
  html .video_input input {
    width: 100% !important;
    border: 1px solid #909090;
  }
  html .mediaImages {
    min-width: 0 !important;
  }
  html .comment_btn_area {
    text-align: center;
  }
  html .comment_btn_area td {
    text-align: center;
    padding-bottom: 5px;
  }
  html .sub_comments {
    padding-left: 20px;
  }
  html .sub_comments .comments_item {
    border-left: 1px dashed #ebebeb;
  }
  html .media-buttons-container .gray-block-form-element {
    margin: 0;
    padding: 0;
  }
  html .media-session-description {
    margin: 10px 0;
  }
  html .media-session-description .back-to-page-area {
    margin-bottom: 10px;
  }
  #head-wrap.affix {
    opacity: 0;
  }
  .grayscale {
    opacity: 1;
  }
  html .cycle-images-block .slidesjs-pagination-item a {
    width: 8px !important;
    height: 8px !important;
  }
  html .captcha {
    text-align: left;
  }
  html #comments-form .captcha a,
  html .captcha a {
    left: 113px;
    top: 50%;
    margin-top: -10px;
  }
  html .yiiPager li a {
    margin: 0 4px;
  }
  html .fancybox-close-small:after {
    font-size: 32px;
  }
  html .how-to-fill {
    float: none;
    text-align: center;
    display: block;
    padding: 5px;
    text-decoration: none !important;
  }
  html .how-to-content {
    font-size: 14px;
  }
  html .menu_heighlight {
    background: #f4c55a;
  }
  html .menu_heighlight a {
    color: #333333;
  }
  html .breadcrumbs {
    display: none;
  }
  html .professional-tabs-container {
    margin: 10px 0 0 0;
  }
  .wedgo-rating {
    margin: 0 auto;
  }
  .rate-title {
    text-align: center;
  }
  .rate-table {
    margin: 0 auto;
    display: block;
    width: 100%;
    text-align: center;
  }
  .rate-table tbody,
  .rate-table tr,
  .rate-table td {
    display: block;
    width: 100%;
    padding-left: 0 !important;
    text-align: center;
  }
  #text-block {
    width: 100%;
    word-break: break-word;
    overflow-x: hidden;
  }
}
@media screen and (max-width: 320px) {
  #main-search-area-circles .main-search-area-circles-item {
    width: 100px !important;
    height: 100px !important;
  }
  #main-search-area-circles .main-search-area-circles-item * {
    font-size: 14px !important;
  }
}
@media screen and (min-width: 321px) and (max-width: 360px) {
  #main-search-area-circles .main-search-area-circles-item {
    width: 110px !important;
    height: 110px !important;
  }
  #main-search-area-circles .main-search-area-circles-item * {
    font-size: 16px !important;
  }
}
</pre></body></html>