@charset "UTF-8";
/* BASE - ╘рщы срчют√ї ╧хЁхьхээ√ї, ёюфхЁцр∙шщ Єръцх эрўры№э√х ╧Ёшьхёш ш ╟ряюыэшЄхыш.
========================================================================== */
/* LAYOUT - ╤ЄЁєъЄєЁр Їрщыют.
========================================================================== */
/* line 1, ../sass/layout/_base.scss */
.wrapimg {
  position: absolute;
  z-index: 10000000;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: .2;
  background-image: url(/img/01.jpg);
  background-position: center 00px;
  filter: invert(100%);
  -webkit-filter: invert(100%);
  -moz-filter: invert(100%);
  -o-filter: invert(100%);
  -ms-filter: invert(100%);
}

.opisanie{
	margin: 0 auto;
    float: none !important;
	text-align: center !important;
}

/* line 23, ../sass/layout/_base.scss */
input::-webkit-input-placeholder {
  transition: text-indent .3s ease;
  text-indent: 0;
}

/* line 28, ../sass/layout/_base.scss */
input::-moz-placeholder {
  transition: text-indent .3s ease;
  text-indent: 0;
}

/* line 33, ../sass/layout/_base.scss */
input:-moz-placeholder {
  transition: text-indent .3s ease;
  text-indent: 0;
}

/* line 38, ../sass/layout/_base.scss */
input:-ms-input-placeholder {
  transition: text-indent .3s ease;
  text-indent: 0;
}

/* line 43, ../sass/layout/_base.scss */
input:focus::-webkit-input-placeholder {
  transition: text-indent .3s ease;
  text-indent: -500px;
}

/* line 48, ../sass/layout/_base.scss */
input:focus::-moz-placeholder {
  transition: text-indent .3s ease;
  text-indent: -500px;
}

/* line 53, ../sass/layout/_base.scss */
input:focus:-moz-placeholder {
  transition: text-indent .3s ease;
  text-indent: -500px;
}

/* line 58, ../sass/layout/_base.scss */
input:focus:-ms-input-placeholder {
  transition: text-indent .3s ease;
  text-indent: -500px;
}

/* line 64, ../sass/layout/_base.scss */
::-webkit-input-placeholder {
  color: #000;
}

/* line 65, ../sass/layout/_base.scss */
::-moz-placeholder {
  color: #000;
}

/* Firefox 19+ */
/* line 66, ../sass/layout/_base.scss */
:-moz-placeholder {
  color: #000;
}

/* Firefox 18- */
/* line 67, ../sass/layout/_base.scss */
:-ms-input-placeholder {
  color: #000;
}

/* line 69, ../sass/layout/_base.scss */
.vis-sm {
  display: none;
}

/* line 74, ../sass/layout/_base.scss */
.vis-lg {
  display: block;
}

/* line 79, ../sass/layout/_base.scss */
.btnblock {
  display: flex;
  width: 100%;
  margin-bottom: 15px;
  text-align: center;
  justify-content: center;
}
/* line 89, ../sass/layout/_base.scss */
.btnblock a {
  font-family: 'Open Sans';
  font-size: 14px;
  font-weight: 700;
  line-height: 18px;
  /* display: block; */
  display: flex;
  box-sizing: border-box;
  width: 272px;
  height: 62px;
  margin: 0 5px;
  -webkit-transition: 0.15s;
  -moz-transition: 0.15s;
  -o-transition: 0.15s;
  transition: 0.15s;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  color: white;
  border: 2px solid #dc724e;
  align-items: center;
  justify-content: center;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px;
}
/* line 118, ../sass/layout/_base.scss */
.btnblock a:hover {
  background-color: #dc724e;
}

/* line 125, ../sass/layout/_base.scss */
.lnkwrapper {
  text-align: center;
}
/* line 128, ../sass/layout/_base.scss */
.lnkwrapper a {
  font-family: Open Sans;
  font-size: 15px;
  font-weight: 300;
  line-height: 24px;
  position: relative;
  display: inline-block;
  text-decoration: none;
  color: white;
  border-bottom: 1px dotted #fff;
}
/* line 143, ../sass/layout/_base.scss */
.lnkwrapper a:hover {
  border-bottom: 1px solid transparent;
}
/* line 147, ../sass/layout/_base.scss */
.lnkwrapper a:before {
  position: absolute;
  top: 0;
  left: -30px;
  display: block;
  width: 20px;
  height: 24px;
  content: '';
  background-image: url(/img/pdf.png);
}

