/*#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;
}
.wrap {
    width:100%;
    max-width:1340px;
    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;
}
/*-------------------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;
    /* border:1px solid #55190d; */
}
header div.logo a img {
    max-width: 100%;
    max-width: 100%;
    object-fit: cover;
}
header div.logo a.white {
    width:100%;
    height:100%;
    border-radius:50%;
    display:flex;
    justify-content:center;
    align-items:center;
    border:1px solid #55190d;
    /* border:1px solid #7f7f7f; */
    background: url('../images/logo.png') center no-repeat;
    background-size: contain;
}
header div.logo a.black {
    width:100%;
    height:100%;
    border-radius:50%;
    display:flex;
    justify-content:center;
    align-items:center;
    /* border:1px solid #55190d; */
    /* border:1px solid #7f7f7f; */
    background: url('../images/logo2.jpg') center no-repeat;
    background-size: cover;
}
/* header div.logo img {
    width:75%;
    margin-bottom:10px;
} */
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:900;
    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;
}
#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----------------------*/
/*-------------------main----------------------*/
.main {
    background:url('../images/title.jpg') top center;
    padding-top:40px;
    padding-bottom:20px;
}
.main div.attention {
    text-align:center;
    margin-bottom:20px;
}
.main div.attention div {
    display:inline-block;
    background-color:white;
    padding-top:10px;
    padding-bottom:15px;
    border-radius:3px;
}
.main div.attention p {
    line-height:24px;
    color:#5c4b43;
    padding-left:20px;
    padding-right:20px;
}
.main div.attention p a {
    color:black;
    text-decoration:none;
}
.main div.attention p a:hover {
    text-decoration:underline;
}
.main div.attention p span {
    font-weight:700;
    font-size:26px;
    line-height:50px;
}
.main div.left {
    color:white;
    text-shadow:3px 3px 10px black;
    max-width:800px;
    margin-left:auto;
    margin-right:auto;
}
.main div.left p {
    font-size:22px;
    line-height:28px;
    font-weight:300;
}
.main div.left p.main_text {
    font-size:14px;
    line-height:18px;
}
.main div.left h1 {
    font-size:42px;
    line-height:52px;
    font-weight:700;
    text-transform:uppercase;
    margin:20px 0;
    letter-spacing:1px;
}
.main div.left a.link1 {
    color:white;
    display:inline-block;
    padding:8px 25px;
    background-color:rgba(255,255,255,0.3);
    border:1px solid white;
    text-decoration:none;
    margin-top:30px;
    margin-bottom:30px;
    transition:all 0.5s;
    text-shadow:none;
    border-radius:3px;
}
.main div.left a.link1:hover {
    color:black;
    background-color:rgba(255,255,255,0.7);
}
.main div.left a.link2 {
    color:white;
    display:inline-block;
    padding:8px 25px;
    1background-color:rgba(255,255,255,0.3);
    border:1px solid white;
    text-decoration:none;
    margin-top:30px;
    1margin-bottom:30px;
    transition:all 0.5s;
    text-shadow:none;
    border-radius:3px;
}
.main div.left a.link2:hover {
    color:black;
    background-color:rgba(255,255,255,0.7);
}
.main div.left a.link3 {
    color:white;
    display:inline-block;
    padding:8px 25px;
    /* text-decoration:none; */
    margin-top:30px;
    transition:all 0.5s;
    text-shadow:none;
    border-radius:3px;
    1margin-left: 10px;
    1letter-spacing: 1px;
} 
.main div.left a.link3:hover {
    text-decoration:none;
}

.main div.right {
    padding-top:15px;
}
.main div.right form {
    padding:30px 22px;
    width:100%;
    max-width:350px;
    background-color:rgba(255,255,255,0.7);
    border-radius:3px;
    text-align:center;
    margin:30px auto;
}
.main div.right form p {
    font-size:18px;
    font-weight:700;
    text-transform:uppercase;
    margin-bottom:20px;
}
.main div.right form input {
    width:100%;
    margin-bottom:15px;
    line-height:36px;
    padding-left:10px;
    font-size:16px;
    border-radius:3px;
    box-shadow:3px 3px 3px #aaa;
    border:1px solid lightgray;
}
input::-webkit-input-placeholder {color:lightgray;}
input:-moz-placeholder {color:lightgray;}

.main div.right form button {
    margin-top:15px;
    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;
}
.main div.right form button:hover {
    opacity:0.9;
    box-shadow:5px 5px 8px gray;
}
@media only screen and (min-width:750px) {
    .main div.left p {
        font-size:28px;
        line-height:36px;
    }
    .main div.left p.main_text {
        font-size:16px;
        line-height:22px;
    }
    .main div.left h1 {
        font-size:56px;
        line-height:70px;
        font-weight:700;
        text-transform:uppercase;
        margin:20px 0;
        letter-spacing:1px;
    }
    .main div.right form p {
        font-size:24px;
        margin-bottom:30px;
    }
    .main div.right form input {
        margin-bottom:25px;
    }
    .main div.right form {
        padding:35px 22px;
    }
}
@media only screen and (min-width:1200px) {
    .main {
        padding-top:60px;
        padding-bottom:70px;
    }
    .main div.left {
        float:left;
        padding-top:15px;
    }
    .main div.right {
        float:right;
        padding-top:100px;
    }
    .main div.right form {
        margin-top:0;
    }
}
/*-------------------main end----------------------*/

h2 {
    font-size:24px;
    line-height:30px;
    padding:70px 0 60px;
    text-transform:uppercase;
    text-align:center;
}
@media only screen and (min-width:750px) {
    h2 {
    font-size:30px;
    line-height:38px;
    }
}

/*-------------------svetlana----------------------*/
.svetlana {
    padding-top:50px;
}
.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;
}

@media only screen and (min-width:795px) {
    .svetlana div.wrap {
        flex-direction:row;
        justify-content:space-around;
    }
    .svetlana div img {
        margin-bottom:0;
    }
}
/*-------------------svetlana end----------------------*/

/*-------------------elena----------------------*/
.elena {
    padding-top:50px;
}
.elena div.wrap {
    display:flex;
    justify-content:center;
    flex-direction:column;
    align-items:center;
    border-bottom:1px solid lightgray;
    padding-bottom:50px;
}
.elena div p.about {
    font-size:20px;
    font-weight:700;
}
.elena div p.about span {
    font-size:30px;
    color:#854431;
}
.elena div div {
    margin:30px;
}
.elena div img {
    width:100%;
    max-width:340px;
    border-radius:50%;
    margin:30px;
}

@media only screen and (min-width:795px) {
    .elena div.wrap {
        flex-direction:row;
        justify-content:space-around;
    }
    .elena div img {
        margin-bottom:0;
    }
}
/*-------------------elena end----------------------*/

/*-------------------courses----------------------*/
.courses .wrap {
    display:flex;
    justify-content:center;
    flex-direction:column;
    align-items:center;
}
.courses .left {
    display:none;
}
.courses .course_item {
    width:100%;
    max-width:600px;
    margin-bottom:10px;
}
.courses .course_item p.date_start {
    font-style: italic;
    font-weight: bold;
    display: inline-block;
    border: 1px solid lightgray;
    padding: 3px 10px;
}
.courses .course_item p.date_start_2 {
    font-weight: bold;
    color:#854431;
    margin-top: 8px;
}
.courses .course_item ul {
    padding-left: 30px;
    margin-left: 10px;
    margin-top: 5px;
    margin-bottom: 5px;
}
.courses .course_item ul li {
    position: relative;
    line-height: 1.6;
}
.courses .course_item ul li::before {
    content: "";
    width: 14px;
    height: 14px;
    position: absolute;
    left: -28px;
    top:6px;
    background:url('../images/quill.png') center center;
    background-size: cover;
}
.courses h3 a {
    font-size:24px;
    line-height:28px;
    color:#854431;
    font-weight:700;
    text-decoration:none;
}
.courses hr {
    width:120px;
    display:inline-block;
}
.courses p.bold {
    font-weight: 700;
}
.courses a {
    color:#854431;
    margin-top:10px;
    display:inline-block;
}
.courses a:hover {
    text-decoration:none;
}
.courses a.fancybox img {
    width: 100%;
    /* max-width: 250px; */
}
.courses a.fancybox img.img_wide {
    width: 100%;
    max-width: 700px;
}
.courses .hoax {
    color: #9c27b0;
}
.courses .hoax span {
    font-weight: 700;
    letter-spacing: 1px;
    font-style: italic;
}

