/* ГОЛОВНЫЕ */

/* Контент */

@media only screen and (min-width: 1200px) {
	.container {
		max-width: 1170px;
	}
}

@media only screen and (min-width: 1450px) {
	.container {
		max-width: 1270px;
	}
}



/* СЕКЦИИ И ОТСТУПЫ */


.mt-200 {
  margin-top: 200px;
}
.mt-190 {
  margin-top: 190px;
}
.mt-180 {
  margin-top: 180px;
}
.mt-170 {
  margin-top: 170px;
}
.mt-160 {
  margin-top: 160px;
}
.mt-150 {
  margin-top: 150px;
}
.mt-140 {
  margin-top: 140px;
}
.mt-130 {
  margin-top: 130px;
}
.mt-120 {
  margin-top: 120px;
}
.mt-110 {
  margin-top: 110px;
}
.mt-100 {
  margin-top: 100px;
}
.mt-90 {
  margin-top: 90px;
}
.mt-80 {
  margin-top: 80px;
}
.mt-70 {
  margin-top: 70px;
}
.mt-60 {
  margin-top: 60px;
}
.mt-50 {
  margin-top: 50px;
}
.mt-40 {
  margin-top: 40px;
}
.mt-30 {
  margin-top: 30px;
}
.mt-20 {
  margin-top: 20px;
}
.mt-10 {
  margin-top: 10px;
}
.mt-5 {
  margin-top: 5px;
}
.mb-100 {
  margin-bottom: 100px;
}
.mb-90 {
  margin-bottom: 90px;
}
.mb-80 {
  margin-bottom: 80px;
}
.mb-70 {
  margin-bottom: 70px;
}
.mb-60 {
  margin-bottom: 60px;
}
.mb-50 {
  margin-bottom: 50px;
}
.mb-40 {
  margin-bottom: 40px;
}
.mb-30 {
  margin-bottom: 30px;
}
.mb-20 {
  margin-bottom: 20px;
}
.mb-10 {
  margin-bottom: 10px;
}
.mb-5 {
  margin-bottom: 5px;
}
.pt-100 {
  padding-top: 100px;
}
.pt-90 {
  padding-top: 90px;
}
.pt-80 {
  padding-top: 80px;
}
.pt-70 {
  padding-top: 70px;
}
.pt-60 {
  padding-top: 60px;
}
.pt-50 {
  padding-top: 50px;
}
.pt-40 {
  padding-top: 40px;
}
.pt-30 {
  padding-top: 30px;
}
.pt-20 {
  padding-top: 20px;
}
.pt-10 {
  padding-top: 10px;
}
.pt-5 {
  padding-top: 5px;
}
.pb-100 {
  padding-bottom: 100px;
}
.pb-90 {
  padding-bottom: 90px;
}
.pb-80 {
  padding-bottom: 80px;
}
.pb-70 {
  padding-bottom: 70px;
}
.pb-60 {
  padding-bottom: 60px;
}
.pb-50 {
  padding-bottom: 50px;
}
.pb-40 {
  padding-bottom: 40px;
}
.pb-30 {
  padding-bottom: 30px;
}
.pb-20 {
  padding-bottom: 20px;
}
.pb-10 {
  padding-bottom: 10px;
}

.txt-0 {
    font-size: 0px;
}
.txt-10 {
  font-size: 10px;
}
.txt-11 {
  font-size: 11px;
}
.txt-12 {
  font-size: 12px;
}
.txt-13 {
  font-size: 13px;
}
.txt-14 {
  font-size: 14px;
}
.txt-15 {
  font-size: 15px;
}
.txt-16 {
  font-size: 16px;
}
.txt-17 {
  font-size: 17px;
}
.txt-18 {
  font-size: 18px;
}
.txt-19 {
  font-size: 19px;
}
.txt-20 {
  font-size: 20px;
}
.txt-21 {
  font-size: 21px;
}
.txt-22 {
  font-size: 22px;
}
.txt-23 {
  font-size: 23px;
}
.txt-24 {
  font-size: 24px;
}
.txt-25 {
  font-size: 25px;
}
.txt-26 {
  font-size: 26px;
}
.txt-27 {
  font-size: 27px;
}
.txt-28 {
  font-size: 28px;
}
.txt-29 {
  font-size: 29px;
}
.txt-30 {
  font-size: 30px;
}
.txt-31 {
  font-size: 31px;
}
.txt-32 {
  font-size: 32px;
}
.txt-33 {
  font-size: 33px;
}
.txt-34 {
  font-size: 34px;
}
.txt-35 {
  font-size: 35px;
}
.txt-36 {
  font-size: 36px;
}
.txt-37 {
  font-size: 37px;
}
.txt-38 {
  font-size: 38px;
}
.txt-39 {
  font-size: 39px;
}
.txt-40 {
  font-size: 40px;
}

