@font-face {
  font-family: "11692";
  src: url("../fonts/11692.otf") format("truetype");
}

@font-face {
  font-family: "Aleo-Regular";
  src: url("../fonts/Aleo-Regular.otf") format("truetype");
}

* {
  margin: 0px;
  padding: 0px;
  border: 0px;
  outline: none;
}

html {
  scroll-behavior: smooth;
}

body {
  font-family: "11692";
  font-size: 16px;
  color: #545454;
  background: #f4f8fb;
  line-height: 25px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  text-transform: uppercase;
  color: #3a703c;
  font-size: 22px;
  margin: 20px 0;
}

em {
  font-style: italic;
}

div,
article,
aside,
footer,
header,
hgroup,
main,
nav,
section {
  display: block;
  box-sizing: border-box;
}

.article {
  margin: 1% 0;
}

article p {
  line-height: 150%;
  margin: 0 0 10px 0;
}

ul,
ol {
  /* list-style-position: inside; */
  margin: 2% 0% 5% 5%;
}

a {
  transition: 0.3s;
}

.to_top {
  display: block;
  position: fixed;
  bottom: 1%;
  right: 2%;
  width: 80px;
  height: 80px;
  background: url(../img/grad-cap.png) no-repeat center;
  cursor: pointer;
  z-index: 999;
}

.cities ul {
  column-count: 4;
}

.sities_list {
  display: block;
  position: absolute;
  right: 15px;
  top: 135px;
  z-index: 1;
  background: #fff;
  list-style: none;
  overflow: hidden;
  transition: 0.3s;
  padding: 0;
  height: 0;
  column-count: 3;
  opacity: 0.85;
}

.sities_list>li>a {
  opacity: 1;
}

.header-menu>nav>.item-10:hover~.sities_list,
.header-menu>nav>.sities_list:hover {
  padding: 1% 0 2% 2%;
  height: auto;
}

.header-menu>nav>.sities_list>li:hover>a,
.cities li:hover a {
  color: #ff822e;
}

img {
  max-width: 100%;
  vertical-align: middle;
}

strong {
  font-weight: bold;
}

em {
  font-style: italic;
}

a {
  text-decoration: none;
  color: #3a703c;
}

article {
  color: #4e6573;
}

article a {
  color: #259be2;
}

.clr {
  clear: both;
}

.flx {
  display: -webkit-flex;
  display: flex;
}

nav.close,
.btn_burger,
.btn_phone {
  display: none;
  width: 30px;
  height: 30px;
  position: absolute;
}

.btn_burger {
  background: url(/img/burger_menu.png) no-repeat center;
  background-size: contain;
  top: 26%;
  left: 4%;
}

.overlay {
  position: fixed;
  z-index: 10;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(18, 19, 51, 0.5);
}

.popup_callback,
.popup_menu {
  position: fixed;
  z-index: 11;
  top: 40%;
  left: 50%;
  display: none;
  width: 88%;
  height: 71%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background: #3a703c;
  padding: 5%;
  color: #fff;
}

.popup_callback {
  height: 35%;
}

.popup_menu a,
.popup_callback a {
  color: #fff;
}

.popup_menu nav {
  height: -webkit-fill-available;
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  align-items: center;
  font-size: 25px;
}

.popup_callback .wrap_form_call_back {
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  height: -webkit-fill-available;
  font-size: 21px;
}

.close {
  position: absolute;
  left: 90%;
  top: 2%;
  font-size: 30px;
  font-weight: bolder;
  color: #fff;
}

.btn_phone {
  background: url(/img/phone-icon.png) no-repeat center;
  background-size: contain;
  top: 26%;
  right: 4%;
}

input[type="submit"] {
  cursor: pointer;
}

.columns {
  position: relative;
}

.sidebar {
  width: 30%;
  /* float: left; */
  /* right: 1000px; */
}

.centercol {
  width: 67%;
  min-height: 1000px;
  margin-left: 20px;
  /* left: 280px; */
  /* float: left; */
}

.page-content {
  border: 1px solid #d4d9e3;
  background: white;
  padding: 20px;
}

.page-content>img {
  display: block;
  margin: 2% auto;
}

.page {
  max-width: 1280px;
  margin: 0px auto;
  position: relative;
  height: auto;
  display: flex;
  flex-wrap: wrap;
}