/* line 166, ../sass/layout/_base.scss */
.topsection {
  overflow: hidden;
  padding-bottom: 105px;
  background: url(/img/top.jpg) no-repeat center 0;
  background-size: cover;
}

/* line 175, ../sass/layout/_base.scss */
.mtop {
  display: none;
}

/* line 180, ../sass/layout/_base.scss */
.header {
  display: flex;
  justify-content: space-between;
}
/* line 185, ../sass/layout/_base.scss */
.header .blocklogo {
  display: flex;
  width: 450px;
  margin-top: 18px;
  justify-content: space-between;
}
/* line 195, ../sass/layout/_base.scss */

/* line 201, ../sass/layout/_base.scss */
.header .cells2 {
  margin-top: 25px;
}
/* line 204, ../sass/layout/_base.scss */
/*.header .cells2 a {
  font-family: open sans;
  font-size: 13px;
  font-weight: 300;
  line-height: 18px;
  display: inline-block;
  width: 115px;
  height: 45px;
  padding-top: 6px;
  text-align: center;
  text-decoration: none;
  color: white;
}*/
/* line 223, ../sass/layout/_base.scss */
.header .cells2 a:hover span {
  border-bottom: 1px dotted transparent;
}
/* line 228, ../sass/layout/_base.scss */
.header .cells2 a span {
  border-bottom: 1px dotted #fff;
}
/* line 232, ../sass/layout/_base.scss */
.header .cells2 a.active {
  background-color: rgba(255, 255, 255, 0.15);
}
/* line 238, ../sass/layout/_base.scss */
.header .cells3 {
  font-family: open sans;
  margin-top: 25px;
  text-align: right;
  color: white;
}
/* line 247, ../sass/layout/_base.scss */
.header .cells3 .phone {
  font-size: 20px;
  font-weight: 400;
  line-height: 18px;
}
/* line 253, ../sass/layout/_base.scss */
.header .cells3 .smtext {
  font-size: 10px;
  font-weight: 300;
  line-height: 18px;
  padding-right: 4px;
}

/* line 265, ../sass/layout/_base.scss */
#top .maxtext {
  font-family: open sans;
  font-size: 48px;
  font-weight: 300;
  line-height: 42px;
  margin-top: 73px;
  margin-bottom: 23px;
  text-align: center;
  color: white;
}
/* line 279, ../sass/layout/_base.scss */
#top .smtext {
  font-family: open sans;
  font-size: 18px;
  font-weight: 300;
  line-height: 24px;
  margin-bottom: 50px;
  text-align: center;
  color: white;
}
/* line 292, ../sass/layout/_base.scss */
#top .benefits {
  display: flex;
  width: 800px;
  margin: 0 auto 65px;
  justify-content: space-between;
}
/* line 300, ../sass/layout/_base.scss */
#top .benefits .item {
  margin-bottom: 30px;
  text-align: center;
}
/* line 305, ../sass/layout/_base.scss */
#top .benefits .item .mediabox {
  height: 65px;
}
/* line 309, ../sass/layout/_base.scss */
#top .benefits .item figcaption {
  font-family: Open Sans;
  font-size: 14px;
  font-weight: 300;
  line-height: 18px;
}