@media only screen and (min-width:750px) {
    .courses {
        padding-bottom:50px;
    }
    .courses .course_item {
        max-width:850px;
        margin-bottom: 50px;
    }
    .courses .left {
        display:block;
        width:180px;
        height:180px;
        border-radius:50%;
        float:left;
    }
    .courses .c1 {
        background-color:#c39b7b;
    }
    .courses .c2 {
        background-color:#55190e;
        padding-top:10px;
    }
    .courses .c3 {
        background-color:#854432;
    }
    .courses .c4 {
        background-color:#F7B6C6;
    }
    .courses .c5 {
        background-color:#E6B8FD;
    }
    .courses .c6 {
        background-color: #d3afbb;
    }
    .courses .c7 {
        background-color: #967063;
    }

    .courses .left div {
        width:100%;
        height:100%;
        display:flex;
        justify-content:center;
        align-items:center;
    }
    .courses .left div p {
        text-align:center;
        text-transform:uppercase;
        color:white;
    }
    .courses .right {
        margin-left:240px;
        max-width:560px;
    }
}
/*-------------------courses end----------------------*/

/*-------------------unic----------------------*/
.unic {
    background:url('../images/unic.jpg') top center;
    padding-bottom:70px;
}
.unic h2 {
    color:white;
}
.unic .wrap {
    display:flex;
    justify-content:center;
    flex-wrap:wrap;
}
.unic figure {
    width:285px;
    height:185px;
    background-color:white;
    border-radius:3px;
    text-align:center;
    margin:0 20px 40px;
    padding:30px 10px 0;
}
.unic hr {
    width:120px;
}
/*-------------------unic end----------------------*/

/*-------------------zap----------------------*/
.zap {
    height:540px;
    background:url('../images/zap.jpg') top center no-repeat;
    margin:90px 0 90px;
    1padding-top: 70px;
}
.zap div {
    width:100%;
    max-width:310px;
    margin:0 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 div.wrap_check {
    padding: 0;
}
.zap form .check {
    font-size: 16px;
    margin-bottom: 0;
    text-transform: none;
    color: black;
    font-weight: 400;
    position: relative;
  }
  .zap 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;
  }
  .zap form .check.checked {
    font-size: 16px;
    margin-bottom: 0;
    text-transform: none;
    color: black;
    font-weight: 400;
    position: relative;
  }
  .zap 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;
  }
  .zap form button:disabled,
  .zap form button[disabled]{
    border: 1px solid #999999;
    background-color: #cccccc;
    color: #666666;
    }
.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----------------------*/

/*-------------------more----------------------*/
.more {
    background:url('../images/more.jpg') top center no-repeat;
    padding-top:40px;
    padding-bottom:30px;
}
.more .wrap div {
    display:flex;
    flex-direction:column;
    align-items:center;
}
.more p {
    font-size:20px;
    color:white;
    text-align:center;
    margin-bottom:40px;
}
1.more a {
    display:inline-block;
    padding:33px 30px 30px;
    margin:0 20px 20px;
    border-radius:50%;
    background-color:rgba(255,255,255,0.8);
}
.more a {
    display:inline-block;
    padding:20px;
    margin:0 20px 20px;
    border-radius:50%;
    background-color:rgba(255,255,255,0.85);
    1background-color:white;
    border:3px solid #854432;
    box-shadow:3px 3px 8px black;
    transition:all 0.2s;
}
.more a:hover {
    background-color:white;
}
.more a img {
    1border-radius:50%;
    1opacity:0.8;
    1border:5px solid white;
}
@media only screen and (min-width:550px) {
    .more p {
        font-size:30px;
    }
    .more .wrap div {
        flex-direction:row;
        justify-content:center;
    }
}
@media only screen and (min-width:1000px) {
    .more {
        padding-top:70px;
        padding-bottom:70px;
    }
    .more .wrap {
        display:flex;
        justify-content:center;
    }
    .more .wrap div {
        margin-left:40px;
        margin-right:40px;
    }
}
/*-------------------more 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----------------------*/

/*-------------------spec2----------------------*/
.spec2 {
    padding-bottom:30px;
}
.spec2 .wrap {
    display: flex;
    gap: 40px;
    justify-content: center;
    flex-wrap: wrap;
}
.spec2 .wrap video {
    max-width: 300px;
}
@media only screen and (min-width:890px) {
    .spec2 .wrap {
        display: grid;
        grid-template-columns: 1fr 1fr 1fr;
        justify-content: center;
        max-width: 980px;
    }
}
/*-------------------spec2 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;
}
/*-------------------spec2 end----------------------*/

/*-------------------spec4----------------------*/
.spec4 {
    /* padding-bottom:30px; */
}
.spec4 .wrap {
    display: flex;
    gap: 40px;
    justify-content: center;
    flex-wrap: wrap;
}
.spec4 .wrap .item {
    /* aspect-ratio: 1.78/1; */
    width: 100%;
    /* height: 300px; */
    max-width: 518px;
    display: flex;
    justify-content: center;
}
.spec4 .wrap .item iframe {
    /* width: unset;
    height: unset; */
    max-width: 100%;
    max-height: 100%;
}
@media only screen and (min-width:890px) {
    .spec4 .wrap {
    }
}
/*-------------------spec4 end----------------------*/

