

/* Start:/local/templates/devmaster/components/bitrix/menu/top/style.css?17548821671772*/
.menu-tree ul {
	list-style: none;
	padding: 0;
	margin: 0;
	display: flex;
	justify-content: space-between;
}
.menu-tree > ul > li {
	padding: 27px 0;
}
.menu-tree  .item-text,
.menu-tree a {
	font-weight: 400;
	font-size: 16px;
	line-height: 19px;
	letter-spacing: 0.01em;
	text-transform: uppercase;
	color: #FFFFFF;
	text-decoration: none;
}
.menu-tree a:hover {
	color: #FFAC1F;
}
.menu-close {
	position: relative;
	padding-right: 18px!important;
}
.menu-close:before {
	content: '';
	width: 9px;
	height: 6px;
	background: url("/local/templates/devmaster/components/bitrix/menu/top/images/arr.svg") center no-repeat;
	position: absolute;
	right: 0;
	top: 34px;
}
.menu-close ul {
	background: #F6F4F1;
	box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);
	border-radius: 5px;
	padding: 15px 20px 1px;
	display: block;
	white-space: nowrap;
	position: absolute;
	left: 0;
	top: 100%;
	visibility: hidden;
}

.menu-close ul li {
	margin-bottom: 15px;
}
.menu-close ul .item-text,
.menu-close ul a {
	font-weight: 400;
	font-size: 16px;
	line-height: 19px;
	color: #681D00;
	text-transform: unset;
	letter-spacing: 0;
}

.menu-close ul a:hover {
	text-decoration: underline;
	color: #681D00;
}

.menu-close:hover ul {
	visibility: visible;
}

.menu-tree {
	width: 100%;
}
.menu-close:hover:before {
	transform: rotate(180deg);
}


@media (max-width: 992px){
	.menu-tree ul {
		margin: 0;
		display: block;
	}
	.menu-tree > ul > li {
		padding: 10px 0;
	}
	.menu-close:before{
		top: 11px;
	}
	.menu-close ul {
		visibility: visible;
		position: relative;
		background: none;
		box-shadow: none;
		padding: 20px 0 0 23px;
		top: auto;
		margin-bottom: -14px;
	}
	.menu-close ul .item-text, .menu-close ul a {
		color: #fff;
	}
}
/* End */


/* Start:/local/templates/devmaster/components/bitrix/menu/bottom/style.css?1754882167222*/
.menu-bottom ul {
	list-style: none;
	padding: 0;
	margin: 0;
}
.menu-bottom ul .item-text,
.menu-bottom ul a {
	font-weight: 500;
}
.menu-bottom ul li {
	margin-bottom: 30px;
}

.menu-bottom{
	width: 50%;
}
/* End */


/* Start:/local/templates/devmaster/components/bitrix/menu/bottom2/style.css?1754882167225*/
.menu-bottom-2 ul {
	padding: 0;
	margin: 0;
	list-style: none;
}

.menu-bottom-2-name{
	font-weight: 500;

	margin-bottom: 30px;
}


.menu-bottom-2 ul li {
	margin-bottom: 30px;
}

.menu-bottom-2 ul a {

}
/* End */


/* Start:/local/templates/devmaster/template_styles.css?175488216718927*/
body {
    margin: 0;
    background: #fff;
    font-family: 'Neo Sans Pro', Arial;
    font-weight: 400;
    font-size: 16px;
    line-height: 140%;
    position: relative;
    color: #000;
    padding-bottom: 44px;
}
.hidden {
    display: none!important;
}
div {
    box-sizing: border-box;
}

.maxwidth {
    padding: 0 53px;
    width: 100%;
    max-width: 1920px;
    margin: 0 auto;
    box-sizing: border-box;
}
img {
    max-width: 100%;
}

a {
    color: #000;
    transition: 0.3s;
}
a:hover {
    color: #000;

}
.flex {
    display: flex;
    flex-flow: row wrap;
}