.page-content ul li {
  margin: 2%;
}

.footer {
  border-top: 1px solid #d4d9e3;
  padding: 1% 0;
  margin-top: 2%;
}

.page_footer {
  max-width: 1280px;
  margin: 0px auto;
  position: relative;
  height: auto;
}

.page_footer nav {
  display: flex;
  justify-content: space-between;
  margin-bottom: 1%;
}

.page_footer nav a {
  font-size: 14px;
  font-weight: bold;
  text-transform: uppercase;
  color: #3e3e3e;
  transition: 0.2s;
}

.page_footer nav a:hover {
  color: #3a703c;
}

.copyrite {
  margin-left: 25%;
}

.header {
  padding-top: 20px;
  width: 100%;
}

.header>.header-contacts {
  display: -webkit-flex;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap
}

h1.logo {
  margin: 0;
}

.site-name {
  font-family: "Aleo-Regular";
  padding: 10px 0 5px 85px;
  background: url(../img/logo.png) 0 0 no-repeat;
}

.site-name>#diplom {
  font-size: 24px;
  color: #1f1f1f;
}

.site-name>#live {
  font-size: 24px;
  color: #498e4c;
  position: relative;
}

.site-name>#live>#com {
  font-size: 12px;
  color: #1f1f1f;
  position: absolute;
  right: 0;
  top: -15px;
}

.site-name>.site-desc {
  display: block;
  color: #7b7b7b;
  font-size: 13px;
  font-family: "11692";
}

.header-phone>a {
  font-size: 20px;
  color: black;
}

.header-phone>p {
  font-size: 14px;
  color: #868ea1;
}

.header-email>a {
  font-size: 16px;
  color: black;
}

.header-email>.write-to {
  display: block;
  font-size: 14px;
  color: #3a703c;
  margin-top: 5px;
  text-decoration: underline;
  cursor: pointer;
  position: relative;
  margin-left: 20px;
}

.header-email>.write-to:before {
  content: "";
  display: inline-block;
  width: 16px;
  height: 16px;
  background: url(../img/icn.png) 0 0 no-repeat;
  position: absolute;
  top: 0;
  left: -20px;
}

.header-btn,
.block_order_btn,
.btn_video {
  font-size: 14px;
  color: white;
  background: #ff822e;
  padding: 15px 25px;
  transition: background .5s;
  cursor: pointer;
  text-align: center;
}

.blue_btn:hover,
.form_btn:hover,
.block_order_btn:hover {
  background-color: #326134 !important;
}

.order_forms .form_btn {
  width: 297px;
  height: 43px;
  background-color: #498e4c;
  text-transform: uppercase;
}

.block_order_btn,
.btn_video {
  width: 45px;
  height: 45px;
  padding: unset;
  display: flex;
  justify-content: center;
  align-items: center;
  /* padding: 15px 15px; */
}

.btn_video {
  background: #3a703c;
}

.btn_doc_price {
  width: 120px;
}

.btn_doc_price img {
  margin: 0 5% 5% 0;
}

.header-menu {
  margin: 20px 0;
}

.header-menu>nav {
  width: 100%;
  display: flex;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: -moz-box;
  -webkit-align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  justify-content: space-between;
}

.header-menu>nav>a {
  font-size: 17px;
  color: #3a703c;
  text-transform: uppercase;
  padding: 15px 25px;
  transition: background 0.5s, color 0.5s;
}

#header-line {
  width: 100%;
  height: 1px;
  background: #d4d9e3;
  margin-bottom: 20px;
}

.nav-block>.h6 {
  position: relative;
  padding: 30px 55px 30px 20px;
  font-size: 14px;
  color: white;
  text-transform: uppercase;
  background: #498e4c;
  transition: background 0.5s;
  cursor: pointer;
  line-height: 20px;
}

.nav-block>.h6.nav-close {
  border-bottom: 1px solid #3a703c;
}

.nav-block.nav-last>.h6.nav-close {
  border-bottom: none;
}

.nav-block>.h6:after {
  content: "";
  display: block;
  width: 15px;
  height: 15px;
  background: white url(../img/nav-arrow.png) 4px -11px no-repeat;
  position: absolute;
  right: 20px;
  top: calc(50% - 7px);
}