/*-------------------instagram_links----------------------*/
.instagram_links {
    padding-bottom: 30px;
}
.instagram_links .instagram_links_caption {
    font-size: 24px;
    padding-bottom: 25px;
    text-align: center;
}
.instagram_links .wrap_insta {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.instagram_links a {
    text-decoration: none;
    display: flex;
    align-items: center;
    padding: 15px;
    background: rgba(133, 68, 49, 0.08);
    border: 1px solid rgba(133, 68, 49, 0.2);
    border-radius: 3px;
    /* box-shadow: 2px 2px 5px rgba(133, 68, 49, 0.2); */
    transition: 0.2s;
    margin: 0 10px 15px;
    max-width: 460px;
    width: 100%;
}
.instagram_links a:hover {
    box-shadow: 2px 2px 5px lightgray;
}
.instagram_links a .img {
    padding-right: 15px;
}
.instagram_links a .img img {
    width: 70px;
    border-radius: 50%;
}
.instagram_links a .txt .caption {
    font-size:20px;
    line-height:28px;
    color:#854431;
    font-weight:700;
    /* padding-top: 10px; */
    padding-bottom: 5px;
}
.instagram_links a .txt .href {
    font-size:16px;
    line-height:28px;
    font-weight:400;
    display: flex;
    align-items: center;
    color: black;
    /* text-decoration: underline; */
}
.instagram_links a .txt .href img {
    width: 24px;
    margin-right: 10px;
}
@media only screen and (min-width:600px) {
    .instagram_links .instagram_links_caption {
        font-size: 30px;
    }
    .instagram_links a {
        display: inline-flex;
        align-items: center;
    }
}
/*-------------------instagram_links 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----------------------*/

/*-------------------reviews----------------------*/
.reviews {
    padding-bottom:50px;
}
.reviews div {
    display:flex;
    justify-content:center;
    flex-direction:column;
    align-items:center;
}
.reviews div figure {
    width:100%;
    max-width:370px;
    margin-top:20px;
    margin-bottom:20px;
}
.reviews div figure p.name {
    font-weight:700;
    font-size:18px;
}
.reviews div figure p.name span {
    font-weight:400;
    color:gray;
    margin-left:10px;
    font-size:14px;
}
.reviews div figure p img {
    margin-right: 7px;
    height: 17px;
}


.reviews div figure.ver2 {
    position: relative;
}
.reviews div figure.ver2 p.name img {
    /* display: inline; */
    width: 22px;
    height: 22px;
    border-radius: 50%;
    position: relative;
    top:4px;
    /* position: absolute; */
    border: 1px solid #ddd;
}
.reviews div figure.ver2 p.name {
    font-weight:700;
    font-size:18px;
    /* margin-left: 50px;   */
}
.reviews div figure.ver2 p.name a {
    color: black;
    text-decoration: none;
}
.reviews div figure.ver2 p.name a:hover {
    /* text-decoration: underline; */
    color: #854431;
}
.reviews div figure.ver2 hr {
    /* margin-left: 50px; */
}




.reviews hr {
    width:200px;
    /* width: 100%; */
    display:inline-block;
}
.reviews form {
    width: 100%;
    max-width: 500px;
    padding: 10px;
    text-align: center;
    margin: 0 auto 20px;
    border-radius:3px;
}
.reviews form p {
    margin-top: 20px;
    margin-bottom: 20px;
    font-weight: 700;
    font-size:18px;
}
.reviews form input,
.reviews 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;
}
.reviews 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;}
.reviews 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;
}
.reviews form button:hover {
    opacity:0.9;
    box-shadow:5px 5px 8px gray;
}
.reviews div.line {
    margin:0 auto 50px;
    width: 100%; 
    padding-bottom:50px;
    border-bottom: 1px solid lightgray;
}

@media only screen and (min-width:880px) {
    .reviews div {
        justify-content:space-around;
        flex-wrap:wrap;
        flex-direction:row;
        align-items:flex-start;
    }
}
@media only screen and (min-width:1200px) {
    .reviews div {
        justify-content:space-between;
    }
}
/*-------------------reviews end----------------------*/

/*-------------------reviews2----------------------*/
.reviews2 {
    padding-bottom:50px;
}
.reviews2 div {
    display:flex;
    justify-content:center;
    flex-direction:column;
    align-items:center;
}
.reviews2 div figure {
    width:100%;
    max-width:415px;
    margin-top:20px;
    margin-bottom:20px;
    background-color: #f6e7ec;
    padding: 25px 30px 30px;
}
.reviews2 div figure p.name {
    font-weight:700;
    font-size:18px;
}
.reviews2 div figure p.name span {
    font-weight:400;
    color:gray;
    margin-left:10px;
    font-size:14px;
}
.reviews2 div figure p img {
    margin-right: 7px;
    height: 17px;
}


.reviews2 div figure.ver2 {
    position: relative;
}
.reviews2 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;
}
.reviews2 div figure.ver2 p.name {
    font-weight:700;
    font-size:18px;
    /* margin-left: 50px;   */
}
.reviews2 div figure.ver2 p.name a {
    color: black;
    text-decoration: none;
    /* line-height: 32px; */
}
.reviews2 div figure.ver2 p.name a:hover {
    /* text-decoration: underline; */
    color: #854431;
}
.reviews2 div figure.ver2 hr {
    /* margin-left: 50px; */
}
.reviews2 div figure div {
    display: flex;
    justify-content: center;
}
.reviews2 div figure div img {
    /* height: 180px; */
    margin-right: 15px;
    margin-top: 10px;
}




.reviews2 hr {
    /* width:200px; */
    width: 100%;
    display:inline-block;
}
.reviews2 form {
    width: 100%;
    max-width: 500px;
    padding: 10px;
    text-align: center;
    margin: 0 auto 20px;
    border-radius:3px;
}
.reviews2 form p {
    margin-top: 20px;
    margin-bottom: 20px;
    font-weight: 700;
    font-size:18px;
}
.reviews2 form input,
.reviews2 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;
}
.reviews2 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;}
.reviews2 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;
}
.reviews2 form button:hover {
    opacity:0.9;
    box-shadow:5px 5px 8px gray;
}
.reviews2 div.line {
    margin:0 auto 50px;
    width: 100%; 
    padding-bottom:50px;
    border-bottom: 1px solid lightgray;
}
.reviews2 div.link_otzyvy {
    display: block;
    text-align: center;
    padding: 40px 0 5px;
}
.reviews2 div.link_otzyvy a:hover {
    text-decoration: none;
}
.reviews2 div.link_send {
    display: inline-block;
    text-align: center;
    width: 100%;
    padding-top: 30px;
}
.reviews2 div.link_send a {
    display: inline-block;
    padding: 8px 25px;
    background:#c39b7b;
    border: 1px solid #5c4b43;
    color: white;
    text-decoration: none;
    transition: 0.3s;
}
.reviews2 div.link_send a:hover {
    background: none;
    color: #5c4b43;
    
}
@media only screen and (min-width:880px) {
    .reviews2 div {
        justify-content:space-around;
        flex-wrap:wrap;
        flex-direction:row;
        align-items:flex-start;
    }
}
@media only screen and (min-width:1200px) {
    .reviews2 div {
        justify-content:space-between;
    }
}
/*-------------------reviews2 end----------------------*/


/*-------------------pic----------------------*/
.pic {
    background-color:#f3f3f3;
    padding-top:50px;
    padding-bottom:50px;
}
.pic .wrap {
    display:flex;
    justify-content:center;
    flex-direction:column;
    align-items:center;
}
.pic img {
    width:100%;
    max-width:300px;
    border:1px solid white;
    border-radius:3px;
    box-shadow:3px 3px 8px gray;
    transition:all 0.4s;
    margin-top:15px;
    margin-bottom:15px;
}
@media only screen and (min-width:855px) {
    .pic .wrap {
        justify-content:space-around;
        flex-wrap:wrap;
        flex-direction:row;
        align-items:flex-start;
    }
    .pic img:hover {
        transform: scale(1.1, 1.1);
    }
}

/*-------------------pic end----------------------*/

/*-------------------workplace----------------------*/
.workplace {
    padding-bottom:50px;
    background:url('../images/workplace_fon.jpg') top center;
    text-align: center;
}
.workplace p {
    margin-bottom: 20px;
}
.workplace .wrap {
    display:flex;
    justify-content:center;
    flex-direction:column;
    align-items:center;
}
.workplace .wrap.wrap_1 {
    max-width: 1200px;
}
.workplace .wrap.wrap_2 img {
    /* max-height:280px; */
}
.workplace img {
    width: 95%;
    border:1px solid #5c4b43;
    border-radius:3px;
    box-shadow:3px 3px 8px gray;
    transition:all 0.4s;
    margin:10px;
}
.workplace .workplace_up {
    margin-top: 60px;
}
@media only screen and (min-width:600px) {
    .workplace img {
        width: auto;
        1max-height:330px;
    }
}
@media only screen and (min-width:855px) {
    .workplace .wrap {
        /* justify-content:space-around; */
        flex-wrap:wrap;
        flex-direction:row;
        align-items:flex-start;
    }
    .workplace img:hover {
        transform: scale(1.1, 1.1);
    }
}

/*-------------------workplace 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----------------------*/