/* line 320, ../sass/layout/_base.scss */
#catalog {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #f3f1f2;
}
/* line 326, ../sass/layout/_base.scss */
#catalog .blocktitle {
  font-family: Open Sans;
  font-size: 44px;
  font-weight: 300;
  line-height: 44px;
  margin-bottom: 70px;
  text-align: center;
  color: black;
}
/* line 339, ../sass/layout/_base.scss */
#catalog .catalogwrapper {
  display: flex;
}
/* line 342, ../sass/layout/_base.scss */
#catalog .catalogwrapper .leftblock {
  width: 220px;
}
/* line 345, ../sass/layout/_base.scss */
#catalog .catalogwrapper .leftblock .vib {
  font-family: 'Open Sans';
  font-size: 18px;
  font-weight: 700;
  line-height: 36px;
  color: black;
}
/* line 354, ../sass/layout/_base.scss */
#catalog .catalogwrapper .leftblock .sidebarmenu {
  font-family: 'Open Sans';
  margin: 10px 0 0 0;
  padding: 0;
  list-style-type: none;
}
/* line 362, ../sass/layout/_base.scss */
#catalog .catalogwrapper .leftblock .sidebarmenu li {
  margin-bottom: 12px;
}
/* line 365, ../sass/layout/_base.scss */
#catalog .catalogwrapper .leftblock .sidebarmenu li a {
  font-size: 18px;
  font-weight: 300;
  line-height: 24px;
  text-decoration: none;
  color: #000;
  border-bottom: 2px dotted #000;
}
/* line 378, ../sass/layout/_base.scss */
#catalog .catalogwrapper .leftblock .sidebarmenu li.active a {
  font-weight: 600;
  color: #33a6dc;
  border-bottom: 2px dotted #33a6dc;
}
/* line 388, ../sass/layout/_base.scss */
#catalog .catalogwrapper .leftblock .sidebarmenu li:hover a {
  color: #33a6dc;
  border-bottom: 2px dotted #33a6dc;
}
/* line 397, ../sass/layout/_base.scss */
#catalog .catalogwrapper .rightblock {
  position: relative;
  width: 780px;
}
/* line 402, ../sass/layout/_base.scss */
#catalog .catalogwrapper .rightblock ul.price {
  font-family: Open Sans;
  position: absolute;
  top: 0;
  /* position: relative; */
  left: -10000px;
  margin: 0;
  margin-top: 15px;
  padding: 0;
  list-style-type: none;
}
/* line 416, ../sass/layout/_base.scss */
#catalog .catalogwrapper .rightblock ul.price.active {
  position: relative;
  left: 0;
}
/* line 421, ../sass/layout/_base.scss */
#catalog .catalogwrapper .rightblock ul.price li {
  overflow: hidden;
  padding: 15px 0;
}
/* line 426, ../sass/layout/_base.scss */
#catalog .catalogwrapper .rightblock ul.price li div {
  font-size: 15px;
  font-weight: 300;
  float: left;
}
/* line 432, ../sass/layout/_base.scss */
#catalog .catalogwrapper .rightblock ul.price li div:nth-child(1) {
  max-width: 678px;
  text-align: justify;
}

.serii{
	background-color: rgba(78, 78, 78, 0.07);
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    -ms-border-radius: 6px;
    border-radius: 6px;
	box-sizing: border-box;
	padding: 20px;
}

/* line 438, ../sass/layout/_base.scss */
#catalog .catalogwrapper .rightblock ul.price li div:nth-child(2) {
      margin-left: 20px;
}
/* line 442, ../sass/layout/_base.scss */
#catalog .catalogwrapper .rightblock ul.price li div:nth-child(3) {
  width: 137px;
}
/* line 446, ../sass/layout/_base.scss */
#catalog .catalogwrapper .rightblock ul.price li div:nth-child(4) {
  width: 100px;
}
/* line 450, ../sass/layout/_base.scss */
#catalog .catalogwrapper .rightblock ul.price li div:nth-child(5) {
  width: 135px;
}
/* line 456, ../sass/layout/_base.scss */
#catalog .catalogwrapper .rightblock ul.price li div a {
  font-size: 16px;
  font-weight: 300;
  line-height: 65px;
  text-decoration: none;
  color: #33a6dc;
  border-bottom: 1px dotted #33a6dc;
}
/* line 469, ../sass/layout/_base.scss */
#catalog .catalogwrapper .rightblock ul.price li:nth-child(odd) {
  background-color: rgba(78, 78, 78, 0.07);
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -ms-border-radius: 6px;
  border-radius: 6px;
}
/* line 475, ../sass/layout/_base.scss */
#catalog .catalogwrapper .rightblock ul.price li:nth-child(1) {
  font-size: 17px;
  font-weight: 300;
  /* line-height: 34px; */
  padding: 14px 0;
  color: #33a6dc;
  border: 1px solid #33a6dc;
  background-color: #f3f1f2;
  background-color: transparent;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -ms-border-radius: 6px;
  border-radius: 6px;
}

