@media only screen and (max-width: 1700px) {
  
  .about {
  	background-position: left calc(50% - 360px) top 0, right calc(50% - 360px) top 0, left calc(50% - 400px)  top 300px, right calc(50% - 420px)  top 440px; 
  }
  .page-header.video-bg {
    background-size: cover;
  }
}
@media only screen and (max-width: 1400px) {
  .main-screen {
  	background-image: url(../images/main-bg-tbl.svg);
  }
  .single-post-page .inside h1 {
    font-size: 64px;
  }
  .single-post-page .inside h2 {
    font-size: 36px;
  }
  
}
@media only screen and (max-width: 1300px) {
	.about .title {
		font-size: 64px;
	}
	.services .item h4 a {
		font-size: 36px;
	}
	.comments .item .item-inner {
		width: 336px;
	}
    
    .header .search form {
        width: 300px;
    }
}
@media only screen and (max-width: 1100px) {
  .main-screen {
  
  }
  .about {
  	background-position: left 60px top 0, right 20px top 0, left 10px top 300px, right 30px top 440px;
  	background-size: 200px, 260px, 200px, 200px;
  }
  .single-videos .single-video .description-part .left {
    width: calc(100% - 400px);
  }
}
@media only screen and (max-width: 960px) {
	.services .inside,
	.video .inside,
	.inside {
		width: 768px;
	}
	.services .item {
		max-width: 46%;
	}
	.services .item h4 {
	    margin-bottom: 20px;
	    height: auto;
	}
	.services .footer {
		padding-top: 0;
	}

	.brown-title,
	.comments .title {
		font-size: 64px;
	}
	.about .digit strong {
		font-size: 64px;
		margin-bottom: 10px;
	}
	.about .item .strong {
		font-size: 32px;
	}
	.about .digit {
		font-size: 32px;
		margin-bottom: 4px;
	}

	.about .inside {
		padding-left: 12px;
		padding-right: 12px;
	}
	.video .video-list .item {
		max-width: 48%;
	}

	.header .inside {
		padding: 12px;
	}
	.advice .inside .row .image {
    	width: 350px;
   	}
   	.advice .inside .row .description {
	    width: 360px;
	    max-width: 100%
	}
	.main-screen .caption {
	    width: 664px;
	}

	.about .title {
		margin-bottom: 120px;
	}
	
	.about .about-body .desc {
	    width: 340px;
	}


	.comments .item .item-inner .avatar img {
		max-width: 100%;
	}
	.comments .item .item-inner {
		width: auto;
	}
	.comments .item .text {
		width: 360px;
	}
	.about .about-body .img {
		width: 340px;
		background-size: 100%;
	}
	.about .about-body .img span {
		left: 64px;
		top: 50px;
		height: 428px;
		width: 300px;
	}
	.about .about-body img {
		width: 100%;
	}
	.about .title {
	    margin-bottom: 34px;
	}
	.fancybox-button {
		width: 40px;
		height: 40px;
		line-height: 40px;
	}
	
	.subscribe-window h3 {
		font-size: 30px
	}
	.main-screen {
	    background-size: 1300px;
	}
	.about {
	  	background-position: left 20px top 0, right 20px top 0, left 10px top 300px, right 0px top 300px;
	  	background-size: 140px, 230px, 200px, 160px;
	}
	.page-header {
	    height: 290px;
	    background-size: 160%;
	}
	.category .item {
		width: 48%;
	}
    .page-title {
        font-size: 48px;
    }
    .mobile-navigation .top-part {
        padding-bottom: 30px;
    }
    .mobile-navigation .top-part ul li {
        margin-bottom: 20px;
    }
    .advice {
        padding-top: 60px;
    }
    .single-videos .single-video .description-part .left,
    .single-videos .single-video .description-part .right {
        width: 100%;
    }
    .single-videos .single-video .description-part .right .list .slick-slide > div {
        padding: 5px;
    }
    .single-videos .single-video .description-part .right .list .slick-dots {
        text-align: center;
        width: 100%;
    }
    .single-videos .single-video .description-part .right .list .slick-dots li {
        float: none;
        padding-left: 0;
        display: inline-block;
        margin: 0 5px;
        margin: 0 4px;
    }
    .single-videos .single-video .description-part .right .list .slick-dots li.slick-active button {
        background: #9dc56a;
    }
    .single-videos .single-video .description-part .right .list .slick-dots li button {
        width: 8px;
        height: 8px;
        border-radius: 50%;
        font-size: 0;
        color: transparent;
        background: #ada7a2;
        padding: 0;
    }
    .single-videos .single-video .description-part .right .list .slick-dots li {}
    .single-videos .single-video .description-part .right .list .slick-dots li:before {
        display: none;
    }
    .single-videos .single-video .description-part .right .video-item {
        margin-bottom: 0;
    }
    .main-screen {
	    background-image: url(../images/main-bg-mob.svg);
        background-size: 120%;
    }
    .single-videos .single-video .description-part h1 {
        font-size: 38px;
    }
    .single-post-page .inside {
        padding-top: 40px;
    }
}
@media only screen and (min-width: 761px) {
	.comments .slick-slide:not(.slick-center) .item-inner {
	  padding-top: 280px;
	  transition: all 0.5s ease 0s;
	}
	.comments .slick-slide:not(.slick-center) .text,
	.comments .slick-slide:not(.slick-center) .more {
	  display: none;
	}
	.comments .slick-slide:not(.slick-center) .avatar {
	  filter: grayscale(1);
	}
	.comments .slick-slide:not(.slick-center) .avatar img {
	  width: 192px;
	}
	.comments .slick-slide:not(.slick-center) .name {
	  color: #D8D1CC;
	  font-size: 24px;
	}

    .mobile-navigation .top-part .search {
        display: none;
    }
    
}
@media only screen and (max-width: 760px) {
	.main-screen .inside {
		width: 480px;
	}
    .header .right-header-part .search {
        display: none;
    }
	.main-screen h1 {
		font-size: 60px;
	}
	.advice .inside .row .image {
		width: 260px;
	}
	.advice .inside .row .description h3 a {
	    font-size: 30px;
	}
	.about .title {
	    font-size: 50px;
	}
	.about .about-body .desc {
	    width: auto;
	}
	.about .about-footer {
	    padding: 0;
	}
	.brown-title, .comments .title {
	    font-size: 50px;
	}
	.video .video-list .item .title {
		font-size: 18px;
	}
	.comments .item .text {
	    width: auto;
	}

	.comments .slick-slide:not(.slick-center) .item-inner {
		padding-top: 0;
	}
	.comments .title span {
		margin-left: 0;
	}
	.single-post-page blockquote p {
		padding: 0 100px;
	}
	.single-post-page blockquote .bqf {
		padding-left: 100px;
		padding-right: 0;
	}
	.single-post-page blockquote {
		background-position: 60px 30px;
	}
	.single-post-page .img-wrapper .img-wrapper-inner {
		height: 300px;
	}

	.single-post-page .img-wrapper:before {
		background-size: 80%;
		background-position: left -10px top -10px;
	}
	.single-post-page .img-wrapper:after {
		background-size: 80%;
		background-position: right -10px bottom -10px;
	}
	.single-post-page .img-wrapper {
		padding: 18px 16px;
	}
	.breadcrumbs ul li:last-child {
		margin-right: 0;
	}
	.breadcrumbs ul li {
	    margin-right: 14px;
	    font-size: 14px;
	}
	.breadcrumbs .link {
		font-size: 14px;
	}
    
    .header .search form {
        width: 300px;
    }
    .comments .slider {
        display: block;
    }
}
@media only screen and (max-width: 650px) {
    {}
    .advice .inside .row {
        justify-content: center
    }
    .advice .inside .row .description {
        text-align: center;
        width: 380px;
    }
}
@media only screen and (max-width: 600px) {
	.comments .item .avatar img {
	    width: 260px;
	}
	.comments .slick-arrow.slick-prev {
		left: 0;
		margin-left: 0;
	}
	.comments .slick-arrow.slick-next {
		right: 0;
		margin-right: 0;
	}
	.header .inside {
	    padding: 12px;
	}
	.header .languages .lang.active {
		display: none;
	}
	
	.about {
	  	background-position: left 20px top 40px, right 10px top 30px, left 10px top 300px, right 0px top 300px;
	  	background-size: 160px, 150px, 170px, 122px;
	}
	.subscribe-window .inner {
		padding: 20px;
	}
	.fancybox-close-small svg {
		width: 24px;
		height: 24px;
	}
	.fancybox-close-small {
		top: 10px;
		right: 10px;
		width: 30px;
		height: 30px;
		line-height: 30px;
	}

	.subscribe-window .field .select-date {
		top: 27px;
		font-size: 16px;
	}
	.subscribe-window input {
		font-size: 16px;
	}
	.subscribe-window .select .selected {
		font-size: 16px;
	}
	.subscribe-window ::-webkit-input-placeholder { /* Chrome/Opera/Safari */
		font-size: 16px;
	}
	.subscribe-window ::-moz-placeholder { /* Firefox 19+ */
		font-size: 16px;
	}
	.subscribe-window :-ms-input-placeholder { /* IE 10+ */
		font-size: 16px;
	}
	.subscribe-window :-moz-placeholder { /* Firefox 18- */
		font-size: 16px;
	}
	.thanks .inner {
		padding: 20px;
	}
	.thanks {
		padding: 0
	}
	.thanks .inner h3 {
		font-size: 30px;
	}
	.single-post-page .inside h1 {
		font-size: 30px;
	}
	.page-header {
	    height: 200px;
	}

	.breadcrumbs {
		position: relative;
	}
	.breadcrumbs .link {
		position: absolute;
		left: 12px;
		bottom: -30px;
	}
	.single-post-page .inside {
		padding-top: 80px;
	}
	.single-post-page .inside h2 {
	    font-size: 26px;
	}
	.single-post-page blockquote p {
	    padding: 0 20px;
	}
	.category .item {
		width: 100%
	}
    
}
@media only screen and (max-width: 500px) {
	.comments .title {
	    font-size: 32px;
	}
	.video .video-list .item {
	    max-width: 100%;
	    width: 100%;
	}
	.video .video-list .item .title {
	    margin-bottom: 10px;
	}
 
	footer.footer .navigation li {
		width: 100%;
		margin-bottom: 20px;
	}
	.comments .item .name {
	    font-size: 28px;
	}
	.services .item {
	    max-width: 100%;
	    width: 100%;
	}
	.about .title {
		font-size: 32px;
	}
	.about .title span {
		padding-left: 0;
		margin-left: 0;
	}
	.about .about-body .img {
		margin: 0 auto;
	}

	.button-ellipse a, .button-ellipse button {
		width: 144px;
		background-size: 144px;
		height: 92px;
		padding: 18px 12px;
	}
	.button-ellipse a span, .button-ellipse button span {
		margin-top: 8px;
		font-size: 14px;

	}
	.header .languages {
	    margin-left: 16px;
	}
	.mobile-navigation .button-ellipse {
		display: none;
	}
	.mobile-navigation .bootom-part {
		width: 100%
	}
	.single-post-page .img-wrapper .img-wrapper-inner {
	    height: 220px;
	}
	.single-post-page .img-wrapper:before {
	    background-size: 90%;
	    background-position: left -5px top 0px;
	}
	.single-post-page .img-wrapper:after {
	    background-size: 90%;
	    background-position: right -5px bottom 0px;
	}
    
}
@media only screen and (max-width: 480px) {
	.advice .inside .row {
		justify-content: center;
	}
	.advice .inside .row .image {
		margin-bottom: 20px;
	}

	.brown-title, .comments .title, .title {
		font-size: 30px;
		margin-bottom: 30px;
	}
	.header .inside {
		padding: 12px;
	}
	.main-screen h1 {
	    font-size: 40px;
	}
	.header .left-header-part,
	.header .right-header-part {
		width: auto;
	}
	.about .about-body .desc {
		padding-top: 0;
	}
	.about .about-body .digit {
		text-align: center;
		font-size: 24px;
		margin-bottom: 20px;
	}
	.about .digit strong {
	    font-size: 42px;
	}
	.about .item .strong {
	    font-size: 20px;
	}
	.about .item {
	    width: 46%;
	}
	.services .item h4 a {
	    font-size: 30px;
	}
	.comments .item .avatar img {
	    width: 200px;
	}
	.comments .slick-arrow {
		top: 18%;
		width: 48px;
		height: 48px;
	}
	.about .about-body .img {
		width: auto;
	}
	.about .about-body .img span {
		width: 264px;
		left: 58px;
    	top: 78px;
		height: 372px;
	}
	.services .footer {
		max-width: 100%;
	}
	.main-screen .eye img {
		width: 70px;
	}
	.main-screen {
		padding-top: 100px;
		padding-bottom: 60px;
	}
	.button-ellipse {
	    margin-top: 30px;
	}
	.header .logo img {
		width: 80px;
	}

	.header .toggler {
		width: 24px;
	}

	.header .toggler .menu-btn .line {
		margin: 8px 0;
	}
	.header .languages .lang a {
		width: 24px;
		height: 24px;
		line-height: 24px;
		font-size: 10px;
	}
	.header .inside {
	    padding: 4px 12px;
	}
	
	.header .toggler .menu-btn .line.line--1.line-cross {
		width: 28px;
		transform: rotate(45deg) translateY(8px) translateX(5px)
	}
	.header .toggler .menu-btn .line.line--3.line-cross {
		width: 28px;
		transform: rotate(-45deg) translateY(-8px) translateX(5px)
	}

	.header .right-header-part .search svg {
		transform: scale(0.8);
		display: block;
	}
	.header .right-header-part .cabinet svg {
		transform: scale(0.8);
		display: block;
	}
	.subscribe-window {
		width: 360px;
	}
	.single-post-page blockquote {
		padding-top: 20px;
		font-size: 18px;
		background-position: 10px 10px;
	}
	.single-post-page blockquote .bqf {
		padding-left: 20px;
	}
	.comments .title {
		text-align: center;
	}
	.single-post-page .img-wrapper .img-wrapper-inner {
	    height: auto;
	}
	.wrapper {
	    padding-top: 50px;
	}
    
    .header .search form {
        width: 230px;
    }
    .page-title {
        font-size: 32px;
    }
    .main-screen {
        padding-top: 20px;
    }
    
    .header .mobile-navigation .menu-btn .line.line--3,
    .header .mobile-navigation .menu-btn .line.line--1 {
        width: 28px;
    }
    .header .mobile-navigation .menu-btn {
        top: 3px;
    }
    .top .wpml-ls-legacy-list-horizontal {
        top: 5px;
        left: 52px;
    }
    .header .left-header-part .languages {
        display: none;
    }
    .mobile-navigation .bootom-part .socials {
        margin-bottom: 0;
    }
    .single-videos .single-video .description-part .right .list .slick-slide > div {
        padding: 0px;
    }
    .comment-form {
        padding: 20px;
    }
    .single-videos .single-video .description-part h1 {
        font-size: 32px;
    }
    body {
        
        width: 100vw;
    }
    html {
        overflow-x: hidden;
    }
}
@media only screen and (max-width: 420px) {
	.main-screen {
	  	
	}
	.page-header {
	    height: 150px;
	}
	.page-header {
	    height: 150px;
	}
    
}
@media only screen and (max-width: 380px) {
	.about .about-body .img {
		margin: 0 auto;
	}
	.about .about-body li {
	    padding-left: 32px;
	}
	.about .about-body {
 	   margin-bottom: 30px;
	}
	.video .video-header {
	    margin-bottom: 30px;
	}
	.page-header {
	    height: 130px;
	}
}
