a,abbr,acronym,address,applet,article,aside,audio,b,big,blockquote,body,canvas,caption,center,cite,code,dd,del,details,dfn,div,dl,dt,em,embed,fieldset,figcaption,figure,footer,form,h1,h2,h3,h4,h5,h6,header,hgroup,html,i,iframe,img,ins,kbd,label,legend,li,mark,menu,nav,object,ol,output,p,pre,q,ruby,s,samp,section,small,span,strike,strong,sub,summary,sup,table,tbody,td,tfoot,th,thead,time,tr,tt,u,ul,var,video{margin:0;padding:0;font-size:100%;vertical-align:baseline;box-sizing:border-box}a{text-decoration:none;color:var(--text)}a:active,a:hover{outline:0}li,ul{list-style-type:none;margin:0;padding:0}h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:400}html{-webkit-box-sizing:border-box;box-sizing:border-box}:focus{outline:0}audio,img,video{max-width:100%;height:auto}audio,canvas,iframe,img,svg,video{vertical-align:middle}iframe{border:0}textarea{resize:none;overflow:auto;vertical-align:top;box-shadow:none;-webkit-box-shadow:none;-moz-box-shadow:none}button,input,select,textarea{outline:none;border:none;font-size:100%;margin:0}
button,input{line-height:normal}input,select,textarea{width:100%}table{border-collapse:collapse;border-spacing:0}td,th{padding:0;text-align:left}input[type=number]::-webkit-inner-spin-button,input[type=number]::-webkit-outer-spin-button{-webkit-appearance:none}input[type=number]{-webkit-appearance:textfield;-moz-appearance:textfield;appearance:textfield}button{cursor:pointer;background-color:initial;-webkit-box-shadow:none;box-shadow:none}hr{width:100%}div{display:block;margin:0;padding:0;}


.grid12{width:100%;display:grid;grid-template-columns:repeat(12,1fr);grid-template-rows:repeat(1,auto);grid-gap:var(--gap)}.x1{grid-column-start:span 1}.x2{grid-column-start:span 2}.x3{grid-column-start:span 3}.x4{grid-column-start:span 4}.x5{grid-column-start:span 5}.x6{grid-column-start:span 6}.x7{grid-column-start:span 7}.x8{grid-column-start:span 8}.x9{grid-column-start:span 9}.x10{grid-column-start:span 10}.x11{grid-column-start:span 11}.x12{grid-column-start:span 12}@media screen and (max-width:1500px){.xlg1{grid-column-start:span 1}.xlg2{grid-column-start:span 2}.xlg3{grid-column-start:span 3}.xlg4{grid-column-start:span 4}.xlg5{grid-column-start:span 5}.xlg6{grid-column-start:span 6}.xlg7{grid-column-start:span 7}.xlg8{grid-column-start:span 8}.xlg9{grid-column-start:span 9}.xlg10{grid-column-start:span 10}.xlg11{grid-column-start:span 11}.xlg12{grid-column-start:span 12}}@media screen and (max-width:1280px){.lg1{grid-column-start:span 1}.lg2{grid-column-start:span 2}.lg3{grid-column-start:span 3}
.lg4{grid-column-start:span 4}.lg5{grid-column-start:span 5}.lg6{grid-column-start:span 6}.lg7{grid-column-start:span 7}.lg8{grid-column-start:span 8}.lg9{grid-column-start:span 9}.lg10{grid-column-start:span 10}.lg11{grid-column-start:span 11}.lg12{grid-column-start:span 12}}@media screen and (max-width:980px){.md1{grid-column-start:span 1}.md2{grid-column-start:span 2}.md3{grid-column-start:span 3}.md4{grid-column-start:span 4}.md5{grid-column-start:span 5}.md6{grid-column-start:span 6}.md7{grid-column-start:span 7}.md8{grid-column-start:span 8}.md9{grid-column-start:span 9}.md10{grid-column-start:span 10}.md11{grid-column-start:span 11}.md12{grid-column-start:span 12}.mdRemove{display:none}}@media screen and (max-width:750px){.sm1{grid-column-start:span 1}.sm2{grid-column-start:span 2}.sm3{grid-column-start:span 3}.sm4{grid-column-start:span 4}.sm5{grid-column-start:span 5}.sm6{grid-column-start:span 6}.sm7{grid-column-start:span 7}.sm8{grid-column-start:span 8}.sm9{grid-column-start:span 9}
.sm10{grid-column-start:span 10}.sm11{grid-column-start:span 11}.sm12{grid-column-start:span 12}.smRemove{display:none}}@media screen and (max-width:500px){.xs1{grid-column-start:span 1}.xs2{grid-column-start:span 2}.xs3{grid-column-start:span 3}.xs4{grid-column-start:span 4}.xs5{grid-column-start:span 5}.xs6{grid-column-start:span 6}.xs7{grid-column-start:span 7}.xs8{grid-column-start:span 8}.xs9{grid-column-start:span 9}.xs10{grid-column-start:span 10}.xs11{grid-column-start:span 11}.xs12{grid-column-start:span 12}.xsRemove{display:none}}

