/*#color:#55190d; ���������� �����*/
/*#color:#854432; ���������� �������*/
/*-------------------reset----------------------*/
html, body, div, span, h1, h2, h3, h4, h5, h6, p,
a, em, img, small, strike, sub, sup,
b, u, i, center,
dl, dt, dd, ol, ul, li,
form, label, table, caption, tr, th, td,
article, figure, figcaption, footer, header,
menu, nav, section {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

* { 
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	*behavior: url(../scripts/boxsizing.htc); 
}
/*-------------------reset end----------------------*/

/*-------------------global presets end----------------------*/
body {
    font-family: 'Open Sans', sans-serif;
    font-weight:400;
    line-height:1.35;
    font-size:16px;
	
	-moz-user-select: none;
	-webkit-user-select: none;
	-ms-user-select: none;
	user-select: none;
}
.wrap {
    width:100%;
    max-width:1340px;
    margin-left:auto;
    margin-right:auto;
    padding-left:10px;
    padding-right:10px;
}
.wrap1050 {
    width:100%;
    max-width:1050px;
    margin-left:auto;
    margin-right:auto;
    padding-left:10px;
    padding-right:10px;
}
.padding10px {
    padding-left:10px;
    padding-right:10px;
}


.clear:before,
.clear:after {
    content: "";
    display:table;
}

.clear:after {
    clear:both;
}
.clearfix:after {
   content: "";
   visibility: hidden;
   display: block;
   height: 0;
   clear: both;
}

/*.wrap1050 .hidden {
    display:none;
}*/
.wrap1050 .txtbold {
    font-size:16px;
    font-weight:700;
    color:black;
    text-decoration:none;
    /*margin-bottom:8px;*/
}
.wrap1050 .txtbold2 {
    font-size:14px;
    font-weight:700;
    color:black;
    text-decoration:none;
}

.wrap1050 .txtboldwb {
    font-size:14px;
    font-weight:700;
    color:#a73afd;
    text-decoration:none;
}

.wrap1050 .txtuppercase {
    text-transform:uppercase;
}
.wrap1050 .txtuppercase:hover {
    text-transform:uppercase;
    color:#854432;
}
.wrap1050 .txtbrown {
    color:#854432;
}

.wrap1050 a .txt .href img {
    width: 24px;
    margin-right: 10px;
}

/*-------------------global presets end----------------------*/

/*-------------------header----------------------*/
header {
    display:flex;
    justify-content:center;
}
header div.container {
    display:flex;
    flex-direction:column;
    justify-content:center;
    align-items:center;
}
header div.left {
    order:2;
}
header div.logo {
    width:140px;
    height:140px;
    order:1;
    margin-top:15px;
    margin-bottom:15px;
}
header div.logo a {
    width:100%;
    height:100%;
    border-radius:50%;
    display:flex;
    justify-content:center;
    align-items:center;
}
header div.logo img {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
}
header div.right {
    display:flex;
    flex-direction:column;
    align-items:center;
    order:3;
    text-align:center;
}
header .hidden {
    display:none;
}
header .size14px {
    font-size:14px;
    margin-bottom:8px;
}
header .txtbold {
    font-size:18px;
    font-weight:700;
    color:black;
    text-decoration:none;
    margin-bottom:8px;
}
header .txtuppercase {
    text-transform:uppercase;
}
header .txtuppercase:hover {
    text-transform:uppercase;
    color:#854432;/*���������� �������*/
}
header .txtbrown {
    color:#854432;/*���������� �������*/
}
header .gomap {
    font-size:13px;
    text-decoration:none;
    color:black;
    border-bottom:1px dashed white;
    margin-top:15px;
    margin-bottom:15px;
}
header .gomap:hover {
    color:#854432;/*���������� �������*/
    border-bottom:1px dashed #854432;
}
header .tel:hover {
    color:#854432;/*���������� �������*/
}
header .back_call {
    margin-top:12px;
    margin-bottom:20px;
}
header .back_call:hover {
    text-decoration:none;
}

@media only screen and (min-width:730px) {
    header div.container {
        flex-direction:row;
        flex-grow:1;
        justify-content:space-between;
    }
    header div.left {
        order:1;
    }
    header div.logo {
        order:2;
    }
    header div.right {
        order:3;
        align-items:flex-end;
    }
    header .hidden {
        display:block;
    }
    header .gomap {
        font-size:14px;
        margin-top:0;
        margin-bottom:8px;
    }
    header .back_call {
        margin-top:0;
        margin-bottom:0;
    }
}
/*-------------------header end----------------------*/


/*-------------------nav----------------------*/
#title_a {
    1display:none;
}
#title_a.show_block {
    1display:inline-block;
}
nav {
    1text-align:center;
    border-top:1px solid #5c4b43;/*����������*/
    border-bottom:1px solid rgba(255,255,255,0.7);
    background-color:#5c4b43;/*����������*/
    z-index:1500;
    display:flex;
    justify-content:center;
    1padding-bottom:10px;
}
@media only screen and (min-width:950px) {
    nav {
        1padding-bottom:0;
    }
}

#title_a {
    padding: 12px;
  font-size: 17px;
  1letter-spacing: 1px;
  text-decoration: none;
  color: #bdae98;
  1font-weight: 00;
  text-transform: none;
}
.to_top{position:fixed;top:0px;left:0;right:0;box-shadow: 0 2px 5px gray;}