/* line 499, ../sass/layout/_base.scss */
#diploms > .bl_center > .bx-wrapper {
  display: none;
}
/* line 504, ../sass/layout/_base.scss */
#diploms .lptitle {
  font-family: 'Open Sans';
  font-size: 24px;
  font-weight: 700;
  line-height: 19px;
  float: left;
  width: 100%;
  margin-bottom: 15px;
  text-align: center;
  color: black;
}
/* line 520, ../sass/layout/_base.scss */
#diploms .slider {
  margin-bottom: 60px;
}
/* line 527, ../sass/layout/_base.scss */
#diploms .svid span {
  margin: 0 auto;
}

/* line 536, ../sass/layout/_base.scss */
.footer .blocklogo {
  display: flex;
  justify-content: space-between;
}
/* line 543, ../sass/layout/_base.scss */
.footer .blocklogo .item:nth-child(2) {
  margin-top: 5px;
}

/* line 551, ../sass/layout/_base.scss */
.fbform {
  box-sizing: border-box;
  width: 540px;
  padding: 40px;
  background-color: rgba(243, 241, 242, 0.9);
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -ms-border-radius: 6px;
  border-radius: 6px;
}
.fbform1 {
  box-sizing: border-box;
  width: 540px;
  padding: 40px;
  background-color: rgba(243, 241, 242, 0.9);
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -ms-border-radius: 6px;
  border-radius: 6px;
}

/* line 560, ../sass/layout/_base.scss */
.fbform h3 {
  font-family: 'Open Sans';
  font-size: 25px;
  font-weight: 400;
  line-height: 28px;
  margin-bottom: 23px;
  text-align: center;
  color: black;
}
.fbform1 h3 {
  font-family: 'Open Sans';
  font-size: 25px;
  font-weight: 400;
  line-height: 28px;
  margin-bottom: 23px;
  text-align: center;
  color: black;
}

/* line 573, ../sass/layout/_base.scss */
.fbform p {
  text-align: center;
  color: black;
  font-family: Open Sans;
  font-size: 13px;
  font-weight: 300;
  line-height: 16px;
}
.fbform1 p {
  text-align: left;
  color: black;
  font-family: Open Sans;
  font-size: 13px;
  font-weight: 300;
  line-height: 16px;
}
/* line 583, ../sass/layout/_base.scss */
.fbform .inpblock {
  display: flex;
  justify-content: space-between;
}
.fbform1 .inpblock {
  display: flex;
  justify-content: space-between;
}
/* line 588, ../sass/layout/_base.scss */
.fbform .inpblock .inputbox {
  width: 49%;
}
.fbform1 .inpblock .inputbox {
  width: 49%;
}
/* line 593, ../sass/layout/_base.scss */
.fbform input[type='text'] {
  font-family: Open Sans;
  font-size: 13px;
  font-weight: 300;
  line-height: 52px;
  box-sizing: border-box;
  width: 100%;
  height: 52px;
  padding: 0 20px;
  color: black;
  border: none;
  background-color: white;
}
.fbform1 input[type='text'] {
  font-family: Open Sans;
  font-size: 13px;
  font-weight: 300;
  line-height: 52px;
  box-sizing: border-box;
  width: 100%;
  height: 52px;
  padding: 0 20px;
  color: black;
  border: none;
  background-color: white;
}
/* line 609, ../sass/layout/_base.scss */
.fbform input[type='text'].nametxt {
  background: #fff url(/img/ico_mail.png) no-repeat 95% center;
}
.fbform1 input[type='text'].nametxt {
  background: #fff url(/img/ico_mail.png) no-repeat 95% center;
}
/* line 616, ../sass/layout/_base.scss */
.fbform input[type='text'].phone {
  background: #fff url(/img/ico_phone.png) no-repeat 95% center;
}
.fbform1 input[type='text'].phone {
  background: #fff url(/img/ico_phone.png) no-repeat 95% center;
}
/* line 627, ../sass/layout/_base.scss */
.fbform button.send {
  font-family: 'Open Sans';
  font-size: 16px;
  font-weight: 700;
  line-height: 68px;
  width: 460px;
  max-width: 100%;
  height: 68px;
  cursor: pointer;
  text-align: center;
  text-transform: uppercase;
  color: white;
  border: none;
  background-color: #dc724e;
}
.fbform1 button.send {
  font-family: 'Open Sans';
  font-size: 16px;
  font-weight: 700;
  line-height: 68px;
  width: 460px;
  height: 68px;
  cursor: pointer;
  text-align: center;
  text-transform: uppercase;
  color: white;
  border: none;
  background-color: #dc724e;
}
/* line 644, ../sass/layout/_base.scss */
.fbform button.send:hover {
  background-color: #f6825c;
}
.fbform1 button.send:hover {
  background-color: #f6825c;
}
/* line 649, ../sass/layout/_base.scss */
.fbform .sendbox {
  margin-top: 10px;
  margin-bottom: 15px;
}
.fbform1 .sendbox {
  margin-top: 10px;
  margin-bottom: 15px;
}
/* line 656, ../sass/layout/_base.scss */
#frmcons {
  display: none;
}
#frmcons1 {
  display: none;
}
#frmcons2 {
  display: none;
}
#frmcons3 {
  display: none;
}
#frmcons4 {
  display: none;
}
#frmcons5 {
  display: none;
}
#frmcons6 {
  display: none;
}
#frmcons7 {
  display: none;
}
#frmcons8 {
  display: none;
}
#frmcons9 {
  display: none;
}
#frmcons10 {
  display: none;
}
#frmcons11 {
  display: none;
}
#frmcons12 {
  display: none;
}
#frmcons13 {
  display: none;
}
#frmcons14 {
  display: none;
}
#frmcons15 {
  display: none;
}
#frmcons16 {
  display: none;
}
#frmcons17 {
  display: none;
}
#frmcons18 {
  display: none;
}
#frmcons19 {
  display: none;
}
#frmcons20 {
  display: none;
}
#frmcons21 {
  display: none;
}
#frmcons22 {
  display: none;
}
#frmcons23 {
  display: none;
}
#frmcons24 {
  display: none;
}
#frmcons25 {
  display: none;
}
/* line 661, ../sass/layout/_base.scss */
#frmorder {
  display: none;
}