/*-------------------diploms----------------------*/
.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:330px;
    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;
}
/*-------------------diploms 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;
    /* border:1px solid #55190d; */
    /* background-color:white; */
}
footer div.logo img {
    /* width:75%;
    margin-bottom:10px; */
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
}
footer div.logo a.white {
    width:100%;
    height:100%;
    border-radius:50%;
    display:flex;
    justify-content:center;
    align-items:center;
    /* border:1px solid #55190d; */
    /* border:1px solid #7f7f7f; */
    background: url('../images/logo1.png') center no-repeat;
    background-size: cover;
}
footer div.logo a.black {
    width:100%;
    height:100%;
    border-radius:50%;
    display:flex;
    justify-content:center;
    align-items:center;
    /* border:1px solid #55190d; */
    /* border:1px solid #7f7f7f; */
    background: url('../images/logo2.jpg') center no-repeat;
    background-size: cover;
}
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 .conf {
    margin: 25px 0;
}
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.left p {
        text-align: left;
    }
    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;
        left: -1em !important;

    }
    footer .tel {
        margin-bottom:8px;
    }
}
/*-------------------footer end----------------------*/
.create {
    background-color:#5c4b43;
}

.create.wrap {
    font-size:11px;
    position:relative;
    text-align:center;
    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 p {
        position:absolute;
        right:0;
        top:-35px;
    }
}


/*-------------------Slider----------------------*/
#slider-wrap{ /* �������� �������� � ������ */
	width:100%; 
	}
#slider{ /* �������� �������� */
	width:100%;
	height:450px;
	1overflow: hidden;
	1border:#eee solid 10px;
	position:relative;}
.slide{ /* ����� */
	width:100%;
	height:100%;
	}
.slide_shadow {
    width:100%;
	height:100%;
    background-color:rgba(0,0,0,0.71);
}
.slide h1 {
    font-family:Georgia;
    font-size:2em;
    letter-spacing:3px;
    padding-top:50px;
    font-size:2em;
    color:white;
    text-shadow:0 5px 10px black;
}
/*��������� �����*/
.head_sub_text {
    display:block;
    font-family:Roboto;
    line-height:1.75em;
    letter-spacing:1px;
    margin:15px auto;
    color:rgba(255,255,255,0.5);
    text-shadow:0 5px 10px black;
}
.slide_1 {
    background:url("../images/title.jpg") center no-repeat;
    1width:1920px;
    1height:100%;
}
.slide_2 {
    background:url("../images/title1.jpg") center no-repeat;
    1width:1920px;
    1height:100%;
}
.slide_3 {
    background:url("../images/title2.jpg") center no-repeat;
    1width:1920px;
    1height:100%;
}
.sli-links{ /* ������ ����� ������� */
	margin-top:10px;
	text-align:center;}
.control-slide {
    position:relative;
    top:-50px;
    opacity:0.5;
}
.sli-links .control-slide{
    1z-index:100;
	margin:2px;
	display:inline-block;
	width:16px;
	height:16px;
	overflow:hidden;
	text-indent:-9999px;
	background:url("../slider/radioBg.png") center bottom no-repeat;}
.sli-links .control-slide:hover{
	cursor:pointer;
	background-position:center center;}
.sli-links .control-slide.active{
	background-position:center top;}
#prewbutton, #nextbutton{ /* ������ "���������" � "���������" */
	display:block;
	width:15px;
	height:100%;
	position:absolute;
	top:0;
	overflow:hidden;
	text-indent:-999px;
	background:url("../slider/arrowBg.png") left center no-repeat;
	opacity:0.8;
	z-index:3;
	outline:none !important;}
#prewbutton{left:10px;}
#nextbutton{
	right:10px;
	background:url("../slider/arrowBg.png") right center no-repeat;}
#prewbutton:hover, #nextbutton:hover{
	opacity:1;}
/*-------------------end Slider----------------------*/










/*-------------------survey----------------------*/
.tabs>section {
	display: none;
	padding: 20px 25px;
	background: #fff;
    border: 1px solid #ddd;
    -webkit-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
	-webkit-animation-name: fadeIn;
    animation-name: fadeIn;
}
@-webkit-keyframes fadeIn {
	from {
		opacity: 0;
	}
	to {
		opacity: 1;
	}
}
@keyframes fadeIn {
	from {
		opacity: 0;
	}
	to {
		opacity: 1;
	}
}
.tabs input.input_tabs {
	display: none;
	position: absolute;
}
.tabs label.lab_tabs {
    display: inline-block;
    width: 24%;
	margin: 0 0 -1px;
	padding: 15px 25px;
	font-weight: 600;
	text-align: center;
	color: #aaa;
	border: 0px solid #ddd;
	border-width: 1px 1px 1px 1px;
	background: #f1f1f1;
	border-radius: 3px 3px 0 0;
}
.tabs input.input_tabs:checked+label.lab_tabs {
	color: #555;
	border-top: 1px solid #009933;
	border-bottom: 1px solid #fff;
	background: #fff;
}
#tab1:checked~#content-tab1, #tab2:checked~#content-tab2, #tab3:checked~#content-tab3, #tab4:checked~#content-tab4, #tab5:checked~#content-tab5 {
	display: block;
}

.survey h2 {
    margin-bottom: 0;
    padding-bottom: 30px;
}
.survey  p.survey_text {
    text-align: center;
    margin-bottom: 30px;
}
.survey .wrap_survey {
    width: 100%;
    max-width: 860px;
    border:1px solid #854431;
    margin: 0 auto 50px;
    padding: 0px;
    border-radius:3px;
}
.survey input.input_tabs,
.survey label.lab_tabs {
    display: none;
}
.survey form {
    width: 100%;
    height: 100%;
}
.survey section {
    width: 100%;
    min-width: 320px;
    position: relative;
    background-color: rgba(133,68,49,0.05);
    padding-bottom: 80px;
    border-radius:3px;
}
@media only screen and (min-width:710px) {
    .survey section{
        min-height: 640px;
    }
}
.survey .btn {
    cursor: pointer;
    display:inline-block;
    padding:3px 25px;
    background-color:rgba(133,68,49,0.2);
    border:1px solid #854431;
    text-decoration:none;
    margin-left:0;
    transition:all 0.5s;
    border-radius:3px;
    box-shadow:3px 3px 10px lightgray;
}
.survey .btn.left {
    position: absolute;
    left: 25px;
    bottom: 25px;
}
.survey .btn.right {
    position: absolute;
    right: 25px;
    bottom: 25px;
}

.survey .btn:hover {
    color:white;
    background-color:rgba(133,68,49,0.7);
}
.survey span {
    font-size: 40px;
    color: rgba(133,68,49,1);
    font-weight: 100;
}
.survey .progres_number {
    margin-bottom: 5px;
}
.survey .progres_bar {
    width: 100%;
    height: 20px;
    background-color: #f1f1f1;
    border: 1px solid #ddd;
    padding: 1px;
    border-radius: 10px;
    margin-bottom: 25px;
}
.survey .progres_bar span {
    background-color: rgb(80, 179, 80);
    border: 1px solid #ddd;
    height: 100%;
    display: block;
}
.survey hr {
    margin-bottom: 20px;
}
.survey .progres_bar span.progres_bar_span1 {
    width: 25%;
    border-radius: 10px 0 0 10px;
}
.survey .progres_bar span.progres_bar_span2 {
    width: 50%;
    border-radius: 10px 0 0 10px;
}
.survey .progres_bar span.progres_bar_span3 {
    width: 75%;
    border-radius: 10px 0 0 10px;
}
.survey .progres_bar span.progres_bar_span4 {
    width: 100%;
    border-radius: 10px;
}

