/**
 * ------------------------------------------------------------------------------------------------------
 * Custom styles goes here
 * ------------------------------------------------------------------------------------------------------
**/

.mds .modal-dialog {
/*    width: 334px; */
}


.about-two iframe {
    margin: 20px auto;
    display: block;
    padding: 0 20px;
}

.about-two {
    margin-bottom: 80px;
}

.about-two .table-responsive {
  width: 40%;
  margin: 45px auto;
}

@media screen and (max-width: 1200px){
  .about-two .table-responsive {
    width: 54%;
  }
}

@media screen and (max-width: 991px){
  .about-two .table-responsive {
    width: 70%;
  }
}

@media screen and (max-width: 767px){
  .about-two .table-responsive {
    width: 95%;
  }
}

@media screen and (max-width: 360px){
  .about-two .table-responsive > .table > tbody > tr > td {
    padding: 15px 10px 15px 20px !important;
  }
}

.about-two table tbody tr {
  font-family: "Open Sans", sans-serif;
  color: #575756;
  font-size: 17px;
  text-decoration: none;
  padding: 12px 20px;
  margin: 20px 0;
  position: relative;
  background-color: #F3F2F2;
}

.about-two table tbody tr:first-of-type {
  border-radius: 15px 15px 0 0;
}

.about-two table tbody tr:nth-of-type(2) td:last-of-type {
  vertical-align: bottom;
}

.about-two table tbody tr:last-of-type {
  border-radius: 0 0 15px 15px;
}

.about-two table tbody tr td:first-of-type {
}

.about-two table tbody tr td p:first-of-type {
  margin: 0 0 20px;
}

.about-two table tbody tr td p:last-of-type {
  margin: 0;
}

.actions_page-one {
    padding-bottom: 80px;
}


header a#koshuk var#cart-quantity {
    right: -10px;
}

.close {
  float: right;
  font-size: 21px;
  font-weight: bold;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  filter: alpha(opacity=20);
  opacity: .2;
}
.close:hover,
.close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
  filter: alpha(opacity=50);
  opacity: .5;
}
button.close {
  -webkit-appearance: none;
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
}
.modal-open {
  overflow: hidden;
}
.modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  display: none;
  overflow: hidden;
  -webkit-overflow-scrolling: touch;
  outline: 0;
  background-color: RGBA(0, 0, 0, .5);
}
.modal.fade .modal-dialog {
  -webkit-transition: -webkit-transform .3s ease-out;
       -o-transition:      -o-transform .3s ease-out;
          transition:         transform .3s ease-out;
  -webkit-transform: translate(0, -25%);
      -ms-transform: translate(0, -25%);
       -o-transform: translate(0, -25%);
          transform: translate(0, -25%);
}
.modal.in .modal-dialog {
  -webkit-transform: translate(0, 0);
      -ms-transform: translate(0, 0);
       -o-transform: translate(0, 0);
          transform: translate(0, 0);
}
.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.modal-dialog {
  position: relative;
  width: auto;
  margin: 10px;
}
.modal-content {
  position: relative;
  background-color: #fff;
  -webkit-background-clip: padding-box;
          background-clip: padding-box;
  border: 1px solid #999;
  border: 1px solid rgba(0, 0, 0, .2);
  border-radius: 6px;
  outline: 0;
  -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, .5);
          box-shadow: 0 3px 9px rgba(0, 0, 0, .5);
}
.modal-backdrop {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  background-color: #000;
}
.modal-backdrop.fade {
  filter: alpha(opacity=0);
  opacity: 0;
}
.modal-backdrop.in {
  filter: alpha(opacity=50);
  opacity: .5;
}
.modal-header {
  min-height: 16.42857143px;
  padding: 15px;
  border-bottom: 1px solid #e5e5e5;
}
.modal-header .close {
  margin-top: -2px;
}
.modal-title {
  margin: 0;
  line-height: 1.42857143;
}
.modal-body {
  position: relative;
  padding: 15px;
}
.modal-footer {
  padding: 15px;
  text-align: right;
  border-top: 1px solid #e5e5e5;
}
.modal-footer .btn + .btn {
  margin-bottom: 0;
  margin-left: 5px;
}
.modal-footer .btn-group .btn + .btn {
  margin-left: -1px;
}
.modal-footer .btn-block + .btn-block {
  margin-left: 0;
}
.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 768px) {
  .modal-dialog {
    width: 600px;
    margin: 30px auto;
  }
  .modal-content {
    -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, .5);
            box-shadow: 0 5px 15px rgba(0, 0, 0, .5);
  }
  .modal-sm {
    width: 300px;
  }
}
@media (min-width: 992px) {
  .modal-lg {
    width: 900px;
  }
}

.modal-dialog .modal-content {
	background-color: #E3E8EA;
	border: 1px solid rgba(0,0,0,0.2);
}

.modal-dialog .modal-content .modal-header {
		border: none;
}

.modal-dialog .modal-content .modal-header .modal-title,
.modal-dialog .modal-content .modal-body p {
	font-family: "FranklinGothicBooks";
	color: #000;
}


.reviews-one ul.item-3 li > input[type="text"] {
    text-transform: none;
}
.reviews-one ul.item-3 li > textarea {
    text-transform: none;
}

@media screen and (max-width: 1600px){
    #menu-left ul li a p {
        display: inline-block;
        padding-left: 5px;
        line-height: 16px;
    }
}