/* line 668, ../sass/layout/_base.scss */
.thank .maxtext {
  margin-top: 220px !important;
  margin-bottom: 20px !important;
}
/* line 674, ../sass/layout/_base.scss */
.thank .maxtext span {
  background-color: #dc724e;
  display: inline-block;
  font-size: 38px;
  line-height: 48px;
  padding: 0 20px;
}
/* line 692, ../sass/layout/_base.scss */
.thank .smtext {
  font-size: 20px;
}

@media (max-width: 667px) {
  /* line 4, ../sass/layout/_responsive_320.scss */
  .wrapimg {
    background-image: url(/img/02.jpg);
  }

  /* line 10, ../sass/layout/_responsive_320.scss */
  .vis-sm {
    display: block;
  }

  /* line 15, ../sass/layout/_responsive_320.scss */
  .vis-lg {
    display: none;
  }

  /* line 20, ../sass/layout/_responsive_320.scss */
  .btnblock {
    flex-wrap: wrap;
  }
  /* line 23, ../sass/layout/_responsive_320.scss */
  .btnblock a {
    font-size: 12px;
    line-height: 16px;
    width: 214px;
    height: 45px;
    margin-bottom: 8px;
  }

  /* line 36, ../sass/layout/_responsive_320.scss */
  .lnkwrapper a {
    font-size: 12px;
    line-height: 24px;
  }
  /* line 40, ../sass/layout/_responsive_320.scss */
  .lnkwrapper a:before {
    top: 5px;
    left: -20px;
    width: 16px;
    height: 19px;
    background-size: 100% auto;
  }

  /* line 53, ../sass/layout/_responsive_320.scss */
  .topsection {
    padding-bottom: 40px;
  }

  /* line 59, ../sass/layout/_responsive_320.scss */
  .mtop {
    display: block;
    height: 41px;
    padding-top: 10px;
    background-color: #4e4e4e;
  }
  /* line 67, ../sass/layout/_responsive_320.scss */
  .mtop .blocklogo {
    display: flex;
    justify-content: space-around;
  }
  /* line 72, ../sass/layout/_responsive_320.scss */
  .mtop .blocklogo .item {
    text-align: center;
  }
  /* line 75, ../sass/layout/_responsive_320.scss */
  .mtop .blocklogo .item img {
    width: 80%;
  }
  /* line 79, ../sass/layout/_responsive_320.scss */
  .mtop .blocklogo .item:nth-child(2) {
    margin-top: 3px;
  }

  /* line 90, ../sass/layout/_responsive_320.scss */
  .header .blocklogo {
    display: none;
  }
  /* line 94, ../sass/layout/_responsive_320.scss */
  .header .cells2 {
    width: 50%;
    margin-top: 8px;
  }
  /* line 100, ../sass/layout/_responsive_320.scss */
/*  .header .cells2 a {
    font-size: 11px;
    width: auto;
    height: auto;
    line-height: 1;
  }*/
  /* line 108, ../sass/layout/_responsive_320.scss */
  .header .cells2 a.active {
    color: #68c1eb;
    background-color: transparent;
  }
  /* line 112, ../sass/layout/_responsive_320.scss */
  .header .cells2 a.active span {
    border-bottom: 1px dotted #68c1eb;
  }
  /* line 117, ../sass/layout/_responsive_320.scss */
  .header .cells2 a span {
    border-bottom: 1px dotted #fff;
  }
  /* line 123, ../sass/layout/_responsive_320.scss */
  .header .cells3 {
    width: 50%;
    margin-top: 18px;
  }
  /* line 129, ../sass/layout/_responsive_320.scss */
  .header .cells3 .phone {
    font-size: 14px;
  }
  /* line 133, ../sass/layout/_responsive_320.scss */
  .header .cells3 .smtext {
    font-size: 9px;
    line-height: 1;
  }

  /* line 146, ../sass/layout/_responsive_320.scss */
  #top .maxtext {
    font-size: 22px;
    line-height: 24px;
    margin-top: 35px;
    margin-bottom: 5px;
  }
  /* line 154, ../sass/layout/_responsive_320.scss */
  #top .smtext {
    font-size: 12px;
    line-height: 14px;
    margin-bottom: 30px;
  }
  /* line 161, ../sass/layout/_responsive_320.scss */
  #top .benefits {
    display: flex;
    width: 100%;
    margin: 0  40px 10px 0;
    flex-wrap: wrap;
  }
  /* line 169, ../sass/layout/_responsive_320.scss */
  #top .benefits .item {
    width: 50%;
  }
  /* line 172, ../sass/layout/_responsive_320.scss */
  #top .benefits .item .mediabox {
    height: 40px;
  }
  /* line 176, ../sass/layout/_responsive_320.scss */
  #top .benefits .item figcaption {
    font-size: 12px;
    line-height: 14px;
  }
  /* line 184, ../sass/layout/_responsive_320.scss */
  #top .btnblock {
    margin-bottom: 5px;
  }

  /* line 193, ../sass/layout/_responsive_320.scss */
  #catalog {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  /* line 197, ../sass/layout/_responsive_320.scss */
  #catalog .blocktitle {
    font-size: 24px;
    font-weight: 600;
    line-height: 24px;
    box-sizing: border-box;
    margin-bottom: 20px;
    padding-left: 15px;
    text-align: left;
  }
  /* line 209, ../sass/layout/_responsive_320.scss */
  #catalog .catalogwrapper {
    flex-wrap: wrap;
  }
  /* line 212, ../sass/layout/_responsive_320.scss */
  #catalog .catalogwrapper .leftblock {
    box-sizing: border-box;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
  }
  /* line 218, ../sass/layout/_responsive_320.scss */
  #catalog .catalogwrapper .leftblock .vib {
    font-size: 16px;
    line-height: 24px;
  }
  /* line 223, ../sass/layout/_responsive_320.scss */
  #catalog .catalogwrapper .leftblock .sidebarmenu {

    width: 100%;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  /* line 231, ../sass/layout/_responsive_320.scss */
  #catalog .catalogwrapper .leftblock .sidebarmenu li {
    margin-bottom: 2px;
  }
  /* line 234, ../sass/layout/_responsive_320.scss */
  #catalog .catalogwrapper .leftblock .sidebarmenu li a {
    font-size: 16px;
    line-height: 26px;
  }
  /* line 242, ../sass/layout/_responsive_320.scss */
  #catalog .catalogwrapper .rightblock {
    width: 100%;
  }
  /* line 252, ../sass/layout/_responsive_320.scss */
  #catalog .catalogwrapper .rightblock ul.price li div {
    box-sizing: border-box;
  }
  /* line 255, ../sass/layout/_responsive_320.scss */

  /* line 259, ../sass/layout/_responsive_320.scss */
  #catalog .catalogwrapper .rightblock ul.price li div:nth-child(2) {
    width: 80%;
    padding-left: 110px;
  }
  /* line 264, ../sass/layout/_responsive_320.scss */
  #catalog .catalogwrapper .rightblock ul.price li div:nth-child(3) {
    width: 20%;
    padding-right: 15px;
  }
  /* line 269, ../sass/layout/_responsive_320.scss */
  #catalog .catalogwrapper .rightblock ul.price li div:nth-child(4) {
    display: none;
  }
  /* line 273, ../sass/layout/_responsive_320.scss */
  #catalog .catalogwrapper .rightblock ul.price li div:nth-child(5) {
    display: none;
  }
  /* line 277, ../sass/layout/_responsive_320.scss */
  #catalog .catalogwrapper .rightblock ul.price li div:nth-child(6) {
    display: none;
  }
  /* line 286, ../sass/layout/_responsive_320.scss */
  #catalog .catalogwrapper .rightblock ul.price li:nth-child(odd) {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    border-radius: 0;
  }
  /* line 290, ../sass/layout/_responsive_320.scss */
  #catalog .catalogwrapper .rightblock ul.price li:nth-child(1) {
    display: none;
  }

  /* line 304, ../sass/layout/_responsive_320.scss */
  #diploms .lptitle {
    font-size: 16px;
    line-height: 18px;
    text-align: left;
  }
  /* line 311, ../sass/layout/_responsive_320.scss */
  #diploms .slider {
    margin-bottom: 35px;
  }

  /* line 317, ../sass/layout/_responsive_320.scss */
  #maps {
    height: auto;
  }
  /* line 320, ../sass/layout/_responsive_320.scss */
  #maps #map {
    display: none;
  }
  /* line 324, ../sass/layout/_responsive_320.scss */
  #maps .map_info {
    width: auto;
    margin-top: 20px;
    padding: 0;
  }
  /* line 329, ../sass/layout/_responsive_320.scss */
  #maps .map_info .title {
    font-family: Open Sans;
    font-size: 23px;
    font-weight: 600;
    line-height: 21px;
    text-align: center;
    color: black;
  }
  /* line 341, ../sass/layout/_responsive_320.scss */
  #maps .list {
    width: auto;
    margin-left: 15px;
  }

  /* line 349, ../sass/layout/_responsive_320.scss */
  .footer {
    height: auto;
    margin: 0 auto;
  }
  /* line 353, ../sass/layout/_responsive_320.scss */
  .footer .copy_block {
    margin-top: 0;
  }
  /* line 360, ../sass/layout/_responsive_320.scss */
  .footer .copy_block .blocklogo .item img {
    width: 80%;
  }
  /* line 364, ../sass/layout/_responsive_320.scss */
  .footer .copy_block .blocklogo .item:last-child {
    text-align: right;
  }
  /* line 370, ../sass/layout/_responsive_320.scss */
  .footer .copy_block .right {
    width: 100%;
  }
  /* line 373, ../sass/layout/_responsive_320.scss */
  .footer .copy_block .right .phone {
    width: 100%;
    text-align: center;
  }
  /* line 379, ../sass/layout/_responsive_320.scss */
  .footer .copy_block .right .des {
    width: 100%;
    text-align: center;
  }
  /* line 387, ../sass/layout/_responsive_320.scss */
  .footer .footer_bot {
    height: auto;
  }
  /* line 390, ../sass/layout/_responsive_320.scss */
  .footer .footer_bot .polit {
    width: 100%;
    margin-top: 0;
    margin-bottom: 20px;
    text-decoration: none;
    border-bottom: 1px dotted #000;
  }
  /* line 399, ../sass/layout/_responsive_320.scss */
  .footer .footer_bot .polit:hover {
    border-bottom: 1px dotted transparent;
  }
  /* line 404, ../sass/layout/_responsive_320.scss */
  .footer .footer_bot .dew {
    width: 100%;
    margin-bottom: 20px;
  }

  /* line 415, ../sass/layout/_responsive_320.scss */
  .fbform {
    box-sizing: border-box;
    width: 295px;
    padding: 25px 17px 35px;
  }
  .fbform1 {
    box-sizing: border-box;
    width: 295px;
    padding: 25px 17px 35px;
  }
  /* line 420, ../sass/layout/_responsive_320.scss */
  .fbform h3 {
    font-size: 22px;
    line-height: 24px;
  }
  .fbform1 h3 {
    font-size: 22px;
    line-height: 24px;
  }
  /* line 425, ../sass/layout/_responsive_320.scss */
  .fbform p {
    font-size: 11px;
    line-height: 14px;
  }
  .fbform1 p {
    font-size: 11px;
    line-height: 14px;
  }
  /* line 430, ../sass/layout/_responsive_320.scss */
  .fbform .inpblock {
    flex-wrap: wrap;
  }
  .fbform1 .inpblock {
    flex-wrap: wrap;
  }
  /* line 433, ../sass/layout/_responsive_320.scss */
  .fbform .inpblock .inputbox {
    width: 100%;
    margin-bottom: 5px;
  }
  .fbform1 .inpblock .inputbox {
    width: 100%;
    margin-bottom: 5px;
  }
  /* line 439, ../sass/layout/_responsive_320.scss */
  .fbform input[type='text'] {
    line-height: 46px;
    height: 46px;
  }
  .fbform1 input[type='text'] {
    line-height: 46px;
    height: 46px;
  }
  /* line 445, ../sass/layout/_responsive_320.scss */
  .fbform button.send {
    font-size: 14px;
    line-height: 54px;
    height: 54px;
  }
  .fbform1 button.send {
    font-size: 14px;
    line-height: 54px;
    height: 54px;
  }

  /* line 457, ../sass/layout/_responsive_320.scss */
  #surprize .title {
    font: 300 24px/26px open sans;
    text-align: left;
  }
  /* line 463, ../sass/layout/_responsive_320.scss */
  #surprize .t1 {
    font: 18px/18px open sans;
  }
  
  #surprize1 .title {
    font: 300 24px/26px open sans;
    text-align: left;
  }
  /* line 463, ../sass/layout/_responsive_320.scss */
  #surprize1 .t1 {
    font: 18px/18px open sans;
  }

  /* line 472, ../sass/layout/_responsive_320.scss */
  #catalog .bl_center {
    padding: 0;
  }

  /* line 480, ../sass/layout/_responsive_320.scss */
  .thank #top {
    height: auto;
  }
  /* line 485, ../sass/layout/_responsive_320.scss */
  .thank .cells2 {
    display: none;
  }
  /* line 490, ../sass/layout/_responsive_320.scss */
  .thank .cells3 {
    width: 100%;
    text-align: center;
  }
  /* line 499, ../sass/layout/_responsive_320.scss */
  .thank .maxtext {
    margin-top: 100px !important;
    margin-bottom: 15px !important;
  }

  /* line 520, ../sass/layout/_responsive_320.scss */
  #docs .documetns {
    flex-wrap: wrap;
  }
}
/* PAGES - ╤ЄЁрэшЎ√ ёрщЄр.
========================================================================== */
/* MODULES - ьюфєыш.
========================================================================== */
/* @import 'modules/_filter.scss';
@import 'modules/_cart.scss'; */