.survey p.question_caption {
    font-size: 30px;
    margin-bottom: 25px;
    text-shadow: 3px 3px 5px lightgray;
}
.survey .survey_checkbox label {
    display: block;
    padding-top: 10px;
    padding-bottom: 10px;
    border: 1px solid #ddd;
    margin-bottom: 10px;
    background-color: white;
    border-radius: 3px;
    box-shadow: 0px 0px 5px #ddd;
    transition:all 0.2s;
    display: flex;
    justify-content: flex-start;
}
.survey .survey_checkbox label:hover {
    background-color: rgba(133,68,49,0.2);
    border: 1px solid rgba(133,68,49,0.3);
}
.survey .survey_checkbox label .checkbox {
    display: none;
}
.survey .survey_checkbox label .checkbox_custom {
    position: relative;
    display: inline-block;
	min-width: 18px;
	height: 18px;
	border: 1px solid rgba(133,68,49,0.8);
    border-radius: 3px;
    margin-left: 20px;
    margin-right: 15px;
    font-size: 16px;
    background-color: white;
}
.survey .survey_checkbox label .checkbox_label {
    display: inline-block;
    font-size: 16px;
    color: black;
    padding-right:5px;
}
.checkbox:checked + .checkbox_custom::before {
    content: "";
	display: inline-block;
    position: absolute;
    width: 12px;
    height: 12px;
	top: 2px;
	right: 1px;
	bottom: 2px;
	left: 2px;
	background: rgba(133,68,49,0.8);
    border-radius: 2px;
}


/* .survey .survey_img {
    text-align: center;
}
.survey .survey_img label {
    display: inline-block;
    height: 180px;
    border: 1px solid #ddd;
    margin: 0 5px 10px;
    position: relative;
    background-color: white;
    border-radius: 3px;
    text-align: left;
    box-shadow: 0px 0px 5px #ddd;
    transition:all 0.2s;
}
.survey .survey_img label:hover {
    background-color: rgba(133,68,49,0.2);
    border: 1px solid rgba(133,68,49,0.3);
}
.survey .survey_img label img {
    display: inline-block;
    width: 185px;
    height: 125px;
    border-bottom: 1px solid #eee;
}
.survey .survey_img label .checkbox {
    display: none;
}
.survey .survey_img label .checkbox_custom {
    position: absolute;
    display: inline-block;
	width: 18px;
	height: 18px;
	border: 1px solid rgba(133,68,49,0.8);
    border-radius: 3px;
    margin-left: 15px;
    font-size: 16px;
    margin-top: 13px;
    background-color: white;
}
.survey .survey_img label .checkbox_label {
    position: absolute;
    display: inline-block;
    margin-left: 50px;
    font-size: 16px;
    color: black;
    margin-bottom: 5px;
    height: 20px;
    margin-top: 13px;
} */
.survey .survey_img {
    text-align: center;
}
.survey .survey_img label {
    
    padding-top: 10px;
    padding-bottom: 10px;
    border: 1px solid #ddd;
    margin-bottom: 10px;
    background-color: white;
    border-radius: 3px;
    text-align: left;
    box-shadow: 0px 0px 5px #ddd;
    transition:all 0.2s;
    display: flex;
    justify-content: flex-start;
    
}
.survey .survey_img label:hover {
    background-color: rgba(133,68,49,0.2);
    border: 1px solid rgba(133,68,49,0.3);
}
.survey .survey_img label img {
    display: none;
}
.survey .survey_img label .checkbox {
    display: none;
}
.survey .survey_img label .checkbox_custom {
    position: relative;
    display: inline-block;
	min-width: 18px;
	height: 18px;
	border: 1px solid rgba(133,68,49,0.8);
    border-radius: 3px;
    margin-left: 20px;
    margin-right: 15px;
    font-size: 16px;
    background-color: white;
}
.survey .survey_img label .checkbox_label {
    display: inline-block;
    font-size: 16px;
    color: black;
    padding-right:5px;
}
@media only screen and (min-width:710px) {
    .survey .survey_img label {
        display: inline-block;
        width: 185px;
        padding-top: 0;
        overflow: hidden;
    }
    .survey .survey_img label img {
        display: inline-block;
        width: 185px;
        height: 125px;
        border-bottom: 1px solid #eee;
        margin-bottom: 10px;
    }
    .survey .survey_img label .checkbox_label {
        padding-right: 0;
    }
}

.survey p.question_final {
    margin-top: 35px;
    margin-bottom: 15px;
}
.survey input {
    height: 32px;
    display: block;
    margin: 0 auto 10px;
    padding-left: 10px;
    width:250px;
    font-size:15px;
    transition:all 0.2s;
}
.survey button {
    height: 32px;
    display: block;
    margin: 15px auto 0;
    width:250px;
    background-color:#b96282;
    line-height:28px;
    font-size:14px;
    text-transform:uppercase;
    letter-spacing:0.5px;
    color:white;
    border:1px solid white;
    box-shadow:3px 3px 8px gray;
    cursor:pointer;
    border-radius:3px;
    transition:all 0.2s;
}
.survey button:hover {
    opacity:0.9;
    box-shadow:5px 5px 8px gray;
}
.survey .wrap_final {
    text-align: center;
}


/* .survey .survey_radio label {
    display: block;
    height: 46px;
    border: 1px solid #ddd;
    margin-bottom: 10px;
    position: relative;
    background-color: white;
    border-radius: 3px;
    box-shadow: 0px 0px 5px #ddd;
    transition:all 0.2s;
}
.survey .survey_radio label:hover {
    background-color: rgba(133,68,49,0.2);
    border: 1px solid rgba(133,68,49,0.3);
}
.survey .survey_radio label .radio {
    display: none;
}
.survey .survey_radio label .radio_custom {
    position: absolute;
    display: inline-block;
	width: 18px;
	height: 18px;
	border: 1px solid rgba(133,68,49,0.8);
    border-radius: 50%;
    margin-left: 15px;
    font-size: 16px;
    margin-top: 13px;
    background-color: white;
}
.survey .survey_radio label .radio_label {
    position: absolute;
    display: inline-block;
    margin-left: 50px;
    font-size: 16px;
    color: black;
    margin-bottom: 5px;
    height: 20px;
    margin-top: 13px;
}
.radio:checked + .radio_custom::before {
    content: "";
	display: inline-block;
    position: absolute;
    width: 12px;
    height: 12px;
	top: 2px;
	right: 1px;
	bottom: 2px;
	left: 2px;
	background: rgba(133,68,49,0.8);
    border-radius: 50%;
} */

.survey .survey_radio label {
    display: block;
    padding-top: 10px;
    padding-bottom: 10px;
    border: 1px solid #ddd;
    margin-bottom: 10px;
    background-color: white;
    border-radius: 3px;
    box-shadow: 0px 0px 5px #ddd;
    transition:all 0.2s;
    display: flex;
    justify-content: flex-start;
}
.survey .survey_radio label:hover {
    background-color: rgba(133,68,49,0.2);
    border: 1px solid rgba(133,68,49,0.3);
}
.survey .survey_radio label .radio {
    display: none;
}
.survey .survey_radio label .radio_custom {
    position: relative;
    display: inline-block;
	min-width: 18px;
	height: 18px;
	border: 1px solid rgba(133,68,49,0.8);
    border-radius: 50%;
    margin-left: 20px;
    margin-right: 15px;
    font-size: 16px;
    background-color: white;
}
.survey .survey_radio label .radio_label {
    display: inline-block;
    font-size: 16px;
    color: black;
    padding-right:5px;
}
.radio:checked + .radio_custom::before {
    content: "";
	display: inline-block;
    position: absolute;
    width: 12px;
    height: 12px;
	top: 2px;
	right: 1px;
	bottom: 2px;
	left: 2px;
	background: rgba(133,68,49,0.8);
    border-radius: 50%;
}
.survey .survey_radio label a {
    display: inline-block;
    margin: 5px 2px 2px;
}
.survey .survey_radio label a:hover {
    text-decoration: none;
}
.survey .survey_radio label a img {
    border: 1px solid lightgray;
    background-color: white;
    border-radius: 3px;
    padding: 4px;
    box-shadow: 3px 3px 5px lightgray;
}
/*-------------------survey end----------------------*/

