/***** GLOBAL *****/
@font-face {
  font-family: 'fontello';
  src: url("font/fontello.eot?35724052");
  src: url("font/fontello.eot?35724052#iefix") format("embedded-opentype"), url("font/fontello.woff?35724052") format("woff"), url("font/fontello.ttf?35724052") format("truetype"), url("font/fontello.svg?35724052#fontello") format("svg");
  font-weight: normal;
  font-style: normal;
}
* {
  box-sizing: border-box;
}

html {
  height: 100%;
}

body {
  color: #000;
  font-family: 'PT Sans',Tahoma, Arial, helvetica, sans-serif;
  font-size: 16px;
  line-height: 1.6em;
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
  background: #f5f5f5;
  height: 100%;
}

a {
  text-decoration: none;
  color: #3d93f6;
}
a:hover {
  color: #000;
}

a:hover {
  cursor: pointer;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "PT Sans Narrow", sans-serif;
  margin: 0 0 10px 0;
}

p {
  margin: 0 0 10px;
}

nav > ul > li {
  list-style: none;
}

input:focus, #ord_frm textarea:focus {
  outline: none;
}

.container {
  width: 960px;
  margin: auto;
}

[class^="icon-"]:before,
[class*=" icon-"]:before {
  font-family: "fontello";
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: .2em;
  text-align: center;
  opacity: .8;
  font-variant: normal;
  text-transform: none;
  line-height: 1em;
}