.nav-block>.h6.nav-close:after {
  background: white url(../img/nav-arrow.png) 6px 3px no-repeat;
}

.nav-block nav {
  border-left: 1px solid #d4d9e3;
  border-right: 1px solid #d4d9e3;
  background: white;
  padding: 10px 0;
}

.nav-block.nav-last {
  /* border-bottom: 1px solid #d4d9e3; */
}

.nav-block.block-info {
  /* margin-top: 30px; */
  border-bottom: 1px solid #d4d9e3;
  border-top: 1px solid #d4d9e3;
}

.nav-block nav>a {
  display: block;
  font-size: 14px;
  color: #1f1f1f;
  margin: 10px 0;
  padding: 5px 0 5px 35px;
  position: relative;
}

.nav-block nav>a:before {
  content: "";
  display: block;
  width: 5px;
  height: 5px;
  background: #498e4c;
  border-radius: 50%;
  position: absolute;
  top: 10px;
  left: 15px;
}

.side-block-title {
  font-size: 18px;
  text-transform: uppercase;
  color: black;
}

.block-info .side-block-title {
  padding: 10px 35px;
}

#comment-block {
  border: 1px solid #d4d9e3;
  background: white;
  margin-top: 30px;
}

.comment-block-head {
  justify-content: space-between;
  border-bottom: 1px solid #d4d9e3;
  padding: 15px;
}

#comment-block .side-block-title {
  position: relative;
  margin-left: 30px;
}

#comment-block .side-block-title:before {
  content: "";
  display: block;
  width: 21px;
  height: 17px;
  background: url(../img/icn.png) -1px -26px no-repeat;
  position: absolute;
  top: 2px;
  left: -29px;
}

#comment-block .all-comments {
  font-size: 12px;
  align-self: center;
  text-decoration: underline;
  cursor: pointer;
}

#comment-block .item {
  font-size: 14px;
  color: #1f1f1f;
  padding: 20px;
}

#comment-block .item .author {
  display: inline-block;
  padding: 10px 15px;
  background: #ff822e;
  color: white;
  font-size: 16px;
  margin-bottom: 15px;
}

.titl-blck {
  font-size: 22px;
  text-transform: uppercase;
  color: #3a703c;
}

.good-to-know {
  margin-top: 5%;
}

.good-to-know .item {
  height: 210px;
}

.good-to-know .item .name-item {
  text-transform: uppercase;
  font-size: 22px;
  line-height: 30px;
  margin-bottom: 20px;
}

.good-to-know .item .desc-item {
  font-size: 14px;
  line-height: 18px;
}

.good-to-know .item .more-item {
  font-size: 14px;
  text-transform: uppercase;
  position: relative;
}

.good-to-know .item#item-1 {
  width: 550px;
  padding: 20px;
  background: #008f47 url(../img/item-1.jpg) 0 0 no-repeat;
  color: white;
  border-top: 1px solid #d4d9e3;
  border-bottom: 1px solid #d4d9e3;
  border-left: 1px solid #d4d9e3;
}

.good-to-know .item#item-1 .more-item {
  color: white;
  float: right;
  margin: 10px 25px;
}

.good-to-know .item#item-1 .more-item:after {
  content: "";
  display: block;
  width: 15px;
  height: 15px;
  background: white url(../img/nav-arrow.png) 6px 3px no-repeat;
  position: absolute;
  top: 0;
  right: -25px;
}

.good-to-know #item-2,
.good-to-know #item-3,
.good-to-know #item-4 {
  color: black;
}

.good-to-know .item#item-2 {
  width: 430px;
  padding: 20px;
  background: url(../img/item-2.jpg) 0 0 no-repeat, white;
  border-top: 1px solid #d4d9e3;
  border-bottom: 1px solid #d4d9e3;
  border-right: 1px solid #d4d9e3;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-end;
}

.good-to-know .item#item-3 {
  width: 430px;
  padding: 20px;
  background: url(../img/fon_fingers.png) 0 0 no-repeat, white;
  border-top: 1px solid #d4d9e3;
  border-bottom: 1px solid #d4d9e3;
  border-right: 1px solid #d4d9e3;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-end;
}

.good-to-know .item#item-3 .name-item {
  margin-right: 13%;
}