/*-------------------widget_links----------------------*/
.widget_links1 {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-top: 20px;
}
.widget_links1 div:nth-child(1) {
    margin-top: 60px;
    margin-bottom: 30px;
}
@media only screen and (min-width:710px) {
    .widget_links1 {
        flex-direction: row;
        /* margin-top: 0; */
        justify-content: space-around;
    }
}
/*-------------------widget_links end----------------------*/

/*-------------------bonus----------------------*/
.bonus {
    background-color: #f6e7ec;
    /* padding: 40px 0 10px; */
    padding-bottom: 20px;
}
.bonus .wrap {
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
}
.bonus .out {
    display: flex;
    /* border: 1px solid blue; */
    width: 100%;
    /* max-width: 370px; */
    background-color: rgba(255,255,255,0.3);
    border: 1px solid rgba(255,255,255,0.8);
    margin-bottom: 30px;
    flex-grow: 0;     /* флекс элемент увеличивается */
	flex-shrink: 0;   /* флекс элемент сжимается*/
	/* flex-basis: 370px; */
}
.bonus .out .img {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 80px;
    height: 80px;
    flex-grow: 0;     /* флекс элемент увеличивается */
	flex-shrink: 0;   /* флекс элемент сжимается*/
	flex-basis: 80px;
}
.bonus .out .img img {
    max-height: 36px;
    max-width: 36px;
}
.bonus .out .text {
    display: flex;
    align-items: center;
    text-align: left;
}
.bonus .out .text p {
    padding: 3px 10px 3px 20px;
    display: block;
    border-left: 2px solid #854431;
    line-height: 1.3;
}
@media only screen and (min-width:780px) {
    .bonus .out {
        display: flex;
        /* border: 1px solid blue; */
        max-width: 370px;
        background-color: rgba(255,255,255,0.3);
        border: 1px solid rgba(255,255,255,0.8);
        margin-bottom: 30px;
        flex-grow: 0;     /* флекс элемент увеличивается */
        flex-shrink: 0;   /* флекс элемент сжимается*/
        flex-basis: 370px;
    }
}
/*-------------------bonus end----------------------*/

/*-------------------skidki----------------------*/
.skidki {
    text-align: center;
    margin-top: 70px;
    font-size: 22px;
    color:white;
    /* color:#e91e63; */
}
.skidki .wrap {
    /* background-color:#b0bec5; */
    padding-top: 15px;
    padding-bottom: 20px;
    border-radius: 30px;
    background-color: #e91e63;
}
.skidki .wrap p span {
    font-size: 28px;
    /* color:#e91e63; */
    color:white;
}
.skidki .wrap p span:first-child {
    display: none;
}

@media only screen and (min-width:780px) {
    .skidki {
        font-size: 40px;
    }
    .skidki .wrap p span {
        font-size: 60px;
    }
    .skidki .wrap p span {
        font-size: 40px;
    }
    .skidki .wrap p span:first-child {
        display: inline-block;
    }
}
/*-------------------skidki end----------------------*/

/*-------------------bank----------------------*/
.bank {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    /* flex-direction: column; */
    padding-top: 30px;
    padding-bottom: 30px;
    border-top:1px solid lightgray;
}
.bank img {
    margin: 10px;
    max-height: 60px;
}

.rekvizity.wrap {
    max-width: 800px;
    text-align: center;
    padding-bottom: 30px;
}
.rekvizity.wrap a {
    display: inline-block;
    margin: 10px 15px;
}
.rekvizity.wrap a:hover {
    text-decoration: none;
}
/*-------------------bank end----------------------*/


/*-------------------online_sale----------------------*/
.online_sale {
    width: 100%;
    background: #234354;
    margin-bottom: 40px;
    /* padding-bottom: 10px; */
}
.online_sale.pink {
    background: #981B84;
}
.online_sale .border_in {
    margin: 8px;
    border: 1px solid rgba(255,255,255,0.5);
}

.online_sale h2 {
    color: white;
    padding-top: 40px;
    padding-bottom: 40px;
    /* display: inline-block;
    margin-left: auto;
    margin-right: auto; */
    overflow: hidden;
    position: relative;
}
.online_sale h2::after {
    position: absolute;
    content: "";
    width: 150px;
    bottom: 8%;
    /* left: 0; */
    right: 5%;
    top: 8%;
    background: url(../images/distance-learning.png) no-repeat;
    background-size: contain;
    opacity: 0.1;
}
.online_sale h2 span {
    line-height: 44px;
    font-size: 14px;
    text-transform: none;
    font-style: italic;
}
.online_sale .online_sale_wrap .img {
    text-align: center;
}
.online_sale .online_sale_wrap .img img {
    width: 100%;
    max-width: 360px;
    display: inline-block;
}

.online_sale .online_sale_wrap .txt {
    color: white;
    padding: 30px 15px;
}
.online_sale .online_sale_wrap .txt h3 {
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 30px;
}
.online_sale .online_sale_wrap .txt p {
    font-style: italic;
}
.online_sale .online_sale_wrap .txt ul {
    padding-left: 60px;
}
.online_sale .online_sale_wrap .txt ul li {
    margin-top: 20px;
    position: relative;
}
.online_sale .online_sale_wrap .txt ul li:last-child {
    margin-bottom: 0;
}
.online_sale .online_sale_wrap .txt ul.skirt li::before {
    position: absolute;
    content: "";
    width: 30px;
    height: 30px;
    background: url(../images/icon_skirt2.png) no-repeat;
    background-size: contain;
    left: -50px;
    top: 5px;
    transform: rotate(-15deg);
}
.online_sale .online_sale_wrap .txt ul.bra li::before {
    position: absolute;
    content: "";
    width: 30px;
    height: 30px;
    background: url(../images/icon_bra.png) no-repeat;
    background-size: contain;
    left: -50px;
    top: 5px;
    transform: rotate(-15deg);
}
.online_sale .online_sale_wrap .txt a {
    display: inline-block;
    /* border: 1px solid #234354; */
    border: 1px solid white;
    padding: 10px 20px 8px;
    /* color: #234354; */
    color: white;
    background: #C2A480;
    margin-top: 35px;
    margin-left: 60px;
    text-decoration: none;
    border-radius: 3px;
    transition: 0.3s;
    position: relative;
}
.online_sale .online_sale_wrap .txt a:hover {
    background: white;
    color: #234354;
}
.online_sale .online_sale_wrap .txt a::after {
    position: absolute;
    content: "";
    width: 70px;
    height: 70px;
    background: url(../images/icon_arrow_online_sale3.png) no-repeat;
    background-size: contain;
    right: -80px;
    top: -40px;
    transform: rotate(180deg);
}
@media only screen and (min-width:768px)  {
    .online_sale {
        /* padding-bottom: 40px; */
    }
    .online_sale .border_in {
        padding-bottom: 30px;
    }
    .online_sale .online_sale_header {
        margin: 0 20px 20px;
        border-bottom: 1px solid rgba(255,255,255,0.5);
    }
    .online_sale h2 span {
        line-height: 44px;
        font-size: 22px;
    }
    .online_sale .online_sale_wrap {
        display: flex;
    }
    .online_sale .online_sale_wrap.reverse {
        flex-direction: row-reverse;
    }
    .online_sale .online_sale_wrap .img {
        width: 50%;
        padding-top: 30px;
    }
    .online_sale .online_sale_wrap .img img {
        border-radius: 3px;
    }
    .online_sale .online_sale_wrap .txt {
        width: 50%;
    }
    .online_sale .online_sale_wrap.reverse .txt {
        padding-left: 30px;
        padding-right: 30px;
    }
    .online_sale .online_sale_wrap .txt ul {
        padding-left: 70px;
    }
    .online_sale .online_sale_wrap .txt ul li {
        margin-top: 45px;
    }
    .online_sale .online_sale_wrap .txt ul.skirt li::before {
        width: 40px;
        height: 40px;
        left: -60px;
        top: -5px;
    }
    .online_sale .online_sale_wrap .txt a {
        margin-top: 50px;
        margin-left: 70px;
    }
}
@media only screen and (min-width:1150px) {
    .online_sale .online_sale_wrap.reverse .txt {
        padding-left: 90px;
    }
}
/*-------------------online_sale end----------------------*/