#cssmenu,
#cssmenu ul,
#cssmenu ul li,
#cssmenu ul li a,
#cssmenu #menu-button {
  margin: 0;
  padding: 0;
  border: 0;
  list-style: none;
  line-height: 1;
  display: block;
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
#cssmenu {
    1display:inline-block;
    1margin:0 auto;
    1border:1px solid red;
}
#cssmenu:after,
#cssmenu > ul:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
#cssmenu #menu-button {
  display: none;
}
#cssmenu {
  background: #5c4b43;
}
#cssmenu > ul > li {
  float: left;
}
#cssmenu.align-center > ul {
  font-size: 0;
  text-align: center;
}
#cssmenu.align-center > ul > li {
  display: inline-block;
  float: none;
}
#cssmenu.align-center ul ul {
  text-align: left;
}
#cssmenu.align-right > ul > li {
  float: right;
}
#cssmenu > ul > li > a {
  padding: 14px;
  font-size: 14px;
  1letter-spacing: 1px;
  text-decoration: none;
  color: #bdae98;
  1font-weight: 700;
  text-transform: uppercase;
}
#cssmenu > ul > li:hover > a {
  color: #ffffff;
}
#cssmenu > ul > li.has-sub > a {
  padding-right: 30px;
}
#cssmenu > ul > li.has-sub > a:after {
  position: absolute;
  top: 22px;
  right: 15px;
  width: 8px;
  height: 1px;
  display: block;
  background: #ddd;
  content: '';
  transform: rotate(45deg) translateX(-3px);
}
#cssmenu > ul > li.has-sub > a:before {
  position: absolute;
  top: 19px;
  right: 18px;
  display: block;
  width: 1px;
  height: 8px;
  background: #ddd;
  content: '';
  -webkit-transition: all .25s ease;
  -moz-transition: all .25s ease;
  -ms-transition: all .25s ease;
  -o-transition: all .25s ease;
  transition: all .25s ease;
  transform: rotate(45deg) translateY(-3px);
}
1#cssmenu > ul > li.has-sub:hover > a:before {
  top: 23px;
  height: 0;
}
#cssmenu ul ul {
  position: absolute;
  left: -9999px;
  z-index:2500;
}
#cssmenu.align-right ul ul {
  text-align: right;
}
#cssmenu ul ul li {
  height: 0;
  -webkit-transition: all .25s ease;
  -moz-transition: all .25s ease;
  -ms-transition: all .25s ease;
  -o-transition: all .25s ease;
  transition: all .25s ease;
}
#cssmenu li:hover > ul {
  left: auto;
}
#cssmenu.align-right li:hover > ul {
  left: auto;
  right: 0;
}
#cssmenu li:hover > ul > li {
  height: auto;
}
#cssmenu ul ul ul {
  margin-left: 100%;
  top: 0;
}
#cssmenu.align-right ul ul ul {
  margin-left: 0;
  margin-right: 100%;
}
#cssmenu ul ul li a {
  border-bottom: 1px solid rgba(150, 150, 150, 0.15);
  padding: 11px 15px;
  width: 400px;
  font-size: 14px;
  font-style:italic;
  text-decoration: none;
  color: white;
  font-weight: 400;
  background: #5c4b43;
}
#cssmenu ul ul li:last-child > a,
#cssmenu ul ul li.last-item > a {
  border-bottom: 0;
}
#cssmenu ul ul li:hover > a,
#cssmenu ul ul li a:hover {
  color: #bdae98;
}
#cssmenu ul ul li.has-sub > a:after {
  position: absolute;
  top: 16px;
  right: 11px;
  width: 8px;
  height: 2px;
  display: block;
  background: #dddddd;
  content: '';
}
#cssmenu.align-right ul ul li.has-sub > a:after {
  right: auto;
  left: 11px;
}
#cssmenu ul ul li.has-sub > a:before {
  position: absolute;
  top: 13px;
  right: 14px;
  display: block;
  width: 2px;
  height: 8px;
  background: #dddddd;
  content: '';
  -webkit-transition: all .25s ease;
  -moz-transition: all .25s ease;
  -ms-transition: all .25s ease;
  -o-transition: all .25s ease;
  transition: all .25s ease;
}
#cssmenu.align-right ul ul li.has-sub > a:before {
  right: auto;
  left: 14px;
}
#cssmenu ul ul > li.has-sub:hover > a:before {
  top: 17px;
  height: 0;
}
@media all and (max-width: 950px), only screen and (-webkit-min-device-pixel-ratio: 2) and (max-width: 1024px), only screen and (min--moz-device-pixel-ratio: 2) and (max-width: 1024px), only screen and (-o-min-device-pixel-ratio: 2/1) and (max-width: 1024px), only screen and (min-device-pixel-ratio: 2) and (max-width: 1024px), only screen and (min-resolution: 192dpi) and (max-width: 1024px), only screen and (min-resolution: 2dppx) and (max-width: 1024px) {
  #cssmenu {
    width: 100%;
  }
  #cssmenu ul {
    width: 100%;
    display: none;
  }
  #cssmenu.align-center > ul {
    text-align: left;
  }
  #cssmenu ul li {
    width: 100%;
    border-top: 1px solid rgba(120, 120, 120, 0.2);
  }
  #cssmenu ul ul li,
  #cssmenu li:hover > ul > li {
    height: auto;
  }
  #cssmenu ul li a,
  #cssmenu ul ul li a {
    width: 100%;
    border-bottom: 0;
  }
  #cssmenu > ul > li {
    float: none;
  }
  #cssmenu ul ul li a {
    padding-left: 25px;
  }
  #cssmenu ul ul ul li a {
    padding-left: 35px;
  }
  #cssmenu ul ul li a {
    color: #dddddd;
    background: none;
  }
  #cssmenu ul ul li:hover > a,
  #cssmenu ul ul li.active > a {
    color: #ffffff;
  }
  #cssmenu ul ul,
  #cssmenu ul ul ul,
  #cssmenu.align-right ul ul {
    position: relative;
    left: 0;
    width: 100%;
    margin: 0;
    text-align: left;
  }
  #cssmenu > ul > li.has-sub > a:after,
  #cssmenu > ul > li.has-sub > a:before,
  #cssmenu ul ul > li.has-sub > a:after,
  #cssmenu ul ul > li.has-sub > a:before {
    display: none;
  }
  #cssmenu #menu-button {
    display: block;
    padding: 17px;
    color: #dddddd;
    cursor: pointer;
    font-size: 12px;
    text-transform: uppercase;
    font-weight: 700;
  }
  #cssmenu #menu-button:after {
    position: absolute;
    top: 22px;
    right: 17px;
    display: block;
    height: 4px;
    width: 20px;
    border-top: 2px solid #dddddd;
    border-bottom: 2px solid #dddddd;
    content: '';
  }
  #cssmenu #menu-button:before {
    position: absolute;
    top: 16px;
    right: 17px;
    display: block;
    height: 2px;
    width: 20px;
    background: #dddddd;
    content: '';
  }
  #cssmenu #menu-button.menu-opened:after {
    top: 23px;
    border: 0;
    height: 2px;
    width: 15px;
    background: #ffffff;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  #cssmenu #menu-button.menu-opened:before {
    top: 23px;
    background: #ffffff;
    width: 15px;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
  #cssmenu .submenu-button {
    position: absolute;
    z-index: 99;
    right: 0;
    top: 0;
    display: block;
    border-left: 1px solid rgba(120, 120, 120, 0.2);
    height: 46px;
    width: 46px;
    cursor: pointer;
  }
  #cssmenu .submenu-button.submenu-opened {
    1background: #262626;
  }
  #cssmenu ul ul .submenu-button {
    height: 34px;
    width: 34px;
  }
  #cssmenu .submenu-button:after {
    position: absolute;
    top: 22px;
    right: 19px;
    width: 8px;
    height: 1px;
    display: block;
    background: #dddddd;
    content: '';
    transform: rotate(45deg) translateX(-3px);
  }
  #cssmenu ul ul .submenu-button:after {
    top: 15px;
    right: 13px;
  }
  #cssmenu .submenu-button.submenu-opened:after {
    background: #ffffff;
  }
  #cssmenu .submenu-button:before {
    position: absolute;
    top: 19px;
    right: 22px;
    display: block;
    width: 1px;
    height: 8px;
    background: #dddddd;
    content: '';
    transform: rotate(45deg) translateY(-3px);
  }
  #cssmenu ul ul .submenu-button:before {
    top: 12px;
    right: 16px;
  }
  #cssmenu .submenu-button.submenu-opened:before {
    1display: none;
  }
}
/*-------------------nav end----------------------*/


