html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
body {margin: 0;}
article, aside, details, figcaption, figure, footer, header, main, menu, nav, section, summary {display: block;}
audio, canvas, progress, video {display: inline-block;}
audio:not([controls]) {display: none; height: 0;}
progress {vertical-align: baseline;}
template,
[hidden] {
  display: none;
}
a {background-color: transparent; -webkit-text-decoration-skip: objects;}
a:active, a:hover {outline-width: 0;}
abbr[title] {border-bottom: none; text-decoration: underline; text-decoration: underline dotted;}
b, strong {font-weight: inherit; font-weight: bolder;}
dfn {font-style: italic;}
h1 {font-size: 2em; margin: 0.67em 0;}
mark {background-color: #ff0; color: #000;}
small {font-size: 80%;}
sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sub {bottom: -0.25em;}
sup {top: -0.5em;}
img {border-style: none;}
svg:not(:root) {overflow: hidden;}
code, kbd, pre, samp {font-family: monospace,monospace; font-size: 1em;}
figure {margin: 1em 40px;}
hr {box-sizing: content-box; height: 0; overflow: visible;}
button, input, select, textarea {font: inherit; margin: 0;}
optgroup {font-weight: 700;}
button, input {overflow: visible;}
button, select {text-transform: none;}
button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}
fieldset {
  border: 1px solid silver;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}
textarea {overflow: auto;}
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
[type="search"] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}
[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
::-webkit-input-placeholder {
  color: inherit;
  opacity: 0.54;
}
::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}
p, figure, h1, h2, h3, h4, h5, h6 {margin: 0;}
/*normalize css */