.good-to-know .item#item-4 {
  width: 550px;
  padding: 20px;
  background: white;
  border-top: 1px solid #d4d9e3;
  border-bottom: 1px solid #d4d9e3;
  border-left: 1px solid #d4d9e3;
  border-right: 1px solid #d4d9e3;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.good-to-know .item#item-4 .good-to-know .item .name-item {
  width: 100%;
}

.good-to-know .item#item-4 .more-item {
  margin-right: 5%;
  align-self: flex-end;
}

.good-to-know .item#item-2 .more-item,
.good-to-know .item#item-3 .more-item,
.good-to-know .item#item-4 .more-item,
.more-item {
  color: #498e4c;
  margin-right: 23%;
  position: relative;
}

.good-to-know .item#item-2 .more-item:after,
.good-to-know .item#item-3 .more-item:after,
.good-to-know .item#item-4 .more-item:after,
.more-item:after {
  content: "";
  display: block;
  width: 15px;
  height: 15px;
  background: #498e4c url(../img/nav-arrow-white.png) 6px 3px no-repeat;
  position: absolute;
  top: 5px;
  right: -25px;
}

.doc_item .doc_video {
  color: #535353;
  margin-right: 23%;
  position: relative;
}

.doc_item .doc_video:after {
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  background: url(../img/youtube_btn.png) no-repeat center;
  background-size: contain;
  position: absolute;
  top: 0;
  right: -25px;
}

.doc_type {
  text-align: center;
  margin: 2% 0;
  text-transform: uppercase;
  color: #3a703c;
  font-size: 18px;
  font-weight: bold;
}

.doc_item {
  display: flex;
  justify-content: space-between;
  border: 1px solid #e4eaef;
}

.doc_photo {
  padding: 2%;
}

.doc_descript {
  padding: 2%;
  width: 60%;
}

.doc_title {
  display: block;
  width: 100%;
  margin-bottom: 2%;
}

.doc_descript p {
  font-size: 14px;
  color: #535353;
}

.wrap_btns {
  margin-top: 6%;
  display: flex;
  justify-content: space-between;
}

.wrap_btns a {
  margin: unset;
}

.price_block {
  border-left: 1px solid #e4eaef;
  padding: 2%;
  width: 20%;
  display: flex;
  /* flex-direction: column; */
  justify-content: center;
  align-items: center;
}

.wrap_dblock {
  display: flex;
  flex-wrap: wrap;
  margin: 2% auto;
  width: fit-content;
}

.block_document {
  max-width: 25%;
  min-width: 200px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  border: 1px solid #e4eaef;
  background-color: #ffffff;
  padding: 2%;
}

.block_document:hover {
  box-shadow: 1px 2px 35px rgba(0, 0, 0, 0.17);
}

.block_document .title_document {
  height: 20%;
  margin-bottom: 10%;
  text-align: center;
}

.wrap_doc_price .price_block {
  flex-direction: column;
}

.block_document .price_block {
  display: flex;
  width: 100%;
  justify-content: space-around;
  margin-top: 10%;
}

.old_price {
  text-decoration: line-through;
}

.doc_item .goznak_price {
  font-size: 20px;
  margin: 0 0 10% 0;
}

.goznak_price {
  color: #3a703c;
}

.img_document {
  margin: 5% 0 5% 0;
}

.price_table tbody tr {
  margin: 2% 0;
}

.section {
  text-align: center;
  text-transform: uppercase;
  color: #3a703c;
  font-size: 18px;
}

.why_we {
  display: flex;
  flex-wrap: wrap;
}

.good-to-know {
  margin-bottom: 5%;
}

.why_we .reason {
  width: 50%;
  margin: 2% 0;
}

.why_we .reason .reasone_icon {
  float: left;
  margin-right: 5%;
  width: 64px;
  height: 100px;
}

.icon_reason1 {
  background: url(../img/icons_reasons.png) -56px 10px no-repeat;
}

.icon_reason2 {
  background: url(../img/icons_reasons.png) -193px 15px no-repeat;
}

.icon_reason3 {
  background: url(../img/icons_reasons.png) -321px 15px no-repeat;
}

.icon_reason4 {
  background: url(../img/icons_reasons.png) -124px 15px no-repeat;
}

.icon_reason5 {
  background: url(../img/icons_reasons.png) -257px 15px no-repeat;
}