li{
  list-style-type: disc;
  margin-left: 20px;
}
html{
  font-family: 'Montserrat',Arial,sans-serif;
  font-weight: 300;
  color: #000000;
  font-size: 20px;
  line-height: 1.55;
}
body{
  font-family: 'Montserrat',Arial,sans-serif;
  font-weight: 300;
  color: #000000;
  font-size: 20px;
  line-height: 1.55;
}
:root {
  --white : #ffffff;
  --primary: rgb(228, 100, 47);
  --black: #000000;
  --colorFon: #3e3e3e;
  --gap: 20px;
  --column: calc((2 * var(--halfContainer) - 11 * var(--gap)) / 12);
}
@media screen and (max-width: 960px) {
  :root {
    --gap: 10px;
  }
}

b, strong{
  font-weight: 700;
}

.colorPrimary{
  color: var(--primary);
}

article {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  max-width: 1200px;
  padding: 0 30px 0 30px;

}
section{
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  max-width: 760px;
  padding: 0;
}
@media screen and (max-width: 1200px) {
  article {
    max-width: 960px;
    padding: 0;
  }
  section{
    max-width: 620px;
  }
}
@media screen and (max-width: 960px) {
  article {
    max-width: 640px;
  }
  section{
    width: 100%;
    max-width: 640px;
  }
}
@media screen and ( max-width:640px ) {
  article {
    width: 100%;
    max-width: 100%;
    padding: 0 20px;
  }
  section{
    width: 100%;
    max-width: 100%;
    padding: 0 20px;
  }
}

.textFlex{
  display: flex;
  align-items: center;
}
.textFlex svg{
  display: block;
  margin-right: 15px;
  max-width: 30px;
}
.textFlex p{
  color: #ffffff;
  font-size: 20px;
  font-family: 'Montserrat',Arial,sans-serif;
  line-height: 31px;
  font-weight: 400;
  background-position: center center;
  border-color: transparent;
  border-style: solid;
}
.imgWrap{
  margin-bottom: 15px;
}
.imgWrap img{
  width: 100%;
  height: auto;
  object-fit: cover;
}

.siteBody{
  padding-top: 70px;
  padding-bottom: 30px;
}

.topContent{
  background-color: var(--colorFon);
  background-position: center center;
  border-color: transparent;
  border-style: solid;
  padding: 50px 20px 25px 20px;
}
.topContent .title p{
  color: #ffffff;
  font-size: 36px;
  font-family: 'Montserrat',Arial,sans-serif;
  font-weight: 600;
  background-position: center center;
  border-color: transparent;
  border-style: solid;
  line-height: 56px;
}
.topContent .title p span{
  color: rgb(228, 100, 47);
}

.textContent {
  margin-bottom: 15px;
}
.textContent p{
  font-size: 20px;
  line-height: 1.55;
}
.textContent.mb15 p{
  margin-bottom: 15px;
}
.textContent.mb15 ul{
  margin-bottom: 10px;
}
.textContent.mb15 p:last-child{
  line-height: 1;
}

.blackBlock{
  background-color: var(--colorFon);
  background-position: center center;
  border-color: transparent;
  border-style: solid;
  padding: 30px 20px 25px 20px;
  margin-bottom: 25px;
}
.blackBlock .title p{
  color: #ffffff;
  font-size: 24px;
  font-family: 'Montserrat',Arial,sans-serif;
  line-height: 37px;
  font-weight: 600;
  background-position: center center;
  border-color: transparent;
  border-style: solid;
  margin-bottom: 10px;
}
.blackBlock .textFlex svg{
  max-width: 24px;
}


.blackBlock .titleBig{
  display: flex;
  align-items: center;
}
.blackBlock .titleBig svg{
  width: 45px;
  margin-right: 15px;
  display: block;
}
.blackBlock .titleBig p{
  color: #ffffff;
  font-size: 36px;
  font-family: 'Montserrat',Arial,sans-serif;
  line-height: 56px;
  font-weight: 700;
  background-position: center center;
  border-color: transparent;
  border-style: solid;
}


.flex{
  display: flex;
  margin-bottom: 50px;
}
.flex .imgWrap{
  width: calc(50% - 10px);
  margin-bottom: 0;
  margin-right: 15px;
}
.flex .text{
  width: calc(50% - 10px);
  margin-bottom: 0;
  margin-left: 15px;
}

.gallery {
  margin: 20px 0;
}
.gallery .imgWrap{
  margin-bottom: 0;
}
.blockOrange{
  background-color: var(--primary);
  padding: 10px;
  padding-left: 50px;
  margin: 25px 0;
}
.blockOrange .title{
  color: #ffffff;
  font-size: 24px;
  font-family: 'Montserrat',Arial,sans-serif;
  line-height: 37px;
  font-weight: 600;
  background-position: center center;
  border-color: transparent;
  border-style: solid;
}

