@charset "UTF-8";

button,
select, input[type="text"],
input[type="email"],
input[type="password"],
input[type="phone"],
input[type="date"],
textarea, input[type="submit"], a {
  transition: .3s ease; }


*,
*:before,
*:after {
  margin: 0;
  padding: 0;
  outline: 0;
  border: 0; }


@font-face{
font-family: 'Vogue';
src: url('../fonts/Vogue/Vogue-Highline-Serif-Medium.eot');
src: url('../fonts/Vogue/Vogue-Highline-Serif-Medium.eot?iefix') format('eot'),
url('../fonts/Vogue/Vogue-Highline-Serif-Medium.woff') format('woff'),
url('../fonts/Vogue/Vogue-Highline-Serif-Medium.ttf') format('truetype');
font-weight: normal;
font-style: normal;
}

@font-face{
font-family: 'Gilroy';
src: url('../fonts/Gilroy/Gilroy-Regular.eot');
src: url('../fonts/Gilroy/Gilroy-Regular.eot?iefix') format('eot'),
url('../fonts/Gilroy/Gilroy-Regular.woff') format('woff'),
url('../fonts/Gilroy/Gilroy-Regular.woff2') format('woff2'),
url('../fonts/Gilroy/Gilroy-Regular.ttf') format('truetype');
src: local('Gilroy'), url("../fonts/Gilroy/Gilroy-Regular.ttf");
font-weight: normal;
font-style: normal;
}

body {
  color: #000000;
  background: #F5F0ED;
  font-family: 'Gilroy', 'Arial', sans-serif;
  line-height: 1.4;
  font-size: 16px; }

body * {
  box-sizing: border-box;
   }

b, strong {
  font-family: 'Gilroy', sans-serif; }

button,
select {
  cursor: pointer; }