.icon_reason6 {
  background: url(../img/icons_reasons.png) 10px 15px no-repeat;
}

.why_we .reason p {
  width: 90%;
}

/* Отзывы */

.mention_block {
  margin: 2% 0;
  border-bottom: 1px solid #ccc;
  padding: 0 0 1% 0;
}

.sm-author {
  color: #3a703c;
  font-size: 20px;
}

.sm-date {
  font-size: 14px;
  margin-left: 2%;
}

.mention {
  margin: 1% 0;
}

.mention p {
  text-indent: 60px;
}

#pagination {
  text-align: center;
  letter-spacing: 15px;
  color: #ff822e;
  margin: 2% 0;
}

#pagination a {
  color: #008038;
}

.ditto_next_link,
.ditto_previous_link {
  letter-spacing: normal;
  margin: 0% 2%;
}

/* Отзывы  end*/

/* Вопрос ответ */

.question_block {
  border-bottom: 1px solid #ccc;
  padding-bottom: 1%;
  margin: 2% 0;
}

.question .q,
.an {
  margin-right: 1%;
  text-decoration: underline;
}

.question {
  margin: 1% 0;
}

/* Вопрос ответ END */

iframe {
  width: 100%;
  height: 450px;
  margin: 2% auto;
}

/* Контакты */

#page_contacts {
  padding: 0;
}

.wrap_contact {
  display: flex;
  flex-wrap: wrap;
}

.wrap_contact .lf,
.wrap_contact .rt {
  padding: 20px;
}

.wrap_contact .lf {
  width: 60%;
  display: flex;
  flex-direction: column;
  justify-content: space-around;
}

.wrap_contact .rt .wrap_form form {
  width: 100%;
}

.wrap_contact .rt {
  border: 1px solid #e4eaef;
  background-color: #f7f7f7;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 40%;
}

.wrap_contact .lf p {
  margin-bottom: 2%;
}

.wrap_contact .lf a {
  color: #000;
}

/* Контакты END */

/* Формы */
input {
  border: 1px solid #cdcdcd;
  background-color: #e6e6e6;
  padding: 4%;
  box-sizing: border-box;
  margin: 5% 0;
}

textarea {
  resize: none;
  border: 1px solid #cdcdcd;
  background-color: #e6e6e6;
  margin: 5% 0;
  padding: 4%;
  box-sizing: border-box;
}

.wrap_contact form input,
.wrap_contact form textarea,
.wrap_contact form button {
  width: 100%;
}

.wrap_contact form textarea {}

.order_forms select,
.choose select {
  border: 1px solid #cdcdcd;
  /* background-color: #e6e6e6; */
  padding: 13px;
  /* width: 111%; */
  position: relative;
  -webkit-appearance: none;
  z-index: 1;
  background: none;
}

.order_forms select option {
  background: #e6e6e6;
}

.choose {
  background: #e6e6e6;
  display: inline-block;
  position: relative;
  /* width: 40%; */
  /* margin: 2% 0 3% 0; */
}

.order_forms .choose::after {
  content: "";
  display: block;
  position: absolute;
  width: 40px;
  height: 40px;
  right: 1px;
  top: 0px;
  border: 1px solid #498e4c;
  background: #498e4c url(../img/arrow-point-to-right.png) no-repeat center;
  z-index: 0;
}

.hr {
  width: 100%;
  height: 1px;
  background: #e6e6e6;
  margin: 3% 0 2% 0;
}

.order_forms input,
.order_forms textarea {
  padding: 1%;
  margin: 1% 0;
  width: 100%;
}

/* .order_forms #or-form-field-select-type-doc {
  width: 100%;
} */

/* Формы end  */

.single_university {
  display: flex;
  border-bottom: 1px solid #ccc;
  padding: 2% 0;
}

.preview_img {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 18%;
}

.intro {
  margin-left: 2%;
}

.button-container {
  display: flex;
  justify-content: flex-end;
  margin-top: 2%;
}

.single_university .btn_video {
  width: 20%;
  padding: 0.5px;
  margin-left: 5%;
}

/******************************************************************************************************************************/

.header-email>.write-to:hover {
  text-decoration: none;
}

.header-btn:hover {
  background: #008038;
}