.f-item span {
    font-size: 13px;
    color: #fff;
    font-family: "ubuntulight",sans-serif;
    margin-right: 5px;
}

.f-item a {
    font-size: 13px;
    color: #fff;
    width: 27px;
    height: 27px;
    border-radius: 50%;
    border: 1px solid #fff;
    display: block;
    display: inline-block;
    text-align: center;
    -webkit-transition: all 0.7s ease;
    -moz-transition: all 0.7s ease;
    -o-transition: all 0.7s ease;
    transition: all 0.7s ease;
    margin-right: 5px;
}
.f-item a i {
    font-size: 15px;
    padding-top: 6px;
}
.f-item a:hover {
    color: #FFCF3B;
    border-color: #FFCF3B;
}
.serii h3 {
	margin-top: 20px;
	margin-bottom: 20px;
}
.serii p {
	margin-top: 10px;
	margin-bottom: 10px;
}
@media (min-width: 668px) {
	#academy .block {
		float: left;
		position: relative;
		width: 100%;
		text-align: justify;
		
	}
	#academy .block img{
		margin-right: 20px;
		margin-bottom: 10px;
	}
}
.full {
	width: 100%;
	display: block;
	position: relative;
	margin-top: 25px;
	float: left;
}
.full p{
	font-weight: bold;
}
@media (max-width: 667px) {
	#academy .block img{
		display: block;
		margin: 10px auto;
		float: none;
	}
	.full p{
		text-align: center;
	}
}