
@font-face {
    font-family: 'TTNormsProMono';
    font-style: normal;
    font-weight: 300;
    src: url("fonts/ttnorms/TT_Norms_Pro_Mono_Regular.woff2") format("woff2"), url("fonts/ttnorms/TT_Norms_Pro_Mono_Regular.ttf") format("truetype"), url("fonts/ttnorms/TT_Norms_Pro_Mono_Regular.otf") format("truetype");
}

@font-face {
    font-family: 'TTNormsProMono';
    font-style: normal;
    font-weight: 400;
    src: url("fonts/ttnorms/TT_Norms_Pro_Mono_Regular.woff2") format("woff2"), url("fonts/ttnorms/TT_Norms_Pro_Mono_Regular.ttf") format("truetype"), url("fonts/ttnorms/TT_Norms_Pro_Mono_Regular.otf") format("truetype");
}

@font-face {
    font-family: 'TTNormsProMono';
    font-style: normal;
    font-weight: 500;
    src: url("fonts/ttnorms/TT_Norms_Pro_Mono_Regular.woff2") format("woff2"), url("fonts/ttnorms/TT_Norms_Pro_Mono_Regular.ttf") format("truetype"), url("fonts/ttnorms/TT_Norms_Pro_Mono_Regular.otf") format("truetype");
}

@font-face {
    font-family: 'TTNormsProMono';
    font-style: normal;
    font-weight: 600;
    src: url("fonts/ttnorms/TT_Norms_Pro_Mono_Regular.woff2") format("woff2"), url("fonts/ttnorms/TT_Norms_Pro_Mono_Regular.ttf") format("truetype"), url("fonts/ttnorms/TT_Norms_Pro_Mono_Regular.otf") format("truetype");
}

@font-face {
    font-family: 'TTNormsProMono';
    font-style: normal;
    font-weight: 700;
    src: url("fonts/ttnorms/TT_Norms_Pro_Mono_Regular.woff2") format("woff2"), url("fonts/ttnorms/TT_Norms_Pro_Mono_Regular.ttf") format("truetype"), url("fonts/ttnorms/TT_Norms_Pro_Mono_Regular.otf") format("truetype");
}

* {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
}

body * {
    outline: none;
    font-family: 'TTNormsProMono', sans-serif;
}

a {
    text-decoration: none;
    color: inherit;
    cursor: pointer;
}

p, h1, h2, h3, h4, h5, h6 {
    margin: 0;
}

h1, h2, h3, h4, h5, h6, b, strong {
    font-weight: 800;
}

input, button, textarea {
    font-family: 'TTNormsProMono', sans-serif;
    font-weight: 400;
}

input[type="text"], textarea {
    -webkit-appearance: none;
    -webkit-border-radius: 0;
}

input[type="text"]::-ms-clear, textarea::-ms-clear {
    display: none;
}

input[type="text"]::-ms-clear {
    display: none;
}

input[type="password"]::-ms-reveal {
    display: none;
}

input {
    outline: none;
}

button {
    border: 0;
    outline: none;
    cursor: pointer;
    background: none;
    padding: 0;
}

button:active, button:focus {
    outline: none !important;
}

button::-moz-focus-inner {
    border: 0 !important;
}

.container {
    width: 100%;
    max-width: 1350px;
    padding-left: 30px;
    padding-right: 30px;
    margin-left: auto;
    margin-right: auto;
}

.post {
    padding-top: 152px;
}

.post--top {
    padding-top: 52px;
}

img {
    display: block;
    max-width: 100%;
}

img.img-overflow {
    max-width: none;
}

svg {
    display: block;
}

.row {
    margin-right: -12px;
    margin-left: -12px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
}

.col {
    padding-left: 12px;
    padding-right: 12px;
}

.fancybox-container {
    font-family: 'TTNormsProMono', sans-serif;
}

.fancybox-slide:before {
    margin-right: 0;
}

p, li {
    font-size: 14px;
	font-weight: 400;
	line-height: 14px;
	margin-bottom: 12px;
}

ul, ol {
    margin: 20px 0 20px 20px;
    padding: 0;
}

ul:first-child, ol:first-child {
    margin-top: 0;
}

ul:last-child, ol:last-child {
    margin-bottom: 0;
}

ul li, ol li {
    position: relative;
}

ul li {
    padding-left: 5px;
}

.post-text p a, .post-text li a {
    text-decoration: underline;
}

h1, h2, h3, h4, .h1, .h2, .h3, .h4 {
    font-family: 'TTNormsProMono', sans-serif;
    font-weight: 400;
}

h1, .h1 {
    font-size: 120px;
    line-height: 140px;
    text-transform: uppercase;
}

h2, .h2 {
    font-size: 60px;
    line-height: 1;
    text-transform: uppercase;
}

h3, .h3 {
    font-family: 'TTNormsProMono', sans-serif;
    font-size: 24px;
    line-height: 34px;
}

a[target="_blank"][href="#"] {
  pointer-events: none;
  cursor: default;
}