.section-100 {
    margin: 100px 0 0;
}

.section-70 {
    margin: 70px 0 0;
}

.section-50 {
    margin: 50px 0 0;
}

.section-100-mobile {
    margin: 100px 0 0;
}

.pd-5 {
    padding: 5px;
}

.pd-10 {
    padding: 10px;
}

.pd-20 {
    padding: 20px;
}

.left-5 {
  margin-left: 5px;
}
.left-10 {
  margin-left: 10px;
}
.left-15 {
  margin-left: 15px;
}
.left-20 {
  margin-left: 20px;
}
.left-45 {
    margin-left: 45px;
}
.right-5 {
  margin-right: 5px;
}
.right-10 {
  margin-right: 10px;
}
.right-15 {
  margin-right: 15px;
}
.right-20 {
  margin-right: 20px;
}
.min-h300 {
    min-height: 300px;
}
.max-h20 {
    max-height: 20px;
}
.max-h30 {
    max-height: 30px;
}
.max-h40 {
    max-height: 40px;
}
.max-h45 {
    max-height: 45px;
}
.max-h50 {
    max-height: 50px;
}
.max-h60 {
    max-height: 60px;
}
.max-h70 {
    max-height: 70px;
}
.max-h100 {
    max-height: 100px;
}
.max-h150 {
    max-height: 150px;
}
.max-h200 {
    max-height: 200px;
}
.max-h250 {
    max-height: 250px;
}
.max-h300 {
    max-height: 300px;
}
.max-w70 {
    max-width: 70px;
}
.max-w250 {
    max-width: 250px;
}
.max-w280 {
    max-width: 280px;
}
.max-w300 {
    max-width: 300px;
}


/* Шрифты */

.fw-300 {
    font-weight: 300;
}
.fw-400 {
    font-weight: 400;
}
.fw-500 {
    font-weight: 500;
}
.fw-600 {
    font-weight: 600;
}
.fw-700 {
    font-weight: 700;
}
.fw-800 {
    font-weight: 800;
}
.fw-900 {
    font-weight: 900;
}

.line-h10 {
    line-height: 1.0;
}

.line-h11 {
    line-height: 1.1;
}

.line-h12 {
    line-height: 1.2;
}

.line-h13 {
    line-height: 1.3;
}

/* ЦВЕТА И ССЫЛКИ, ФОНЫ*/

.color-000 {
  color: #000;
}
.color-fff {
  color: #fff;
}
.color-e8 {
  color: #e8e8e8;
}

.color-whatsapp {
  color: #1E9D13;
}
.color-telegram {
  color: #64A5F0;
}
.color-vk {
  color: #71AAEB;
} 

.bg-fff {
  background-color: #fff;
}
.bg-f8 {
  background-color: #f8f8f8;
}
.bg-1b {
  background-color: #1b1b1b;
}
.bg-f8 {
    background-color: #f8f8f8;
}
.bg-primary {
  background-color: #C82040;
}

.bg-secondary {
  background-color: #8193AE;
}

.bg-black {
background-color: #000000;
}

.bg-red {
background-color: #ff0000;
}

.bg-f3 {
background-color: #f3f3f3;
}

.color-primary {
    color: #C82040;
}

.color-secondary {
    color: #8193AE;
}

.color-e9 {
    color: #9EA0A9;
}

.color-f3 {
    color: #f3f3f3;
}

.color-ba {
    color: #bababa;
}


.link-f3 {
	text-decoration: none;
    color: #f3f3f3;
}

.link-f3:hover {
	text-decoration: none;
    color: #f3f3f3;
}