/*-------------------online_sale_modul end----------------------*/
.online_sale_modul h1 {
    font-size:30px;
    line-height:36px;
    font-weight:700;
    text-transform:uppercase;
    color:#854431;
    margin:60px 0 30px;
}
.online_sale_modul h1 span {
    font-size: 20px;
    line-height: 1.4;
    text-transform: none;
}
@media only screen and (min-width:750px) {
    .online_sale_modul h1 {
        font-size:30px;
        line-height:38px;
    }
    .online_sale_modul h1 span {
        font-size: 26px;
        line-height: 1.4;
    }
}

.online_sale_modul .built_in_img img {
    width: 100%;
    margin: 0 0 30px 0;
    max-width: 360px;
    border-radius: 8px;
}
.online_sale_modul .wrap_modul_blocks .modul_block1 {
    /* padding-top: 10px; */
    display: grid;
    grid-template-areas: 
    "caption"
    "txt"
    "img";
}
.online_sale_modul .wrap_modul_blocks .caption {
    grid-area: caption;
}
.online_sale_modul .wrap_modul_blocks .img {
    grid-area: img;
}
.online_sale_modul .wrap_modul_blocks .txt {
    grid-area: txt;
}
.online_sale_modul .wrap1050 {
    width:100%;
    max-width:1050px;
    margin-left:auto;
    margin-right:auto;
    padding-left:10px;
    padding-right:10px;
}
.online_sale_modul p {
    margin-bottom: 20px;
}
.online_sale_modul .modul_block1 {
    /* border: 1px solid #234354; */
    margin-bottom: 40px;
    border-radius: 8px;
    overflow: hidden;
}
.online_sale_modul .modul_block1.pink {
    /* border: 1px solid #981B84; */
}
/* .online_sale_modul .modul_block1:last-child {
    margin-bottom: 0;
} */
.online_sale_modul .modul_block1 .caption {
    padding: 20px 15px;
    font-size: 18px;
    font-weight: 700;
    color: white;
    /* background: #234354; */
    background: #5F90AA;
    text-transform: uppercase;
    text-align: center;
}
.online_sale_modul .modul_block1.pink .caption {
    background: #B05BA2;
}
.online_sale_modul .modul_block1 .txt {
    padding: 30px 15px;
    
    /* background: #5F90AA; */
    background: #234354;
    color: white;
}
.online_sale_modul .modul_block1.pink .txt {
    background: #981B84;
}
.online_sale_modul .modul_block1 .txt ul li {
    font-size: 16px;
    margin-bottom: 15px;
    display: flex;
}
.online_sale_modul .modul_block1 .txt ul li:last-child {
    margin-bottom: 0;
}
.online_sale_modul .modul_block1 .txt ul li span {
    font-weight: 600;
    margin-right: 5px;
    display: inline-block;
    width: 94px;
    flex: none;
}
.online_sale_modul .modul_block1.type1 .txt ul li span {
    width: 48px;
}
.online_sale_modul .modul_block1 .txt ul li p {
    margin-bottom: 0;
}
.online_sale_modul .modul_block1 .txt ul li.sub {
    padding-left: 25px;
    font-style: italic;
}
.online_sale_modul .modul_block1 .txt ul li.sub span {
    font-weight: 400;
}
.online_sale_modul .modul_block1 .price {
    padding: 30px 15px;
    font-size: 18px;
    font-weight: 700;
    color: white;
    /* background: #234354; */
    background: #23353F;
    text-align: center;
}
.online_sale_modul .modul_block1 .price a {
    display: inline-block;
    /* border: 1px solid #234354; */
    /* border: 1px solid white; */
    padding: 10px 30px 8px;
    /* color: #234354; */
    color: white;
    /* background: #C2A480; */
    background: #ff008a;

    /* margin-top: 35px;
    margin-left: 60px; */
    text-decoration: none;
    border-radius: 50px;
    transition: 0.3s;
    position: relative;
    font-size: 16px;
    font-weight: 400;
    text-transform: uppercase;
}
.online_sale_modul .modul_block1 .price a:hover {
    background: white;
    /* color: #234354; */
    color: #ff008a;
}

.online_sale_modul .modul_block2 {
    /* background: #234354; */
    background: url(../images/bg_sale.jpg) no-repeat;
    background-size: cover;
    padding: 40px;
    margin-bottom: 40px;
    text-align: center;
    color: white;
}
.online_sale_modul .modul_block2 .sale_caption {
    font-size: 26px;
    line-height: 1.4;
    text-transform: uppercase;
    font-weight: 700;
}
.online_sale_modul .modul_block2 .sale_caption span {
    font-size: 40px;
    line-height: 2;
}
.online_sale_modul .modul_block2 .sale_price {
    font-size: 22px;
    line-height: 1.4;
    text-transform: uppercase;
}
.online_sale_modul .modul_block2 .sale_price span {
    font-size: 34px;
}
.online_sale_modul .modul_block2 a {
    display: inline-block;
    /* border: 1px solid #234354; */
    /* border: 1px solid white; */
    padding: 10px 20px 8px;
    /* color: #234354; */
    color: white;
    /* background: #C2A480; */
    background: #ff008a;
    margin-top: 20px;
    /* margin-left: 60px; */
    text-decoration: none;
    border-radius: 50px;
    transition: 0.3s;
    position: relative;
    font-size: 16px;
    font-weight: 400;
    text-transform: uppercase;
}
.online_sale_modul .modul_block2 a:hover {
    background: white;
    /* color: #234354; */
    color: #ff008a;
}
.online_sale_modul .modul_block2 a::after {
    position: absolute;
    content: "";
    width: 70px;
    height: 70px;
    background: url(../images/icon_arrow_online_sale3.png) no-repeat;
    background-size: contain;
    right: -80px;
    top: -40px;
    transform: rotate(180deg);
}