.button {
background-color: #f45c2b;
  display: inline-block;
  background-image: linear-gradient(to top, #fd7e52 0%, #eb3d07 100%);
  border: solid 1px #ed350a;
  border-radius: 5px;
  box-shadow: 0px 0px 2px #bababa, inset 0px 1px 1px #ffbdab;
  color: #fff;
  cursor: pointer;
  filter: dropshadow(color=#8a6e44, offx=0, offy=0);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fd7e52', endColorstr='#eb3d07',GradientType=0 );
  text-align: center;
  text-shadow: 0px 0px 4px #8a6e44;
  position: relative;
}
.button:hover {
  background: #e03f0c;
}

.all-link {
  position: absolute;
  bottom: 0;
  right: 0;
  color: #fff;
  background: #3d93f6;
  border-radius: 5px 0 1px 0;
  padding: 0 7px;
  text-transform: lowercase;
  font-family: "PT Sans Narrow", sans-serif;
}
.all-link:hover {
  background: #0c78f4;
  color: #fff;
}

#wrapper {

}

/***** Header *****/
.site-header {
  background: #fff;
}

.top-header {
  font-family: "PT Sans Narrow", sans-serif;
  width: 100%;
  height: 97px;
}

.logo2{
    max-width: 270px;
    margin-top: 10px;
}

.phone, .email, .order {
  display: inline-block;
  vertical-align: middle;
  margin-left: 20px;
}

.phone {
  font-size: 18px;
  position: relative;
  padding-left: 28px;
}
.phone span {
  display: block;
  line-height: 1.3;
}
.phone .icon-phone:before {
  position: absolute;
  font-size: 24px;
  left: 0;
  top: 50%;
  margin-top: -7px;
}

.icon-phone:before {
  content: '\e800';
}

.email {
  position: relative;
  padding-left: 30px;
  font-size: 18px;
}
.email a {
  color: #000;
  display: block;
  line-height: 1.3;
}
.email .icon-email:before {
  position: absolute;
  font-size: 26px;
  left: 0;
  top: 50%;
  margin-top: -11px;
}

.icon-email:before {
  content: '\e805';
}

.order a {
  font-size: 18px;
  text-transform: uppercase;
  font-weight: bold;
  height: 46px;
  line-height: 46px;
  padding: 0 18px;
}
.order a:hover {
  color: #fff;
}
.address-header__item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.address-header__text {
    width: 390px;
}
.address-header {
    padding-left: 0;
}
/***** Menu *****/
.main-nav {
  background: #3d93f6;
}

.main-menu {
  padding: 0;
  font-family: "PT Sans Narrow", sans-serif;
  background: #3d93f6;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.main-menu li {
    position: relative;

}
.main-menu li a {
  display: block;
  padding: 15px 8px;
  font-size: 16px;
  text-transform: uppercase;
  color: #fff;
  -webkit-transition: background-color 0.17s ease-out;
          transition: background-color 0.17s ease-out;
}
.main-menu li a:hover {
  background: #0c78f4;
}
.main-menu li ul {
  display: none;
}
.main-menu li ul li {
  display: block;
}
.main-menu li ul li a {
  background-color: #262626;
  color: #fff;
}
.main-menu li:hover ul {
  display: block;
  position: absolute;
  left: 0;
  top: 100%;
  z-index: 999;
  padding: 0;
  min-width: 170px;
  height: 1px;
}
.main-menu .active a {
  background: #0c78f4;
  color: #fff;
}

/***** Slider *****/
.slider {
  max-width: 1920px;
  min-width: 960px;
  margin: auto;
}

.main-slider {
  padding: 0;
  margin: 0;
}
.main-slider img {
  min-height: 380px;
}

.bx-wrapper {
  z-index: 0;
}

.description {
  position: absolute;
  right: 15%;
  top: 12%;
  text-align: right;
  color: #fff;
  text-shadow: 0 1px #000;
  padding: 20px;
  background: rgba(0, 0, 0, 0.5);
}
.description h2 {
  font-size: 43px;
  line-height: 1.2;
  margin: 0;
  text-transform: uppercase;
}
.description span {
  font-size: 60px;
  line-height: 60px;
  color: #3d93f6;
  display: block;
  font-family: "PT Sans Narrow", sans-serif;
  font-weight: bold;
}
.description a {
  margin-top: 20px;
  font-size: 16px;
  background: none;
  border: 1px solid #fff;
  padding: 10px 15px 10px 18px;
}
.description a:hover {
  color: #fff;
}

/***** Search sletat *****/
.search-main-sletat {
  width: 860px;
  margin: -60px auto 40px;
  z-index: 50;
  position: relative;
  border: 4px solid #0F91D2;
}

/***** Content *****/

.content:after {
  content: "";
  display: table;
  clear: both;
}

.left-content {
  width: 70%;
  float: left;
  padding-right: 20px;
}

.section-title {
  color: #fff;
  background: #3d93f6;
  border-radius: 5px 5px 0 0;
  border: 1px solid #fff;
  box-shadow: 0 1px 2px #000;
  min-width: 200px;
  font-size: 22px;
  margin: 0;
  display: inline-block;
  line-height: 42px;
}
.section-title:hover {
  background: #0c78f4;
}
.section-title > a {
  display: block;
  color: #fff;
  padding-left: 15px;
}

.section-title.no-link {
  padding-left: 15px;
}
.section-title.no-link:hover {
  background: #3d93f6;
}

.box {
  border: 1px solid #ccc;
  border-radius: 0 5px 5px 5px;
  margin-bottom: 35px;
  background: #fff;
  padding: 15px;
  box-shadow: 0 1px 3px 0 #b5b5b5;
  border-bottom: 4px solid #3d93f6;
  position: relative;
}

.box-content {
  border-left: 1px solid #ccc;
  border-right: 1px solid #ccc;
  box-shadow: 0 1px 3px 0 #b5b5b5;
  background: #fff;
  padding: 15px;
  position: relative;
}

/***** News *****/
.news .box {
  padding-bottom: 35px;
}
.news .box:after {
  content: "";
  display: table;
  clear: both;
}

.news-block-full.news-main {
  padding: 0;
  width: 300px;
  margin-bottom: 0;
}
.news-block-full.news-main:first-child {
  margin: 0 20px 0 0;
}
.news-block-full.news-main .info {
  border-bottom: none;
}
.news-block-full.news-main .date {
  margin-bottom: 0;
}

/***** Country *****/
.country .box {
  padding-bottom: 35px;
}

.country-list {
  padding: 0;
  margin: 0;
}
.country-list:after {
  content: "";
  display: table;
  clear: both;
}
.country-list li {
  list-style: none;
  float: left;
  width: 25%;
  font-size: 16px;
  line-height: 30px;
}
.country-list li a {
  color: #000;
}
.country-list li a:hover {
  text-decoration: underline;
  color: #3d93f6;
}

.country-full {
  padding: 0;
  margin: 0;
}
.country-full:after {
  content: "";
  display: table;
  clear: both;
}
.country-full li {
  list-style: none;
  padding-left: 35px;
  position: relative;
}
.country-full a {
  color: #000;
}
.country-full a:hover {
  color: #3d93f6;
  text-decoration: underline;
}
.country-full span {
  position: absolute;
  left: 0;
  background-color: #3d93f6;
  position: absolute;
  width: 30px;
  height: 30px;
  text-align: center;
  line-height: 30px;
  color: #fff;
  border-radius: 5px;
}
.country-full .country-column {
  float: left;
  width: 25%;
}

.right-sidebar {
  width: 30%;
  float: left;
}

/***** Partners *****/
.partners img {
  max-height: 100px;
  max-width: 200px;
}
.partners .carousel-img {

  text-align: center;
}

/***** Weather *****/
.weather ul {
  padding: 0;
  margin: 0;
}
.weather ul li {
  list-style: none;
  padding: 5px 0;
  font-size: 16px;
}
.weather ul li:after {
  content: "";
  display: table;
  clear: both;
}

.current-weather, .weather-icon, .name-country {
  float: left;
}

.name-country {
  width: 75%;
}

.current-weather {
  padding-right: 8px;
}

/***** Currency *****/
.currency ul {
  padding: 0;
  margin: 0;
  font: bold 20px "PT Sans Narrow", sans-serif;
}
.currency ul li {
  list-style: none;
  line-height: 50px;
}
.currency ul span {
  color: #3d93f6;
}
.currency ul .usd, .currency ul .euro {
  width: 186px;
  display: inline-block;
  padding-left: 70px;
  position: relative;
  color: #000;
}
.currency ul .usd:after, .currency ul .euro:after {
  content: '';
  display: block;
  width: 60px;
  height: 40px;
  position: absolute;
  left: 0;
  top: 6px;
}
.currency ul .usd:after {
  background: url("../img/currency.png") no-repeat 0 0;
}
.currency ul .euro:after {
  background: url("../img/currency.png") no-repeat -61px 0;
}

.date-currency {
  text-align: right;
  display: block;
  text-decoration: underline;
}

/***** Footer *****/
.site-footer {
  background: #323232;
  border-top: 4px solid #3d93f6;
  color: #bbb;
  font-size: 13px;
  line-height: 1.5em;
  position: relative;
}
.site-footer nav {
  float: left;
}

.top-footer:after {
  content: "";
  display: table;
  clear: both;
}
.top-footer .container {
  padding: 20px 0;
  border-bottom: 1px solid #000;
  overflow: hidden;
}

.footer-title {
  text-transform: uppercase;
  color: #3d93f6;
  font-size: 16px;
}

.company, .footer-contacts, .footer-contacts {
  float: left;
}

.company, .footer-contacts {
  width: 33%;
  padding-right: 20px;
}
.company p, .footer-contacts p {
  text-align: justify;
  margin: 0;
}

/***** Footer contacts *****/
.footer-contacts div:after {
  content: "";
  display: table;
  clear: both;
}
.footer-contacts span {
  text-align: left;
  float: right;
}

#address-title, #phone-title, #email-title {
  color: #fff;
  font-weight: bold;
  display: inline-block;
  padding-left: 5px;
  width: 30%;
  float: left;
}