h1 {
    font-size:30px;
    line-height:36px;
    font-weight:700;
    text-transform:uppercase;
    color:#854431;
    margin:60px 0 30px;
}
h3 {
    font-size:20px;
    line-height:30px;
    font-weight:700;
    text-transform:uppercase;
    color:#854431;
    margin:25px 0 15px;
}
h3.italic_txt {
	font-style: italic;
	letter-spacing: 2px;
}
h4 {
    font-size:15px;
    line-height:24px;
    font-weight:700;
    text-transform:uppercase;
    color:#854431;
    margin:0 0 10px;
}

h4.italic_txt {
	font-style: italic;
	/*font-stretch: expanded;*/
	letter-spacing: 2px;
}	


@media only screen and (min-width:750px) {
	h1 {
		font-size:30px;
		line-height:38px;
	}
	h2 {
		font-size:26px;
		line-height:32px;
		padding:70px 0 60px;
		text-transform:uppercase;
		text-align:center;
	}
	h3 {
		font-size:20px;
		line-height:30px;
	}
	h4 {
		font-size:15px;
		line-height:24px;
	}
}

@media only screen and (max-width:750px) 
{
	h1 {
		margin: 30px 0 30px;
	}   
	h2 {
		font-size:30px;
		line-height:32px;
 		text-transform:uppercase;
		text-align:center;
		/*padding:70px 0 60px;*/
	}

	h4 {
		margin: 0;
	}
	
	.specialisty {
		padding-bottom: 10px;
	}
}


/*-------------------poshiv----------------------*/
.poshiv .poshiv_h2 {
    display:inline-block;
    margin:70px auto 60px;
    border:1px solid black;
    max-width:700px;
    padding:5px;
    border-radius:3px;
}

.poshiv .poshiv_h2 h2 {
    padding:20px;
    display:inline-block;
    border:1px solid black;
    background-color:rgba(0,0,0,0.5);
    color:white;
    border-radius:3px;
}
.poshiv {
    1padding-bottom:70px;
}
.fon_poshiv {
    padding-bottom:70px;
}
.poshiv p {
    margin-bottom:15px;
}
.poshiv .wrap_loren {
    display:flex;
    justify-content:center;
    flex-direction:column;
    align-items:center;
    margin-bottom:15px;
}
.poshiv .left,
.poshiv .right {
    margin:15px 0;
}
.poshiv .left img {
    border-radius:50%;
    border:1px solid lightgray;
    box-shadow:3px 3px 8px gray;
    width:160px;
    margin-right:35px;
}
.poshiv .right {
    border-top:1px solid #854431;
    border-bottom:1px solid #854431;
    text-align:right;
}
.poshiv .right p {
    margin-top:30px;
    margin-bottom:30px;
}
.poshiv .right p.words {
    font-size:18px;
    font-style:italic;
}
.poshiv .wrap_call {
    text-align:center;
    margin:40px 0;
}
.poshiv .wrap_call a.zvon2 {
    color:black;
    text-decoration:none;
}
.poshiv .wrap_call a {
    margin-bottom:15px;
}
.poshiv .wrap_call a.zvon2:hover {
    color:#854431;
}
.poshiv .wrap_call a.zvon3 {
    color:#854431;
}
.poshiv .wrap_call a.zvon3:hover {
    text-decoration:none;
}
.fon {
    background:url('../images/fon.jpg') top center;
    1padding-bottom:30px;
    text-align:center;
}
.fon1 {
    text-align:center;
}
.poshiv table {
    width:100%;
    max-width:550px;
    margin:0 auto;
    background-color:rgba(0,0,0,0.04);
}
.poshiv table th {
    font-weight:700;
}
.poshiv table th.price {
    min-width:100px;
}
.poshiv table td.left {
    text-align:left;
}
.poshiv table td.col2 {
    font-weight:700;
    font-style:italic;
    background-color:rgba(0,0,0,0.15);
}
.poshiv table th,
.poshiv table td {
    border:1px solid gray;
    padding:5px;
}

.poshiv a.nashi {
    text-align:center;
    color:#854431;
    display:inline-block;
    padding:8px 25px;
    background-color:rgba(133,68,49,0.2);
    border:1px solid #854431;
    text-decoration:none;
    margin-bottom:40px;
    transition:all 0.5s;
    border-radius:3px;
    box-shadow:3px 3px 10px lightgray;
}
.poshiv a.nashi.down {
    margin-bottom:0;
}
.poshiv a.nashi:hover {
    color:white;
    background-color:rgba(133,68,49,0.7);
}