.link-000 {
  text-decoration: none;
  color: #000;
}
.link-000:hover {
  text-decoration: none;
  color: #000;
}
.link-222 {
  text-decoration: none;
  color: #222;
}
.link-222:hover {
  text-decoration: none;
  color: #222;
}
.link-fff {
  text-decoration: none;
  color: #fff;
}
.link-fff:hover {
  text-decoration: none;
  color: #fff;
}
.link-e8 {
  text-decoration: none;
  color: #fff;
}
.link-e8:hover {
  text-decoration: none;
  color: #fff;
}
.link-primary {
  text-decoration: none;
  color: #00B1C5;
}
.link-primary:hover {
  text-decoration: none;
  color: #00B1C5;
}
.link-secondary {
  text-decoration: none;
  color: #8193AE;
}
.link-secondary:hover {
  text-decoration: none;
  color: #8193AE;
}


.link-ba {
  text-decoration: none;
  color: #bababa;
}
.link-ba:hover {
  text-decoration: none;
  color: #ff5e14;
}

.link-e9 {
  text-decoration: none;
  color: #9EA0A9;
}
.link-e9:hover {
  text-decoration: none;
  color: #ff5e14;
}


.link-fff-d {
  border-bottom: 1px dotted #ff0000;
  color: #fff;
  font-weight: 300;
}
.link-fff-d:hover {
  border-bottom: 1px dotted #ff0000;
  color: #fff;
  font-weight: 300;
}
.link-000-d {
  border-bottom: 1px dotted #000;
  color: #000;
  font-weight: 400;
}
.link-000-d:hover {
  border-bottom: 1px dotted #000;
  color: #000;
  font-weight: 400;
}

/* Вспомогательные */

.media {
    display: flex;
    -ms-flex-align: start;
    align-items: center;
}

/* Приближение фото */

.image-zoom-x {
	overflow: hidden;
}

.image-zoom-x img {
 -moz-transition: all 1s ease-out;
 -o-transition: all 1s ease-out;
 -webkit-transition: all 1s ease-out;
 }
 
.image-zoom-x img:hover{
 -webkit-transform: scale(1.1);
 -moz-transform: scale(1.1);
 -o-transform: scale(1.1);
 }
 
 

/* Социальные сети иконки */

 .socialm:hover {
     -webkit-transform: scale(1.1);
     -moz-transform: scale(1.1);
     -o-transform: scale(1.1);
 }
 .socialm {
     -webkit-transform: scale(0.8);
     /* Browser Variations: */
     
     -moz-transform: scale(0.8);
     -o-transform: scale(0.8);
     -webkit-transition-duration: 0.5s;
     -moz-transition-duration: 0.5s;
     -o-transition-duration: 0.5s;
 }
 
  .icon-socialm {
      color: #00B1C5;
  }

/* Черно белое */

.bw0 {
	-webkit-filter: grayscale(100%);
  filter: grayscale(100%);
  -webkit-transition: all 1s ease;
     -moz-transition: all 1s ease;
       -o-transition: all 1s ease;
      -ms-transition: all 1s ease;
          transition: all 1s ease;
}

.bw0:hover {
	-webkit-filter: grayscale(0%);
  filter: grayscale(0%);
  
}

@media screen and (max-width: 600px) {
.bw0 {
-webkit-filter: grayscale(1%);
  filter: grayscale(1%);
  -webkit-transition: all 1s ease;
     -moz-transition: all 1s ease;
       -o-transition: all 1s ease;
      -ms-transition: all 1s ease;
          transition: all 1s ease;
}
}

/* Таблицы */

table{
	border: 1px solid #eee;
	table-layout: fixed;
	width: 100%;
	min-width: 600px;
	margin-bottom: 20px;
}
table th {
	font-weight: bold;
	padding: 5px;
	background: #efefef;
	border: 1px solid #dddddd;
}
table td{
	padding: 5px 10px;
	border: 1px solid #eee;
	text-align: left;
}
table tbody tr:nth-child(odd){
	background: #fff;
}
table tbody tr:nth-child(even){
	background: #F7F7F7;
}

.table td, .table th {
	vertical-align: middle;
}

/* Навигация */

.owl-prev i, .owl-next i {
    color: white;
    text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.2);
}
.owl-prev, .owl-next {
    position: absolute;
    top: 40%;
    margin-top: -10px;
}
.owl-prev {
    left: 5px;
}
.owl-next {
    right: 5px;
}

	@media (max-width: 768px) {
			
		}