@media screen and (max-width: 1600px) {
    .hideunder1600 {
        display: none !important;
    }
}

#menu-left {
    transition: width 2s;
    -webkit-transition: width 2s; /** Chrome & Safari **/
    -moz-transition: width 2s; /** Firefox **/
    -o-transition: width 2s; /** Opera **/

}

#menu-left:hover {
    width: 255px;
}


/* YouTube Responsive CSS for HubSpot */


iframe, object, embed {
    max-width: 100%;
    max-height: 100%;
}

.block-one .block .item p {
    line-height: 2rem;
}

.block-three {
    padding-bottom: 35px;
}

.service-one table {
  width: 100%;
  padding: 0;
}

.table {
  margin: 0;
}

.table-responsive {
  border-radius: 15px;
  margin: 56px auto 23px;
  border: 0;
}

@media screen and (max-width: 767px){
  .table-responsive > .table > thead > tr > th,
  .table-responsive > .table > thead > tr > td,
  .table-responsive > .table > tbody > tr > th,
  .table-responsive > .table > tbody > tr > td,
  .table-responsive > .table > tfoot > tr > th,
  .table-responsive > .table > tfoot > tr > td {
    white-space: normal !important;
    padding: 15px 10px 15px 45px !important;
  }
}
table tbody tr {
  font-family: "Open Sans", sans-serif;
  color: #575756;
  font-size: 15px;
  text-decoration: none;
  padding: 15px 45px;
  position: relative;
  background-color: #fff;
}

.table > tbody > tr > td {
  border: 0;
  padding: 15px 0 15px 45px !important;
}

table tbody tr:first-of-type {
  padding: 15px 0 !important;
}

table tbody tr:first-of-type td {
  color: #575756;
  text-transform: uppercase;
  text-decoration: none;
  letter-spacing: .8px;
  font-family: "Open Sans", sans-serif;
  font-size: 17px;
  vertical-align: inherit;
}

table tbody tr:nth-of-type(2n) {
  background-color: #FFFFFF;
}

table tbody tr:nth-of-type(2n+1) {
  background-color: #F3F2F2;
}

.table-striped > tbody > tr:nth-of-type(2n+1) {
    background-color: #F3F2F2;
}

table tbody tr:last-of-type {
  border-radius: 0 0 15px 15px;
}

.tabl tbody tr:first-of-type td {
  padding: 3px 23px;
  font-size: 13px;
}

.tabl tbody tr td {
  font-size: 13px;
  color: #00B4DF;
}

.tabl > tbody > tr > td {
  padding: 9px 0 9px 45px !important;
}

.tabl > tbody > tr:first-of-type > td {
  padding: 15px 0 15px 0 !important;
}

.tabls-1 {
  margin: 56px 65px 23px;
}

@media screen and (max-width: 991px){
  .tabls-1 {
    margin: 56px auto 23px;
  }
}

.block-map iframe {
    border: 0;
    pointer-events: none;
    width: 100%;
    height: 750px;
}

@media screen and (max-width: 1199px){
    .block-map iframe {
        height: 450px;
    }
}

.text-page ol li,
.text-page ul li,
.text-page ol li p,
.text-page ul li p,
.news-block-two ol li,
.news-block-two ul li,
.news-block-two ol li p,
.news-block-two ul li p {
  line-height: 23px;
  margin: 0 0 10px;
  font-family: "Open Sans", sans-serif;
  font-size: 15px;
  color: #575756;
}

.news-block-two img {
  margin-top: 17px;
}



.delivery-one .block-left ul.block-form li > input[type="text"] {
	color: #000;
}

.delivery-one .block-left ul.block-form li > select {
	color: #000;
}

.reviews-one .block .item p {
    color: #3B3A3B;
}

.news-one .news .colom p {
    color: #3B3A3B;
}

.actions_page-one .actions_block .news-block-two p {
    color: #3B3A3B;
}

.actions_page-one .item .colom p  {
    color: #3B3A3B;
}

.tabl tbody tr:first-of-type td {
    font-size: 16px;
}

.tabl tbody tr td {
    font-size: 15px;
}

.delivery-one .block-right p {
	font-size: 15px;
}

.delivery-one .block-left ul.block-form li ul.tabl-form li .water-one, .delivery-one .block-left ul.block-form li ul.tabl-form li .water-two {
	font-size: 15px;
}

.delivery-one .block-left ul.block-form li .detailed-cart {
	padding: 10px 15px;
}

.delivery-one .block-left ul.block-form li .input-group-1 input[type="text"], .delivery-one .block-left ul.block-form li .input-group-2 input[type="text"] {
	font-size: 14px;
}

.delivery-three .ss .panel-body {
	font-size: 15px;
}

.delivery-three .ss .panel-default > .panel-heading {
	border-radius: 20px;
	padding: 10px 10px;
}

.delivery-three ul.tark li p {
	margin: 0 0 15px;
	font-size: 18px;
}

.delivery-one .block-right h3 {
	font-size: 22px;
}

.detailed-block-footer {
	padding: 10px 0 10px;
}

.mds__order .modal-dialog {
	width: 400px;
}

.mds__order .modal-dialog .modal-content .modal-body select {
	padding: 10px 10px;
}

.mds__order .modal-dialog .modal-content .modal-body input[type="text"] {
	padding: 10px 10px;
}