@media only screen and (min-width:599px) {
    .poshiv .wrap_loren {
        flex-direction:row;
    }
}
/*-------------------poshiv end----------------------*/

/*-------------------collection----------------------*/
.collection p {
    margin-bottom:15px;
}
.collection {
    padding-bottom:30px;
}
.collection .wrap {
    margin-top:35px;
    display:flex;
    flex-wrap:wrap;
    justify-content:center;
    position: relative;
}
.collection img {
    height:230px;
    margin:0 15px 30px;
    border:1px solid lightgray;
    box-shadow:3px 3px 8px gray;
}

.collection .txt {
    display:flex;
}

.collection .txt img.wb {
    height:30px;
    margin-right:15px;
    border:none;
    box-shadow:none;
}

.collection .video,
.collection_video {
    width:100%;
    max-width:1340px;
    margin-left:auto;
    margin-right:auto;
    padding-left:10px;
    padding-right:10px;
    display:flex;
    flex-wrap:wrap;
    justify-content:space-around;
    /* border-top:1px solid lightgray; */
    margin-top: 20px;
    padding-top: 30px;
}
.collection div.video_item_wrap {
    max-width:560px;
    margin: 10px;
}
.collection .video_item {
	position: relative;
    margin-bottom: 40px;
	padding-bottom: 36.25%;
	padding-top: 35px;
    height: 0;
    overflow: hidden;
}
.collection  .collection_video div {
    margin-top: 15px;
    width: 100%;
    max-width: 518px;
}
.collection  .collection_video div p {
    margin-bottom: 20px;
    font-style: italic;
    font-weight: bold;
}
.collection .video_item iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
    border:1px solid lightgray;
}
.collection ul {
    padding-left: 30px;
    margin-left: 10px;
    margin-top: 5px;
    margin-bottom: 5px;
}
.collection ul li {
    position: relative;
    line-height: 1.6;
}
.collection ul li::before {
    content: "";
    width: 14px;
    height: 14px;
    position: absolute;
    left: -28px;
    top:6px;
    background:url('../images/quill.png') center center;
    background-size: cover;
}


@media only screen and (min-width:600px) {
    .collection  .collection_video div p {
        margin-bottom: 0;
    }
    .collection  .collection_video div.video_item_wrap {

    }
    .collection .video_item {
        max-width:560px;
        margin:20px auto;
        padding-bottom:0;
        box-shadow:3px 3px 8px gray;
    }
    .collection .video_item,
    .collection .video_item iframe {
        width:560px;
        height:315px;
    }
}
/*-------------------cjllection end----------------------*/

/*-------------------history_brand----------------------*/
.history_brand {
    padding-bottom:30px;
}
.history_brand p {
    margin-bottom:15px;
}
.history_brand .bold {
    font-weight:700;
}
.history_brand .margintop {
    margin-top:25px;
    margin-bottom:0;
}
.history_brand .paddingleft {
    padding-left:40px;
}
.history_brand .wrap {
    1margin-top:35px;
    display:flex;
    flex-wrap:wrap;
    justify-content:center;
}
.history_brand img {
    border-radius:50%;
    margin:0 5px 30px;
    border:1px solid lightgray;
    box-shadow:3px 3px 8px gray;
}
.history_brand img.brand {
    border-radius:0;
    margin:0;
    border: none;
    box-shadow:none;
    width: 150px;
}
/*-------------------history_brand end----------------------*/


/*-------------------spec3----------------------*/
.spec3 {
    padding-bottom:30px;
}
.spec3 .wrap {
    display: flex;
    gap: 40px;
    justify-content: center;
    flex-wrap: wrap;
}
.spec3 .wrap .swiper {
    width: 100%;
    max-width: 600px;
    /* height: 400px; */
}
.spec3 .wrap .swiper .swiper-slide {
    padding: 0 4px 30px;
    
}
.spec3 .wrap .swiper .swiper-slide img {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
}
.spec3 .wrap .swiper .swiper-button-prev {
    color:rgba(0,0,0,0.4);
}
.spec3 .wrap .swiper .swiper-button-next {
    color:rgba(0,0,0,0.4);
}
.spec3 .wrap .swiper .swiper-pagination .dop {
    color:rgba(0,0,0,0.4);
}

/*-------------------spec3 end----------------------*/


/*-------------------konkursy----------------------*/
.konkursy {
    padding-bottom:30px;
}
.konkursy p {
    margin-bottom:15px;
}
.konkursy .bold {
    font-weight:700;
}
.konkursy p.paddingleft {
    padding-left:40px;
    margin-bottom:0;
}
.konkursy p.mb {
    margin-bottom:15px;
}
.konkursy .video {
	position: relative;
	padding-bottom: 56.25%;
	padding-top: 30px;
	height: 0;
    overflow:hidden;
    margin:15px 0;
}
.konkursy .video iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
    border:1px solid lightgray;
}
.konkursy .wrap img {
    border-radius:50%;
    border:1px solid lightgray;
    box-shadow:3px 3px 8px gray;
    margin:15px 0;
}
.konkursy .wrap {
    text-align:center;
}
.konkursy .mb {
    margin-bottom:30px;
}
@media only screen and (min-width:600px) {
    .konkursy .video {
        max-width:560px;
        margin:25px auto;
        padding-bottom:0;
        box-shadow:3px 3px 8px gray;
    }
    .konkursy .video,
    .konkursy .video iframe {
        width:560px;
        height:315px;
    }
}
/*-------------------konkursy end----------------------*/

/*-------------------specialisty----------------------*/
.specialisty {
    padding-bottom: 10px;
}
.specialisty p {
    margin-top:15px;
}
.specialisty .wrap_item {
    padding-top:30px;
    margin-bottom:50px;
}
.specialisty .wrap_item .left {
    width:100%;
    display:flex;
    justify-content:center;
}
.specialisty .wrap_item .right {
    width:100%;
    1border:1px solid blue;
}
.specialisty .wrap_item .right ul {
    padding-left:40px;
}
.specialisty .wrap_item .right ul li {
    padding-bottom:7px;
}
.specialisty .wrap_item .right .bold {
    font-weight:700;
}
.specialisty .wrap_item .right .bold span {
    font-style:italic;
}
.specialisty img {
    width:250px;
    border-radius:50%;
    box-shadow:3px 3px 8px gray;
    margin-bottom:20px;
}
.specialisty figure {
    text-align:center;
    margin-bottom:5px;
}
.specialisty figcaption {
    line-height:30px;
}
.specialisty figcaption span {
    font-size:20px;
}