.header-menu>nav>a:nth-child(even):hover,
.header-menu>nav>a:nth-child(even).active-item {
  background: #008038;
  color: white;
}

.header-menu>nav>a:nth-child(odd):hover,
.header-menu>nav>a:nth-child(odd).active-item {
  background: #ff822e;
  color: white;
}

.nav-block>.h6:hover,
.nav-block>.h6:not(.nav-close) {
  background: #3a753c;
}

.nav-block nav>a:nth-child(odd):hover,
.nav-block nav>a:nth-child(odd).active-item {
  color: #498e4c;
}

.nav-block nav>a:nth-child(even):hover,
.nav-block nav>a:nth-child(even).active-item {
  color: #ff822e;
}

#comment-block .all-comments:hover {
  text-decoration: none;
  color: #ff822e;
}

.good-to-know .item .more-item:hover {
  color: #ff822e !important;
}

.hidden {
  display: none;
}

/* Media */

@media (min-width: 1279px) {
  .container {
    width: 1280px;
  }
}

/*  end min-width: 1279px  */
@media (max-width: 1279px) {}

/*  end max-width: 1279px  */
@media (min-width: 1200px) {}

/*  end min-width: 1200px  */

@media (min-width: 1140px) {}

/*  end min-width: 1140px  */

@media (max-width: 1024px) {
  .header>.header-contacts {
    justify-content: center;
  }

  .header>.header-contacts>div {
    margin: 4px;
  }

  .header-menu>nav>a {
    padding: 15px 10px;
    font-size: 0.8rem;
  }

  #comment-block {
    display: none;
  }
}

/*  end max-width: 1140px  */
@media (min-width: 940px) {}

/*  end min-width: 940px  */
@media (max-width: 940px) {}

/*  end max-width: 940px  */
@media (max-width: 800px) {}

/*  end max-width: 800px  */
@media (min-width: 780px) {}

/*  end min-width: 780px  */
@media (max-width: 780px) {
  .header>.header-contacts {
    flex-direction: column;
  }

  .header-phone,
  .header-email,
  #comment-block,
  .footer-content .page_footer nav {
    display: none;
  }

  .header-btn {
    width: 75%;
    margin: 5% 0;
  }

  .header-menu {
    display: none;
  }

  .btn_burger,
  .btn_phone {
    display: block;
  }

  .page {
    justify-content: center;
  }

  .sidebar {
    order: 1;
    width: 95%;
  }

  .centercol {
    margin: 20px;
    width: 100%;
    order: 0
  }

  .wrap_dblock {
    justify-content: center;
  }

  .why_we .reason {
    width: 100%;
  }

  .why_we .reason .reasone_icon {
    height: 105px;
    margin-top: 5%;
  }

  .copyrite {
    margin: unset;
  }

  .item {
    width: 100% !important;
  }

  .doc_item {
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  .doc_item .doc_descript,
  .wrap_doc_price .price_block {
    width: 100%;
    flex-direction: row;
    justify-content: space-between;
  }

  .doc_item .header-btn {
    width: 120px;
  }

  .wrap_btns {
    justify-content: flex-start;
  }

  .more-item:after {
    top: 3px;
    right: -20px;
  }

  .doc_item .doc_video:after {
    top: 2px;
  }

  .doc_item .doc_video {
    margin: unset;
    margin-left: 13%;
  }

  input,
  textarea,
  select,
  .choose {
    width: 100% !important;
    height: 40px;
  }

  .order_forms .choose::after {
    width: 37px;
    height: 37px;
  }

  .or-form-field-wrapper {
    margin: 2%;
  }

  .select_date .choose {
    margin-bottom: 2%;
  }

  .block_document .price_block .header-btn {
    width: 45px;
  }

  .single_university {
    flex-wrap: wrap;
  }

  .preview_img {
    width: 100%;
  }

  .button-container {
    justify-content: center;
  }

  .single_university .header-btn {
    margin: unset;
  }

  .single_university .btn_video {
    width: 132px;
    padding: 7.5px;
    margin-left: unset;
  }

  .flx {
    flex-wrap: wrap;
  }
}

/*  end max-width: 780px  */
@media (max-width: 580px) {}

/*  end max-width: 580px  */
@media (max-width: 450px) {}

/*  end max-width: 450px  */
/* Media end */