.contacts-value {
  float: left;
  display: inline-block;
  width: 70%;
}

/***** footer-left-content *****/
.footer-left-content {
  width: 34%;
  float: left;
}

.footer-subscribe {
  position: relative;
  overflow: hidden;
  margin-bottom: 10px;
}

.subscribe h2 {
  text-align: left;
}
.subscribe .box {
  border-radius: 0 0 5px 5px;
}
.subscribe input, .subscribe #ord_frm textarea, #ord_frm .subscribe textarea {
  float: left;
}
.subscribe input#submit_email, .subscribe #ord_frm textarea#submit_email, #ord_frm .subscribe textarea#submit_email {
  padding: 5px 16px;
  border-radius: 0 5px 5px 0;
  width: 32%;
}
.subscribe input#your_email, .subscribe #ord_frm textarea#your_email, #ord_frm .subscribe textarea#your_email {
  padding: 5px 10px;
  border: 1px solid #ccc;
  width: 68%;
  color: #000;
}

#wrong_email, #success_email {
  display: block;
  font-size: 12px;
  position: absolute;
  padding-left: 20px;
}

#wrong_email {
  background: transparent url("../img/cross.png") left 4px no-repeat;
  right: 0;
  top: -1px;
  color: #fff;
}

#success_email {
  background: transparent url("../img/check.png") left top no-repeat;
  right: 0;
  top: -1px;
  color: #6BD16B;
}