@media only screen and (min-width:890px) {
    .specialisty .wrap_item .left {
        width:100%;
        max-width:300px;
        float:left;
    }
    .specialisty .wrap_item .right {
        width:100%;
        padding-left:350px;
    }
}
/*
@media only screen and (max-width:890px) {
	.specialisty {
		padding-bottom: 10px;
	}
}*/
/*-------------------specialisty end----------------------*/

/*-------------------kontakty----------------------*/
.fon2 .left {
    background:url('../images/fon_5.jpg') top center;
}
.kontakty .wrap_map,
.kontakty .wrap_txt2 {
    display:flex;
    flex-direction:column;
}
.kontakty .wrap_map div {
    width:100%;
    height:400px;
    overflow:hidden;
}
.kontakty .wrap_txt {
    position:relative;
}
.kontakty .wrap_txt div {
    position:absolute;
    padding:40px;
    background-color:rgba(0,0,0,0.4);
    color:white;
    margin-top:40px;
    /* margin-top: 150px; */
    line-height:24px;
    margin-right:10px;
}
.kontakty .bold {
    font-weight:700;
}
.kontakty .mt {
    margin-top:20px;
}

.kontakty .wrap_txt2 div {
    width:100%;
}
.kontakty .wrap_txt2 p {
    line-height:28px;
}
.kontakty .wrap_map2 a {
    margin:15px 15px 15px 0;
    display:inline-block;
}
.kontakty .wrap_map2 a:hover img.net {
    box-shadow:3px 3px 4px lightgray;
}
.kontakty .wrap_map2 a img {
    padding:8px;
    border:1px solid lightgray;
    border-radius:3px;
}
.kontakty .wrap_txt2 div {
    padding:30px 0;
}
.kontakty .wrap_map .right {
    z-index:0;
}

.kontakty form {
    margin-top:5px;
    width:100%;
    max-width:450px;
    background-color:rgba(255,255,255,0.7);
    border-radius:3px;
}
.kontakty form input,
.kontakty form textarea {
    width:100%;
    margin-bottom:10px;
    line-height:36px;
    padding-left:10px;
    font-size:16px;
    border-radius:3px;
    box-shadow:3px 3px 3px #aaa;
    border:1px solid lightgray;
    font-family: 'Open Sans', sans-serif;
}
.kontakty form textarea {
    height:105px;
}
input::-webkit-input-placeholder {color:lightgray;}
input:-moz-placeholder {color:lightgray;}
textarea::-webkit-input-placeholder {color:lightgray;}
textarea:-moz-placeholder {color:lightgray;}


.kontakty form button {
    margin-top:5px;
    background-color:#b96282;
    line-height:36px;
    font-size:18px;
    text-transform:uppercase;
    letter-spacing:0.5px;
    padding-left:30px;
    padding-right:30px;
    color:white;
    border:1px solid white;
    box-shadow:3px 3px 8px gray;
    cursor:pointer;
    border-radius:3px;
    transition:all 0.2s;
}
.kontakty form button:hover {
    opacity:0.9;
    box-shadow:5px 5px 8px gray;
}
@media only screen and (min-width:750px) {
    .kontakty form {
        max-width:450px;
    }
    .kontakty .wrap_form {
        padding-left:0;
    }
}



@media only screen and (min-width:899px) {
    .kontakty .wrap_map,
    .kontakty .wrap_txt2 {
        flex-direction:row;
    }
    .kontakty .wrap_map div,
    .kontakty .wrap_txt2 div {
        width:50%;
    }
    .kontakty .wrap_txt div {
        margin-top:90px;
        /* margin-top:150px; */
    }
    .kontakty .wrap_txt2 div {
        padding-left:40px;
    }
}
/*-------------------kontakty end----------------------*/

/*-------------------footer----------------------*/
footer {
    display:flex;
    justify-content:center;
    background-color:#5c4b43;/*����������*/
    color:#bdae98;/*������-����������*/
}
footer a {
    color:#bdae98;/*������-����������*/
}
footer div.container {
    display:flex;
    flex-direction:column;
    justify-content:center;
    align-items:center;
}
footer div.left {
    order:2;
}
footer div.logo {
    width:140px;
    height:140px;
    order:1;
    margin-top:15px;
    margin-bottom:15px;
}
footer div.logo a {
    width:100%;
    height:100%;
    border-radius:50%;
    display:flex;
    justify-content:center;
    align-items:center;
}
footer div.logo img {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
}
footer div.right {
    display:flex;
    flex-direction:column;
    align-items:center;
    order:3;
    text-align:center;
}
footer .hidden {
    display:none;
}
footer .size14px {
    font-size:14px;
    margin-bottom:8px;
    text-align:center;
}
footer .txtbold {
    font-size:18px;
    font-weight:700;
    color:#bdae98;/*������-����������*/
    text-decoration:none;
    margin-bottom:8px;
}
footer .txtuppercase {
    text-transform:uppercase;
}
footer .txtuppercase:hover {
    text-transform:uppercase;
    color:white;
}
footer .gomap {
    font-size:13px;
    text-decoration:none;
    color:#bdae98;/*������-����������*/
    border-bottom:1px dashed #5c4b43;/*����������*/
    margin-top:15px;
    margin-bottom:15px;
}
footer .gomap:hover {
    color:white;
    border-bottom:1px dashed white;
}
footer .tel {
    margin-bottom:15px;
}
footer .tel:hover {
    color:white;
}