.online_sale_modul .img {
    width: 100%;
    padding: 0 20px 20px;
    background: #981B84;
}
.online_sale_modul .img img {
    width: 100%;
    border-radius: 4px;
}
@media only screen and (min-width:768px) {
    .clear {
        display: block;
        clear: both;
    }
    .online_sale_modul .built_in_img img {
        float: right;
        margin: 0 0 45px 30px;
        max-width: 260px;
        border-radius: 8px;
    }
    .online_sale_modul .wrap_modul_blocks .modul_block1 {
        grid-template-columns: 0.4fr 0.6fr;
        grid-template-rows:  min-content 1fr;
        grid-template-areas: 
        "caption txt"
        "img txt";
    }
    .online_sale_modul .modul_block1 {
        display: flex;
        justify-content: space-between;
    }
    .online_sale_modul .modul_block1 .caption {
        flex: none;
        /* width: 230px; */
        padding-top: 30px;
        padding-bottom: 30px;
        text-align: center;
    }
    .online_sale_modul .img {
        background: #B05BA2;
        padding: 0 30px 30px;
    }
    .online_sale_modul .modul_block1 .txt {
        padding-top: 30px;
        text-align: left;
        width: 100%;
    }
    .online_sale_modul .modul_block1.type1 .txt {
        padding: 85px 30px 30px;
    }
    .online_sale_modul .modul_block1 .txt ul {
        display: inline-block;
    }
    .online_sale_modul .modul_block1 .txt ul li {
        justify-content: flex-start;
    }
    .online_sale_modul .modul_block1 .price {
        flex: none;
        width: 230px;
        text-align: center;
        padding-top: 30px;
    }
    .online_sale_modul .modul_block1 .price a {
        padding: 10px 40px 10px;
        font-size: 20px;
        margin-top: 10px;
    }

    .online_sale_modul .modul_block2 {
        padding: 70px 20px;
        margin-bottom: 70px;
    }
    .online_sale_modul .modul_block2 .sale_caption {
        font-size: 36px;
    }
    .online_sale_modul .modul_block2 .sale_caption span {
        font-size: 50px;
    }
    .online_sale_modul .modul_block2 .sale_price {
        font-size: 28px;
    }
    .online_sale_modul .modul_block2 .sale_price span {
        font-size: 44px;
    }
    .online_sale_modul .modul_block2 a {
        margin-top: 40px;
        font-size: 26px;
        padding: 14px 50px 12px;
    }
    .online_sale_modul .modul_block2 a::after {
        position: absolute;
        content: "";
        width: 90px;
        height: 90px;
        background: url(../images/icon_arrow_online_sale3.png) no-repeat;
        background-size: contain;
        right: -100px;
        top: -40px;
        transform: rotate(180deg);
    }
}
/*-------------------online_sale_modul end----------------------*/

/*-------------------online_works----------------------*/
.online_works {
    padding-bottom:30px;
    border-bottom:1px solid lightgray;
}
.online_works .wrap {
    max-width: 800px;
}
.online_works .wrap .img {
    display:flex;
    flex-wrap:wrap;
    justify-content:center;
}
.online_works img {
    height:220px;
    margin:0 15px 30px;
    border:1px solid lightgray;
    box-shadow:3px 3px 8px gray;
}
/*-------------------online_works end----------------------*/

/*-------------------modul_pay----------------------*/
.modul_pay {
    padding-top: 20px;
}
.modul_pay .wrap h3 {
    padding-bottom: 30px;
    text-align: center;
    font-size: 22px;
    font-weight: 700;
    position: relative;
    color: #981B84;
    text-transform: uppercase;
}
.modul_pay .wrap .pay_caption {
    text-align: center;
    margin-bottom: 30px;
}
.modul_pay .wrap .pay_caption span {
    font-weight: 700;
}
.modul_pay .wrap .wrap_pay {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 40px;
    /* align-items: stretch; */
}
.modul_pay .wrap .wrap_pay .item {
    border: 1px solid rgba(99, 9, 85, 0.3);;
    background: rgba(99, 9, 85, 0.08);
    border-radius: 8px;
    padding: 15px;
    color: black;
    width: 100%;
    max-width: 360px;
    padding-bottom: 30px;
    /* padding-bottom: 300px;
    position: relative; */
    box-shadow: 0 0 10px rgba(99, 9, 85, 0.1);
}
.modul_pay .wrap .wrap_pay .item:last-child {
    margin-bottom: 0;
}
.modul_pay .wrap .wrap_pay .item .content_pay .caption_up {
    text-transform: uppercase;
    font-size: 30px;
    font-weight: 700;
    text-align: center;
    padding-top: 15px;
    color: #630955;
}
.modul_pay .wrap .wrap_pay .item .content_pay .caption {
    /* padding-top: 15px; */
    padding-bottom: 30px;
    text-align: center;
    font-size: 22px;
    font-weight: 700;
    position: relative;
    color: #630955;
    text-transform: uppercase;
}
.modul_pay .wrap .wrap_pay .item .content_pay .caption::after {
    position: absolute;
    content: "";
    width: 80px;
    height: 1px;
    background: #630955;
    bottom: 0;
    left: calc(50% - 40px);
}
.modul_pay .wrap .wrap_pay .item .content_pay .desc {
    margin-top: 30px;
}
.modul_pay .wrap .wrap_pay .item .pay {
    margin-top: 50px;
    text-align: center;
    /* position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 300px;
    padding-bottom: 30px; */
}
.modul_pay .wrap .wrap_pay .item .pay .price {
    font-size: 36px;
    font-weight: 700;
}
.modul_pay .wrap .wrap_pay .item .pay a {
    display: inline-block;
    padding: 10px 20px 8px;
    color: white;
    background: #ff008a;
    margin-top: 10px;
    text-decoration: none;
    border-radius: 50px;
    transition: 0.3s;
    position: relative;
    font-size: 16px;
    font-weight: 400;
    text-transform: uppercase;
    border: 1px solid #ff008a;
}
.modul_pay .wrap .wrap_pay .item .pay a:hover {
    background: white;
    color: #ff008a;
}
.modul_pay .wrap .wrap_pay .item .pay .pay_part {
    margin-top: 50px;
}
@media only screen and (min-width:768px) {
    .modul_pay .wrap .wrap_pay .item {
        position: relative;
        padding: 40px 30px 400px;
    }
    .modul_pay .wrap .wrap_pay .item .pay {
        position: absolute;
        bottom: 15px;
        left: 0;
        right: 0;
        /* height: 300px; */
        padding-bottom: 30px;
    }
}
/*-------------------modul_pay end----------------------*/

/*-------------------block_pay----------------------*/
.block_pay {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: calc(100vh - 431px);
    text-align: center;
}
.block_pay h1 {
    font-size: 22px;
    margin-bottom: 15px;
    font-weight: 700;
}
.block_pay p {
    margin-bottom: 15px;
}
@media only screen and (min-width:768px) {
    .block_pay {
        height: calc(100vh - 214px);
    }
}
/*-------------------block_pay end----------------------*/

/*-------------------parthners----------------------*/
.parthners {
    padding-top: 60px;
    padding-bottom: 60px;
    background: #f3f3f3;
}
.parthners .parthners_caption {
    font-size: 24px;
    padding-bottom: 40px;
    text-align: center;
}
.parthners .wrap_insta {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.parthners a {
    text-decoration: none;
    display: flex;
    align-items: center;
    padding: 15px;
    background: rgba(133, 68, 49, 0.08);
    background: white;
    border: 1px solid rgba(133, 68, 49, 0.2);
    border-radius: 3px;
    /* box-shadow: 2px 2px 5px rgba(133, 68, 49, 0.2); */
    transition: 0.2s;
    margin: 0 10px 15px;
    max-width: 460px;
    width: 100%;
}
.parthners a:hover {
    box-shadow: 2px 2px 5px lightgray;
}
.parthners a .img {
    padding-right: 15px;
}
.parthners a .img img {
    width: 70px;
    border-radius: 50%;
}
.parthners a .txt .caption {
    font-size:20px;
    line-height:28px;
    color:#854431;
    font-weight:700;
    /* padding-top: 10px; */
    /* padding-bottom: 5px; */
}
.parthners a .txt .href {
    font-size:16px;
    line-height:28px;
    font-weight:400;
    display: flex;
    align-items: center;
    color: black;
    /* text-decoration: underline; */
}
.parthners a .txt .href img {
    width: 24px;
    margin-right: 10px;
}
@media only screen and (min-width:600px) {
    .parthners .parthners_caption {
        font-size: 30px;
    }
    .parthners a {
        display: inline-flex;
        align-items: center;
    }
}
/*-------------------parthners end----------------------*/