/*Классы и идентификаторы свойств*/

.dflex {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;	
	display: flex;
}

.dflex-column {
	flex-direction: column;
}

.dflex-row {
	flex-direction: row;
}

#txt-left {
	text-align: left;
}

.textdecor-none {
	text-decoration: none;
}

.alignit-center {
	align-items: center;
}
.alignit-start {
	align-items: flex-start;
}
.alignit-base {
	align-items: baseline;
}
.alignit-end {
	align-items: flex-end;
}

.backgr-white, #backgr-white {
		background-color: #fff;
}

.jcontent-center {
	justify-content: center;
}

.jcontent-btw {
	justify-content: space-between;
}
.jcontent-end {
	justify-content: flex-end;
}

.textup {
	text-transform: uppercase;
}

.col50 {
	width: 50%;
}

.undline {
	text-decoration: underline;
}

.bld {
	font-weight: bold;
}
.lightbld{
    font-weight: 400;
    color: #0d151a;
}
.brdblack {
	border-color: #000!important;
}

.cursorp {
	cursor: pointer;
}


/*Конец блока Классы и идентификаторы свойств*/

blockquote {
    display: block;
    width: 100%;
    padding: 32px 0 46px;
    margin: 40px 0;
    font-size: 28px;
    line-height: 38px;
    border-top: 8px solid #000;
    border-bottom: 8px solid #000;
}

blockquote:first-child {
    margin-top: 0;
}

blockquote:last-child {
    margin-bottom: 0;
}

blockquote span {
    display: block;
    font-size: 18px;
    line-height: 24px;
    text-align: center;
    margin-bottom: 25px;
    text-transform: uppercase;
}

hr {
    border: 0;
    padding: 0;
    margin: 50px 0;
    width: 100%;
    height: 8px;
    background-color: #000;
}

    .form-card {
	  margin: 0 -40px;
    }

    .label-cell {
      display: flex;
      align-items: center;
    }

    .field-cell {
      position: relative;
      width: 100%;
    }

    input, select {
      padding: 0.75rem 1rem;
      transition: 0.2s;
      outline: none;
	  background-color: #f5f5f5;
	  border-width: 0px;
    }

    input::placeholder {
      color: #9aaebf;
    }

    .check-cell {
      display: flex;
      justify-content: center;
      align-items: center;
    }

    .checkmark {
      width: 32px;
      height: 32px;
      display: inline-flex;
      align-items: center;
      justify-content: center;
      transition: all 0.2s cubic-bezier(0.2, 0.9, 0.4, 1.1);
      color: white;
    }
    .submit-area {
      display: flex;
      justify-content: flex-start;
    }

    button {
      border: none;
      cursor: pointer;
    }
	input:-webkit-autofill,
	input:-webkit-autofill:hover,
	input:-webkit-autofill:focus,
	input:-webkit-autofill:active {
	  -webkit-box-shadow: 0 0 0 30px #f5f5f5 inset !important;
	  box-shadow: 0 0 0 30px #f5f5f5 inset !important;
	  background-color: #f5f5f5 !important;
	  background-image: none !important;
	  color: inherit !important;
	}
	input:-moz-autofill {
	  box-shadow: 0 0 0 30px #f5f5f5 inset !important;
	  background-color: #f5f5f5 !important;
	}
	input:autofill {
	  box-shadow: 0 0 0 30px #f5f5f5 inset !important;
	  background-color: #f5f5f5 !important;
	}
    .sub {
      color: #5b6f82;
      padding-left: 0.75rem;
      margin-bottom: 2rem;
    }
    .form-fields {
      display: flex;
      flex-direction: column;
    }
    .form-row {
      display: flex;
      align-items: center;
      padding: 0.75rem 1rem;
      transition: all 0.2s;
	  height: 93px;
	  background-color: #f5f5f5;
    }
    .custom-selector {
      display: flex;
      align-items: center;
      padding: 0.5rem 0.75rem;
      transition: all 0.2s;
    }
    .arrow-btn {
      border: none;
      cursor: pointer;
      color: #1D1D1B;
      display: inline-flex;
      align-items: center;
      justify-content: center;
      transition: all 0.2s;
      user-select: none;
    }
    .selector-value {
      padding: 0 15px;
    }
    .hidden-module-input {
      display: none;
    }	
    .custom-file-upload {
      display: flex;
      flex-wrap: wrap;
      align-items: center;
    }

    .file-status {
      word-break: break-word;
    }

    .file-status span {
      color: #000;
    }

    .file-hint {
      color: #7e95aa;
      margin-top: 5px;
      display: block;
      margin-left: 0.2rem;
    }

    .real-file-input {
      position: absolute;
      width: 0;
      height: 0;
      opacity: 0;
      visibility: hidden;
      pointer-events: none;
    }

.top-info-block {
	text-transform: uppercase;
	padding-bottom: 40px;
}

.left-start-inner-block {
	margin-top: 18px;
}