.useful-links {
  overflow: hidden;
}
.useful-links ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
.useful-links li {
  float: left;
  width: 50%;
}
.useful-links a {
  padding-left: 20px;
  position: relative;
  color: #bbb;
}
.useful-links a:after {
  content: "";
  border-color: transparent transparent transparent #3d93f6;
  border-style: solid;
  border-width: 5px 0 5px 5px;
  position: absolute;
  top: 5px;
  left: 6px;
  height: 0px;
  width: 0px;
}
.useful-links a:hover {
  color: #3d93f6;
}

.copyright div {
  border-top: 1px solid #515151;
  padding: 5px 0;
}

/***** 404 *****/
.error-404 {
  text-align: center;
}
.error-404 h1 {
  font-size: 200px;
  font-weight: bold;
  line-height: 1;
  margin: 0;
}
.error-404 a {
  text-transform: uppercase;
  text-decoration: underline;
}
.error-404 a:hover {
  color: #000;
}
.error-404 i {
  display: block;
  margin-top: 20px;
}

.icon-unhappy:before {
  content: '\e801';
  font-size: 56px;
  margin: 0;
}

/*****contact-page *****/
.map {
  position: relative;
}
.map-canvas {
    position: absolute;
    width: 100%;
}
.map__contacts .container {
    position: relative;
}
.contact-info {
  width: 340px;
  position: absolute;
  right: 0;
  top: 50px;
}
.contact-info address {
  display: block;
}
.contact-info i {
  position: absolute;
  left: 0;
}

.icon-home:before {
  content: '\e802';
}

.contact-info__box {
    position: relative;
    padding-left: 30px;
}

/*****news-page *****/
.wrapper-news-block:after {
  content: "";
  display: table;
  clear: both;
}

.news-block-full {
  float: left;
  width: 280px;
  padding: 0 14.66666666px;
  box-sizing: content-box;
  margin-bottom: 25px;
}
.news-block-full img:hover {
  opacity: 0.7;
}
.news-block-full h3 {
  margin-bottom: 0;
}
.news-block-full .date {
  color: gray;
  font-style: italic;
  font-size: 12px;
  margin-bottom: 10px;
}
.news-block-full p {
  line-height: 1.2;
  height: 133px;
  overflow: hidden;
}
.news-block-full .info {
  border-bottom: 4px solid #3d93f6;
}
.news-block-full .info:after {
  content: "";
  display: table;
  clear: both;
}
.news-block-full .info a {
  float: right;
  text-decoration: underline;
  -webkit-transition: color 0.17s ease-out;
          transition: color 0.17s ease-out;
}
.news-block-full .info a:hover {
  color: #000;
}
.news-block-full .info span {
  float: left;
}
.news-block-full .info .icon-date:before {
  content: '\e803';
  margin-right: 5px;
}

.news-block-content {
  padding: 0 10px;
}

.pagination {
  text-align: center;
}