.flex-align-center {
    align-items: center;
}
.flex-align-end {
    align-items: flex-end;
}
.flex-align-start {
    align-items: flex-start;
}
.flex-justify-center {
    justify-content: center;
}

.flex-justify-between {
    justify-content: space-between;
}
.flex-justify-end {
    justify-content: flex-end;
}
.w-100 {
    width: 100%;
}
.center {
    text-align: center;
}

.left {
    text-align: left;
}
.right {
    text-align: right;
}
.mobile-menu {
    display: none;
}
.text {
    margin: 90px 0;
}
.text-text {
    max-width: 807px;

}
.header-phone a {
    font-weight: 500;
    font-size: 16px;
    line-height: 19px;
    text-transform: uppercase;
    color: #FFFFFF;
    text-decoration: none;
}
.banner-text {
    font-weight: 400;
    font-size: 20px;
    line-height: 150%;

    color: #681D00;
}

.banner {
    margin: 80px 0 43px;
}
header {
    margin-top: 24px!important;
    position: relative;
    z-index: 4;
}
header > div {
    background: #681D00;
    border-radius: 15px;
    padding: 6px 23px;
    color: #fff;
}
footer > div {
    background: #681D00;
    border-radius: 15px;
    padding: 90px 30px 0;
    color: #fff;
}

.header-menu {
    width: 48%;
}
.header-phone {
    margin-left: 40px;
}

.white-btn {
    font-weight: 500;
    font-size: 14px;
    line-height: 17px;
    letter-spacing: 0.03em;
    color: #681D00;
    text-align: center;
    text-transform: uppercase;
    padding: 15px 35px;
    display: inline-block;
    cursor: pointer;
    text-decoration: none;
    border: 1px solid #FFAC1F;
    border-radius: 10px;
}
.white-btn:hover {
    background: #FFAC1F;
}


.yellow-btn {
    background: #FFAC1F;
    border-radius: 10px;
    padding: 15px 35px;
    display: inline-block;
    cursor: pointer;
    text-decoration: none;
    font-weight: 500;
    font-size: 13px;
    line-height: 16px;
    text-align: center;
    text-transform: uppercase;
    border: 1px solid #FFAC1F;
    color: #681D00;
    font-family: 'Neo Sans Pro', Arial;
}
.yellow-btn:hover {
    background: transparent;
}

header .yellow-btn:hover {
    color: #FFAC1F;
}

h2,
.h2 {
    font-weight: 500;
    font-size: 36px;
    line-height: 43px;
    color: #681D00;
    padding-bottom: 25px;
    margin-top: 0;
    margin-bottom: 30px;
    position: relative;
}

h3,
.h3 {
    font-weight: 500;
    font-size: 28px;
    line-height: 34px;
    color: #681D00;
    margin-top: 0;
    margin-bottom: 24px;
    position: relative;
}


.w-50 {
    width: 50%;
}

.link {
    font-weight: 400;
    font-size: 14px;
    line-height: 17px;
    color: #681D00;
    text-decoration: none;
    padding-right: 30px;
    position: relative;
}
.link:before {
    content: '';
    position: absolute;
    right: 0;
    top: 0;
    width: 19px;
    height: 19px;
    background: url("/local/templates/devmaster/img/link.svg") center no-repeat;
}
.link:hover:before{
    background: url("/local/templates/devmaster/img/link_h.svg") center no-repeat;
}
.footer-address{
    font-weight: 500;
    font-size: 24px;
    line-height: 29px;

    color: #1D1D1B;
    margin-bottom: 40px;
}

footer {
    padding-top: 102px;
    position: relative;
    z-index: 2;
}
.footer-phone {
    margin-bottom: 28px;
}
.footer-phone a {
    font-weight: 500;
    font-size: 20px;
    line-height: 24px;
    text-transform: uppercase;
    color: #FFFFFF;
    text-decoration: none;
}