.left-start-inner-block p {
	margin-bottom: 0px;
	line-height: 18px;
}

.info-toggle {
	cursor: pointer!important;
}

.accordion {
	border-left: 1px solid #0D151A;
	color: #0D151A;
	opacity: 0.96;
	background-color: #F5F5F5;
	margin: 0 -40px;
}
.accordion-none {
	border-right: 0px solid #0D151A;
	border-left: 0px solid #0D151A;	
}
.accordion-item {
	border-bottom: 1px solid #0D151A;
	padding: 0px 40px;
}
.accordion-icon {
	font-size: 28px;
	color: #1D1D1B;
	font-weight: 200;
}
.accordion-item:first-child {
	border-top: 1px solid #0D151A;
}

.accordion-header {
	height: 93px;
	cursor: pointer;
	display: flex;
	justify-content: space-between;
	align-items: center;
	user-select: none;
	font-size: 18px;
	line-height: 18px;	
}

.accordion-content {
	height: 0;
	overflow: hidden;
	opacity: 0;
	transition: height 0.8s ease, opacity 0.3s ease;
	padding: 0px;
}

.accordion-content.open {
  opacity: 1;
  margin-bottom: 37px;
}

.accordion-content.active {
	max-height: 500px;
	padding-bottom: 42px;
}

.accordion-icon {
	transition: transform 0.3s ease;
}

.accordion-content {
	font-size: 14px;
	line-height: 14px
}
.accordion-names {width: 100%;}
.accordion-block { display: none; }
.accordion-block.open { display: block; }
.accordion-small-text {width: 25%; min-width: 462px;}
.accordion-small-text .inc-small-block {width: 57%;}

.accordion-main-text {flex: 1;}
.accordion-title {width: 25%; min-width: 462px;}
.main-text-show, .main-text-hide {max-width: 805px;}
.top-info-block.is-hidden {
  display: none !important;
}
.main-text-hide {
   display: none;
}
.black-item {
	font-size: 14px;
	line-height: 14px;
}
.form-row {
	border-bottom: 1px solid #000;
}
.form-row:first-child {
	border-top: 1px solid #000;
}

.form-row:last-child, .submit-area button {
	background-color: #000;
	color: #B4B4B4;
}
.file-status, .form-card input::placeholder {
	color: #969696;
}

#prevModuleBtn {
	transform: rotate(180deg);
}

input::placeholder {
    text-transform: uppercase;
}

.field-cell {
    width: 70%;
}
.label-cell {
    font-weight: 400;
	width: 25%;
}

.rarrowmar {margin-right: 14px;}
.toggle-block {margin-top: 26px;}
.toggle-block .rarrowmar {margin-right: 11px;}

@media (max-width: 1299px) {

}

@media (min-width: 1200px) {
 
}

@media (max-width: 1199px) {
	.accordion-header {
		font-size: 18px;
	}
}

@media (orientation: portrait) and (max-width: 1500px) {

}

@media (orientation: portrait) and (max-width: 1199px) {

}

@media (orientation: landscape) and (max-width: 1199px) {

}

@media (min-width: 992px) {

}

@media (max-width: 991px) {
	.accordion-item:last-child {
		border-bottom: 1px solid #0D151A;
	}
}

@media (max-width: 768px) {
	.dflex-column-mob {
		flex-direction: column;
	}
	.top-info-block {
		padding-bottom: 20px;
	}
	.accordion {border-width: 0px;}
	.accordion-header {font-size: 13px; line-height: 26px;}
	.accordion-names {}
	.accordion-item {padding: 0 25px;}
	.accordion-small-text, .accordion-small-text .inc-small-block, .accordion-main-text {width: 100%;}
	.accordion-title {
		width: auto;
		min-width: 0px;
		margin-right: 10px;
	}
	.toggle-block {font-size: 11px;}
	.toggle-block .rarrowmar {width: 6px; height: 10px; margin-right: 11px;}
      .form-row {
		  
    }
      .check-cell {
        justify-self: start;
    }
      .field-cell {
        width: 70%;
    }
      .label-cell {
		display: none;
	}
	  .form-card {
		margin: 0 -25px;
	}
	.custom-file-upload .rarrowmar {
		display: none;
	}
    .form-row {
      display: flex;
      align-items: center;
	  justify-content: space-between;
      padding: 0 25px;
	  height: 60px;
    }
    .form-row, .accordion-header {
	  height: 60px;
    }
	.accordion-header .dflexc {
		height: auto;
	}
}

@media (max-width: 900px) and (min-width: 576px) {


}
@media (min-width: 576px) {
	.hide-smartphone {display: none;}
}

@media (max-width: 575px) {
	.hide-desktop {display: none;}
	.accordion {margin: 0 -25px;}
	.accordion-item {padding: 0 25px;}
	.accordion-title {width: auto;}
}

@media (orientation: portrait) and (max-width: 575px) {

}

@media (orientation: landscape) and (max-width: 575px) {

}

@media (max-width: 374px) {

}