@media only screen and (min-width:700px) {
    footer div.container {
        flex-direction:row;
        flex-grow:1;
        justify-content:space-between;
    }
    footer div.left {
        order:1;
    }
    footer div.logo {
        order:2;
    }
    footer div.right {
        order:3;
        align-items:flex-end;
    }
    footer .hidden {
        display:block;
    }
    footer .gomap {
        font-size:14px;
        margin-top:0;
        margin-bottom:8px;
    }
    footer .tel {
        margin-bottom:8px;
    }
}
/*-------------------footer end----------------------*/

.create {
    font-size:11px;
    position:relative;
    text-align:center;
    background-color:#5c4b43;
    padding-bottom:8px;
}
.create a {
    display: inline-block;
    padding:8px 15px;
    border-radius: 5px;
    text-decoration:none;
    color:rgba(255,255,255,0.3);
    border:1px solid #5c4b43;
    transition: all 0.3s;
}
.create a:hover {
    background-color: rgba(0,0,0,0.35);
    border:1px solid rgba(255,255,255,0.35);
    transition: all 0.3s;
    color:white;
    opacity:1;
}
@media only screen and (min-width:700px) {
    .create {
        padding-bottom:0;
    }
    .create p {
        position:absolute;
        right:0;
        top:-35px;
    }
}


/*-------------------otzyvy----------------------*/
.otzyvy {
    padding-bottom:50px;
}
.otzyvy div {
    display:flex;
    justify-content:center;
    flex-direction:column;
    align-items:center;
}
.otzyvy div figure {
    width:100%;
    max-width:400px;
    margin-top:20px;
    margin-bottom:20px;
    background-color: #f6e7ec;
    padding: 25px 30px 30px;
}
.otzyvy div figure p.name {
    font-weight:700;
    font-size:18px;
}
.otzyvy div figure p.name span {
    font-weight:400;
    color:gray;
    margin-left:10px;
    font-size:14px;
}
.otzyvy div figure p img {
    margin-right: 7px;
    height: 17px;
}


.otzyvy div figure.ver2 {
    position: relative;
}
.otzyvy div figure.ver2 p.name img.nic {
    /* display: inline; */
    width: 28px;
    height: 28px;
    border-radius: 50%;
    position: relative;
    top:4px;
    /* position: absolute; */
    border: 1px solid #ddd;
}
.otzyvy div figure.ver2 p.name {
    font-weight:700;
    font-size:18px;
    /* margin-left: 50px;   */
}
.otzyvy div figure.ver2 p.name a {
    color: black;
    text-decoration: none;
    /* line-height: 32px; */
}
.otzyvy div figure.ver2 p.name a:hover {
    /* text-decoration: underline; */
    color: #854431;
}
.otzyvy div figure.ver2 hr {
    /* margin-left: 50px; */
}
.otzyvy div figure div {
    display: flex;
    justify-content: center;
}
.otzyvy div figure div img {
    /* height: 180px; */
    margin-right: 20px;
    margin-top: 10px;
}


.otzyvy hr {
    /* width:200px; */
    width: 100%;
    display:inline-block;
}
.otzyvy form {
    width: 100%;
    max-width: 500px;
    padding: 10px;
    text-align: center;
    margin: 0 auto 20px;
    border-radius:3px;
}
.otzyvy form p {
    margin-top: 20px;
    margin-bottom: 20px;
    font-weight: 700;
    font-size:18px;
}
.otzyvy form input,
.otzyvy form textarea {
    width: 100%;
    margin-bottom:10px;
    line-height:36px;
    padding-left:10px;
    font-size:16px;
    border-radius:3px;
    box-shadow:3px 3px 3px #aaa;
    border:1px solid lightgray;
    font-family: 'Open Sans', sans-serif;
}
.otzyvy form textarea {
    height:105px;
}
input::-webkit-input-placeholder {color:lightgray;}
input:-moz-placeholder {color:lightgray;}
textarea::-webkit-input-placeholder {color:lightgray;}
textarea:-moz-placeholder {color:lightgray;}
.otzyvy form button {
    margin-top:5px;
    background-color:#b96282;
    line-height:36px;
    font-size:18px;
    text-transform:uppercase;
    letter-spacing:0.5px;
    padding-left:30px;
    padding-right:30px;
    color:white;
    border:1px solid white;
    box-shadow:3px 3px 8px gray;
    cursor:pointer;
    border-radius:3px;
    transition:all 0.2s;
}
.otzyvy form button:hover {
    opacity:0.9;
    box-shadow:5px 5px 8px gray;
}
.otzyvy div.line {
    margin:0 auto 50px;
    width: 100%; 
    padding-bottom:50px;
    border-bottom: 1px solid lightgray;
}

@media only screen and (min-width:880px) {
    .otzyvy div {
        justify-content:space-around;
        flex-wrap:wrap;
        flex-direction:row;
        align-items:flex-start;
    }
}
@media only screen and (min-width:1200px) {
    .otzyvy div {
        justify-content:space-between;
    }
}

/*-------------------otzyvy end----------------------*/


/*-------------------otzyvy2----------------------*/
.otzyvy2 {
    padding-bottom:50px;
}
.otzyvy2 div {
    display:flex;
    justify-content:center;
    flex-direction:column;
    align-items:center;
}
.otzyvy2 div figure {
    width:100%;
    /* max-width:400px; */
    margin-top:20px;
    margin-bottom:20px;
    background-color: #f6e7ec;
    padding: 25px 30px 30px;
}
.otzyvy2 div figure p.name {
    font-weight:700;
    font-size:18px;
}
.otzyvy2 div figure p.name span {
    font-weight:400;
    color:gray;
    margin-left:10px;
    font-size:14px;
}
.otzyvy2 div figure p img {
    margin-right: 7px;
    height: 17px;
}
.otzyvy2 div figure.ver2 {
    position: relative;
}
.otzyvy2 div figure.ver2 p.name img.nic {
    /* display: inline; */
    width: 28px;
    height: 28px;
    border-radius: 50%;
    position: relative;
    top:4px;
    /* position: absolute; */
    border: 1px solid #ddd;
}
.otzyvy2 div figure.ver2 p.name {
    font-weight:700;
    font-size:18px;
    /* margin-left: 50px;   */
}
.otzyvy2 div figure.ver2 p.name a {
    color: black;
    text-decoration: none;
    /* line-height: 32px; */
}
.otzyvy2 div figure.ver2 p.name a:hover {
    /* text-decoration: underline; */
    color: #854431;
}
.otzyvy2 div figure.ver2 hr {
    /* margin-left: 50px; */
}
.otzyvy2 div figure div {
    display: flex;
    justify-content: flex-start;
    /* justify-content: center; */
}
.otzyvy2 div figure div img {
    /* height: 180px; */
    margin-right: 20px;
    margin-top: 10px;
}