.footer-socnet{
    display: flex;
    flex-flow: row wrap;
}
.footer-dev,
.footer-copy {
    font-weight: 400;
    font-size: 14px;
    line-height: 17px;
}

.footer-dev a {
    color: #FFFFFF;
    text-decoration: none;
}
footer a {
    color: #fff;
    text-decoration: none;
}
footer a:hover {
    color: #FFAC1F;
}
.footer-bottom {
    border-top: 1px solid rgba(255, 255, 255, 0.4);
    padding: 32px 0 28px;
}
.footer-menu {
    width: 48%;
}
.footer-socnet a {
    font-size: 0;
    display: flex;
    align-items: center;
    text-decoration: none;
}
.footer-socnet .whatsapp a,
.footer-socnet .telegram a {
    margin-right: 26px;
}
.footer-socnet a:before {
    content: '';
    position: relative;
    width: 46px;
    height: 46px;
    background: url("/local/templates/devmaster/img/tg.svg") center no-repeat;
    border: 1px solid #FFAC1F;
    border-radius: 5px;
}
.footer-socnet a:hover:before {
    background: #FFAC1F url("/local/templates/devmaster/img/tg_h.svg") center no-repeat;
}
.footer-socnet .whatsapp a:before {
    background: url("/local/templates/devmaster/img/whatsapp.svg") center no-repeat;
}
.footer-socnet .whatsapp a:hover:before {
    background: #FFAC1F url("/local/templates/devmaster/img/whatsapp_h.svg") center no-repeat;
}
.footer-socnet .vk a:before {
    background: url("/local/templates/devmaster/img/vk.svg") center no-repeat;
}
.footer-socnet .vk a:hover:before {
    background: #FFAC1F url("/local/templates/devmaster/img/vk_h.svg") center no-repeat;
}
.order > * {
    padding: 50px 90px 40px;
    background: #F6F4F1;
    border-radius: 15px;
    margin-bottom: 90px;
    position: relative;
}
.order {
    position: relative;
    overflow: hidden;
    margin: auto;

}
.order .h2 {

    position: relative;
    z-index: 3;
    padding-bottom: 0;
}

.form-desc {
    margin-bottom: 45px;
}
.order form {
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
}
form p {
    margin: 20px 0;
}
form .field > p {
    margin-top: 0;
}
form .yellow-btn {
    margin-top: 43px;
}
.field {
    width: calc(50% - 30px);
}

.field input[type="text"] {
    font-weight: 400;
    font-size: 16px;
    line-height: 19px;
    color: #000000;
    padding: 20px 15px;
    box-sizing: border-box;
    width: 100%;
    margin-bottom: 49px;
    background: #FFFFFF;
    border-radius: 5px;
    border: 1px solid transparent;
}
.field select {
    font-weight: 400;
    font-size: 16px;
    line-height: 19px;
    color: #8D8D8D;
    padding: 20px 15px;
    box-sizing: border-box;
    width: 100%;
    margin-bottom: 49px;
    background: #FFFFFF;
    border-radius: 5px;
    border: 1px solid transparent;
}
.field select:not(::selection){

}
.field select.sel {
    color: #000;
}

.field select option {
    color: #000;
    padding: 20px 15px;
}
option:checked  {
    background: #FFAC1F;
    color: #000;
}
.file input {
    font-weight: 500;
    font-size: 18px;
    line-height: 22px;
    color: #FFFFFF;
}
.file ul {
    margin: 0;
    padding: 0;
    list-style: none;
    color: #fff;
    font-size: 12px;
}
.file label {
    font-weight: 500;
    font-size: 18px;
    line-height: 22px;
    color: #FFFFFF;
    padding-left: 30px;
    position: relative;
    cursor: pointer;
}

.file label:before {
    content: '';
    position: absolute;
    left: 0;
    width: 20px;
    height: 20px;
    background: url("/local/templates/devmaster/img/file.svg") center no-repeat;
    top: 2px;
}