/*begin general css */
ul {list-style: none; margin: 0; padding: 0;}
a {text-decoration: none;}
* {box-sizing: border-box;}
a, button, input, textarea, .js-svg {
  -webkit-transition: background .2s, border .2s, color .2s;
  -o-transition: background .2s, border .2s, color .2s;
  transition: background .2s, border .2s, color .2s;
}
body {font-family:'Heebo',Arial,Helvetica,sans-serif; color:#333;}

@font-face {
    font-family: 'Heebo';
    src: url('../fonts/Heebo-Regular.eot');
    src: local('☺'),
         url('../fonts/Heebo-Regular.woff') format('woff'),
         url('../fonts/Heebo-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'Heebo';
    src: url('../fonts/Heebo-Bold.eot');
    src: local('☺'),
         url('../fonts/Heebo-Bold.woff') format('woff'),
         url('../fonts/Heebo-Bold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
}
@font-face {
    font-family: 'OpenSans';
    src: url('../fonts/OpenSans-SemiBold.eot');
    src: local('☺'),
         url('../fonts/OpenSans-SemiBold.woff') format('woff'),
         url('../fonts/OpenSans-SemiBold.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
}
/*end general css */


/*begin my css */

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

header{
  position: relative;
}

.header_top{
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  z-index: 3;
  background: linear-gradient(183.71deg, #24C6DC -39.26%, #514A9D 125.15%);
}
.header_top.index{
  background: transparent;
}
.header_bg{
  position: absolute;
  z-index: -1;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  opacity: 0;
  transition: 1s;
  background: linear-gradient(183.71deg, #24C6DC -39.26%, #514A9D 125.15%);
}
.header_bg.scroll{
  opacity: 1;
}
.header_top .container{
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.logo{
  display: block;
  width: 180px;
  height: 40px;
  transition: 1s;
  background: url('../img/logo_white.svg') center / contain no-repeat;
}
.logo.hide{
  width: 0;
}
.header_right{
  display: flex;
  align-items: center;
}
.soc_list{
  display: flex;
}
.header_right .contact_list:first-child{
  margin-right: 40px;
}
.list_title{
  font-family: 'OpenSans';
  color: #BAD6F6;
  font-size: 12px;
  margin-bottom: 7px;
  font-weight: 500;
  text-transform: uppercase;
}
.head_tel{
  color: #fff;
  font-size: 14px;
}
.head_tel:hover{
  text-decoration: underline;
}
.soc_item{
  display: block;
  width: 20px;
  height: 20px;
  margin-right: 10px;
  background: center /contain no-repeat;
}
.instagram{
  background-image: url('../img/instagram.svg');
}
.vkontakte{
  background-image: url('../img/facebook_white.svg');
}
.search,
.menu_btn{
  display: block;
  width: 70px;
  height: 70px;
  margin-left: 10px;
  transition: 0.4s;
}
.search:hover{
  background-color: rgba(255, 255, 255, 0.3);
}
.search{
  background: url('../img/search.svg') center / 20px no-repeat;
}

.search.hide{
  width: 0;
}

.search_block{
  position: relative;
  width: 0;
  overflow: hidden;
  transition: 1s;
  background-color: rgba(0, 0, 0, 0.5);
}
.search_block.active{
  width: 300px;
  margin-left: 30px;
}
.search_input{
  width: 100%;
  outline: none;
  font-size: 14px;
  padding: 10px 30px 10px 20px;
  color: #fff;
  border: none;
  background-color: transparent;
}
.search_close{
  position: absolute;
  display: block;
  width: 15px;
  height: 15px;
  right: 10px;
  top: 50%;
  cursor: pointer;
  transform: translateY(-50%);
  background: url('../img/close.svg') center / contain no-repeat;
}

.menu_btn{
  position: relative;
  cursor: pointer;
  background: url('../img/menu_icon.svg') center / 20px no-repeat, rgba(255, 255, 255, 0.3);
}
.menu_btn:hover .menu{
  max-height: 400px;
}

.menu{
  position: absolute;
  width: 230px;
  right: 0;
  top: 100%;
  max-height: 0;
  transition: 1s;
  overflow: hidden;
  background-color: #2CA5E5;
}
.menu_list{
  padding: 20px 20px 10px;
}
.close{
  position: absolute;
  display: none;
  right: 10px;
  top: 10px;
  width: 15px;
  height: 15px;
  cursor: pointer;
  background: url('../img/close.svg') center / contain no-repeat;
}
.menu_link{
  color: #fff;
  display: block;
  padding: 5px 0;
  transition: 0.5s;
}
.menu_link.active,
.menu_link.active:hover,
.menu_link:hover{
  opacity: 0.5;
}


.header_bottom{
  position: relative;
  overflow: hidden;
  display: flex;
  align-items: center;
  text-align: center;
  color: #fff;
  min-height: 500px;
  height: 100vh;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.5) 100%);
}
.header_bottom video{
  position: absolute;
  top: -50px;
  left: 0;
  z-index: -1;
  overflow: hidden;
  width: 100%;
  height: 100%;
}

@media (min-aspect-ratio: 16/9) {
  .header_bottom video {
    width: 100%;
    height: auto;
  }
}

@media (max-aspect-ratio: 16/9) {
  .header_bottom video {
    width: auto;
    height: 110%;
  }
}

.head_title{
  font-size: 48px;
  margin-bottom: 40px;
}
.head_text{
  width: 70%;
  margin: 0 auto 40px;
}
.blue_btn{
  display: inline-block;
  position: relative;
  padding: 10px 20px;
  color: #fff;
  transition: 1s;
  overflow: hidden;
  text-align: center;
  border-radius: 25px;
  text-transform: uppercase;
  background: linear-gradient(90deg, rgb(36, 198, 220), rgba(36, 198, 220, 0)), rgb(81, 74, 157);
}

.blue_btn:hover{
  background: linear-gradient(90deg, rgb(36, 198, 220), rgba(36, 198, 220, 0)), rgb(36, 198, 220);
}


.mob_tel{
  display: none;
  position: fixed;
  right: 30px;
  bottom: 40px;
  width: 50px;
  height: 50px;
  z-index: 4;
}
.mob_tel_icon{
  position: relative;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  z-index: 2;
  background: url('../img/mob_tel.svg') center / 25px no-repeat, 
  linear-gradient(183.71deg, #24C6DC -39.26%, #514A9D 125.15%);
}
.mob_tel_pulse{
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  border-radius: 50%;
  z-index: -1;
  animation: pulse 1.5s linear infinite;
  background: linear-gradient(183.71deg, #24C6DC -39.26%, #514A9D 125.15%);
}

@keyframes pulse{
  0%{
      opacity: 0.8;
  }
  100%{
    opacity: 0;
    transform: scale(2);
  }
}


.head_btn{
  width: 200px;
  font-size: 14px;
}

.header_contact{
  position: absolute;
  font-family: 'OpenSans';
  left: 0;
  right: 0;
  color: #fff;
  bottom: 30px;
}
.header_contact .container{
  display: flex;
  justify-content: space-between;
}
.head_contact_block{
  display: flex;
  flex-direction: column;
  max-width: 31%;  
}
.head_contact_block .tel{
  font-size: 18px;
}
.head_contact_block .contact_list{
  min-width: 180px;
  margin-right: 10px;
  font-size: 14px;
}
.head_contact_block .contact_list:not(:last-child){
  margin-bottom: 10px;
}
.head_contact_block a{
  color: #fff;
  font-weight: 500;
}
.head_contact_block a span{
  color: #B3B3B3;
}
.left_icon{
  padding-left: 20px;
  background: left top 2px / 12px no-repeat;
}
.tel{
  background-image: url('../img/tel.svg');
}
.loc{
  background-image: url('../img/loc.svg');
}

section{
  padding: 70px 0;
}

.title{
  font-size: 20px;
  color: #808080;
  margin-bottom: 60px;
}

.our_way{
  display: grid;
  grid-template-columns: repeat(2, 48%);
  justify-content: space-between;
  grid-gap: 70px 5px;
}
.our_way .way_item:nth-child(odd){
  transition-delay: 0.2s;
}
.our_way .way_item:nth-child(even){
  transition-delay: 0.6s;
}
.way_item{
  opacity: 0;
  transition: 1s;
  transform: translateY(60px);
}
.way_item.way--active{
  opacity: 1;
  transform: translateY(0);
}
.way_img{
  width: 65px;
  height: 65px;
  float: left;
  background: center top / contain no-repeat;
}
.about_way{
  margin-left: 85px;
}
.way_name{
  color: #333;
  font-size: 32px;
}
.way_name:hover{
  color: #2CA5E5;
}
.way_text{
  color: #808080;
  margin-bottom: 7px;
}

.way_more{
  position: relative;
  display: inline-block;
  z-index: 1;
  transition: 0.7s;
  color: #2CA5E5;
  overflow: hidden;
  padding: 5px 50px 5px 0;
  background: url('../img/more.svg') center right / 40px no-repeat;
}
.way_more:hover{
  color: #fff;
  padding: 5px 50px 5px 7px;
}
.way_more:before{
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  bottom: 0;
  transition: 0.7s;
  transform: translateX(-110%);
  z-index: -1;
  background: url('../img/more_white.svg') center right 8px / 40px no-repeat,
  linear-gradient(121.93deg, #24C6DC 1.62%, #514A9D 114.52%);
}
.way_more:hover:before{
  transform: translateX(-5%);
}

.video_block{
  display: grid;
  grid-template-columns: repeat(3, 32%);
  justify-content: space-between;
  grid-gap: 40px 5px;
}
.video_item{
  opacity: 0;
  transition: 1s;
  transform: translateY(60px);
}
.video_block .video_item:nth-child(1){transition-delay: 0.2s;}
.video_block .video_item:nth-child(2){transition-delay: 0.6s;}
.video_block .video_item:nth-child(3){transition-delay: 1s;}
.video_block .video_item:nth-child(4){transition-delay: 1.2s;}
.video_block .video_item:nth-child(5){transition-delay: 1.6s;}
.video_block .video_item:nth-child(6){transition-delay: 2s;}

.video_item.way--active{
  opacity: 1;
  transform: translateY(0);
}
.video_item iframe{
  width: 100%;
  height: 210px;
}
.video_text{
  color: #fff;
  font-size: 14px;
}

.gray{
  background-color: #F6F6F6;
}
.advan_section{
  overflow: hidden;
}

.our_advantages{
  display: grid;
  grid-template-columns: repeat(5, 220px);
  justify-content: space-between;
  grid-gap: 20px;
}
.advan_item{
  text-align: center;
  opacity: 0;
  transform: translateX(70px);
  transition: 1s;
  padding: 0 20px 20px;
  border-radius: 15px;
  background-color: #fff;
  box-shadow: 0px 4px 16px rgba(32, 32, 35, 0.16);
}
.our_advantages .advan_item:nth-child(1){transition-delay: 0.2s;}
.our_advantages .advan_item:nth-child(2){transition-delay: 0.6s;}
.our_advantages .advan_item:nth-child(3){transition-delay: 1s;}
.our_advantages .advan_item:nth-child(4){transition-delay: 1.4s;}
.our_advantages .advan_item:nth-child(5){transition-delay: 1.8s;}

.advan_item.way--active{
  opacity: 1;
  transform: translateX(0);
}
.num_block{
  width: 150px;
  height: 120px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: -10px auto 15px;
  background: url('../img/num_bg.png') center / contain no-repeat;
}
.num_text{
  color: #fff;
  font-size: 44px;
  font-weight: bold;
}
.last_num{
  font-size: 36px;
}


.center_section{
  padding-bottom: 0;
  background: url('../img/center_bg.png') center / cover no-repeat;
}
.about_center{
  display: flex;
}
.about_text{
  width: 720px;
  z-index: 2;
}
.page_text{
  line-height: 24px;
  color: #808080;
  text-indent: 16px;
}
.page_text > p{
  margin-bottom: 10px;
}
.page_text .about_title{
  margin-bottom: 25px;
  font-weight: normal;
}
.about_title{
  font-size: 40px;
  color: #333;
  line-height: 48px;
  text-indent: 0;
}

.about_img{
  position: relative;
  width: 560px;
  height: 650px;
  margin-left: -100px;
  z-index: 1;
  background: url('../img/parmanov.png') top center / contain no-repeat;
}
.about_img_block{
  position: absolute;
  left: 0;
  bottom: 40px;
  right: 0;
  padding: 40px 20px;
  text-align: center;
  background: linear-gradient(270deg, rgba(255, 255, 255, 0) 0%, #FFFFFF 43.23%, rgba(255, 255, 255, 0) 100%);
}
.about_name{
  display: block;
  margin-bottom: 10px;
  font-size: 22px;
  font-weight: bold;
}
.about_position{
  color: #1E6185;
  font-size: 14px;
}


.blue_bg{
  background: linear-gradient(108.95deg, #24C6DC 1.62%, #514A9D 114.52%);
}
.white_color,
.tab_content{
  color: #fff;
}
.tab_item{
  display: block;
  width: 100px;
  height: 100px;
  opacity: 0;
  transition: 0.6s;
  margin-bottom: 10px;
  transform: translateX(-50px) scale(0.6);
  background: center / contain no-repeat;
}
.tab_item.way--active:hover{
  opacity: 1;
}
.tab_item.active:hover{
  opacity: 1;
  transform: scale(1);
}
.tab_item.active{
  transform: translateX(-50px) scale(1);
}


.tab_item.way--active{
  opacity: 0.6;
  transform: translateX(0) scale(0.6);
}
.tab_item.active.way--active{
  opacity: 1;
  transform: translateX(0) scale(1);
}


.step_block{
  display: flex;
  justify-content: center;
}
.tab_name{
  position: relative;
  margin-bottom: 40px;
}
.tab_name:before{
  content: "";
  position: absolute;
  left: -100px;
  height: 2px;
  width: 70px;
  top: 50%;
  background-color: #fff;
  transform: translateY(-50%);
}
.tab_content{
  display: none;
  width: 500px;
  margin-left: 160px;
}
.tab_content.active{
  display: block;
}
.tab_content_text{
  font-size: 22px;
}


.photo_section{
  padding: 0;
}
.photo_block{
  display: flex;
  align-items: center;
  justify-content: space-between;
}

/*Static photo styles*/

/*.left_photo{
  width: 500px;
  display: grid;
  grid-template-columns: repeat(2, 48%);
  justify-content: space-between;
  grid-gap: 25px 5px;
}
.photo_item{
  min-height: 150px;
  border-radius: 5px;
  overflow: hidden;
  box-shadow: 0px 4px 8px rgba(32, 32, 35, 0.25);
  background: center / cover no-repeat;
}
.left_photo .photo_item:first-child{
  height: 240px;
}
.left_photo .photo_item:nth-child(2){
  grid-row: 1/3;
  grid-column: 2/3;
  margin-top: 30px;
  height: 400px;
}
.left_photo .photo_item:nth-child(3){
  grid-row: 2/4;
  height: 350px;
}
.left_photo .photo_item:nth-child(4){
  grid-row: 3/5;
  margin-bottom: 30px;
}
.photo_item img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}*/

.left_photo{
  width: 500px;
  display: flex;
  justify-content: space-between;
}

.photo_slider,
.photo_slider_2{
  width: 240px;
}
.photo_item{
  margin: 10px 0;
  height: 380px;
  border-radius: 10px;
  background: center / cover no-repeat;
  box-shadow: 0px 4px 8px rgba(32, 32, 35, 0.25);
}




.text_block{
  width: 580px;
  padding: 40px 0;
}

.akkaunt_section{
  padding: 200px 0 0;
  
   position: relative;
}
.akkaunt_bg{
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: -14px;
  filter: blur(4px);
  z-index: -1;
  background: linear-gradient(180deg, #FFFFFF 0%, rgba(255, 255, 255, 0) 102.91%),
   url('../img/expo_2.jpg') center / cover no-repeat;
}
.akkaunt{
  display: flex;
  justify-content: space-between;
}
.akk_block{
  max-width: 550px;
  margin-top: 100px;
}
.akk_title{
  font-size: 40px;
  line-height: 46px;
  font-weight: bold;
  margin-bottom: 20px;
}
.akk_title a{
  color: #333;
}
.akk_title a:hover{
  text-decoration: underline;
}
.akk_text{
  font-size: 20px;
  margin-bottom: 20px;
}
.akk_btn{
  font-weight: bold;
  padding-left: 50px;
  background: url('../img/instagram.svg') left 20px center / 22px no-repeat,
   linear-gradient(90deg, rgb(36, 198, 220), rgba(36, 198, 220, 0)), rgb(81, 74, 157);
}
.akk_btn:hover{
  background: url('../img/instagram.svg') left 20px center / 22px no-repeat, 
  linear-gradient(90deg, rgb(36, 198, 220), rgba(36, 198, 220, 0)), rgb(36, 198, 220);
}


.akk_img{
  width: 570px;
  height: 640px;
  position: relative;
  background: url('../img/hand_slide.png') center / contain no-repeat;
}

.akk_slider{
  position: absolute;
  width: 213px;
  top: 100px;
  left: 63px;
  visibility: hidden;
}
.akk_slider.slick-initialized.slick-slider {
 visibility: visible;
}
.akk_slide_img{
  height: 218px;
}
.akk_slide_img img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}


.cert_slide{
  cursor: pointer;
  position: relative;
  height: 200px;
  margin: 10px 10px 15px;
  overflow: hidden;
  transition: 0.6s;
  background: center / cover no-repeat;
}
.cert_slide:hover{
  transform: translateY(-5px);
  box-shadow: 0 6px 10px rgba(0, 0, 0, 0.4);
}
.light{
  position: absolute;
  width: 30px;
  height: 110%;
  top: -5%;
  left: -100px;
  background-color: rgba(255, 255, 255, 0.6);
}
.cert_slide:hover .light{
  animation: light 0.6s linear;
}

@keyframes light{
  0%{
    transform: translateX(0) skewX(-30deg);
  }
  100%{
    transform: translateX(500px) skewX(-30deg);
  }
}

.certificate_slider .slick_arrow,
.video_slider .slick_arrow{
  display: block;
  position: absolute;
  width: 35px;
  height: 35px;
  border-radius: 50%;
  top: 50%;
  border: none;
  outline: none;
  cursor: pointer;
  transform: translateY(-50%);
  background: center / 10px no-repeat, #fff;
}
.certificate_slider .slick_prev,
.video_slider .slick_prev{
  left: -40px;
  background-image: url('../img/left.svg');
}
.certificate_slider .slick_next,
.video_slider .slick_next{
  right: -40px;
  background-image: url('../img/right.svg');
}


.footer_top{
  padding: 20px 0;
  border-bottom: 1px solid #BFBFBF;
}
.footer_top .container,
.footer_bottom .container{
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.logo.footer_logo{
  background-image: url('../img/logo_black.svg');
}
.instagram_black{
  background-image: url('../img/instagram_black.svg');
}
.vkontakte_black{
  background-image: url('../img/facebook_black.svg');
}

.footer_middle{
  padding: 30px 0;
  font-size: 14px;
}
.footer_middle .container{
  display: flex;
  justify-content: space-between;
}
.foot_contact_block{
  width: 245px;
}

.tel_black{
  background-image: url('../img/tel_black.svg');
}
.loc_black{
  background-image: url('../img/loc_black.svg');
}
.foot_contact_list{
  margin-bottom: 30px;
}
.foot_contact_list > li:not(:first-child){
  margin-left: 10px;
  margin-top: 10px;
}
.foot_list_title{
  color: #2CA5E5;
  font-weight: bold;
}

.foot_contact_list a,
.foot_list a:not(.foot_link_title){
  color: #333;
}
.foot_list a:hover,
.foot_contact_list a:hover{
  text-decoration: underline;
}

.foot_list{
  max-width: 270px;
}
.foot_list > li{
  margin-bottom: 10px;
}
.foot_link_title{
  color: #2CA5E5;
  text-transform: uppercase;
}

.text_list{
  width: 270px;
}

.foot_btn{
  display: block;
  font-weight: bold;
  font-size: 16px;
  color: #fff !important;
}

.footer_bottom{
  color: #fff;
  font-size: 14px;
  padding: 15px 0;
  background-color: #276687;
}
.footer_bottom a{
  color: #fff;
  text-decoration: underline;
}
.footer_bottom a:hover,
a.foot_btn:hover{
  text-decoration: none;
}

.popup{
  display: none;
}
.form_popup{
  width: 580px;
  padding: 80px 40px !important;
  background: url('../img/form_bg.png') center / cover no-repeat, #fff !important;
}
.form_popup form{
  width: 70%;
  margin: 30px auto 0;
}
.form_title{
  font-size: 32px;
  color: #222222;
  font-weight: bold;
  text-align: center;
  margin-bottom: 10px;
}
.form_popup > p{
  text-align: center;
}
.form_item{
  width: 100%;
  margin-bottom: 25px;
  font-size: 14px;
  padding: 12px;
  outline: none;
  padding-left: 45px;
  color: #2E2F2F;
  resize: none;
  border: none;
  border-radius: 25px;
  background: left 15px top 11px / 20px no-repeat, #fff;
  box-shadow: 0px 4px 16px rgba(32, 32, 35, 0.25);
}
.form_name{
  background-image: url('../img/icon_1.svg');
}
.form_tel{
  background-image: url('../img/icon_2.svg');
}
.form_mail{
  background-image: url('../img/icon_3.svg');
}
.form_text{
  background-image: url('../img/icon_4.svg');
}
.form_btn{
  display: table;
  margin: 0 auto;
  border: none;
  outline: none;
  cursor: pointer;
  padding-right: 45px;
  padding-left: 40px;
  background: url('../img/right_white.svg') right 23px center / 8px no-repeat,
  linear-gradient(90deg, rgb(36, 198, 220), rgba(36, 198, 220, 0)), rgb(81, 74, 157);
}
.form_btn:hover{
  background: url('../img/right_white.svg') right 23px center / 8px no-repeat,
  linear-gradient(90deg, rgb(36, 198, 220), rgba(36, 198, 220, 0)), rgb(36, 198, 220)
}



      /*Blog Page styles*/

.page{
  padding-top: 100px;
}

.breadcrumbs{
  display: flex;
  font-size: 14px;
  margin-bottom: 30px;
}
.breadcrumbs a{
  color: #142748;
}
.breadcrumbs a[href]{
  color: #9e9e9e;
}
.breadcrumbs a[href]:hover{
  color: #142748;
  cursor: pointer;
  text-decoration: underline;
}
.breadcrumbs li:not(:first-child){
  margin-left: 5px;
}
.breadcrumbs li:not(:first-child):before{
  content: '/';
  margin-right: 5px;
}

.page_title{
  font-size: 32px;
}

.blog{
  margin-top: 40px;
  display: grid;
  grid-template-columns: repeat(4, 280px);
  justify-content: space-between;
  grid-gap: 20px;
}

.first_blog{
  grid-column: 1/3;
  padding: 60px 40px;
  color: #fff;
  border-radius: 5px;
  overflow: hidden;
  background: center / cover no-repeat;
}
.first_blog_name{
  position: relative;
  font-size: 32px;
  font-weight: bold;
  margin-bottom: 10px;
}
.first_blog_name:after{
  content: "";
  position: absolute;
  top: -20px;
  left: 0;
  width: 200px;
  height: 2px;
  background-color: #fff;
}


.blog_item{
  position: relative;
  overflow: hidden;
  z-index: 2;
  transition: 0.6s;
  border-radius: 0 0 5px 5px;
  box-shadow: 0px 8px 16px rgba(0, 0, 0, 0.12);
}
.blog_item:before{
  content: "";
  position: absolute;
  height: 90%;
  width: 90%;
  opacity: 0;
  left: 5%;
  bottom: 0;
  z-index: -1;
  transition: 0.6s;
  filter: blur(20px);
  background-color: #4864AA;
}
.blog_item:hover{
  transform: translateY(-10px);
}
.blog_item:hover:before{
  opacity: 0.3;
}
.blog_img{
  display: block;
  height: 180px;
  overflow: hidden;
  border-radius: 5px 5px 0 0;
}
.blog_img img{
  width: 100%;
  height: 100%;
  transition: 1s;
  object-fit: cover;
}
.blog_img:hover img{
  transform: scale(1.1);
}
.blog_name{
  display: block;
  padding: 30px 20px;
  height: 170px;
  font-size: 20px;
  font-weight: bold;
  background-color: #fff;
}
.blog_name a{
  color: #444;
  transition: 0.4s;
}
.blog_name a:hover{
  color: #38aab9;
}
.blog_bottom{
  border-top: 1px solid #CACACA;
  font-size: 14px;
  padding: 20px;
  display: flex;
  align-items: center;
  background-color: #fff;
  justify-content: space-between;
}
.blog_more{
  display: block;
  width: 25px;
  height: 25px;
  background: url('../img/right_blue.svg') center / 13px no-repeat;
}

.pagination{
  margin-top: 40px;
  display: flex;
  justify-content: center;
}
.pagination .pag:not(:first-child){
  margin-left: 10px;
}

.pag{
  display: block;
  width: 30px;
  height: 30px;
  color: #444;
  padding: 5px 0;
  border-radius: 2px;
  text-align: center;
  transition: 0.6s;
}
.pag:not(.pag_arrow):hover{
  color: #fff;
  background-color: #339ec8;
}
.pag.active,
.pag.active:hover{
  color: #fff;
  background: linear-gradient(98.86deg, #24C6DC 1.62%, #514A9D 114.52%);
}
.pag_arrow{
  width: 35px;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  background: center / 10px no-repeat, #fff;
}
.pag_arrow:hover{
  box-shadow: none;
}
.pag.first{
  background-image: url('../img/left_blue.svg');
}
.pag.end{
  background-image: url('../img/right_blue.svg');
}

      /*Blog Page styles END*/

      /*Blog_Inner Pge styles*/

.inner_container{
  margin-top: 60px;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
.inner_content{
  width: 780px;
}
.inner_head{
  position: relative;
  margin-bottom: 30px;
}
.inner_head img{
  display: block;
  width: 100%;
  max-height: 450px;
  object-fit: cover;
}
.inner_head_text{
  position: absolute;
  width: 100%;
  height: 100%;
  color: #fff;
  bottom: 0;
  left: 0;
  padding: 40px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 62.3%, rgba(0, 0, 0, 0.65) 100%);
}
.inner_blog_title{
  font-size: 32px;
}
.inner_blog_date{
  font-size: 14px;
}
.inner_text{
  text-indent: 16px;
  line-height: 26px;
}

.relevant_block{
  width: 280px;
}
.rel_title{
  padding-bottom: 5px;
  font-size: 24px;
  font-weight: bold;
  border-bottom: 1px solid #444;
  margin-bottom: 20px;
}
.relevant_block .blog_item{
  margin-bottom: 20px;
}

      /*Blog_Inner Pge styles END*/

      /*About Page styles*/

.about_section{
  padding-bottom: 20px;
}

.about{
  margin-top: 30px;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
.about_info{
  width: 380px;
}
.info_img{
  padding-top: 20px;
  background: url('../img/img_bg.png') center / cover no-repeat;
}
.info_img img{
  display: block;
  width: 95%;
  margin: 0 auto;
  object-fit: cover;
}
.about_info .about_name{
  font-size: 24px;
  line-height: 26px;
  margin: 20px 0;
  font-weight: normal;
  text-align: center;
}
.about_info .about_position{
  display: block;
  font-size: 13px;
  color: #1E6185;
  text-align: center;
  text-transform: uppercase;
}
.info_text{
  font-size: 14px;
  text-indent: 16px;
  text-align: justify;
  margin-top: 30px;
}
.info_title{
  position: relative;
  margin-top: 60px;
  text-align: center;
  font-size: 20px;
  z-index: 1;
}
.info_title span{
  background: #fff;
  padding: 0 20px;
}
.info_title:after{
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  height: 1px;
  z-index: -1;
  background-color: #2CA5E5;
  transform: translateY(-50%);
}
.info_block{
  margin-top: 30px;
  display: grid;
  grid-template-columns: repeat(2, 48%);
  justify-content: space-between;
  grid-gap: 30px 5px;
}
.info_item{
  display: block;
  color: #333;
  text-align: center;
  transition: 0.8s;
  border-radius: 10px;
  padding: 55px 5px 5px;
  background: top 5px center / 40px 40px no-repeat;
}
.info_item:hover{
  box-shadow: 0 4px 10px rgba(54, 146, 193, 0.5);
}

.info_soc_list{
  margin-top: 30px;
}
.info_soc_list > li{
  display: inline-block;
  padding: 5px 10px;
  border-radius: 10px;
  transition: 0.8s;
}
.info_soc_list > li:hover{
  box-shadow: 0 4px 10px rgba(54, 146, 193, 0.5);
}
.info_soc_list > li:last-child{
  margin-left: 30px;
}
.soc_link{
  color: #333;
  padding-left: 30px;
  background: left center / contain no-repeat;
}
.instagram_color{
  background-image: url('../img/instagram_color.svg');
}
.facebook_color{
  background-image: url('../img/facebook_color.svg');
}


.about_education{
  width: 780px;
  padding: 60px 50px 40px 80px;
}
.educat_title{
  font-size: 20px;
  display: grid;
  grid-template-columns: 50px auto;
  align-items: center;
  grid-gap: 20px;
}
.educat_img{
  width: 60px;
  height: 60px;
  margin-right: 20px;
  border-radius: 50%;
  background: url('../img/education.svg') center / 35px no-repeat,
   linear-gradient(98.86deg, #24C6DC 1.62%, #514A9D 114.52%);
}
.education_list{
  margin-top: 40px;
}
.education_list > li{
  display: flex;
}
.education_list > li:last-child .educat_text:after{
  content: none;
}
.educat_year{
  width: 120px;
  text-align: right;
  margin-right: 30px;
}
.educat_text{
  position: relative;
  width: 520px;
  padding-left: 20px;
  padding-bottom: 20px;
}
.educat_text:before{
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  top: 7px;
  left: -5px;
  padding: 5px;
  border-radius: 50%;
  background-color: #2CA5E5;
}
.educat_text:after{
  content: "";
  position: absolute;
  width: 1px;
  height: 100%;
  top: 10px;
  left: -1px;
  background-color: #2CA5E5;
}

      /*About Page styles END*/

      /*Contact Page styles*/

.contact_block{
  margin-top: 30px;
  display: flex;
  justify-content: space-between;
  flex-wrap:wrap;
}
.contact_block .contact_item:first-child{
  margin-right: 20px;
}
.contact_item{
  width: 49%;
  background-color: #fff;
  border: 1px solid #2CA5E5;
  margin-bottom:25px;
}
.contact_item_text{
  padding: 50px 50px 40px;
}
.contact_name{
  margin-bottom: 30px;
  font-size: 26px;
  font-weight: bold;
  background: linear-gradient(130.18deg, #24C6DC 1.62%, #514A9D 114.52%);
  color: #24C6DC;
  text-transform: uppercase;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.contact_item_list{
  min-height: 130px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.contact_item_list > li{
  margin-bottom: 10px;
}
.contact_item_list a{
  color: #333;
}
.contact_item_list a:hover{
  text-decoration: underline;
}
.mail{
  background-image: url('../img/mail.svg');
  background-size: 16px;
  background-position: left center;
}

.map{
  height: 480px;
  overflow: hidden;
}
.map iframe{
  width: 100%;
  height: 100%;
}

      /*Contact Page styles END*/

      /*Price Page styles*/

.price_block{
  margin-top: 30px;
}
.price_tab{
  text-transform: uppercase;
  position: relative;
  z-index: 2;
  padding: 55px;
  text-align: center;
  margin-bottom: 20px;
  font-size: 24px;
  cursor: pointer;
  transition: 0.6s;
  box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.16);
  background: left center / contain no-repeat, #fff;
}
.price_tab:hover{
  transform: translateY(-10px);
}
.price_tab.active:hover{
  transform: translateY(0);
}
.price_tab.active{
  margin-bottom: 0;
}
.price_tab:before{
  content: "";
  position: absolute;
  right: 60px;
  width: 30px;
  height: 30px;
  top: 50%;
  transform: translateY(-50%);
  background: url('../img/blue_down.svg') center / 90% no-repeat;
}
.price_tab.active:before{
  background-image: url('../img/blue_up.svg');
}

.price_info{
  display: none;
  padding: 60px 80px;
  background-color: #fff;
  margin-bottom: 20px;
}

.price_list > li{
  padding: 15px;
  display: grid;
  grid-template-columns: auto 120px;
  grid-gap: 30px;
  border-bottom: 1px solid #2CA5E5;
}
.price_list > li:last-child{
  border-bottom: none;
}
.price_list > li > span{
  text-align: right;
}

.price_comment{
  margin-top: 30px;
  color: #FF6A00;
  text-transform: uppercase;
  text-align: center;
}

      /*Price Page styles END*/

      /*Doctor Page styles*/

.doctor_block{
  margin-top: 20px;
/*  display: grid;
  grid-template-columns: auto 480px;
  grid-gap: 20px;*/
}
.doc_text{
  font-size: 14px;
  line-height: 24px;
}
.doc_img img,
.doc_cat_img img{
  width: 100%;
  object-fit: cover;
}

.doc_cat_img{
  float: right;
  width: 480px;
  margin-left: 20px;
}

.service_block{
  width: 980px;
  margin: 30px auto;
}

.service_title{
  text-align: center;
  font-weight: bold;
  color: #fff;
}
.serv_item{
  display: flex;
  margin-bottom: 20px;
  background-color: #fff;
  opacity: 0;
  transition: 1s;
  transform: translateY(50px);
}
.serv_item.way--active{
  opacity: 1;
  transform: translateY(0);
}
.about_serv{
  flex: 1;
  padding: 40px 60px 20px;
}
.serv_name{
  color: #333;
  margin-bottom: 15px;
  font-size: 22px;
  font-weight: bold;
  text-transform: uppercase;
}
.serv_name:hover{
  color: #2CA5E5;
}
.serv_text{
  font-size: 14px;
  line-height: 24px;
}
.serv_btn{
  margin-top: 10px;
  font-size: 14px;
  padding: 10px 40px;
}
.serv_img{
  width: 240px;
  background: center / cover no-repeat;
}


.work_slider{
  margin-top: 50px;
}
.slick-slide{
  outline: none;
}
.blue_arrow{
  position: absolute;
  width: 35px;
  height: 35px;
  top: 50%;
  outline: none;
  border: none;
  cursor: pointer;
  transform: translateY(-50%);
  border-radius: 50%;
  background: center / 10px no-repeat, center / cover;
}
.work_slider .slick_prev{
  left: -40px;
  background-image: url('../img/left_white.svg'), linear-gradient(98.86deg, #24C6DC 1.62%, #514A9D 114.52%);
}
.work_slider .slick_next{
  right: -40px;
  background-image: url('../img/right_white.svg'), linear-gradient(98.86deg, #514A9D 1.62%, #24C6DC 114.52%);
}

.work{
  margin: 10px;
  height: 280px;
  cursor: pointer;
  transition: 0.6s;
  background: center / cover no-repeat;
}
.work:hover{
  transform: translateY(-5px);
  box-shadow: 0 4px 10px rgba(54, 146, 193, 0.6);
}

.share_block{
  margin-top: 50px;
  text-indent: 0;
}
.share_block > p{
  margin-bottom: 10px;
  color: #333;
}

      /*Doctor Page styles END*/

      /*Doctor Inner Page styles*/

.doc_inner_block{
  margin-top: 40px;
}
.doc_img{
  float: right;
  width: 370px;
  margin-left: 50px;
  margin-bottom: 30px;
}
.doc_inner_text{
  font-size: 16px;
  line-height: 26px;
}
.doc_text > h3,
.doc_text > h2{
  margin-top: 30px;
  margin-bottom: 15px;
  font-size: 24px;
  font-weight: bold;
}
.doc_text > ul{
  list-style: inside disc;
}

      /*Doctor Inner Page styles END*/

      /*Search Page styles*/
.search_container{
  margin-top: 0;
}
.page_search{
  margin-top: 20px;
}
.page_search_input{
  width: 100%;
  outline: none;
  font-size: 14px;
  border-radius: 5px;
  background: url('../img/search_black.svg') right 10px center no-repeat, #fff;
  padding: 10px 30px 10px 20px;
  border: 1px solid #456CB3;
}
.result_list{
  margin-top: 30px;
}
.result_list_item{
  padding: 25px 0;
  border-bottom: 1px solid #456CB3;
}
.search_title{
  font-size: 18px;
  line-height: 24px;
  color: #375A9A;
  font-weight: bold;
}
.search_title:hover{
  text-decoration: underline;
}
.search_text{
  line-height: 22px;
  margin-top: 10px;
}
.result_pagination .pag{
  border-radius: 5px;
}

      /*Search Page styles END*/


@media screen and (max-width: 1300px){
  .certificate_slider,
  .work_slider,
  .video_slider{
    padding: 0 45px;
  }
  .certificate_slider .slick_prev,
  .work_slider .slick_prev,
  .video_slider .slick_prev{
    left: 0;
  }
  .certificate_slider .slick_next,
  .work_slider .slick_next,
  .video_slider .slick_next{
    right: 0;
  }
}

@media screen and (max-width: 1200px){
  .container{
    width: 1050px;
  }

  .our_advantages{
    grid-template-columns: repeat(5, 190px);
  }
  .num_block{
    width: 140px;
    height: 110px;
  }
  .about_img{
  	height: 590px;
  }
    /*Static photo*/
  /*.left_photo{
    width: 440px;
  }
  .left_photo .photo_item:first-child{
    height: 200px;
  }
  .left_photo .photo_item:nth-child(2){
    height: 360px;
  }*/

  .left_photo{
    width: 440px;
  }
  .photo_slider,
  .photo_slider_2{
    width: 210px;
  }
  .photo_item{
    height: 330px;
  }

  .akk_block{
    width: 500px;
  }
  .akk_img{
    width: 550px;
    height: 600px;
  }
  .akk_slider{
    width: 201px;
    top: 95px;
    left: 68px;
  }
  .akk_slide_img{
    height: 205px;
  }
  .akk_title{
    font-size: 36px;
    line-height: 40px;
  }
  .cert_slide{
    height: 220px;
  }
  .text_list{
    width: 230px;
  }

      /*Blog Page styles*/
  .blog{
    grid-template-columns: repeat(4, 245px);
  }
      /*Blog Inner Page styles*/
  .inner_content{
    width: 700px;
  }

      /*About Page styles*/
  .about_education{
    width: 730px;
    padding: 40px;
  }
  .about_info{
    width: 300px;
  }
}

@media screen and (max-width: 1100px){
  .container{
    width: 900px;
  }
  .head_title{
    font-size: 42px;
    margin-bottom: 20px;
  }
  .head_text{
    margin: 0 auto 20px;
  }

  .head_contact_block{
    width: 440px;
  }
  .head_contact_block .tel{
    font-size: 14px;
  }
  .head_contact_block .contact_list{
    min-width: 160px;
  }


  .video_block{
    grid-template-columns: repeat(2, 48%);
  }
  .video_block .video_item:nth-child(odd){transition-delay: 0.2s;}
  .video_block .video_item:nth-child(even){transition-delay: 0.6s;}


  .way_name{
    font-size: 28px;
  }
  .our_advantages{
    grid-template-columns: repeat(3, 220px);
    grid-gap: 50px 20px;
  }
  .num_block{
    width: 150px;
    height: 120px;
  }
  .advan_item{
    transform: translate(0, 50px);
  }
  .advan_item.way--active{
    transform: translate(0, 0);
  }

  .about_title{
    font-size: 36px;
  }
  .about_img{
    width: 450px;
    height: 580px;
    margin-left: 0;
    background-position-y: bottom;
  }
  .about_text{
    width: 450px;
  }

  .photo_block{
    align-items: flex-start;
  }
  .left_photo{
    width: 300px;
  }
  .photo_item{
    height: 230px;
  }
  .photo_slider, 
  .photo_slider_2{
    width: 140px;
  }
  /*.photo_item{
    min-height: 130px;
  }
  .left_photo .photo_item:first-child{
    height: 130px;
  }
  .left_photo .photo_item:nth-child(2){
    height: 240px;
  }
  .left_photo .photo_item:nth-child(3){
    height: 260px;
  }*/

  .text_block{
    width: 570px;
  }
  .akk_block{
    width: 430px;
  }
  .akkaunt_section {
    padding: 150px 0 0;
  }
  .akk_title{
    font-size: 32px;
    line-height: 34px;
  }
  .akk_img{
    width: 460px;
    height: 500px;
  }
  .akk_slider{
    width: 168px;
    top: 77px;
    left: 57px;
  }
  .akk_slide_img{
    height: 175px;
  }

  .cert_slide{
    height: 180px;
  }

  .foot_btn{
    font-size: 14px;
  }
  .footer_middle .container .foot_list:not(:last-child){
    display: none;
  }
  .foot_contact_block{
    width: 450px;
    display: flex;
  }
  .foot_contact_block .foot_contact_list:first-child{
    margin-right: 20px;
  }
  .foot_contact_list{
    margin-bottom: 0;
  }

      /*Blog Page styles*/
  .blog{
    grid-template-columns: repeat(3, 285px);
  }
  .first_blog_name{
    font-size: 30px;
  }
      /*Blog Inner Page styles*/
  .inner_content{
    width: 600px;
  }
  .relevant_block{
    width: 250px;
  }

      /*About Page styles*/
  .about_education{
    width: 580px;
    padding: 30px;
  }
  .education_list{
    font-size: 14px;
  }
  .educat_year{
    margin-right: 20px;
  }
  .educat_text{
    width: 380px;
  }
  .about_info .about_name{
    font-size: 20px;
    margin: 10px 0;
  }
  .info_text{
    margin-top: 20px;
  }

      /*Contact Page styles*/
  .map{
    height: 400px;
  }

      /*Doctor Page styles*/
  .doc_cat_img{
    width: 400px;
  }
  .service_block{
    width: 100%;
  }
  .about_serv{
    padding: 40px 40px 20px;
  }
  .serv_name{
    font-size: 20px;
    margin-bottom: 10px;
  }

      /*Doctor Inner Page styles*/
  .doc_img{
    width: 350px;
  }
}

@media screen and (max-width: 950px){
  .container{
    width: 800px;
  }
  .search_block.active{
    width: 200px;
    margin-left: 20px;
  }
  .head_title{
    font-size: 38px;
  }
  .head_text{
    width: 80%;
  }
  .header_contact{
    display: none;
  }
  .our_way{
    grid-template-columns: 100%;
  }
  .our_way .way_item:nth-child(even){
    transition-delay: 0.2s;
  }
  .about_center{
    flex-direction: column;
  }
  .about_text{
    width: 100%;
  }

  .akkaunt_section{
    padding: 0;
  }
  .akk_slider{
    width: 151px;
    top: 71px;
    left: 59px;
  }
  .akk_block{
    width: 350px;
  }
  .akk_slide_img{
    height: 155px;
  }

  .about_img{
    height: 490px;
    margin: 20px auto 0;
  }
  .about_img_block{
    padding: 20px;
  }
  .about_title{
    font-size: 32px;
    line-height: 38px;
  }
  .tab_content_text{
    font-size: 20px;
  }
  .tab_content{
    margin-left: 130px;
  }
  .left_photo{
    display: none;
  }
  .text_block{
    width: 100%;
    padding-top: 70px;
  }
  .akk_img{
    width: 430px;
    height: 450px;
  }
  .akk_title{
    font-size: 26px;
    line-height: 30px;
  }
  .akk_text{
    font-size: 18px;
  }
  .akk_btn{
    font-size: 14px;
  }
  .cert_slide{
    height: 240px;
  }

      /*Blog Page styles*/
  .blog{
    grid-template-columns: repeat(3, 255px);
  }

      /*Blog_Inner Page styles*/
  .inner_container{
    flex-direction: column;
  }
  .inner_content{
    width: 100%;
  }
  .inner_blog_title {
    font-size: 28px;
  }
  .relevant_block{
    margin-top: 30px;
    width: 100%;
  }
  .relevant_block .blog_item{
    margin-bottom: 0;
  }
  .rel_blog{
    display: grid;
    grid-template-columns: repeat(2, 48%);
    grid-gap: 20px 10px;
    justify-content: space-between;
  }

      /*About Page styles*/
  .about{
    flex-direction: column;
  }
  .about_info,
  .about_education,
  .educat_year,
  .educat_text{
    width: 100%;
  }
  .info_img{
    width: 400px;
    margin: 0 auto;
  }
  .info_block{
    grid-template-columns: repeat(4, 180px);
  }
  .info_soc_list{
    text-align: center;
  }
  .about_education{
    margin-top: 30px;
  }
  .education_list > li{
    display: grid;
    grid-template-columns: 120px auto;
    grid-gap: 20px;
  }

      /*Price Page styles*/
  .price_tab{
    font-size: 22px;
    padding: 45px;
  }
  .price_tab:before{
    right: 50px;
  }
  .price_info{
    padding: 40px 60px;
  }

    /*Doctor Page styles*/
  .doc_cat_img{
    width: 300px;
  }
  .about_serv{
    padding: 30px 30px 20px;
  }

      /*Doctor Inner Page styles*/
  .doc_img{
    width: 280px;
  }
  .doc_inner_text{
    font-size: 14px;
    line-height: 24px;
  }
  .doc_text > h3{
    font-size: 20px;
    margin-top: 20px;
    margin-bottom: 10px;
  }
}

@media screen and (max-width: 850px){
  .container{
    width: 700px;
  }
  .header_right .contact_list:first-child{
    display: none;+-
  }
  .head_title{
    font-size: 32px;
  }
  .way_name{
    font-size: 26px;
  }
  .tab_content{
    width: 450px;
  }
  .about_title{
    font-size: 28px;
    line-height: 34px;
  }
  .akk_block{
    width: 320px;
    margin-top: 50px;
  }
  .akk_title{
    font-size: 24px;
  }
  .akk_text{
    font-size: 16px;
  }
  .akk_img{
    width: 370px;
    height: 380px;
  }
  .cert_slide{
    height: 200px;
  }

  .akk_slider{
    width: 127px;
    top: 60px;
    left: 54px;
  }
  .akk_slide_img{
    height: 130px;
  }

  .foot_contact_block{
    width: 440px;
  }
  .foot_contact_block .foot_contact_list:first-child{
    margin-right: 10px;
  }

      /*Blog Page styles*/
  .page_title{
    font-size: 28px;
  }
  .blog{
    grid-template-columns: repeat(2, 48%);
  }
  .first_blog{
    height: 350px;
  }

      /*About Page styles*/
  .info_block{
    grid-template-columns: repeat(4, 160px);
  }

      /*Contact Page styles*/
  .contact_block{
    flex-direction: column;
  }
  .contact_item{
    width: 100%;
  }
  .contact_block .contact_item:first-child{
    margin-right: 0;
    margin-bottom: 30px;
  }
  .contact_item_list{
    min-height: 110px;
  }

      /*Doctor Page styles*/
  .doc_cat_img{
    margin: 0 auto 30px;
    float: none;
    max-width: 100%;
  }
  .doc_img{
    width: 450px;
    margin: 0 auto;
  }

      /*Doctor Inner Page styles*/
  .doc_img{
    float: none;
    margin-bottom: 20px;
    max-width: 100%;
  }
}

@media screen and (max-width: 750px){
  .container{
    width: 600px;
  }
  .header_bottom video{
    display: none;
  }
  .header_bottom{
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.5) 100%),
    url('../img/head_bg_2.jpg') center / cover no-repeat;
  }
  .header_bottom .container{
    position: absolute;
    left: 0;
    right: 0;
    bottom: 70px;
  }
  .head_title{
    line-height: 38px;
  }
  .head_text{
    width: 100%;
  }
  .way_name{
    font-size: 24px;
  }
  .our_advantages{
    grid-template-columns: repeat(3, 180px);
  }
  .advan_text{
    font-size: 14px;
  }
  .num_block{
    width: 140px;
    height: 110px;
  }
  .tab_item{
    width: 90px;
    height: 90px;
  }
  .tab_content_text{
    font-size: 18px;
  }
  .tab_name:before{
    left: -80px;
    width: 60px;
  }
  .tab_content{
    margin-left: 100px;
  }
  .about_title{
    font-size: 26px;
    line-height: 30px;
  }
  .akk_block{
    width: 300px;
  }
  .akk_img{
    width: 300px;
    height: 330px;
  }

  .akk_slider{
    width: 111px;
    top: 51px;
    left: 36px;
  }
  .akk_slide_img{
    height: 115px;
  }

  .akk_title{
    font-size: 22px;
    line-height: 26px;
  }
  .cert_slide{
    height: 170px;
  }
  .footer_middle .container{
    flex-direction: column;
  }
  .foot_contact_block{
    width: 100%;
  }
  .foot_contact_list{
    width: 48%;
  }
  .text_list{
    margin: 30px auto 0;
  }
  .text_list li:first-child{
    display: none;
  }

      /*Blog_Inner Page styles*/
  .breadcrumbs li{
    max-width: 200px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }

      /*About Page styles*/
  .info_block{
    grid-template-columns: repeat(2, 48%);
  }
  .info_item{
    font-size: 20px;
    padding-top: 100px;
    background-size: 70px 70px;
    background-position: top 10px center;
  }

      /*Prace Page styles*/
  .price_tab{
    font-size: 20px;
    padding: 35px;
  }
  .price_tab:before{
    width: 25px;
    height: 25px;
  }
  .price_info{
    padding: 40px;
    font-size: 14px;
  }
  .price_list > li{
    grid-template-columns: auto 80px;
    grid-gap: 10px;
  }

      /*Doctor Page styles*/
  .serv_item{
    text-align: center;
    flex-direction: column-reverse;
  }
  .serv_text{
    text-align: justify;
    line-height: 22px;
  }
  .serv_img{
    max-width: 100%;
    height: 250px;
    margin: 0 auto;
  }

  .work{
    height: 230px;
  }
}

@media screen and (max-width: 650px){
  .container{
    width: 500px;
  }
  .search{
    display: flex;
  }
  .menu{
    display: none;
  }

  .close,
  .mob_tel{
    display: block;
  }
  .menu{
    transition: 0s;
  }
  .menu_btn.active{
    background-color: rgba(255, 255, 255, 0.4);
  }
  .menu,
  .menu_btn:hover .menu{
    max-height: none;
  }

  .menu .search_input{
    width: 90%;
    margin: 0 10px 10px;
    background-color: rgba(255, 255, 255, 0.2);
  }
  .head_title{
    font-size: 28px;
    line-height: 34px;
  }
  .head_text,
  .way_text{
    font-size: 14px;
  }
  .way_name{
    font-size: 22px;
  }

  .video_block{
    grid-template-columns: 100%;
  }
  .video_block .video_item:nth-child(odd),
  .video_block .video_item:nth-child(even){
    transition-delay: 0.2s;
  }
  
  .video_item iframe{
    height: 270px;
  }

  .our_advantages{
    grid-template-columns: repeat(2, 48%);
  }
  .akkaunt{
    align-items: center;
    flex-direction: column;
  }
  .akk_block{
    width: 100%;
    margin-top: 0;
    text-align: center;
  }
  .akk_img{
    margin-top: 30px;
    background-size: 350px 400px;
    background-position: top left 40px;
  }
  .cert_slide{
    height: 130px;
  }

  .akk_slider{
    width: 133px;
    height: 140px;
    top: 63px;
    left: 78px;
  }
  .akk_slide_img{
    height: 136px;
  }

  .form_popup{
    width: 90%;
  }

      /*Blog Page styles*/
  .first_blog_name{
    font-size: 24px;
  }
  .first_blog_text{
    font-size: 14px;
  }
  .blog_name{
    font-size: 18px;
  }

      /*Blog_Inner Page styles*/
  .inner_blog_title {
    font-size: 24px;
  }
  .inner_head_text{
    padding: 30px;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 30%, rgba(0, 0, 0, 0.65) 100%)
  }

      /*Price Page styles*/
  .price_tab{
    font-size: 18px;
    padding: 30px;
    padding-left: 150px;
    padding-right: 60px;
  }
  .price_info{
    padding: 20px;
  }
  .price_tab:before{
    right: 30px;
    width: 20px;
    height: 20px;
  }

      /*Doctor Page styles*/
  .work{
    height: 180px;
  }
}

@media screen and (max-width: 550px){
  .container{
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
  }

  .header_right .contact_list{
    display: none;
  }
  .search_block.active{
    width: 260px;
    margin-left: 0;
  }
  
  .head_title{
    font-size: 26px;
    line-height: 32px;
  }
  .our_way{
    grid-gap: 40px;
  }
  .way_name{
    font-size: 20px;
  }
  .about_img{
  	width: 100%;
  }
  .tab_content{
    margin-left: 30px;
  }
  .tab_name:before{
    content: none;
  }
  .tab_item{
    width: 80px;
    height: 80px;
  }
  .page_text{
    font-size: 14px;
    text-align: justify;
  }
  .about_title{
    font-size: 24px;
    text-align: left;
  }

  .cert_slide{
    height: 250px;
  }
  .footer_bottom .container{
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
  .footer_bottom .container p:first-child{
    margin-bottom: 10px;
  }

  .form_popup{
    padding: 60px 20px !important;
  }
  .form_popup form{
    width: 80%;
  }
  .form_title{
    font-size: 28px;
  }

      /*Blog_Inner Page styles*/
  .breadcrumbs li{
    max-width: 100px;
  }

  .inner_blog_title{
    font-size: 20px;
  }
  .inner_text{
    font-size: 14px;
    line-height: 24px;
    text-align: justify;
  }

      /*About Page styles*/

  .info_img{
    width: 100%;
  }
  .educat_title,
  .info_item{
    font-size: 16px;
  }
  .educat_img{
    width: 50px;
    height: 50px;
    background-size: 30px, auto;
  }
  .education_list > li:first-child .educat_text:before{
    content: none;
  }
  .educat_text:before{
    top: -40px;
    left: 50%;
  }
  .educat_text:after{
    top: auto;
    bottom: 3px;
    left: 51%;
    height: 20px;
  }
  .education_list > li{
    display: block;
    margin-bottom: 10px;
  }
  .educat_year{
    text-align: left;
  }
  .educat_year{
    display: block;
    text-align: center;
    font-weight: bold;
    margin-bottom: 5px;
  }
  .educat_text{
    text-align: center;
    padding-left: 0;
    padding-bottom: 30px;
  }

      /*Contact Page styles*/
  .contact_name{
    font-size: 24px;
  }
  .contact_item_list{
    font-size: 14px;
  }
  .map{
    height: 300px;
  }

      /*Doctor Page styles*/
  .doc_img{
    width: 100%;
  }
  .work{
    height: 330px;
  }
  .doc_text{
    text-align: justify;
  }
  .doc_text > ul{
    text-align: left;
  }
}

@media screen and (max-width: 450px){
  .header_right .contact_list{
    display: none;
  }
  .way_img{
    width: 55px;
    height: 55px;
  }
  .about_way{
    margin-left: 75px;
  }
  .video_item iframe{
    height: 200px;
  }
  .advan_item{
    padding: 0 10px 10px;
  }
  .num_text{
    font-size: 40px;
  }
  .last_num{
    font-size: 30px;
  }
  .about_img{
    height: 460px;
  }
  .about_name{
    font-size: 20px;
  }
  .step_block{
    flex-direction: column;
  }
  .step_tab{
    display: grid;
    grid-template-columns: repeat(3, 90px);
    justify-content: space-between;
  }
  .tab_item{
    transform: translate(0, 30px) scale(0.6);
  }
  .tab_item.active{
    transform: translate(0, 30px) scale(1);
  }
  .tab_item.way--active{
    transform: translate(0, 0) scale(0.6);
  }
  .tab_item.active.way--active{
    transform: translate(0, 0) scale(1);
  }
  .tab_content{
    width: 100%;
    margin: 20px 0 0;
  }
  .tab_name{
    margin-bottom: 20px;
  }
  .tab_content_text{
    font-size: 16px;
    text-align: justify;
  }
  .akk_title{
    font-size: 20px;
    line-height: 24px;
  }
  .cert_slide{
    height: 190px;
  }
  .foot_contact_block{
    flex-direction: column;
  }
  .foot_contact_list,
  .text_list{
    width: 100%;
  }
  .foot_list{
    max-width: 100%;
  }
  .foot_contact_block .foot_contact_list:first-child{
    margin-right: 0;
    margin-bottom: 20px;
  }


      /*Blog Page styles*/
  .blog{
    grid-template-columns: 100%;
  }
  .first_blog{
    grid-column: auto;
    height: 250px;
  }
  .first_blog_name{
    font-size: 20px;
  }
  .blog_name{
    height: 120px;
    font-size: 16px;
  }

      /*Blog Inner Page styles*/
  .rel_title{
    font-size: 20px;
  }
  .rel_blog{
    grid-template-columns: 100%;
  }

      /*Contact Page styles*/
  .contact_item_text{
    padding: 30px;
  }

      /*Price Page styles*/
  .price_tab{
    background-size: 150px 100%;
    font-size: 16px;
  }
  .price_tab:before{
    right: 20px;
  }
  .price_comment{
    font-size: 12px;
  }

      /*Doctor Page styles*/
  .work{
    height: 230px;
  }
}

@media screen and (max-width: 400px){
  .search_block.active{
    width: 180px;
  }

  .our_advantages{
    grid-template-columns: 200px;
    justify-content: center;
  }
  .about_name{
    font-size: 18px;
  }
  .about_img{
    height: 400px;
  }
  .about_img_block{
  	bottom: 20px;
  }
  .step_tab{
    grid-template-columns: repeat(3, 80px);
  }
  .tab_content_text{
    font-size: 14px;
  }
  .about_title{
    font-size: 20px;
    line-height: 26px;
  }
  .certificate_slider,
  .video_slider{
    padding: 0 35px;
  }
  .cert_slide{
    height: 150px;
  }

  .form_popup form{
    width: 90%;
  }

      /*About Page styles*/
  .info_item{
    font-size: 14px;
    padding-top: 80px;
    background-size: 60px 60px;
  }
  .info_soc_list > li:last-child{
    margin-left: 10px;
  }

      /*Price Page styles*/
  .price_tab{
    padding: 20px 45px 20px 120px;
    background-size: 120px 100%;
  }
  .price_list > li{
    padding: 10px;
  }

      /*Doctor Page styles*/
  .serv_img{
    width: 250px;
    height: 250px;
  }
  .about_serv{
    padding: 20px;
  }
  .serv_name{
    font-size: 18px;
  }

  .work{
    height: 180px;
  }

      /*Doctor Inner Page styles*/
  .doc_text > h3{
    font-size: 18px;
  }
}

/*end my css */