.pagination-news {
  padding: 0;
  margin: 0;
}
.pagination-news li {
  list-style: none;
  display: inline-block;
  margin: 0 5px;
  background: #fff;
  border: 2px solid #3d93f6;
  border-radius: 5px;
}
.pagination-news li:hover {
  background: #3d93f6;
}
.pagination-news li:hover a {
  color: #fff;
}
.pagination-news .active {
  background: #3d93f6;
}
.pagination-news .active a {
  color: #fff;
}
.pagination-news .disabled {
  display: none;
}
.pagination-news a {
  color: #000;
  padding: 4px 13px;
  display: inline-block;
}

/*****form-modal *****/
#ord_frm {
  display: none;
}
#ord_frm h3 {
  text-transform: uppercase;
  background: #323232;
  color: #fff;
  text-align: center;
  height: 46px;
  line-height: 46px;
  font-size: 18px;
  border-radius: 3px 0 0 0;
}
#ord_frm fieldset {
  padding: 15px;
  margin: 0;
  border: none;
}
#ord_frm label, #ord_frm input, #ord_frm textarea {
  display: block;
  width: 100%;
  font-weight: bold;
}
#ord_frm label span, #ord_frm input span, #ord_frm textarea span {
  color: red;
  padding-left: 5px;
}
#ord_frm input, #ord_frm textarea {
  height: 30px;
  padding: 0 10px;
  border: 1px solid #a9a9a9;
  border-radius: 5px;
  font-weight: normal;
}
#ord_frm textarea {
  height: 150px;
  overflow: auto;
  padding: 10px;
  margin-bottom: 20px;
}
#ord_frm .button {
  font-size: 18px;
  text-transform: uppercase;
  font-weight: bold;
  height: 46px;
  line-height: 46px;
  padding: 0 18px;
  display: inline-block;
  font-family: "PT Sans Narrow", sans-serif;
}
#ord_frm .submit {
  text-align: center;
}

#details.error, #useremail.error {
  background: #F1DEE0;
  border: 1px solid #FF9B9B;
}

.fancybox-outer .success_email {
  text-align: center;
padding: 40px 20px;
  margin: 0;
}

/*****reviews-page *****/
.reviews-block ol {
  padding: 0;
  margin: 0;
}
.reviews-block ol li {
  list-style: none;
  padding: 15px;
  margin-bottom: 15px;
  border: 1px dashed;
}

.add-comment textarea {
  display: block;
  width: 100%;
  margin-bottom: 20px;
}

.wrapper-fld {
margin-bottom: 10px;
}

.wrapper-fld label {
display: inline-block;
width: 150px;
}
.wrapper-fld input {
width: 300px;
padding: 0 10px;
height: 35px;
}
/* new */
.top-header {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.managers__item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 40px;
}

.managers__item-img {
    display: block;
    margin-right: 20px;
    max-height: 200px;
    max-width: 100%;
}
.managers__item-info-status {
    font-weight: bold;
}
.buttons-header .button {
    text-transform: uppercase;
    padding: 5px 15px;
    display: block;
}
.buttons-header .button:first-child {
    margin-bottom: 5px;
}
.buttons-header .button:hover {
    color: #fff;
}

.phone__box-item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    height: 24px;
}
.phone__box-item-text {
    margin-right: 20px;
}
.logo,.phone,.buttons-header {
    margin: auto 0;
}

.modal-form {
  display: none;
}
.modal-form__ttl{
  text-transform: uppercase;
  background: #323232;
  color: #fff;
  text-align: center;
  height: 46px;
  line-height: 46px;
  font-size: 18px;
  border-radius: 3px 0 0 0;
}
.modal-form label {
  display: block;
  font-weight: bold;
}
.modal-form input, .modal-form textarea {
    display: block;
    width: 100%;
}
#ord_frm label span, #ord_frm input span, #ord_frm textarea span {
  color: red;
  padding-left: 5px;
}
.input {
  height: 30px;
  padding: 0 10px;
  border: 1px solid #a9a9a9;
  border-radius: 5px;
  font-weight: normal;
}
.input.error {
    background: #F1DEE0;
    border: 1px solid #FF9B9B;
}
.modal-form textarea {
  height: 150px;
  overflow: auto;
  padding: 10px;
  margin-bottom: 20px;
}
.modal-form .button {
  font-size: 18px;
  text-transform: uppercase;
  font-weight: bold;
  height: 46px;
  line-height: 46px;
  padding: 0 18px;
  display: inline-block;
  font-family: "PT Sans Narrow", sans-serif;
}
.modal-form__btn {
  text-align: center;
  margin-top: 20px;
}
.modal-form__box {
    padding: 15px;
}
.modal-form__item {
    margin-bottom: 5px;
}
.success-message {
    text-align: center;
    margin: 0;
    padding: 40px 30px;
    font-weight: bold;
}
.discussions-vk {
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
    border-radius: 2px;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    padding: 10px 15px;

    background: #edeef0;
}