.otzyvy2 hr {
    /* width:200px; */
    width: 100%;
    display:inline-block;
}
.otzyvy2 form {
    width: 100%;
    max-width: 500px;
    padding: 10px;
    text-align: center;
    margin: 0 auto 20px;
    border-radius:3px;
}
.otzyvy2 form p {
    margin-top: 20px;
    margin-bottom: 20px;
    font-weight: 700;
    font-size:18px;
}

.otzyvy2 form div.wrap_check {
    padding: 0;
    text-align: left;
    display: block;
    padding: 10px 10px 10px 30px;
}
.otzyvy2 form .check {
    font-size: 16px;
    margin-bottom: 0;
    text-transform: none;
    color: black;
    font-weight: 400;
    position: relative;
  }
  .otzyvy2 form .check::before {
      position: absolute;
      content: "";
      width: 20px;
      height: 20px;
      background: url(../images/checkbox_dis.png) no-repeat;
      background-size: contain;
      left: -28px;
      top: 2px;
  }
  .otzyvy2 form .check.checked {
    font-size: 16px;
    margin-bottom: 0;
    text-transform: none;
    color: black;
    font-weight: 400;
    position: relative;
  }
  .otzyvy2 form .check.checked::before {
    position: absolute;
    content: "";
    width: 20px;
    height: 20px;
    background: url(../images/checkbox.png) no-repeat;
    background-size: contain;
    left: -28px;
      top: 2px;
  }
  .otzyvy2 form button:disabled,
  .otzyvy2 form button[disabled]{
    border: 1px solid #999999;
    background-color: #cccccc;
    color: #666666;
    }

.otzyvy2 form input,
.otzyvy2 form textarea {
    width: 100%;
    margin-bottom:10px;
    line-height:36px;
    padding-left:10px;
    font-size:16px;
    border-radius:3px;
    box-shadow:3px 3px 3px #aaa;
    border:1px solid lightgray;
    font-family: 'Open Sans', sans-serif;
}
.otzyvy2 form textarea {
    height:105px;
}
input::-webkit-input-placeholder {color:lightgray;}
input:-moz-placeholder {color:lightgray;}
textarea::-webkit-input-placeholder {color:lightgray;}
textarea:-moz-placeholder {color:lightgray;}
.otzyvy2 form button {
    margin-top:5px;
    background-color:#b96282;
    line-height:36px;
    font-size:18px;
    text-transform:uppercase;
    letter-spacing:0.5px;
    padding-left:30px;
    padding-right:30px;
    color:white;
    border:1px solid white;
    box-shadow:3px 3px 8px gray;
    cursor:pointer;
    border-radius:3px;
    transition:all 0.2s;
}
.otzyvy2 form button:hover {
    opacity:0.9;
    box-shadow:5px 5px 8px gray;
}
.otzyvy2 div.line {
    margin:0 auto 50px;
    width: 100%; 
    padding-bottom:50px;
    border-bottom: 1px solid lightgray;
}

@media only screen and (min-width:880px) {
    .otzyvy2 div {
        justify-content:space-around;
        flex-wrap:wrap;
        flex-direction:row;
        align-items:flex-start;
    }
}
@media only screen and (min-width:1200px) {
    .otzyvy2 div {
        justify-content:space-between;
    }
}

/*-------------------otzyvy2 end----------------------*/

/*-------------------zap----------------------*/
.zap {
    height:540px;
    background:url('../images/zap.jpg') top center no-repeat;
    margin:90px 0;
}
.zap div {
    width:100%;
    max-width:310px;
    margin:20px auto;
    padding:90px 10px 0;
    text-align:center;
}
.zap  form {
    width:100%;
    text-align:center;
}
.zap form p {
    font-size:20px;
    font-weight:700;
    text-transform:uppercase;
    margin-bottom:45px;
}

.zap form input {
    width:100%;
    margin-bottom:20px;
    line-height:36px;
    padding-left:10px;
    font-size:16px;
    border-radius:3px;
    box-shadow:3px 3px 3px #aaa;
    border:1px solid lightgray;
    display:block;
}
input::-webkit-input-placeholder {color:lightgray;}
input:-moz-placeholder {color:lightgray;}

.zap form button {
    margin-top:25px;
    margin-bottom:30px;
    background-color:#b96282;
    line-height:36px;
    font-size:18px;
    text-transform:uppercase;
    letter-spacing:0.5px;
    padding-left:30px;
    padding-right:30px;
    color:white;
    border:1px solid white;
    box-shadow:3px 3px 8px gray;
    cursor:pointer;
    border-radius:3px;
    transition:all 0.2s;
}
.zap form button:hover {
    opacity:0.9;
    box-shadow:5px 5px 8px gray;
}
.zap form p.txt {
    text-transform:none;
    font-size:16px;
    font-weight:400;
}
/*-------------------zap end----------------------*/



/*-------------------svetlana----------------------*/
.svetlana {
    padding-top:50px;
    border-top: 1px solid lightgray;
}
.svetlana div.wrap {
    display:flex;
    justify-content:center;
    flex-direction:column;
    align-items:center;
    /* border-bottom:1px solid lightgray; */
    /* padding-bottom:50px; */
}
.svetlana div p.about {
    font-size:20px;
    font-weight:700;
    margin-bottom: 5px;
}
.svetlana div p.caption {
    font-size:18px;
    /* font-weight:700; */
    text-transform: uppercase;
    font-style: italic;
    margin-bottom: 5px;

}
.svetlana div p.about span {
    font-size:30px;
    color:#854431;
}
.svetlana div div {
    margin:30px;
}
.svetlana div img {
    width:100%;
    max-width:340px;
    border-radius:50%;
    margin:30px;
}