input,
textarea,
select,
button {
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
  color: #000000; }
  
input[type="email"],
input[type="text"],
input[type="password"],
input[type="phone"],
input[type="date"],
textarea {
  color: #000000;
  font-family: 'Gilroy', 'Arial', sans-serif;
  border: 1px solid #9E9E9E;
  background: transparent;
  padding: 14px 20px;
  margin: 0 0 20px;
  width: 100%;
  height: 40px; }

input[type="email"]{
    color: #fff;
}
textarea {
  resize: vertical; }

input[type="submit"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  cursor: pointer; }
  
img{
    width: 100%;
    height: auto;
}

a {
  color: #000000;
  text-decoration: none;
  cursor: pointer; }
  a:hover {
    text-decoration: none; }

h1, h2, h3, h4, h5 {
  font-family: 'Vogue', 'Arial', sans-serif;
  line-height: 1.1; }

h1 {
  font-family: 'Vogue';
  font-style: normal;
  font-size: 64px;
  line-height: 100%;
  color: #E5E5E5; }

h2 {
  font-size: 64px;
  color: #894339;
  font-style: normal;
  font-weight: 500;
  margin-bottom: 50px; }

h3 {
  font-family: 'Gilroy';
font-style: normal;
font-weight: 600;
font-size: 24px;
line-height: 120%; }

h4 {
  font-weight: 500;
  font-size: 18px;
  line-height: 22px;
  text-align: center;
  letter-spacing: 0.05em;}

.text-center {
  text-align: center; }

ol li,
ul li {
  margin: 0 0 10px;
}
  
p{
    margin: 30px 0;
}
div{
    position: relative;
}
  
::-webkit-input-placeholder {color:#000;}
::-moz-placeholder          {color:#000;}/* Firefox 19+ */
:-moz-placeholder           {color:#000;}/* Firefox 18- */
:-ms-input-placeholder      {color:#000;}
  
:focus::-webkit-input-placeholder {color: transparent}
:focus::-moz-placeholder     {color: transparent}
:focus:-moz-placeholder    {color: transparent}
:focus:-ms-input-placeholder      {color: transparent}

input[type="email"]:-ms-input-placeholder      {color:#fff;}
input[type="email"]::-webkit-input-placeholder {color:#fff;}
input[type="email"]::-moz-placeholder          {color:#fff;}/* Firefox 19+ */
input[type="email"]:-moz-placeholder           {color:#fff;}/* Firefox 18- */

.flex-box {
  display: flex;
  align-items: normal;
}
.flex-box.flex-center {
  align-items: center;}

.flex-box.space-between {
  justify-content: space-between;}

.flex-box.flex-end {
  justify-content: flex-end;}

.flex-box.space-center {
  justify-content: center;}

.flex-box.align-stretch {
  align-items: stretch;}

.flex-box.align-end {
  align-items: flex-end;}  


.container {
    width: 1200px;
    margin: 0 auto;
}

/* Header */
.mainpage header, .mainpage header a,
.mainpage.page .header-logo{
    color: #ffffff;
}

.header{
    z-index: 10;
    position: relative;
    padding-top: 15px;
}
.header-logo {
    width: 220px;
    display: block;
}
.header-tagline {
    font-size: 8.7px;
}
.header-nav-block {
    width: 60%;
}
nav li{
    list-style: none;
}
nav li a{
    font-family: 'Gilroy';
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 120%;
}
.header nav li:last-child{
    padding-left: 25px;
    background: url(../img/login.svg) no-repeat;
    background-position: center left;
}
.page .header nav li:last-child {
    background: url(../img/login-b.svg) no-repeat;
    background-position: center left;
}
.header nav li a.active, .header nav li a:hover{
    color: #894339;
}
.main-bg{
    margin-top: -68px;
}
.main-screen-slider-item{
    width: 100%;
    height: 100vh;
    display: flex !important;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    
    background-position: left center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}
.main_slider_title {
    text-align: center;
    text-transform: uppercase;
    max-width: 80%;
    margin: 0 auto;
    font-style: normal;
    line-height: 130%;
}
.main_slider_content{
    color: #fff;
    font-family: 'Gilroy', sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 24px;
    line-height: 120%;
    text-align: center;
}
.slick-arrow{
    position: absolute;
    color: #fff;
    width: 40px;
    height: 22px;
    bottom: 50px;
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: center;
    z-index: 1;
}
.slick-prev{
    background: url(../img/arrow-white-l.svg);
    right: 240px;
}
.slick-next{
    right: 100px;
    background: url(../img/arrow-white.svg);
}
.pager{
    color: #fff;
    position: absolute;
    bottom: 45px;
    right: 170px;
    font-size: 18px;
    line-height: 32px;
    text-align: center;
    letter-spacing: 0.01em;
}
.main-slider-wrapper .new-btn{
    margin: 40px auto 0;
}
.new-btn:hover{
    background: #EDE3E1;
}
#callform, #writeform {
    position: relative;
    width: 800px;
    margin: 0 auto;
}

#callform .block-form, #writeform .block-form{
    text-align: center;
    padding-left: 100px;
    background-color: #fff;
}
#writeform .block-form form{
    text-align: left;
}
#callform .block-form .btn-more,
#writeform .block-form .btn-more{
    width: 100%;
}
.form-row.form-row_policy {
    text-align: left;
}
.mfp-content .mfp-close{
    background: url(../img/close.svg) no-repeat;
    background-size: 100%;
    width: 25px;
    height: 25px;
    opacity: 1;
    position: absolute;
    right: 20px;
    font-size: 0px;
    top: 20px;
}
#privacy {
    width: 70%;
    margin: 50px auto;
    padding: 100px;
    background-color: #fff;
}

.form-row ul li {
    list-style: none;
}
.form-row p {
    margin: 10px 0;
    font-weight: 600;
}
.form-row ul{
    margin: 10px 0 50px;
}

/***/
textarea{
    height: 100px;
    resize: none;
    border: 1px solid #9E9E9E;
    margin-bottom: 0;
}
.textarea{
    margin-bottom: 50px;
}

input[type="radio"] {
    display:none;
}

input[type="radio"] + label,
input[type="checkbox"] + label {
    cursor: pointer;
    vertical-align: middle;
}

input[type="radio"] + label::before {
    content: "";
    display: inline-block;
    height: 13px;
    width: 13px;
    margin: 0px 8px -2px 0;
    background-image: url(../img/radio1.svg);
    background-repeat: no-repeat;
    background-size: 100%;
}

input[type="radio"]:checked + label::before {
    background-image: url(../img/radio2.svg);
}

input[type="radio"]:disabled + label::before {
    background-image: url(../img/radio2.svg);
}
input[type="radio"]:checked:disabled + label::before {
    background-image: url(../img/radio2.svg);
}





/* Block About Front page */
.block-about{
    padding: 130px 0;
}
.img-about {
    display: inline-block;
    border: 1px solid #894339;
}
.left-pic .img-about img{
    width: 600px;
    margin: -10px -10px 5px 10px;
}
.right-pic .img-about img{
    width: 578px;
    margin: -10px 10px 5px -10px;
}
.text-right {
    display: inline-block;
    margin-left: 100px;
}
.text-left{
    display: inline-block;
    margin-right: 100px;
}
.block-course .container{
    align-items: flex-start;
}

/* Block Course Front page */
.block-course .text-left div img{
    margin-top: -29px;
}
.block-course ul li, .block-result ul li{
    font-weight: 600;
    font-size: 20px;
    line-height: 120%;
    list-style-type: none;
    position: relative;
    z-index: 10;  
    padding: 30px 50px;
}
.block-course ul li span, .block-result ul li span{
    font-family: 'Vogue';
    font-style: normal;
    font-weight: 500;
    font-size: 64px;
    line-height: 120%;
    color: #E8DDD5;
    position: absolute;
    left: 0;
    z-index: -1;
    top: 0;
}

/* Block Who Front page */
.block-who {
    margin: 130px 0;
}
.block-who ul li b{
    font-weight: 600;
    font-size: 20px;
    line-height: 120%;  
}
.block-who ul li{
    list-style: none;
    background: url(../img/round.png);
    background-repeat: no-repeat;
    padding: 30px 0 0 45px;
    margin-bottom: 30px;
}

/* Block Result Front page */
.block-result h2{
    max-width: 600px;
}
.block-result ul {
    display: flex;
    flex-wrap: wrap;
    align-content: space-between;
}
.block-result ul li {
    display: inline-flex;
    width: 49%;
    text-align: left;
    padding: 30px 90px 30px 50px;
}
.block-result ul li:nth-child(odd){
    margin: 0 auto 0 0;
}
.block-result ul li:nth-child(even){
    margin: 0 0 0 auto;
}
.slider-result {
    margin: 60px 0 0px;
}
.result-slider-item.slick-slide { 
    width: 100%;
}
.result-slider-item.slick-slide img{
    height: 650px;
    width: auto;
    margin: 0 auto;
}
.result-slider-item div{
    margin: 30px 0 0;
}
.block-result .slick-arrow{
    bottom: 90px;
}
.block-result .pager{
    bottom: 85px;
}


/* New Action block Front Page*/
.news-block{
    background: url(../img/new-act.jpg) no-repeat;
    background-position: center;
    background-size: cover;
    margin: 130px 0;
    height: 420px;
}
/*.new-item {
    padding-bottom: 75px;
}*/
.new-title {
    font-size: 70px;
    line-height: 120%;
    color: #FFFFFF;
    font-family: Voyage;
    padding: 80px 0 20px;
}
.new-text {
    font-size: 24px;
    line-height: 120%;
    color: #FFFFFF;
}
.new-btn{
    background-color: #fff;
    width: 460px;
    text-align: center;
    margin: 50px 0 0;
    transition: .3s ease;
}
.new-btn a {
    font-size: 18px;
    line-height: 100%;
    color: #894339;
    padding: 20px 10px;
    display: block;
}

/* Block Tarif Front page */
.block-tarif {
    margin: 20px 0 130px;
}
.btn-more{
    background-color: #894339;
    margin: 30px;
    transition: .3s ease;
}
.btn-more:hover{
    background-color: #723128;
}
.btn-more a{
    font-weight: 500;
    font-size: 16px;
    line-height: 100%;
    color: #fff;
    padding: 17px 0;
    display: block;
    text-align: center;
}
.block-tarif .btn-more{
    position: absolute;
    bottom: 0;
    width: 83%;
}
.slider-tarif .slider-tarif-item{
    border: 1px solid #9E9E9E;
}
.slide-title {
    background: #E8DDD5;
    padding: 40px 30px;
    font-weight: 500;
    font-size: 23px;
    line-height: 120%;
    border-bottom: 1px solid #fff;
}
.slide-text {
    padding: 40px 30px 0 30px;
}
.slide-text2{
    padding: 30px 30px 0 30px;
}
.slide-text label{
    font-weight: 600;
    font-size: 18px;
    line-height: 120%;
}
.slide-text ul li {
    margin: 10px 20px;
    padding-left: 7px;
}
.slider-tarif-item {
    /*width: 340px;*/
    margin: 0 30px 0 0;
}
.slider-tarif p{
    margin: 20px 0;
}
.block-tarif .slick-arrow{
    top: -90px;
}
.slider-tarif .slick-next {
    right: 0;
    background: url(../img/arrow-black.svg);
}
.slider-tarif .slick-prev {
    background: url(../img/arrow-black-l.svg);
    right: 100px;
}
.slider-tarif-item {
    min-height: 745px;
    position: relative;
}
.tarifmore .t-head-name {
    width: 100%;
    border: none;
    font-weight: 600;
    font-size: 20px;
    line-height: 120%;
    color: #894339;
}
#tarifmore {
    width: 500px;
    margin: 100px auto;
    border: 1px solid #894339;
}
.tarifmore .tarif-head{
    border: none;
    background-color: #F5F0ED;
    border-bottom: 1px solid white;
}
.t-head-name.price{
    padding: 32px 30px 32px 0;
    text-align: right;
}
.tarifmore .t-body-name span {
    font-size: 18px;
}
.tarifmore .t-body-name {
    padding: 8px 30px;
    border-right: none;
    width: 100%;
    height: auto;
    min-height: 38px;
}
.tarifmore .t-body-final .t-body-td{
    font-weight: 600;
}
.tarifmore .btn-more{
    margin: 30px 30px 10px;
}
.tarifmore .btn-more-tran{
    margin: 0 30px;
}
.tarifmore .btn-more-tr{
    margin: 30px 30px 30px auto;
}
.tarifmore .t-body-final{
    padding-bottom: 1px;
}
.tarifmore .mfp-close {
    background: url(../img/close-white.svg) no-repeat;
    right: 20px;
    top: -40px;
}

/* Block Rassrochka Front page */
.block-rassrochka {
    background: #E8DDD5;
    padding: 80px 0;
}
.block-rassrochka h2{
    margin-bottom: 30px;
}
.ras-text{
    font-weight: 500;
    font-size: 24px;
    line-height: 120%;
    width: 400px;
}
.block-rassrochka img {
    width: 270px;
}
.block-rassrochka .btn-more{
    width: 320px;
}
.right-side {
    width: 600px;
}
/* Block Student Front page*/
.block-student {
    margin: 130px 0;
}
.stud-left img {
    width: 180px;
    border-radius: 100px;
        -moz-border-radius: 100px;
        -webkit-border-radius: 100px;
}
.block-student-item {
    background: #E8DDD5;
    border: 1px solid #9E9E9E;
    padding: 30px;
    margin-bottom: 90px;
}
.stud-left {
    margin-right: 80px;
}
.stud-name{
    font-weight: 500;
    font-size: 20px;
    line-height: 120%;
    margin-bottom: 20px;
}
.stud-before, .stud-after {
    color: #616161;
}
.stud-before label, .stud-after label{
    margin-right: 10px;
}
.stud-text {
    font-size: 18px;
}
.stud-insta{
    background: url(../img/insta.svg) no-repeat;
    background-size: auto;
    background-position: left;
    padding-left: 30px;
    margin-top: 20px;
}
.student-work h3 {
    margin-bottom: 20px;
    margin-top: 30px;
}
/* Block Master-klass Front page */
.block-master {
    margin-bottom: 130px;
}
.block-master .container > p {
    width: 800px;
}
.mk-title {
    width: 300px;
}
.mk-title label {
    font-weight: 500;
    font-size: 14px;
    line-height: 120%;
    color: #616161;
    display: block;
    margin-bottom: 5px;
}
.mk-title span {
    font-weight: 500;
    font-size: 20px;
    line-height: 120%;
    color: #894339;
}
.mk-program {
    font-weight: 500;
    font-size: 18px;
    line-height: 120%;
    background: url(../img/arrow-down.svg) no-repeat;
    background-position: center right;
    padding-right: 40px;
}
.mk-head.active .mk-program{
    background: url(../img/arrow-up.svg) no-repeat;
    background-position: center right;
    padding-right: 40px;
    background-size: 18%;
}
.mk-price {
    font-weight: 500;
    font-size: 24px;
    line-height: 120%;
    color: #894339;
}
.mk-head {
    padding: 30px 0;
    border-top: 1px solid #9E9E9E;
    cursor: pointer;
}
.accordion-mk {
    border-bottom: 1px solid #9E9E9E;
}
.mk-btn a{
    width: 150px;
}
.mk-btn.btn-more{
    margin: 0;
}
.mk-text {
    width: 400px;
    margin-left: 470px;
}
.mk-img img {
    width: 340px;
    float: left;
}
.access-mk label {
    display: block;
    color: #000;
}
.access-mk span{
    color: #616161;
}
.mk-text{
    font-size: 16px;
    color: #616161;
}
.mk-text p:first-child{
    margin-top: 0;
}
.mk-body {
    overflow: hidden;
    height: 100%;
    padding-bottom: 30px;
}


/* Block Articles Front page */
.articles {
    display: table;
}
.article-item {
    display: table-cell;
    width: 33%;
    border: 1px solid #9E9E9E;
}
.article-item:nth-child(2){
    border-left: none;
    border-right: none;
}
.art-img {
    padding: 18px;
}
.art-title {
    font-weight: 500;
    font-size: 18px;
    line-height: 120%;
    padding: 0 18px;    
}
.art-date {
    color: #616161;
    padding: 0 18px;
    text-align: right;
    margin-bottom: 40px;
}
.btn-more-tr {
    text-align: right;
    margin: 50px 0 30px auto;
    display: table;
}
.btn-more-tr p {
    margin: 0 10px 0 0;
}
.btn-more-tr a{
    font-weight: 500;
    font-size: 14px;
    line-height: 120%;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    color: #894339;
    display: flex;
    align-items: center;
    text-align: right;
    justify-content: right;
    transition: .3s ease;
}
.btn-more-tr a:hover{
    letter-spacing: 0.3em;
}
.btn-more-tr a span{
    border: none; 
    background-color: #894339; 
    color: #894339; 
    height: 1px;
    width: 60px; 
   }


/* Instagram Block Front page */
.block-instagram {
    margin: 130px 0;
}
.insta-block .flex-box{
    align-items: stretch;
}
.block-instagram .block-instagram-wrapper{
    align-items: baseline;
}
.icons{
    width: 50%;
}
.insta-link {
    color: #616161;
    display: inline-block;
    border-bottom: 1px solid #616161;
}
.insta-item {
    width: 32%;
    border: 1px solid #9E9E9E;
}
.rev-icon{
    background-position: center;
    background-size: 100%;
    margin: 0 10px 0 0;
}
.rev-icon.like{
    background: url(../img/inst-icon1.svg) no-repeat;
    width: 28px;
    height: 26px;
}
.rev-icon.comment{
    background: url(../img/inst-icon2.svg) no-repeat;
    width: 26px;
    height: 26px;
}
.rev-icon.direct{
    background: url(../img/inst-icon3.svg) no-repeat;
    width: 28px;
    height: 26px;
    background-position-x: -5px;
    background-position-y: -5px;
}
.rev-icon.mark{
    background: url(../img/inst-icon4.svg) no-repeat;
    width: 27px;
    height: 25px;
    margin: 0;
}
.insta-nav-row{
    margin: 18px 0;
}
.insta-item-info p {
    margin: 15px 0;
}
.insta-item-info p b{
    font-weight: 600;
    font-size: 16px;
    line-height: 120%;
}
.insta-item-info {
    margin: 0 10px 20px;
}
.inst-text {
    min-height: 70px;
}

/* FAQ Block Front page */
.block-faq h2 {
    width: 400px;
    margin: 0;
}
.accordeon-faq {
    width: 600px;
}
.quest-title {
    font-weight: 600;
    font-size: 20px;
    line-height: 120%;
    cursor: pointer;
    margin: 25px 0;
    background: url(../img/minus.svg) no-repeat;
    background-position: center right;
}
.quest-body {
    font-size: 16px;
    line-height: 130%;
    color: #616161;
    margin-bottom: 20px;
}
.quest {
    border-bottom: 1px solid #9E9E9E;
}
.quest-title.active {
    background: url(../img/plus.svg) no-repeat;
    background-position: center right;
}
.block-faq {
    margin-bottom: 100px;
}


/* Form Block Front page */
.block-form {
    background: #E8DDD5;
    padding: 100px 0;
    margin-top: 30px;
}
.block-form h2 {
    width: 560px;
    font-weight: 500;
    font-size: 48px;
    line-height: 110%;
}
.consult-form {
    width: 600px;
}
.btn.btn-more {
    margin: 20px 0 20px;
    color: #fff;
    padding: 15px;
    width: 320px;
}
.form-row_policy label{
    font-weight: normal;
    font-size: 14px;
    line-height: 120%;
}
.form-row_policy label a{
    margin: 0 5px;
}
input[type="checkbox"]{
  position: absolute;
  z-index: -1;
  opacity: 0;
}
input[type="checkbox"]+label {
  display: inline-flex;
  align-items: center;
  user-select: none;
}
input[type="checkbox"]+label::before {
  content: '';
  display: inline-block;
  width: 1em;
  height: 1em;
  flex-shrink: 0;
  flex-grow: 0;
  border: 1px solid #000000;
  margin-right: 0.5em;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 70% 70%;
}
input[type="checkbox"]:checked+label::before {
  background-image: url(../img/agree.svg);
}



/* Footer */
.footer {
    background: #1E1E1E;
    color: #808080;
    font-size: 14px;
}
.footer-nav-block a{
    color: #808080;
    font-size: 14px;
}
.footer-nav-menu-row a, .footer-nav-block-left a, .footer-subsribe {
    color: #fff;
}
.footer-logo {
    width: 230px;
    display: block;
    margin: 50px 0 20px;
}
.foot-link{
    display: block;
    margin: 10px 0;
}
.footer-nav-menu li a{
    font-weight: normal;
    font-size: 16px;
    line-height: 22px;
}
.footer-nav-menu li {
    list-style: none;
    margin: 7px 0;
    width: 49%;
    display: inline-block;
}
.footer-subsribe > div{
    margin-bottom: 13px;
    font-size: 16px;
}
.subsribe-block {
    position: relative;
    width: 250px;
}
.subsribe-btn{
    background: url(../img/search.svg) no-repeat;
    background-size: 30%;
    background-position: center;
    width: 10px;
    height: 10px;
    position: absolute;
    right: 0;
    top: 0;
    padding: 20px;
}
.footer-info-row {
    width: 250px;
}


/* Tarif Page */
.tarif-table{
    border: 1px solid #C4C4C4;
    margin-bottom: 130px;
}
.tarif-head{
    background: #E8DDD5;
    border-bottom: 1px solid #C4C4C4;
    
}
.t-head-name{
    padding: 25px 0 25px 30px;
}
.tarif-head div{
    border-right: 1px solid #C4C4C4;
}
.t-body-td {
    width: 150px;
    text-align: center;
    color: #894339;
    font-size: 28px;
    font-weight: 600;
    padding: 14px 0;
    min-height: 60px;
    border-right: 1px solid #C4C4C4;
}
.t-head-name, .t-body-name{
    width: 370px;
    text-align: left;
    color: #000;
    font-size: 16px;
    font-weight: 500;
}
.t-head-item {
    text-align: center;
    width: 150px;
    padding: 18px 0;
    font-size: 18px;
}
.t-head-name{
    font-size: 22px;
    padding: 32px 0 32px 30px;
}
.t-head-item span{
    display: block;
    font-size: 18px;
    line-height: 120%;
    color: #894339;
    margin-top: 10px;
}
.t-body-name{
    padding: 20px 30px;
    border-right: 1px solid #C4C4C4;
}
.t-body-name span {
    font-weight: 600;
    font-size: 20px;
    line-height: 120%;
}
.t-head-item:last-child, .t-body-td:last-child{
    border-right: none;
}
.tarif-body .t-body-tr{
    flex-direction: row;
    align-items: stretch;
}
.t-body-tr:nth-child(odd){
    background: #F6F6F6;
}
.t-body-tr:nth-child(even){
    background: #F5F0ED;
}
.t-body-final .t-body-td{
    font-weight: 500;
    font-size: 16px;
    line-height: 120%;
    color: #000;
    padding-top: 23px;
}
.btn-more-tran{
    border: 1px solid #894339;
    margin-right: 13px;
    transition: .3s ease;
}
.btn-more-tran a {
    font-weight: 500;
    font-size: 14px;
    line-height: 120%;
    color: #894339;
    padding: 12px 0;
    display: block;
    text-align: center;
}
.btn-more-tran:hover{
    background: #894339;
}
.btn-more-tran:hover a{
    color: #fff;
}
.t-body-td .btn-more{
    margin: 0 13px 12px 0;
}
.t-body-td .btn-more a{
    padding: 14px 0;
    font-size: 14px;
}
.t-body-buy .t-body-td{
    padding: 35px 0;
}
.t-body-buy .t-body-name{
    height: 165px;
    /*border-left: 1px solid #000;
    transform: skewX(-45deg);*/
}
.lession-image{    
    width: 580px;
    height: 320px;
    margin-bottom: 60px;
}

.tarif-body .accordion-item-content .lession-items div {
    margin: 0 30px 5px;
}
.slider-lession-text {
    margin-bottom: 20px;
    margin-top: 30px;
    width: 580px;
}
/*.lession-slider-wrapper{
    padding-bottom: 60px;
}

.tarif-body .slick-next {
    right: 0;
    background: url(../img/arrow-black.svg);
    top: 350px;
}
.tarif-body .slick-prev {
    background: url(../img/arrow-black-l.svg);
    right: 138px;
    top: 350px;
}
.tarif-body .t-body-cur2, .tarif-body .t-body-cur4, .tarif-body .t-body-cur6{
    background-color: #F6F6F6;
}
.tarif-body .pager {
    color: #000;
    top: 440px;
    right: 70px;
}*/
.t-body-acc{
    background: url(../img/arrow-down.svg) no-repeat;
    background-position: center;
    width: 30px;
    height: 10px;
    display: inline-block;
}
.tarif-body .active .t-body-acc{
    background: url(../img/arrow-up.svg) no-repeat;
    background-size: 85%;
    background-position-y: -8px;
    background-position-x: center;
}
.t-body-cur{
    cursor: pointer;
}


/* Cases project page */
.page .header-logo{
    color: #894339;
}
.page-title h1{
    font-weight: 500;
    font-size: 64px;
    line-height: 130%;
    text-transform: uppercase;
    color: #894339;
    margin: 100px 0 80px;
}

.page .block-student {
    margin: 80px 0;
}
.page .block-student-item {
    background: none;
    border: none;
    border-top: 1px solid #9E9E9E;
    padding: 40px 0;
    margin-bottom: 90px;
}
.page .student-work h3 {
    color: #894339;
}
.review-item {
    display: inline-grid;
    width: 33.3333%;
    font-size: 16px;
    margin-bottom: 50px;
    border: 1px solid #9E9E9E;
    text-align: center;
    border-right: none;
    background: url(../img/insta.svg) no-repeat;
    background-position: 30px 30px;
    background-size: 7%;
}
.review-item:nth-child(3), .review-item:nth-child(6), .review-item:nth-child(9),
.review-item:nth-child(12), .review-item:nth-child(15), .review-item:nth-child(18){
    border-right: 1px solid #9E9E9E;
}
.reviews{
    display: table;
    font-size: 0;
}
.rev-img {
    width: 150px;
    border-radius: 100px;
        -moz-border-radius: 100px;
        -webkit-border-radius: 100px;
    margin: 30px auto 20px;
}
.rev-name {
    font-weight: 600;
    font-size: 20px;
    line-height: 120%;
}
.rev-stat {
    color: #616161;
    margin: 5px 0 20px;
}
.rev-text {
    font-weight: 500;
    font-size: 18px;
    line-height: 120%;
    margin: 0 30px 30px;

    text-overflow: ellipsis;
    word-wrap: break-word;
    overflow: hidden;
    max-height: 4.7em;
    line-height: 1.2em;
}

.rev-more{
    text-align: right;
    margin: 0 30px 30px;
}
.rev-more a{
    color: #616161;
    border-bottom: 1px solid #616161;
    
}

/* Page About */
.info-item{
    display: inline-block;
    width: 49%;
    margin-bottom: 30px;
    font-weight: 500;
    font-size: 18px;
    line-height: 100%;
}

.info-item span.big-red{
    font-family: 'Vouge';
    font-size: 36px;
    line-height: 120%;
    color: #894339;
}
.info-item span.small-red{
    font-family: 'Vouge';
    font-size: 24px;
    line-height: 120%;
    color: #894339;
}
.block-kurator {
    margin: 130px 0 0;
}
.block-kurator .flex-box.flex-center{
    align-items: start;
}
.about-text {
    width: 48%;
    align-items: start;
    display: inline-block;
    margin-bottom: 140px;
    vertical-align: top;
}
.about-text:nth-child(odd){
    margin-right: 3%;
}
.about-text .img-about img {
    width: 100%;
}
.about-text:last-child{
    margin-top: -140px;
}
.about-text p {
    margin: -10px 0 30px;
}
.about-name {
    font-weight: 600;
    font-size: 20px;
    line-height: 120%;
    margin-bottom: 10px;
    margin-top: 30px;
}
.about-vac {
    color: #616161;
}
.block-about-us{
    margin: 0 0 130px;
}
.block-about-us .slick-prev {
    background: url(../img/arrow-black-l.svg);
    right: 100px;
    top: -90px;
}
.block-about-us .slick-next {
    right: 8px;
    top: -90px;
    background: url(../img/arrow-black.svg);
}
.about-us-item {
    margin-right: 8px;
}
.left-author {
    width: 400px;
    margin-right: 50px;
    margin-bottom: 50px;
    float: left;
    border: 1px solid #894339;
}
.left-author img{
    margin: -12px 0 4px 11px;
}
.right-author {
    width: 400px;
    margin-left: 40px;
    float: right;
    border: 1px solid #894339;
}
.right-author img{
    margin: -13px 10px 5px -10px;
}
.new-align-text p {
    margin: 17px 0;
}
.about-info{
    width: 45%;
    margin: 45px 0 0;
}

/* Articles Page */
.page-article .article-item {
    display: inline-block;
    width: 33%;
    border: none;
    vertical-align: top;
    
}
.page-article .big-articles .article-item:nth-child(1){
    width: 765px;
    margin-bottom: 100px;
    display: block;
    float: left;
}
.page-article .big-articles .article-item:nth-child(1) .art-img {
    padding: 0;
}
.page-article .big-articles .article-item:nth-child(1) .art-title {
    padding: 30px 0 20px 0;
    font-weight: 500;
    font-size: 30px;
    line-height: 110%;
}
.page-article .big-articles .article-item:nth-child(2),
.page-article .big-articles .article-item:nth-child(3){
    display: block;
    float: right;
}
.page-article .big-articles .article-item:nth-child(2) .art-img,
.page-article .big-articles .article-item:nth-child(3) .art-img{
    padding: 0 18px;
    height: 280px;
    overflow: hidden;
    margin-bottom: 20px;
}
.page-article .big-articles .article-item .art-title{
    padding: 0 18px;
}
.big-articles {
    overflow: hidden;
    clear: both;
}

/* Article Page */
.breadcrumbs{
    margin: 45px 0 0;
}
.breadcrumbs a{
    font-weight: 500;
    font-size: 18px;
    line-height: 120%;
    color: #9E9E9E;
}
.article-page h1{
    margin: 30px 0 40px;
    line-height: 110%;
    text-transform: none;
    width: 70%;
}
.text-gray {
    font-weight: 500;
    font-size: 20px;
    line-height: 130%;
    color: #9E9E9E;
}
.art-page-img{
    width: 100%;
    height: 500px;
    overflow: hidden;
    margin-bottom: 50px;
    background-size: cover;
    background-position: center;
}
.center-sidebar {
    width: 55%;
    display: inline-block;
    vertical-align: top;
    padding-bottom: 40px;
}
.right-sidebar {
    width: 45%;
    float: right;
}
.right-sidebar .article-item {
    width: 80%;
    
    margin-left: 20%;
    display: block;
    border: 1px solid #9E9E9E !important;
}
.right-sidebar .article-item:nth-child(2), .right-sidebar .article-item:nth-child(3){
    margin-top: -1px;
}
.right-sidebar .art-img {
    width: 94%;
    margin: 5% 3%;
    height: 280px;
    overflow: hidden;
    padding: 0;
    background-size: cover !important;
}
.text-img{
    display: flex;
    align-items: start;
    align-content: space-between;
    margin: 50px 0;
}
.text-img img {
    margin: 5px;
}
.social-news {
    font-weight: 600;
    font-size: 18px;
}
.social-block a {
    margin: 20px 20px 0 0;
}
.article-page .block-article {
    margin-bottom: 100px;
}


/* MK Page */
.mk-item-head {
    background: #E8DDD5;
    border-bottom: 1px solid #9E9E9E;
    padding: 30px;
}
.mk-item-head .mk-title {
    width: auto;
}
.mk-item-head .mk-title span{
    color: #000;
    font-weight: 600;
}
.mk-item{
    border: 1px solid #9E9E9E;
    margin-bottom: 50px;
}
.mk-item:last-child{
    margin-bottom: 100px;
}
.mk-prog-text label {
    font-weight: 600;
    font-size: 18px;
    line-height: 120%;
}
.mk-prog-text ul{
    margin-bottom: 30px;
}
.mk-prog-text ul li {
    margin: 10px 20px;
    padding-left: 7px;
}
.mk-prog-text {
    padding: 30px 30px 0 30px;
}
.mk-str {
    padding: 0 0 10px 30px;
    color: #616161;
}
.mk-str span{
    font-weight: 600;
    font-size: 18px;
    color: #000;
}
.mk-prog-text div {
    margin: 10px 0;
    color: #616161;
}
.mk-item .btn-more {
    width: 370px;
}
.mk-img-big {
    margin: 30px;
}
.mk-item-body .mk-prog {
    max-width: 50%;
}
/* Contact Page */
.contact_block{
    margin-bottom: 35px;
}
.contact_block label {
    font-weight: 500;
    font-size: 24px;
    line-height: 120%;
    margin-bottom: 10px;
    display: block;
}
.contact_detail a {
    font-size: 24px;
    line-height: 120%;
    text-decoration-line: underline;
    color: #616161;
}
.contact_detail.phone a{
    text-decoration: none;
}
.page.contact-page {
    overflow: hidden;
}
.bg-contact {
    position: absolute;
    right: 0;
    top: 150px;
    width: 70%;
    height: 100vh;
    background: #E8DDD5;
    z-index: -1;
}
.contact-page .container{
    display: table;
}
.contact-block, .contact-page .block-form{
    display: table-cell;
    vertical-align: top;
}
.contact-page .block-form{
    width: 600px;
    padding: 0 0 100px;
}
.contact-page .block-form h2{
    font-size: 36px;
    width: auto;
}

.page {
  min-height: calc(100vh - 298px);
}
.footer {
  height: 298px;
  overflow: hidden;
}


/* Menu burger */


input[type="checkbox"] + label.menu__btn::before,
input[type="checkbox"]:checked + label.menu__btn::before{
    background: none;
    border: none;
}