.comment {
    display: flex;
    flex-direction: row;

    width: 100%;
    padding: 10px 25px;
    border-radius: 2px;

    box-shadow: 0 1px 0 0 #d7d8db, 0 0 0 1px #e3e4e8;
    margin: 10px 0;
    background: #fff;
}

.comment__column-1 {
    padding-top: 8px;
}

.comment__logo {
    display: block;
    width: 100px;
    height: 100px;
    border-radius: 50%;
}

.comment__online {
    padding-top: 5px;
    font-size: 12.5px;
    margin-top: 5px;
    line-height: 18px;
    color: #939393;
    text-align: center;
}

.comment__column-2 {
    flex-basis: calc(100% - 130px);
    padding-left: 30px;
    position: relative;
}

.comment__logo-image {
    display: block;
    max-width: 100%;

    height: auto;
    border-radius: 50%;

    opacity: .9;

    transition: opacity .3s;
}

.comment__logo-image:hover {
    opacity: 1;
}

.comment__header {
    display: flex;
}

.comment__group-title {
    font-size: 13px;
    line-height: 16px;
    font-weight: 700;
    color: #42648b !important;
    text-decoration: none;
    text-align: left !important;
}

.comment__group-title:hover,
.comment__group-title:active,
.comment__group-title:focus {
    text-decoration: underline;
}

.comment__text-link {
    font-size: 13px;
    line-height: 19px;
    font-weight: 100;
    color: #2a5885;
    text-decoration: none;
}

.comment__text-link:hover,
.comment__text-link:active,
.comment__text-link:focus {
    text-decoration: underline;
}

.comment__comment-date {
    cursor: pointer;
    font-size: 13px;
    line-height: 16px;
    color: #939393 !important;
    margin: 0 0 0 5px;
    text-decoration: none;
    text-align: left !important;
}

.comment__comment-date:hover {
    text-decoration: underline;
}

.comment__text-title,
.comment__original-link {
    font-size: 13px;
    line-height: 19px;
    color: #000 !important;
    text-align: left !important;
}

.comment__text-title {
    margin-bottom: 20px;
}

.comment__original-link {
    color: #42648b;
    padding-bottom: 20px;
    font-weight: 700;
}

.comment__like {
    position: absolute;
    right: 0;
    bottom: 5px;
    display: flex;
    align-items: center;
}

.comment__like-number {
    margin: 0 0 0 4px;
    font-weight: 700;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: #2a5885;
    font-size: 11.5px;
    line-height: 10px;
}

.comment__image-box {
    display: flex;
    margin-bottom: 30px;
}

@media screen and (max-width: 830px) {
    .comment__header {
        flex-direction: column;
    }

    .comment__logo {
        width: 80px;
        height: 80px;
    }

    .comment__column-2 {
        flex-basis: calc(100% - 100px);
        padding-left: 30px;
    }

    .comment__image {
        display: block;
        max-width: 100%;
        height: auto;
    }

    .comment__comment-date {
        margin: 0;
    }
}