.field input::placeholder {

    color: #8D8D8D;
}
.field textarea:focus-visible,
.field textarea:focus,
.field input[type="text"]:focus-visible,
.field input[type="text"]:focus {
    border: 1px solid #FFAC1F;
    outline: none;

}

.field textarea.error,
.field input[type="text"].error {
    border: 1px solid red;
}
.field input:-moz-placeholder {

    color:#8D8D8D;
}

.field textarea::placeholder {

    color: #8D8D8D;
}

.field textarea:-moz-placeholder {

    color: #8D8D8D;
}

.field textarea {
    border-radius: 5px;
    font-weight: 500;
    font-size: 18px;
    line-height: 22px;
    color: #000;
    padding: 20px;
    box-sizing: border-box;
    width: 100%;
    border: none;
    margin-bottom: 20px;
    height: 150px;
}

.field.textblock {
    width: 100%;
}

form .flex {
    margin-top: 40px;
    width: 100%;
}
form .check,
form p {
    font-size: 14px;
    line-height: 17px;
}
.check label {
    display: flex;
}
.check label span {
    width: 14px;
    height: 14px;
    border: 1px solid #FFAC1F;
    position: relative;
    cursor: pointer;
    border-radius: 2px;
}

.check input:checked ~ label span {
    background: #FFAC1F url("/local/templates/devmaster/img/check.svg") center no-repeat;
}

.check-name {
    width: calc(100% - 16px);
    padding-left: 12px;
}


.popup-s-close {
    background: #FFAC1F;
    border-radius: 5px;
    position: absolute;
    width: 30px;
    height: 30px;
    right: 30px;
    top: 30px;
    z-index: 1000;
    cursor: pointer;
}

.popup-s-close:before {
    content: '';
    position: absolute;
    left: 50%;
    top: 50%;
    background: #fff;
    width: 25px;
    height: 2px;
    transform: translate(-50%,-50%) rotate(45deg);
}
.popup-s-close:after {
    content: '';
    position: absolute;
    left: 50%;
    top: 50%;
    background: #fff;
    width: 25px;
    height: 2px;
    transform: translate(-50%,-50%) rotate(-45deg);
}
.popup{
    display: none;
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 1000;
    background: rgba(24, 16, 16, 0.72);
}
.popup-error,
.popup-success {
    display: none;
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 1000;
    text-align: center;
    background: rgba(24, 16, 16, 0.72);
}
.popup.active,
.popup-error.active,
.popup-success.active {
    display: flex;
    justify-content: center;
    align-items: center;
}

.popup-success .h2,
.popup-error .h2 {
    display: inline-block;
}
.popup-error > * ,
.popup-success > * {
    max-width: 600px;
    background: #fff;
    border-radius: 15px;
    position: relative;
    padding: 50px;
}
.check.error label span {
    border-color: red;
}