.svetlana div img.kapec {
    width:100%;
    max-width:250px;
    border-radius:25% 5%;
    margin:30px 0; 
}

@media only screen and (min-width:795px) {
    .svetlana div.wrap {
        flex-direction:row;
        /*justify-content:space-around;
*/    }
    /*.svetlana div img {
        margin-bottom:0;
    }*/
}

@media only screen and (max-width:790px) {
	.svetlana div img.kapec {
		margin:0; 
	}
}
/*-------------------svetlana end----------------------*/

/*-------------------history----------------------*/
.history {
    background-color:#f3f3f3;
    padding-bottom:50px;
}
.history .wrap {
    display:flex;
    justify-content:center;
    flex-direction:column;
    align-items:center;
}
.history .left {
    display:none;
}
.history .course_item {
    width:100%;
    max-width:750px;
    margin-bottom:60px;
}
.history a.a_more {
    color:#854431;
    margin:20px 0;
    display:block;
}
.history a.a_more:hover {
    text-decoration:none;
}
.history p.sv span {
    font-weight:700;
}
.history p.name_brand {
    font-weight:700;
    text-transform:uppercase;
    margin:20px 0;
}
.history img {
    width: 150px;
    margin-top: 20px;
}

@media only screen and (min-width:855px) {
    .history .history_item {
        max-width:1000px;
        width:100%;
    }
    .history .left {
        display:block;
        float:left;
    }
    .history .left img {
        width:270px;
        border-radius:50%;
    }
    .history .left div {
        width:100%;
        height:100%;
        display:flex;
        justify-content:center;
        align-items:center;
    }
    .history .left div p {
        text-align:center;
        text-transform:uppercase;
        color:white;
    }
    .history .right {
        margin-left:340px;
        max-width:800px;
    }
}

/*-------------------history end----------------------*/

/*-------------------history2----------------------*/
.history2 {
    background-color:#f3f3f3;
    1padding-bottom:20px;
	margin-bottom:25px;
}
.history2 .wrap {
    display:flex;
    justify-content:center;
    flex-direction:column;
    align-items:center;
}
.history2 h2 {
	padding: 15px 0 20px;
	font-size: 28px;
}	
.history2 .left {
    display:none;
}
.history2 .course_item {
    width:100%;
    max-width:750px;
    margin-bottom:60px;
}
.history2 a.a_more {
    color:#854431;
    margin:20px 0;
    display:block;
}
.history2 a.a_more:hover {
    text-decoration:none;
}
.history2 p.sv span {
    font-weight:700;
}
.history2 p.name_brand {
    font-weight:700;
    text-transform:uppercase;
    margin:20px 0;
}
.history2 img {
    width: 150px;
    margin-top: 20px;
}

.wrap hr.histories {
    display:flex;
	justify-content:center;
	width: 55%;
    1margin:11px 0;
	margin-bottom: 15px;
	
}


@media only screen and (min-width:855px) {
    .history2 .history_item {
        max-width:1000px;
        width:100%;
    }
    .history2 .left {
        display:block;
        float:left;
    }
    .history2 .left img {
        width:270px;
        border-radius:50%;
    }
    .history2 .left div {
        width:100%;
        height:100%;
        display:flex;
        justify-content:center;
        align-items:center;
    }
    .history2 .left div p {
        text-align:center;
        text-transform:uppercase;
        color:white;
    }
    .history2 .right {
        margin-left:340px;
        max-width:800px;
    }
}
/*-------------------history2 end----------------------*/

/*-------------------diploms----------------------*/
.diploms {
    padding-bottom:30px;
    /* border-bottom:1px solid lightgray; */
}
.diploms .wrap {
    display:flex;
    flex-wrap:wrap;
    justify-content:center;
}
.diploms img {
    height:220px;
    margin:0 15px 30px;
    border:1px solid lightgray;
    box-shadow:3px 3px 8px gray;
}
/*-------------------diploms end----------------------*/

/*-------------------spec----------------------*/
.spec {
    padding-bottom:30px;
}
.spec.var1 {
    padding-top: 15px;
    padding-bottom: 50px;
}

.spec>p {
    text-align: center;
    margin-top: 10px;
    margin-bottom: 15px;
}
.spec img {
    width:250px;
    border-radius:50%;
    box-shadow:3px 3px 8px gray;
    margin-bottom:20px;
}
.spec figure {
    text-align:center;
    margin-bottom:40px;
}
.spec figcaption {
    line-height:30px;
}
.spec figcaption span {
    font-size:20px;
}
.spec .wrap {
    border-bottom:1px solid lightgray;
}
.spec iframe {
    width:100%;
    max-width:560px;
    margin-bottom:20px;
}
.spec div.mk {
    margin: 0 auto;
    max-width: 600px;
    text-align: center;
}
.spec div.mk p {
    font-size: 20px;
    margin: 40px 0 20px;
}
.spec p.flash {
    display: block;
    padding: 10px;
    background-color: red;
    color: white;
    font-size: 18px;
    border-radius: 3px;
}
.spec.margin_top {
    margin-top: 30px;
}

@media only screen and (min-width:890px) {
    .spec.var1 {
        padding-left: 250px;
    }
    .spec .wrap {
        display:flex;
        justify-content:space-around;
    }
}
/*-------------------spec end----------------------*/

/*-------------------our_students------------------*/
.our_students {
    padding-bottom:30px;
    border-bottom:1px solid lightgray;
}
.our_students .wrap {
    display:flex;
    flex-wrap:wrap;
    justify-content:center;
}
.our_students img {
    height:300px;
    margin:0 15px 30px;
    border:1px solid lightgray;
    box-shadow:3px 3px 8px gray;
}
.our_students div.link_uchenic {
    display: block;
    text-align: center;
    padding: 20px 0;
}
.our_students div.link_uchenic a:hover {
    text-decoration: none;
}
.our_students h2 {
	font-size: 24px;
	line-height:30px;
    /*font-weight:700;*/
	padding:30px 0 10px;
    text-align:center;
	text-transform:uppercase;
}
.our_students h3 {
	font-size: 16px;
    font-weight:700;
    text-align:center;
	color:#854431;
}
/*----------our_students end----------------------*/