@media screen and (max-width: 414px) {
    .comment__logo {
        width: 60px;
        height: 60px;
    }

    .comment {
        padding: 10px 15px;
    }

    .comment__column-2 {
        flex-basis: calc(100% - 80px);
        padding-left: 20px;
    }
}
.button-default {
    text-transform: uppercase;
    padding: 10px 15px;
}
.button-default:hover {
    color: #fff;
}
.comment.id402381077,
.comment.id444013,
.comment.id48497999,
.comment.id31901244,
.comment.id232140823,
.comment.id30412866{
    display: none !important;
}
.img {
    display: block;
    max-width: 100%;
}
#last-reviews .comment,
#last-reviews .comment__header,
#last-reviews .comment__group-title{
    display: block;
}
#last-reviews .comment__comment-date {
    margin-left: 0;
}
#last-reviews {
    display: block;
    box-shadow: none;
    padding: 0;
    background-color: inherit;
}
#last-reviews .comment__column-2 {
    padding-left: 0;
}
#last-reviews .comment {
    max-height: 150px;
    overflow: hidden;
}
#last-reviews .comment__text-title {
    margin-bottom: 0;
}
.managers__item-button {
font-weight: bold;
    padding: 5px 20px;
    margin-top: 10px;
}
.managers__item-button:hover {
    color: #fff;
}
.input, .textarea, .select {
    display: block;
    width: 100%;
    outline: none;
    padding: 0 10px;
    border: 1px solid #ddd;
    background-color: #fff;
    border-radius: 5px;
}
.textarea {
    resize: vertical;
    min-height: 120px;
}
.form__flex {
    margin: 20px 0;
display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.form__flex-item {
    width: 49%;
    flex-direction: column;
display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.form__btn-wrp {
    text-align: center;
}
.form__btn-wrp .button {
    font-weight: bold;
    padding: 5px 40px;
    margin-top: 10px;
    line-height: 1;
    width: inherit;
}
.questions {
    padding: 20px;
}
.questions .textarea {
    margin: 0;
}
.questions__header {
    text-align: center;
}
.questions__header-ttl {
    font-weight: bold;
    font-size: 28px;
    margin-bottom: 10px;
}
.hidden {
    display: none !important;
}
.questions__manager .managers__item-button{
    display: none;
}
.questions__manager {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    justify-content: center;
    padding-bottom: 20px;
    border-bottom: 4px solid #ddd;
    margin-bottom: 40px;
}
.questions__manager .managers__item-img {
    border-radius: 50%;
    width: 120px;
    height: 120px;
    border: 4px solid #ddd;
}
.managers-box {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-top: 40px;
}
.managers-box .managers__item {
    width: 49%;
}
.managers-box__ttl {
    text-align: center;
    margin-top: 40px;
}
.phone-items {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}
.phone__item {
    position: relative;
    margin: auto 0;
}
.form__row {
    display: flex;
    align-items: flex-end;
}
.form__agreement {
  line-height: 1.2;
  margin-top: 15px;
  font-size: 14px;
  position: relative;
  padding-left: 20px;
}
.form__agreement-input {
    position: absolute;
    left: 0;
    top: 2px;
}
.popup-form .form__item {
    margin-right: 10px;
}
.popup-form .input {
    height: 40px;
}
.popup-form__btn {
    height: 40px;
}
.popup-form .form__header-ttl {
    margin-bottom: 0;
    font-size: 24px;
}
.popup-form .form__header-desc {
  font-size: 18px;
  margin-bottom: 15px;
}
.popup-form .form__label-text {
    font-weight: bold;
}
.show-modal .modal-box{
    display: block;
}
.modal-box {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 100;
  min-width: 320px;
  background: rgba(0,0,0,.6);
  overflow-y: auto;
  display: none;
}

.modal-box__inner {
  height: auto;
  margin: 200px auto 30px
}

.modal-box__wrapper {
  position: relative;
  min-height: 100%;
  outline: 0;
  padding: 30px;
  background-color: #fff;
  margin: auto
}

.modal-box__close {
  width: 36px;
  height: 36px;
  position: absolute;
  right: -18px;
  top: -18px;
  border-radius: 50%;
  background: url('../img/fancybox/fancybox_sprite.png');
  color: #333;
  border: 0;
}

.modal-box__wrapper--200 {
    max-width: 935px;
}