h1 {
    font-weight: 500;
    font-size: 60px;
    line-height: 72px;
    color: #681D00;
}
#call .field {
    width: 100%;
}
#call .field select,
#call .field input[type="text"] {
    margin-bottom: 20px;
}
#call > * {
    max-width: 600px;
    padding: 50px;
}
.mobile  {
    display: none;
}
@media (max-width: 1600px){
    .maxwidth {
        padding: 0 40px;
    }
}
@media (max-width: 1200px){
    .header-menu {
        width: 45%;
    }
    .header-logo {
        width: 15%;
    }
}
@media (max-width: 992px){
    .header-socnet,
    .header-phone,
    .header-menu {
        display: none;
    }
    .maxwidth {
        padding: 0 12px;
    }
    .header-btn {
        display: none;
    }
    .mobile  {
        display: block;
    }
    header {
        margin-top: 12px!important;
    }
    .header-logo img {
        max-height: 36px;
    }
    .header-logo {
        max-width: 40%;
        max-height: 36px;
    }
    .header-logo {
        width: 100%;
    }
    header > div {
        border-radius: 10px;
        padding: 16px 13px;
    }
    .header-burger {
        width: 36px;
        height: 25px;
        position: relative;
        display: block;
        align-self: center;
    }
    .header-burger span {
        height: 2px;
        width: 36px;
        background: #FFAC1F;
        position: absolute;
        left: 50%;
        top: calc(50% - 1px);
        transform: translate(-50%,-50%);
        display: block;
        border-radius: 2px;
    }

    .header-burger:before {
        content: '';
        height: 2px;
        width: 36px;
        background: #FFAC1F;
        position: absolute;
        left: 50%;
        top: 0;
        border-radius: 2px;
        transform: translate(-50%,-50%);
    }
    .header-burger:after {
        content: '';
        height: 2px;
        width: 36px;
        background: #FFAC1F;
        position: absolute;
        left: 50%;
        top: calc(100% - 2px);
        transform: translate(-50%,-50%);
        border-radius: 2px;
    }
    .mobile-menu > * {
        width: 100%;
    }
    .menu .mobile-menu {
        display: flex;
        position: fixed;
        z-index: 10;
        top: 71px;
        left: 12px;
        bottom: 12px;
        right: 12px;
        flex-flow: row wrap;
        overflow: auto;
        padding: 25px 13px;
        background: #681D00;
        border-radius: 0 0 10px 10px;
    }

    .mobile-right-block {
        margin-top: auto;
        margin-bottom: 0;
        border-top: 1px solid rgba(255, 255, 255, 0.4);
    }
    .mobile-phone {
        position: relative;
        padding-top: 28px;
        margin-bottom: 19px;
    }

    .mobile-phone a {
        display: inline-block;
        font-weight: 500;
        font-size: 21px;
        line-height: 25px;
        text-transform: uppercase;
        text-decoration: none;
        color: #fff;
    }
    .mobile-socnet {
        font-size: 0;
    }
    .mobile-socnet a {
        width: 40px;
        height: 40px;
        background:url(/local/templates/devmaster/img/tg.svg) center no-repeat;
        border-radius: 5px;
        border: 1px solid #FFAC1F;
        display: inline-block;
        margin-right: 20px;
    }
    .mobile-socnet .whatsapp a {
        background: url(/local/templates/devmaster/img/whatsapp.svg) center no-repeat;

    }
    .mobile-socnet .vk a {
        background: url(/local/templates/devmaster/img/vk.svg) center no-repeat;
    }
    .mobile-socnet .telegram {
        margin-right: 20px;
    }
    .menu .header-burger:before{
        transform: translate(-50%,-50%) rotate(-45deg);
        top: 50%;
    }
    .menu .header-burger:after{
        transform: translate(-50%,-50%) rotate(45deg);
        top: 50%;
    }
    .menu .header-burger span {
        display: none;
    }
    .menu {
        overflow: hidden;
    }
    .w-50{
        width: 100%;
    }
    h2, .h2 {
        font-size: 22px;
        line-height: 26px;
    padding-bottom: 0;
    }

    .order > * {
        padding: 40px 0 50px;
    }
    .order:after,
    .order:before {
        display: none;
    }
    .field {
        width: 100%;
    }
    .field select,
    .field input[type="text"] {
        font-size: 16px;
        line-height: 20px;
        padding: 15px 10px;
        margin-bottom: 20px;
    }

    .field input::placeholder {
        font-size: 16px;
        line-height: 20px;
    }
    .field input:-moz-placeholder {
        font-size: 16px;
        line-height: 20px;
    }

    .field textarea::placeholder {
        font-size: 16px;
        line-height: 20px;
    }

    .field textarea:-moz-placeholder {
        font-size: 16px;
        line-height: 20px;
    }
    .field textarea {
        font-size: 16px;
        line-height: 20px;
        padding: 10px;
        height: 115px;

    }
    .green-btn{
        font-weight: 700;
        font-size: 18px;
        line-height: 22px;
        text-align: center;
        letter-spacing: 0.02em;
        text-transform: uppercase;
        width: 100%;
    }
    form .flex {
        margin-top: 25px;
        width: 100%;
    }
    form .check, form p {
        font-size: 12px;
        line-height: 15px;
    }
    form p {
        margin: 40px 0 20px;
    }
    footer {
        padding-top: 40px;
    }

    #contacts > * {
        width: 100%;
    }
    .footer-name .h2 {
        margin-bottom: 30px;
    }

    .footer-phone a {
        font-size: 16px;
        line-height: 19px;
    }
    .footer-phone {
    }
    .footer-email a {

    }
    footer > div {
        border-radius: 10px;
        padding: 25px 13px 0;
    }
    .footer-email {
        margin-bottom: 30px;
    }
    .footer-socnet {
        position: absolute;
        left: 0;
        right: 0;
        bottom: 34px;
        text-align: center;
        justify-content: center;
    }
    .footer-socnet > * {
        margin: 0 15px;
    }
    .footer-logo img {
        max-width: 90%;
    }
    footer > div > .flex {
        position: relative;
    }

    .footer-info,
    .footer-logo {
        width: 50%;
    }
    .footer-menu {
        width: 100%;
        order: 2;
        padding: 50px 0 100px;
    }
    .menu-bottom-2 {
        width: 50%;
    }
    .footer-copy {
        font-size: 12px;
        line-height: 130%;
        margin-bottom: 15px;

    }
    .menu-bottom ul li {
        margin-bottom: 19px;
    }
    .footer-dev {
        font-size: 12px;
        line-height: 130%;
    }
    .footer-bottom {
        padding: 25px 0 23px;
    }
    .banner-text {
        font-size: 16px;
        line-height: 140%;
    }
    .desktop {
        display: none;
    }
    h1,
    .h1 {
        font-size: 30px;
        line-height: 36px;
    }
    body {
        font-size: 14px;
        line-height: 140%;
        color: #020202;
    }
    .file label {
        font-size: 16px;
    }

    .menu header {
        z-index: 100000;
     }
    .banner .w-50 img {
        margin: 25px 0 31px;
    }

    .menu:before {
        content: '';
        position: absolute;
        left: 0;
        bottom: 0;
        right: 0;
        top: 0;
        background: #fff;
    }
    .menu .mobile-menu > * {
        position: relative;
        z-index: 2;
    }
    h3, .h3 {
        font-size: 18px;
        line-height: 21px;

        margin-bottom: 15px;
    }
    .menu-bottom-2 ul li {
        margin-bottom: 19px;
    }
    .menu-bottom-2-name {
        margin-bottom: 19px;
    }
    .text {
        margin: 50px 0;
    }
    .banner {
        margin: 10px 0 33px;
    }
    .banner .w-50:last-child {
        display: none;
    }
    #call > * {
        padding: 30px 13px;
    }
    #call form p {
        margin:  20px 0 20px;
    }
    .field textarea {
        margin-bottom: 20px;
    }
    .order > * {
        padding: 30px 13px;
        margin-bottom: 60px;
    }
    .popup .order > * {
        max-height: 100vh;
        overflow: auto;
    }
    form p {
        margin: 0 0 20px;
    }
    form .yellow-btn {
        margin-top: 30px;
        width: 100%;
    }
    .form-desc {
        margin-bottom: 20px;
    }
    .popup-s-close{
        right: 13px;
    }
    .popup .order .h2 {
        padding-right: 30px;
    }
}
/* End */
/* /local/templates/devmaster/components/bitrix/menu/top/style.css?17548821671772 */
/* /local/templates/devmaster/components/bitrix/menu/bottom/style.css?1754882167222 */
/* /local/templates/devmaster/components/bitrix/menu/bottom2/style.css?1754882167225 */
/* /local/templates/devmaster/template_styles.css?175488216718927 */
