/** mobile **/
@media (max-width:1603px){
	h1 {
		font-size: 4vw;
		line-height: 4.1vw;
		margin-bottom: 1vw;
	}
	.text_1 {
		font-size: 1.8vw;
		margin-bottom: 2vw;
	}
	.container {
		max-width: unset;
		width: calc(100% - 100px);
	}
	.b1_left {
		padding-top: 4.5vw;
		padding-left: 4.5vw;
	}
	.b1_right {
		padding: 4.5vw;
		padding-left: 13vw;
	}
	.matrix {
		padding: 0;
	}
}
@media (max-width:1380px){
	.content {
		width: calc(100% - 100px);
	}
	.word_line {
		font-size: 43.7px;
	}
	.block_3 .container {
		padding-top: 115px;
		padding-bottom: 100px;
	}
	.menu-item a {
		font-size: 16px;
	}
	.menu-item {
		    margin-right: 2vw;
	}
	h2 {
		font-size: 38px;
	}
	.block_2 h2 {
		font-size: 38px;
	}
	.block_3 h2 {
		font-size: 38px;
	}
	input[name="imya"] {
		width: 200px;
	}
	input[name="telefon"] {
		width: 200px;
	}
	input[name="message"] {
		width: calc(100% - 570px);
	}
	.cont_info {
		margin-right: 20px
	}
	.block_2_left p {
		font-size: 18px;
		line-height: 32px;
	}
	.block_2_left p {
		width: 520px;
	}
	.block_2_right img {
		width: 610px;
	}
	.block_2_right {
		right: 30px;
	}
	#nashi_kompetencii .block_2_right {
		right: 30px;
	}
	#nashi_kompetencii .block_2_right img {
		    width: 540px;
	}
	h3 {
    font-size: 22px;
	}
	.block_4 li {
		font-size: 18px;
		margin-bottom: 10px;
	}
}
@media (max-width:1280px){
	.matrix {
		margin-top: 7px
	}
	.h_right {
		    margin-top: 15px;
	}
	.block_2_right {
		width: 490px;
		right: 0;
		top: 30px;
	}
	.block_2_right img {
		width: 100%;
	}
	h3 {
    font-size: 16px;
	}
	.block_4 li {
		font-size: 16px;
		font-weight: 200;
		line-height: 20px;
		margin-bottom: 6px;
	}
	.logo {
		font-size: 16px;
		line-height: 22px;
		width: 146px;
	}
	#l3 {
		font-size: 10.5px;
		line-height: 20px;
		top: -5px;
	}
	.scrolled {
		padding: 10px 45px 6px;
	}
	.scrolled .h_right {
		margin-top: 18px;
	}
	.menu-item a {
		font-size: 14px;
	}
	.block_5 h3 {
		margin-bottom: 30px;
	}
	.block_6 h2 {
		    margin-right: 20px;
	}
	h2 {
		font-size: 32px;
	}
	.cont_info {
		margin-right: 10px;
		font-size: 14px;
		width: 183px;
	}
	.block_2_left p {
		width: 410px;
	}
	.word_line {
		font-size: 33.3px;
	}
	.block_2 {
		position: relative;
		padding-top: 80px;
		padding-bottom: 60px;
	}
	.block_3 .container {
		padding-top: 95px;
		padding-bottom: 80px;
	}
	#nashi_kompetencii .block_2_right {
		right: -20px;
		top: 40px;
	}
	#nashi_kompetencii .block_2_right img {
		width: 460px;
	}
	.block_4 .b1_left {
		padding-top: 37px;
	}
	.block_4 .b1_right {
		padding-top: 37px;
	}
	.block_2 h2, .block_3 h2 {
		font-size: 35px;
	}
	h2 {
		font-size: 35px;
	}
}
@media (max-width:999px){
	.sandwich {
	display: block;
	top: 0;
}
.c-hamburger {
	    z-index: 10;
  display: block;
  position: relative;
  overflow: hidden;
  margin: 0;
  padding: 0;
  width: 56px;
  height: 38px;
  font-size: 0;
  text-indent: -9999px;
  appearance: none;
  box-shadow: none;
  border-radius: none;
  border: none;
  cursor: pointer;
  transition: background 0.3s;
  border-radius: 5px;
}
 
.c-hamburger:focus {
  outline: none;
}
.c-hamburger span {
  display: block;
  position: absolute;
  top: 17px;
    left: 8px;
    right: 8px;
  height: 3px;
  background: #fff;
}
 
.c-hamburger span::before,
.c-hamburger span::after {
  position: absolute;
  display: block;
  left: 0;
  width: 100%;
  height: 3px;
  background-color: #fff;
  content: "";
}
.c-hamburger span::before { background-color: #fff;}
.c-hamburger span::after {background-color: #fff;width: 50%;}
.c-hamburger span::before {
  top: -10px;
}
 
.c-hamburger span::after {
  bottom: -10px;
}

.c-hamburger--htx {
  background-color: #223c84;
}
 
.c-hamburger--htx span {
  transition: background 0s 0.3s;
}
 
.c-hamburger--htx span::before,
.c-hamburger--htx span::after {
  transition-duration: 0.3s, 0.3s;
  transition-delay: 0.3s, 0s;
}
 
.c-hamburger--htx span::before {
  transition-property: top, transform;
}
 
.c-hamburger--htx span::after {
  transition-property: bottom, transform;
}

.c-hamburger--htx.is-active {
  background-color: #223c84;
}
 
.c-hamburger--htx.is-active span {
  background: none;
}
 
.c-hamburger--htx.is-active span::before {
  top: 0;
  transform: rotate(45deg);
  background-color: #fff;
}
 
.c-hamburger--htx.is-active span::after {
  bottom: 0;
  transform: rotate(-45deg);
  width: 100%;
}
 
.c-hamburger--htx.is-active span::before,
.c-hamburger--htx.is-active span::after {
  transition-delay: 0s, 0.3s;
}
header {
	padding: 10px 20px;
}
.menu-item {
    margin-right: 0;
    width: 100%;
	    line-height: 30px;
		margin-bottom: 26px;
}
.menu-main-menu-container {
    float: unset;
}
.dop_menu {
    float: unset;
    display: block;
}
.top-menu {
	text-align: start;
}
.menu-item a {
        font-size: 20px;
    font-weight: 100;
}
.icons {
    display: inline-block;
    position: relative;
    top: 5px;
    margin-right: 38px;
    float: left;
    text-align: center;
}
.h_right {
	    padding-bottom: 30px;
		display: none;
}
.show {
	display: block;
}
.scrolled {
    padding: 10px 20px;
}
.tel_mob {
	display: block;
	margin-left: 10px;
    float: left;
    margin-top: 4px;
    font-size: 12px;
}
.fon1  {
	display: none;
}
.matrix {
	display: none;
}
.b1_left {
    width: 100%;
    float: unset;
	padding: 28px;
	border: 11px solid #1fe3e5;
	    border-radius: 36px;
	}
	.container {
		width: calc(100% - 40px);
	}
	.block_1_columns {
		position: relative;
	}
	.block_1 {
		    padding-top: 110px;
    padding-bottom: 40px;
	}
	h1 {
		font-size: 34px;
		line-height: normal;
		margin-bottom: 15px;
	}
	.text_1 {
    font-size: 18px;
    margin-bottom: 21px;
}
.logo {
	    width: 140px;
}
#l1 {
    letter-spacing: 3.0px;
}
#l3 {
    font-size: 9.7px;
    line-height: 20px;
    top: -5px;
}
.content {
    width: 100%;
}
.container .content {
	padding-left:0;
	padding-right: 0;
}
.block_2_right {
    width: calc(100% + 40px);
    position: relative;
    left: -40px;
    top: 0;
}
.block_2_left,.block_2_left p {
	width: 100%;
}
.block_2 h2, .block_3 h2, h2 {
    font-size: 25px;
}
.block_2 {
	padding-top: 50px;
	    padding-bottom: 20px;
}
.block_3 .container {
	padding-left: 20px;
    padding-right: 20px;
    padding-top: 45px;
    padding-bottom: 46px;
    width: 100%;
    border-radius: 0;
}
.word_line {
    font-size: 13px;
    line-height: 24px;
	font-size: 3.61vw;
}
#nashi_kompetencii .block_2_right {
    right: 0;
    top: 10px;
}
#nashi_kompetencii .block_2_right img {
    width: 100%;
}
.block_4 .b1_left {
    padding-top: 30px;
}
.container:after {
    content: '';
    display: table;
    width: 100%;
}
.block_4 .b1_right {
    padding-top: 30px;
}
.block_4 .b1_right {
	    width: 100%;
    float: unset;
    padding: 28px;
    border: 11px solid #1fe3e5;
    border-radius: 36px;
	margin-top: 20px;
}
.block_5 .container {
	width: 100%;
	border-radius: 0;
	    padding: 40px 20px;
}
input[name="imya"] {
		width: 100%;
		margin-right:0;
		margin-bottom: 10px;
	}
	input[name="telefon"] {
		width: 100%;
		margin-right:0;
		margin-bottom: 10px;
	}
	input[name="message"] {
		width: 100%;
		margin-right:0;
		margin-bottom: 20px;
	}
	.block_5 h3 {
    margin-bottom: 20px;
}
	.usloviya {
    font-size: 14px;
    letter-spacing: 0px;
    line-height: normal;
    color: #a8a8a8;
    font-weight: 300;
    width: 100%;
    display: inline-block;
    margin-top: 13px;
}
.wpcf7-submit {
	float: unset;
}
.wpcf7-form {
	text-align: center;
}
.block_6 {
    margin-top: 50px;
    margin-bottom: 30px;
}
.cont_info {
    margin-right: 0;
    font-size: 18px;
    width: 100%;
    margin-bottom: 25px;
}
#map {
    height: 66vw;
}
.company, .privacy {
	line-height: normal;
    margin-right: 0;
	margin-bottom: 10px;
	    width: 100%;
}
footer {
	    height: auto;
    padding: 20px 0;
}
#logo-voodoo {
    margin-top: 20px;
	float: left;
}
.regular-pages h1 {
    font-size: 23px;
}
.regular-pages {
    padding-top: 130px;
}
body:not(.node-7) header {
    padding: 10px 20px;
}
.regular-pages {
	min-height: calc(100vh - 190px);
}
body:not(.node-7) .sandwich {
	display: none;
}
}