.blackBlock.marginLeft{
  padding: 10px;
  padding-left: 50px;
  margin: 25px 0;
  font-size: 36px;
  font-family: 'Montserrat',Arial,sans-serif;
  line-height: 56px;
  font-weight: 400;
  background-position: center center;
  border-color: transparent;
  border-style: solid;
  color: var(--white);
}
.blackBlock.marginLeft .title p{
  color: #ffffff;
  font-size: 36px;
  font-family: 'Montserrat',Arial,sans-serif;
  line-height: 56px;
  font-weight: 400;
  background-position: center center;
  border-color: transparent;
  border-style: solid;
}
.blackBlock.marginLeft .title p span{
  font-weight: 600;
}
.blackBlock.marginLeft.last .textFlex{
  align-items: start;
}
.blackBlock.marginLeft.last .textFlex p{
  font-weight: 300;
}

.form {
  background-color: #3d3d3d;
  border-color: #ffffff;
  padding: 60px 40px;
  margin-bottom: 20px;
}
.form .title{
  margin-bottom: 70px;
}
.form .title p{
  color: #ffffff;
  font-size: 20px;
  font-weight: 700;
}

.form .formWrap form{
  max-width: 560px;
  margin: 0 auto;
}
.form .formWrap form .field:not(:last-child){
  margin-bottom: 25px;
}
.form .formWrap form .field input{
  margin: 0;
  padding: 0 20px;
  font-size: 16px;
  line-height: 1.33;
  width: 100%;
  border: 0 none;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  outline: none;
  -webkit-appearance: none;
  border-radius: 0;
  font-family: 'Montserrat',Arial,sans-serif;
  height: 56px;
  -webkit-appearance: none;
  color: #000000;
  background-color: #ffffff;
}
.form .formWrap form .btnWrap{
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 20px;
}
.form .formWrap form .btnWrap input{
  color: #ffffff;
  background-color: #e4642f;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  border: 0 none;
  font-size: 16px;
  -webkit-appearance: none;
  font-weight: 700;
  white-space: nowrap;
  background-image: none;
  cursor: pointer;
  margin: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  outline: none;
  height: 56px;
  padding-left: 40px;
  padding-right: 40px;
  -webkit-transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out, border-color 0.2s ease-in-out, box-shadow 0.2s ease-in-out;
  transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out, border-color 0.2s ease-in-out, box-shadow 0.2s ease-in-out;
}
.form .formWrap form .btnWrap input:hover{
  background-color: #ffd21f !important;
  color: #000000 !important;
  border-color: #ffffff !important;
}
.form .bottom p{
  font-size: 15px;
  line-height: 1.55;
  text-align: center;
  color: rgb(255, 255, 255);
}



@media screen and ( max-width:1200px ) {
  html{
    font-size: 18px;
  }
  body{
    font-size: 18px;
  }
  .textContent,
  .textContent p{
    font-size: 18px;
  }
  .form .bottom p{
    font-size: 14px;
  }
}

@media screen and ( max-width:960px ) {
  .flex{
    flex-wrap: wrap;
    flex-direction: column;
  }
  .flex .imgWrap{
    margin-right: 0;
    width: 100%;
    margin-bottom: 30px;
  }
  .flex .text{
    width: 100%;
    margin-left: 0;
  }
  .blackBlock.marginLeft{
    text-align: center;
    padding-left: 10px;
  }
  .blackBlock.marginLeft.last{
    text-align: start;
  }
}

@media screen and ( max-width:640px ) {
  html{
    font-size: 16px;
    line-height: 1.45;
  }
  body{
    font-size: 16px;
    line-height: 1.45;
  }
  .textContent,
  .textContent p{
    font-size: 16px;
    line-height: 1.45;
  }
  .topContent{
    padding: 10px;
  }
  .textFlex{
    align-items: start;
  }
  .textFlex p{
    font-size: 16px;
    line-height: 25px;
  }
  .blackBlock{
    padding: 10px;
  }
  .blackBlock .titleBig{
    padding-left: 15%;
  }
  .form{
    padding: 20px 15px;
  }
  .form .bottom p{
    font-size: 12px;
    line-height: 1.45;
    text-align: left;
  }
}

@media screen and (max-width: 479px){
  .blackBlock.marginLeft{
    font-size: 24px;
    text-align: start;
  }
  .blockOrange{
    padding-left: 10px;
  }
  .blockOrange .title{
    font-size: 20px;
  }
  .blackBlock{
    padding: 0 10px;
  }
  .blackBlock .titleBig{
    padding-left: 0;
  }
  .blackBlock .titleBig svg{
    width: 35px;
  }
  .blackBlock .titleBig p{
    font-size: 24px;
  }
  .blackBlock .title p{
    font-size: 20px;
  }
  .topContent .title p{
    font-size: 20px;
    line-height: 31px;
  }
}



.wpcf7-not-valid-tip{
  font-size: 14px;
}
.wpcf7-response-output,
.wpcf7 .screen-reader-response{
  display: none !important;
}