* { -webkit-box-sizing: border-box; box-sizing: border-box; }

html, body, h1, h2, h3, h4, h5, h6, form, input, textarea, button, select, option, ul, li, ol, img, p, hr, table, tr, td, thead, tbody, tfoot { margin: 0; padding: 0; border: 0; }

html, body { width: 100%; height: 100%; }

body { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; font-family: DIN Pro, sans-serif; font-size: 14px; color: #343434; }
body.overflow { overflow: hidden; margin-right: 12px; }

input, textarea, button, select { font-family: DIN Pro, sans-serif; font-size: 14px; color: #343434; }

button { cursor: pointer; }

a { color: #fcb000; text-decoration: underline; }
a:hover { text-decoration: none; }

table { border-collapse: collapse; border-spacing: 0; }

ul, ol, li { list-style: none; }

::-webkit-input-placeholder { font-family: DIN Pro, sans-serif; font-size: 14px; color: #969696; }

:-moz-placeholder { font-family: DIN Pro, sans-serif; font-size: 14px; color: #969696; }

:focus { outline: 0; }

::-moz-selection { color: #fff; background: #fcb000; }

::selection { color: #fff; background: #fcb000; }

code { padding: 2px 4px; font-family: "Courier New"; font-size: 90%; color: #c7254e; background-color: #f9f2f4; }

::-webkit-scrollbar { width: 12px; height: 12px; }

::-webkit-scrollbar-track { border-radius: 0; -webkit-box-shadow: none; box-shadow: none; border: 0; background-color: #eaeaea; border-left: 1px solid #cecece; }

::-webkit-scrollbar-thumb { border-radius: 0; -webkit-box-shadow: none; box-shadow: none; border: 0; background-color: #cecece; }

::-webkit-scrollbar-thumb:hover { background-color: #aaaaaa; }

/* blocks 
--------------------------------------------------------*/
.wide { width: 100%; }

.max-wide { max-width: 100%; }

.w25 { width: 25px !important; }

.w50 { width: 50px !important; }

.w75 { width: 75px !important; }

.w100 { width: 100px !important; }

.w125 { width: 125px !important; }

.w150 { width: 150px !important; }

.w175 { width: 175px !important; }

.w200 { width: 200px !important; }

.w225 { width: 225px !important; }

.w250 { width: 250px !important; }

.w275 { width: 275px !important; }

.w300 { width: 300px !important; }

.w325 { width: 325px !important; }

.w350 { width: 350px !important; }

.w375 { width: 375px !important; }

.w400 { width: 400px !important; }

.w425 { width: 425px !important; }

.w450 { width: 450px !important; }

.w475 { width: 475px !important; }

.w500 { width: 500px !important; }

.m5 { margin: 5px !important; }

.m10 { margin: 10px !important; }

.m15 { margin: 15px !important; }

.m20 { margin: 20px !important; }

.m25 { margin: 25px !important; }

.m30 { margin: 30px !important; }

.m35 { margin: 35px !important; }

.m40 { margin: 40px !important; }

.m45 { margin: 45px !important; }

.m50 { margin: 50px !important; }

.mt5 { margin-top: 5px !important; }

.mt10 { margin-top: 10px !important; }

.mt15 { margin-top: 15px !important; }

.mt20 { margin-top: 20px !important; }

.mt25 { margin-top: 25px !important; }

.mt30 { margin-top: 30px !important; }

.mt35 { margin-top: 35px !important; }

.mt40 { margin-top: 40px !important; }

.mt45 { margin-top: 45px !important; }

.mt50 { margin-top: 50px !important; }

.mb5 { margin-bottom: 5px !important; }

.mb10 { margin-bottom: 10px !important; }

.mb15 { margin-bottom: 15px !important; }

.mb20 { margin-bottom: 20px !important; }

.mb25 { margin-bottom: 25px !important; }

.mb30 { margin-bottom: 30px !important; }

.mb35 { margin-bottom: 35px !important; }

.mb40 { margin-bottom: 40px !important; }

.mb45 { margin-bottom: 45px !important; }

.mb50 { margin-bottom: 50px !important; }

.ml5 { margin-left: 5px !important; }

.ml10 { margin-left: 10px !important; }

.ml15 { margin-left: 15px !important; }

.ml20 { margin-left: 20px !important; }

.ml25 { margin-left: 25px !important; }

.ml30 { margin-left: 30px !important; }

.ml35 { margin-left: 35px !important; }

.ml40 { margin-left: 40px !important; }

.ml45 { margin-left: 45px !important; }

.ml50 { margin-left: 50px !important; }

.mr5 { margin-right: 5px !important; }

.mr10 { margin-right: 10px !important; }

.mr15 { margin-right: 15px !important; }

.mr20 { margin-right: 20px !important; }

.mr25 { margin-right: 25px !important; }

.mr30 { margin-right: 30px !important; }

.mr35 { margin-right: 35px !important; }

.mr40 { margin-right: 40px !important; }

.mr45 { margin-right: 45px !important; }

.mr50 { margin-right: 50px !important; }

.left { float: left; }

.right { float: right; }

.block { display: block; }

.none { display: none; }

.floater { float: none !important; width: 0 !important; min-width: 0 !important; max-width: 0 !important; height: 0 !important; min-height: 0 !important; max-height: 0 !important; border: 0 !important; padding: 0 !important; margin: 0 !important; background: none !important; clear: both !important; }

/* wrapper
--------------------------------------------------------*/
.wrapper { position: relative; z-index: 10; width: 1170px; padding-left: 15px; padding-right: 15px; margin-left: auto; margin-right: auto; }

@media (max-width: 1200px) { .wrapper { width: 970px; } }
@media (max-width: 992px) { .wrapper { width: 750px; } }
@media (max-width: 768px) { .wrapper { width: auto; } }
/* text tools 
--------------------------------------------------------*/
h1, h2, h3, h4, h5, h6 { line-height: 1.2; }

h1, .h1 { font-size: 30px; }

h2, .h2 { font-size: 24px; }

h3, .h3 { font-size: 20px; }

h4, .h4 { font-size: 16px; }

h5, .h5 { font-size: 14px; }

h6, .h6 { font-size: 12px; }

.raleway { font-family: DIN Pro, sans-serif; }

.light { font-weight: 300; }

.regular { font-weight: 400; }

.semibold { font-weight: 600; }

.bold, h1, h2, h3, h4, h5, h6 { font-weight: 700; }

small, .small { font-size: 0.8em; }

big, .big { font-size: 1.2em; }

sub { vertical-align: sub; font-size: 0.8em; }

sup { vertical-align: super; font-size: 0.8em; }

.text-left { text-align: left; }

.text-right { text-align: right; }

.text-center { text-align: center; }

.text-justify { text-align: justify; }

.uppercase { text-transform: uppercase; }

.lowercase { text-transform: lowercase; }

.capitalize { text-transform: capitalize; }

.notransform { text-transform: none; }

.underline { text-decoration: underline; }

.line-through { text-decoration: line-through; }

.defaulttext { font-size: 13px; line-height: 19px; }

.color-gray { color: #6b6b6b; }
.color-gray-lite { color: #969696; }
.color-link { color: #fcb000; }

.required { color: #e01e1f; }

/* form-stuff 
--------------------------------------------------------*/
.form { background: white; padding: 50px; }
.form-group { margin-bottom: 15px; }
.form-caption { font-size: 14px; font-weight: 600; line-height: 16px; margin-bottom: 7px; }
.form-info { margin-top: 7px; font-size: 12px; color: #6b6b6b; }
.form-error { margin-top: 7px; font-size: 12px; font-weight: 600; color: #e01e1f; }
.form-label { display: inline-block; vertical-align: middle; }
.form .btn-form { margin-top: 15px; }

.form-input { display: inline-block; vertical-align: middle; width: 100%; height: 40px; line-height: 45px; border: 1px solid #454545; padding: 0 10px; font-weight: 500; background: #fff; -webkit-transition: border-color 0.3s ease 0s; transition: border-color 0.3s ease 0s; max-width: 100%; width: 270px; margin-bottom: 10px; }
.form-input:last-of-type { margin-bottom: 0; }
.form-input-xs { padding: 0 3px; height: 30px; }
.form-input:focus { border-color: #fcb000; }
.form-input.input-error { border-color: #e01e1f; }

textarea.form-input { height: auto; padding: 10px; max-width: 100%; line-height: 20px; }
textarea.no-resize { resize: none; }

input[readonly] { background: #f9f9f9; cursor: not-allowed; }

.form-block-wrapp { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; -webkit-box-align: start; -ms-flex-align: start; align-items: flex-start; }
.form-block-wrapp .form-block { -webkit-box-flex: 1; -ms-flex-positive: 1; flex-grow: 1; margin-right: 25px; }
.form-block-wrapp .form-block:last-of-type { margin-right: 0; }

.popup { position: relative; display: none; max-width: 90%; min-height: 300px; border-radius: 6px; background-color: white; text-align: center; }
.popup._thanks { background: white; height: auto; min-height: 0; color: #343434; padding: 30px 25px; }
.popup._thanks .title { font-size: 20px; font-weight: 600; text-align: center; margin-bottom: 10px; }
.popup._thanks .descr { margin-bottom: 25px; text-align: center; }
.popup._thanks .popup-close { top: 10px; }

.popup-product { width: 750px; padding: 10px 10px; padding-top: 45px; text-align: left; }
.popup-product .popup-close { top: 10px; right: 10px; }
.popup-product-content { display: block; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; }
.popup-product-content-left { -webkit-box-flex: 0; -ms-flex: none; flex: none; background-position: center; background-size: cover; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; -webkit-box-align: center; -ms-flex-align: center; align-items: center; background-repeat: no-repeat; margin-bottom: 25px; }
.popup-product-content-left img { max-width: 100%; max-height: 100%; width: 100%; }
.popup-product-content .title { font-size: 22px; line-height: 25px; font-weight: 500; margin-right: 15px; }
.popup-product-content .price { font-size: 16px; font-weight: 600; -webkit-box-flex: 0; -ms-flex: none; flex: none; text-align: left; color: #e01e1f; }
.popup-product-content .block-top { color: #6b6b6b; display: block; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; -webkit-box-align: start; -ms-flex-align: start; align-items: flex-start; }
.popup-product-content .descr { margin-top: 20px; margin-bottom: 20px; }
.popup-product .list-params { font-size: 14px; font-weight: 400; line-height: 18px; color: #343434; max-height: 200px; overflow: auto; }
.popup-product .list-params-wrapp { margin-top: 20px; margin-bottom: 25px; }
.popup-product .list-params li { display: -webkit-box; display: -ms-flexbox; display: flex; padding: 8px 0; border-bottom: 1px solid #6b6b6b; }
.popup-product .list-params .param { font-weight: 600; margin-right: 10px; width: 50%; -webkit-box-flex: 0; -ms-flex: none; flex: none; }

.popup-feedback { width: 350px; padding: 30px 25px; }
.popup-feedback .form { background: white; }

.form-popup .title { font-size: 20px; font-weight: 600; text-align: center; margin-bottom: 10px; }
.form-popup .descr { margin-bottom: 25px; text-align: center; }
.form-popup .wpcf7-not-valid-tip { display: none !important; }
.form-popup .wpcf7-validation-errors { font-size: 10px !important; }
.form-popup .wpcf7-not-valid + label { color: #d50000 !important; }
.form-popup .wpcf7-not-valid + label::after { color: #d50000 !important; }
.form-popup .wpcf7-submit { margin-top: 15px; }

.popup-form .form { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; -webkit-box-align: center; -ms-flex-align: center; align-items: center; padding: 0; margin-top: 20px; }
.popup-form .form .btn { font-weight: 600; font-size: 16px; height: auto; line-height: 18px; padding: 10px; width: 100%; max-width: 100%; width: 270px; }
.popup-form .title { font-size: 26px; font-weight: 700; line-height: 1; color: #343434; margin-bottom: 10px; }
.popup-form .brief { font-size: 16px; font-weight: 400; line-height: 1; color: #101010; margin-top: 14px; }

.popup-close { color: #656565; position: absolute; top: 15px; right: 15px; width: 23px; height: 23px; opacity: .3; z-index: 10; cursor: pointer; }
.popup-close:before, .popup-close:after { top: 0; position: absolute; left: 15px; content: ' '; width: 2px; height: 23px; background-color: #333; }
.popup-close:before { -webkit-transform: rotate(45deg); transform: rotate(45deg); }
.popup-close:after { -webkit-transform: rotate(-45deg); transform: rotate(-45deg); }
.popup-close:hover { opacity: 1; color: #fcb000; }

/* input-file
--------------------------------------------------------*/
.input-file { display: inline-block; vertical-align: middle; width: 100%; position: relative; }
.input-file > .form-input { width: 100%; padding-right: 100px; background: #fff; }
.input-file > .btn { width: 100px; position: absolute; top: 0; right: 0; border-radius: 2px; background: #dadada; color: #343434; padding: 0; }
.input-file > .btn:hover { background: #c0c0c0; }

/* btn */
.btn { display: inline-block; vertical-align: middle; height: 42px; font-size: 14px; font-weight: 400; line-height: 42px; color: #fff; text-align: center; text-decoration: none; padding: 0 25px; background: #fcb000; -webkit-transition: all 0.3s ease 0s; transition: all 0.3s ease 0s; position: relative; overflow: hidden; }
.btn:hover { background: #e7a100; cursor: pointer; }
.btn-xl { height: 48px; line-height: 48px; padding: 0 30px; }
.btn-xs { height: 30px; line-height: 30px; padding: 0 15px; }
.btn-gray { background: #6b6b6b; }
.btn-gray:hover { background: #969696; }
.btn:before { content: ""; display: block; width: 100%; height: 100%; position: absolute; top: 0; left: 0; background: #fa4923; opacity: 0; z-index: 1; -webkit-transition: ease 0.3s; transition: ease 0.3s; }
.btn:after { content: ""; display: block; width: 30px; height: 300px; margin-left: 60px; background: rgba(255, 255, 255, 0.68); position: absolute; left: -40px; top: -150px; z-index: 1; -webkit-transform: rotate(45deg); transform: rotate(45deg); -webkit-transition: all 0.1s; transition: all 0.1s; -webkit-animation-name: slideme; animation-name: slideme; -webkit-animation-duration: 3s; animation-duration: 3s; -webkit-animation-delay: 0.05s; animation-delay: 0.05s; -webkit-animation-timing-function: ease-in-out; animation-timing-function: ease-in-out; -webkit-animation-iteration-count: infinite; animation-iteration-count: infinite; }

@-webkit-keyframes slideme { 0% { left: -30px; margin-left: 0px; }
  30% { left: 110%; margin-left: 80px; }
  100% { left: 110%; margin-left: 80px; } }
/* note
--------------------------------------------------------*/
.note { padding: 20px; border-radius: 5px; background: #f9f9f9; border: 1px solid #e5e5e5; }
.note a { color: inherit; font-weight: 600; }
.note-error { border-color: #e01e1f; color: #e01e1f; background: #fff4f4; }
.note-success { border-color: #fcb000; color: #fcb000; background: #f0fef6; }

/* tooltip
--------------------------------------------------------*/
.tooltip { display: block; position: absolute; z-index: 1070; font-size: 12px; line-height: 1.4; filter: alpha(opacity=0); opacity: 0; }
.tooltip.in { filter: alpha(opacity=100); opacity: 1; }
.tooltip.top { padding: 5px 0; margin-top: -3px; }
.tooltip.top .tooltip-arrow { bottom: 0; left: 50%; margin-left: -5px; border-width: 5px 5px 0; border-top-color: #343434; }
.tooltip.top-left .tooltip-arrow { right: 5px; bottom: 0; margin-bottom: -5px; border-width: 5px 5px 0; border-top-color: #343434; }
.tooltip.top-right .tooltip-arrow { bottom: 0; left: 5px; margin-bottom: -5px; border-width: 5px 5px 0; border-top-color: #343434; }
.tooltip.right { padding: 0 5px; margin-left: 3px; }
.tooltip.right .tooltip-arrow { top: 50%; left: 0; margin-top: -5px; border-width: 5px 5px 5px 0; border-right-color: #343434; }
.tooltip.bottom { padding: 5px 0; margin-top: 3px; }
.tooltip.bottom .tooltip-arrow { top: 0; left: 50%; margin-left: -5px; border-width: 0 5px 5px; border-bottom-color: #343434; }
.tooltip.bottom-left .tooltip-arrow { top: 0; right: 5px; margin-top: -5px; border-width: 0 5px 5px; border-bottom-color: #343434; }
.tooltip.bottom-right .tooltip-arrow { top: 0; left: 5px; margin-top: -5px; border-width: 0 5px 5px; border-bottom-color: #343434; }
.tooltip.left { padding: 0 5px; margin-left: -3px; }
.tooltip.left .tooltip-arrow { top: 50%; right: 0; margin-top: -5px; border-width: 5px 0 5px 5px; border-left-color: #343434; }
.tooltip-inner { max-width: 200px; padding: 8px 15px; color: #fff; text-align: center; text-decoration: none; background-color: #343434; border-radius: 3px; }
.tooltip-arrow { position: absolute; width: 0; height: 0; border-color: transparent; border-style: solid; }

/* text-editor 
--------------------------------------------------------*/
.text-editor { line-height: 1.7; }
.text-editor p { margin-bottom: 10px; }
.text-editor p + h1, .text-editor p + h2, .text-editor p + h3, .text-editor p + h4, .text-editor p + h5, .text-editor p + h6 { margin-top: 20px; }
.text-editor > p:last-child, .text-editor * p:last-child { margin-bottom: 0; }
.text-editor ul, .text-editor ol { margin: 10px 0 20px; padding: 0 0 0 40px; }
.text-editor ul > li, .text-editor ol > li { list-style: inherit; }
.text-editor ul { list-style: disc inside; }
.text-editor ol { list-style: decimal inside; }
.text-editor h1, .text-editor h2, .text-editor h3, .text-editor h4, .text-editor h5, .text-editor h6 { margin: 0 0 20px; font-weight: 700; }
.text-editor strong { font-weight: 700; }
.text-editor hr { margin: 15px 0; border-top: 1px solid #dadada; }
.text-editor table { border: 1px solid #dadada; margin-bottom: 20px; }
.text-editor table th { padding: 15px 20px; border: 1px solid #dadada; font-weight: 600; }
.text-editor table td { padding: 15px 20px; border: 1px solid #dadada; }
.text-editor blockquote { padding: 10px 0 10px 20px; margin: 20px 40px; border-left: 4px solid #dadada; }
.text-editor .marker { padding: 1px 3px; background: #e5e5e5; }
.text-editor img { max-width: 100%; }

/* icons
--------------------------------------------------------*/
.icon { display: inline-block; vertical-align: middle; }

/* mobile
--------------------------------------------------------*/
.mobile-show { display: none; }

@media (max-width: 768px) { .mobile-hide { display: none; }
  .mobile-show { display: block; } }
.slick-prev, .slick-next { color: #fcb000; opacity: 0.7; -webkit-transition: 0.3s ease; transition: 0.3s ease; }
.slick-prev:hover, .slick-next:hover { opacity: 1; }
.slick-prev:hover:before, .slick-next:hover:before { opacity: 1; }
.slick-prev:before, .slick-next:before { color: #fcb000; opacity: 0.7; -webkit-transition: 0.3s ease; transition: 0.3s ease; }

/* header
------------------------------------------------------------------------ */
.header { position: relative; z-index: 700; margin-bottom: -1px; }
.header .wrapper { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: start; -ms-flex-align: start; align-items: flex-start; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; -ms-flex-wrap: nowrap; flex-wrap: nowrap; }
.header-top { padding: 20px 0; }
.header-contacts-list { display: -webkit-box; display: -ms-flexbox; display: flex; }
.header-contacts-list > li { margin-left: 25px; }
.header-contacts-list > li:first-of-type { margin-left: 0; }
.header-contacts-item { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: start; -ms-flex-align: start; align-items: flex-start; }
.header-contacts-item i { -webkit-box-flex: 0; -ms-flex: none; flex: none; font-size: 24px; color: #fcb000; }
.header-contacts-content { text-align: left; margin-left: 10px; }
.header-contacts-content .label { font-size: 16px; font-weight: 600; color: black; }
.header-contacts-content .text { text-decoration: none; color: #535456; font-size: 15px; font-weight: 600; display: block; }
.header-contacts-social { text-align: left; margin-left: 25px; margin-top: 5px; }
.header-contacts-social .social { margin: 0 3px; font-size: 20px; }
.header-contacts-social .social._fb { color: #4064AD; }
.header-contacts-social .social._vk { color: #4064AD; }
.header-contacts-social .fab.fa-instagram { color: transparent; background: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%, #d6249f 60%, #285AEB 90%); background: -webkit-radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%, #d6249f 60%, #285AEB 90%); background-clip: text; -webkit-background-clip: text; }
.header-bottom { background-color: #fcb000; }
.header-bottom .wrapper { -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; }
.header-contacts { text-align: right; }
.header-contacts .phones a { display: inline-block; vertical-align: middle; font-size: 16px; font-weight: 700; line-height: 1; color: inherit; text-decoration: none; }
.header-contacts .phones .icon { font-size: 18px; display: inline-block; margin: 0 3px; }
.header-contacts .phones .icon:last-of-type { margin-right: 6px; }
.header-contacts .phones .icon.viber { color: #7B519D; }
.header-contacts .phones .icon.telegram { color: #1DA0D8; }
.header-contacts .email a { font-size: 12px; color: #969696; }
.header-contacts .btn { height: 30px; line-height: 30px; margin-top: 10px; }

.logo { display: inline-block; vertical-align: middle; margin-right: 10px; width: auto; height: 60px; }
.logo-wrap { color: inherit; text-decoration: none; }
.logo-text { display: inline-block; vertical-align: middle; }
.logo-title { font-size: 21px; font-weight: 700; line-height: 1; color: #343434; margin-bottom: 5px; }
.logo-title strong { font-weight: 600; color: #fcb000; }
.logo-descr { font-size: 14px; font-weight: 300; line-height: 15px; color: #6b6b6b; }
.logo-descr strong { font-size: 13px; font-weight: 400; }

/* tmenu
------------------------------------------------------------------------ */
.tmenu { position: relative; z-index: 100; }
.tmenu.mobile-active .tmenu-list ul { display: block; }
.tmenu-btn { display: none; }
.tmenu-list > ul { display: -webkit-box; display: -ms-flexbox; display: flex; }
.tmenu-list > ul > li { -webkit-box-flex: 1; flex: 1 1 0; -ms-flex: 1 1 0; }
.tmenu-list > ul > li:last-child .tmenu-child { left: auto; right: 0; }
.tmenu-item { position: relative; overflow: hidden; }
.tmenu-item:hover { overflow: visible; }
.tmenu-item:hover .tmenu-child { margin-top: 0; opacity: 1; }
.tmenu-item:hover .tmenu-link { background: #e7a100; color: white; }
.tmenu-link { position: relative; z-index: 5; display: block; font-size: 16px; font-weight: 600; line-height: 22px; color: white; text-align: center; text-decoration: none; padding: 15px 20px; white-space: nowrap; -webkit-transition: all 0.5s ease 0s; transition: all 0.5s ease 0s; }
.tmenu-link.current { background: #eee; }
.tmenu-link .toggle { vertical-align: 1px; margin-left: 5px; font-size: 13px; color: rgba(0, 0, 0, 0.7); }
.tmenu-child { position: absolute; top: 100%; left: 0; width: 100%; min-width: 220px; margin-top: 20px; padding: 10px 0; background: #f1f1f1; opacity: 0; -webkit-transition: all 0.5s ease 0s; transition: all 0.5s ease 0s; }
.tmenu-child a { display: block; font-size: 16px; font-weight: 600; line-height: 20px; text-decoration: none; padding: 10px 20px; -webkit-transition: all 0.3s ease 0s; transition: all 0.3s ease 0s; }
.tmenu-child a:hover { background: #e1e1e1; }

/* footer
------------------------------------------------------------------------ */
.footer { background: white; padding: 20px 0; color: #333; }
.footer-content { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: start; -ms-flex-align: start; align-items: flex-start; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; -ms-flex-wrap: nowrap; flex-wrap: nowrap; }
.footer .descr { color: #333; font-size: 14px; }
.footer .develop { margin-top: 15px; }
.footer-phones a { font-size: 24px; line-height: 28px; text-decoration: none; color: #333; }
.footer-phones .icon { font-size: 18px; display: inline-block; margin: 0 3px; vertical-align: initial; }
.footer-phones .icon:last-of-type { margin-right: 6px; }
.footer-phones .icon.viber { color: #7B519D; }
.footer-phones .icon.telegram { color: #1DA0D8; }
.footer-left { max-width: 486px; }
.footer-left .title { font-weight: 600; margin-bottom: 10px; font-size: 18px; }
.footer-right { text-align: right; }
.footer-right .descr { margin-top: 10px; }

.go_top { position: fixed; bottom: 35px; right: 25px; background: #fcb000; padding: 10px 15px; -webkit-transition: 0.3s ease; transition: 0.3s ease; cursor: pointer; opacity: 0; visibility: hidden; z-index: 100; color: white; }
.go_top:hover { background: #e7a100; }
.go_top.show { visibility: visible; opacity: 1; }

.copyright { font-size: 13px; line-height: 21px; color: #969696; }

.developer { font-size: 13px; line-height: 21px; color: #969696; }
.developer a { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -ms-flex-wrap: wrap; flex-wrap: wrap; color: inherit; text-decoration: none; }
.developer .link { text-decoration: underline; }
.developer .link:hover { text-decoration: none; }
.developer .icon { width: 26px; height: 25px; background: url("../img/icons/developer.png") no-repeat center; margin: 0 5px 0 10px; }

/* breadcrumbs
--------------------------------------------------------*/
.breadcrumbs { font-size: 12px; color: #969696; margin-bottom: 10px; }
.breadcrumbs-in { white-space: nowrap; text-overflow: ellipsis; overflow: hidden; }
.breadcrumbs-sep { margin: 0 5px; color: #fcb000; }
.breadcrumbs a { color: #fcb000; }

/* pagination
--------------------------------------------------------*/
.pagination { margin-top: 40px; text-align: center; font-size: 0; }
.pagination li { display: inline-block; vertical-align: middle; font-size: 15px; font-weight: 700; }
.pagination a { display: block; text-decoration: none; -webkit-transition: color 0.3s ease 0s; transition: color 0.3s ease 0s; }
.pagination-num a { width: 38px; height: 38px; color: #fcb000; line-height: 38px; border-radius: 100%; -webkit-transition: all 0.3s ease 0s; transition: all 0.3s ease 0s; }
.pagination-num a:hover { background: #f2f2f2; }
.pagination-active a { color: #fff; background: #fcb000; }
.pagination-active a:hover { color: #fff; background: #fcb000; }
.pagination-nav a { font-size: 13px; font-weight: 600; color: #6b6b6b; }
.pagination-nav a .fa { vertical-align: 1px; font-size: 10px; }
.pagination-nav a span { text-decoration: underline; }
.pagination-nav a:hover span { text-decoration: none; }
.pagination-left { margin-right: 15px; }
.pagination-left .fa { margin-right: 5px; }
.pagination-right { margin-left: 15px; }
.pagination-right .fa { margin-left: 5px; }

/* social
--------------------------------------------------------*/
.social-label { display: inline-block; vertical-align: middle; font-size: 13px; font-weight: 500; margin-right: 5px; }
.social-init { display: inline-block; vertical-align: middle; font-size: 0; }
.social-init > a { display: inline-block; vertical-align: middle; margin-right: 5px; width: 20px; height: 20px; font-size: 11px; line-height: 20px; color: #fff; border-radius: 3px; -webkit-transition: all 0.3s ease 0s; transition: all 0.3s ease 0s; text-align: center; }
.social-init > a:last-child { margin-right: 0; }
.social-init > a._vk { background: #4749a5; }
.social-init > a._vk:hover { background: #3d3e89; }
.social-init > a._facebook { background: #6464d8; }
.social-init > a._facebook:hover { background: #5353b3; }
.social-init > a._twitter { background: #4db9e4; }
.social-init > a._twitter:hover { background: #3d9dc3; }
.social-init > a._at { background: #e8b13b; }
.social-init > a._at:hover { background: #e19f11; }
.social-init > a._google-plus { background: #e33d3d; }
.social-init > a._google-plus:hover { background: #c93636; }
.social-init > a._odnoklassniki { background: #e8993b; }
.social-init > a._odnoklassniki:hover { background: #ce8b3c; }

/* content
------------------------------------------------------------------------ */
.content { -webkit-box-flex: 1; -ms-flex-positive: 1; flex-grow: 1; padding: 0 0 50px; padding-bottom: 0; }
.content.thanks { padding: 0; }

.page-top { margin-bottom: 30px; }
.page-title { font-size: 30px; font-weight: 700; line-height: 34px; }
.page-brief { margin-top: 10px; font-size: 14px; line-height: 20px; color: #6b6b6b; }
.page-text { margin-top: 50px; }
.page-error { margin-bottom: 30px; }
.page-bottom { margin-top: 20px; }
.page-social { float: right; }
.page-return { float: left; margin-top: 3px; }
.page-return a { font-size: 13px; -webkit-transition: all 0.3s ease 0s; transition: all 0.3s ease 0s; }

.page-content.thanks { height: 100%; }
.page-content.thanks .home-offer { height: 100%; }
.page-content.thanks .home-offer .wrapper { height: 100%; }

.home-offer { background-image: url("../img/offer-bg.jpg"); background-position: center; background-size: cover; position: relative; }
.home-offer .wrapper { height: 100%; }
.home-offer:after { content: ''; position: absolute; top: 0; right: 0; width: 100%; height: 100%; background: rgba(0, 0, 0, 0.435); }
.home-offer-content { position: relative; z-index: 5; width: 100%; height: 100%; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; -webkit-box-align: center; -ms-flex-align: center; align-items: center; min-height: 525px; }
.home-offer-content .content-offer { max-width: 900px; padding-right: 25px; text-align: center; }
.home-offer-content .content-offer .title { font-size: 60px; line-height: normal; margin-bottom: 20px; text-transform: uppercase; text-shadow: 0 0 15px black; color: white; font-weight: 400; }
.home-offer-content .content-offer .brief { font-size: 26px; font-weight: 400; line-height: 29px; color: white; text-transform: uppercase; }
.home-offer-content .content-offer .btn { text-transform: uppercase; font-size: 16px; margin-top: 25px; font-weight: 500; padding: 0  35px; height: 60px; line-height: 60px; border-radius: 10em; width: 100%; max-width: 300px; }
.home-offer.thanks .home-offer-content { -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; min-height: auto; }
.home-offer.thanks .content-offer { text-align: center; }
.home-title { font-size: 34px; font-weight: 700; line-height: 45px; color: #343434; text-align: center; margin-bottom: 40px; }
.home-title span { color: #fcb000; }
.home-subtitle { font-size: 26px; font-weight: 600; line-height: 30px; color: #343434; text-align: center; margin-bottom: 20px; }
.home-subtitle span { display: block; margin-top: 5px; font-size: 18px; font-weight: 500; }
.home-section { padding-top: 60px; padding-bottom: 60px; }
.home-section-bg { background: #f4f3f378; }

.home-about { padding-top: 60px; padding-bottom: 60px; }
.home-about-content { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; -webkit-box-align: center; -ms-flex-align: center; align-items: center; }
.home-about .block-left { width: 40%; margin-left: 5%; position: relative; }
.home-about .block-right { width: 55%; overflow: hidden; }
.home-about .text { font-size: 16px; line-height: 22px; }
.home-about .text .title { font-size: 30px; margin-bottom: 25px; text-align: left; font-weight: 500; }

.mission-slider .mission-slide .img { background-size: cover; background-position: center; height: 350px; width: 100%; }

.list-icons { padding: 60px 0; }
.list-icons .catalog_items { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; -webkit-box-align: start; -ms-flex-align: start; align-items: flex-start; margin: 0 -10px; }
.list-icons .item { -webkit-box-flex: 1; -ms-flex: 1 1 0px; flex: 1 1 0; margin: 0 10px; position: relative; }
.list-icons .item:hover:before { -webkit-box-shadow: 0 0 4px 0px gainsboro; box-shadow: 0 0 4px 0px gainsboro; }
.list-icons .item .title { font-size: 15px; font-weight: 600; color: #343434; text-align: center; line-height: 16px; margin-top: 10px; }
.list-icons .item .ico1 { font-size: 26px; position: relative; width: 95px; height: 95px; color: #fcb000; margin: auto; }
.list-icons .item .ico1:before { content: ''; position: absolute; left: 0; top: 0; width: 95px; height: 95px; border-radius: 50%; background: #dcdcdcad; -webkit-transition: 0.3s ease; transition: 0.3s ease; }
.list-icons .item .ico1 i { font-size: 40px; position: relative; z-index: 5; position: absolute; left: 50%; top: 50%; -webkit-transform: translate(-50%, -50%); transform: translate(-50%, -50%); }
.list-icons.how-works .item .ico1:after { content: ''; position: absolute; right: -125px; top: 50%; -webkit-transform: translateY(-50%) rotate(-30deg); transform: translateY(-50%) rotate(-30deg); background-image: url("../img/how-works-arrow.png"); width: 70px; height: 70px; z-index: 5; background-size: contain; background-repeat: no-repeat; }
.list-icons.how-works .item:last-of-type .ico1:after { content: none; }
.list-icons.how-works .item .count { position: absolute; left: 0; bottom: 0; color: #7b7b7b; bottom: 7px; line-height: 0; font-weight: 600; z-index: 5; font-size: 22px; }
.list-icons.home-sertificates .item .ico1 { border: 2px solid #fcb000; height: 95px; width: 95px; }
.list-icons.home-sertificates .item .ico1:before { content: none; }
.list-icons.home-sertificates .item .ico1 i { font-size: 50px; }

.home-products { padding-bottom: 60px; background: rgba(242, 242, 242, 0.462); }

.catalog-items { display: -webkit-box; display: -ms-flexbox; display: flex; -ms-flex-wrap: wrap; flex-wrap: wrap; margin: 0 -10px; -webkit-box-align: stretch; -ms-flex-align: stretch; align-items: stretch; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; margin-bottom: 15px; }
.catalog-items .item { background: white; padding: 20px 20px; width: calc(100% / 4 - 20px); margin: 10px; -webkit-transition: 0.3s ease; transition: 0.3s ease; }
.catalog-items .item:hover { -webkit-box-shadow: 0 0 13px -4px rgba(0, 0, 0, 0.619); box-shadow: 0 0 13px -4px rgba(0, 0, 0, 0.619); }
.catalog-items .item-content { height: 100%; position: relative; width: 100%; display: -webkit-box; display: -ms-flexbox; display: flex; -ms-flex-wrap: wrap; flex-wrap: wrap; padding: 0; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; background: transparent; }
.catalog-items .item .img { display: inline-block; width: 100%; height: 150px; background-position: center; background-size: cover; background-repeat: no-repeat; border: solid 5px #fff; -webkit-box-shadow: 0px 0px 10px -3px #ccc, 0 0 10px -3px #e2e2e2, 1px 1px 0 0px #e2e2e2, -1px -1px 0 0 #e2e2e2, 1px -1px 0 0 #e2e2e2, -1px 1px 0 0 #e2e2e2; box-shadow: 0px 0px 10px -3px #ccc, 0 0 10px -3px #e2e2e2, 1px 1px 0 0px #e2e2e2, -1px -1px 0 0 #e2e2e2, 1px -1px 0 0 #e2e2e2, -1px 1px 0 0 #e2e2e2; }
.catalog-items .item .title { font-size: 19px; line-height: 1; font-weight: 600; margin-top: 25px; text-align: center; max-width: 100%; }
.catalog-items .item .params { margin-top: 20px; margin-bottom: 10px; font-size: 14px; }
.catalog-items .item .params li { margin-bottom: 5px; }
.catalog-items .item .price { font-size: 18px; font-weight: 800; text-align: center; max-width: 100%; position: relative; margin-bottom: 20px; line-height: 1; }
.catalog-items .item .price sup { color: #e01e1f; }
.catalog-items .item .descr { font-size: 14px; line-height: 18px; margin-top: 10px; margin-bottom: 10px; text-align: center; -webkit-box-flex: 1; -ms-flex-positive: 1; flex-grow: 1; }
.catalog-items .item .btn { margin-bottom: 10px; }
.catalog-items .item .btn:last-of-type { margin-bottom: 0; }

.home-advantages-list { display: -webkit-box; display: -ms-flexbox; display: flex; -ms-flex-wrap: wrap; flex-wrap: wrap; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; }
.home-advantages-list > li { margin: 5px 0; padding: 5px 10px; font-size: 18px; font-weight: 600; width: 50%; max-width: 382px; position: relative; padding-left: 26px; }
.home-advantages-list > li i { color: #00e708; display: inline-block; margin-right: 5px; position: absolute; left: 0; top: 7px; }

.gallery-slider .slick-list { padding: 5px 0; }
.gallery-slider li { margin: 3px 3px; width: calc(100% / 4 - 6px); -webkit-box-shadow: 0px 0px 10px -3px #ccc, 0 0 10px -3px #e2e2e2, 1px 1px 0 0px #e2e2e2, -1px -1px 0 0 #e2e2e2, 1px -1px 0 0 #e2e2e2, -1px 1px 0 0 #e2e2e2; box-shadow: 0px 0px 10px -3px #ccc, 0 0 10px -3px #e2e2e2, 1px 1px 0 0px #e2e2e2, -1px -1px 0 0 #e2e2e2, 1px -1px 0 0 #e2e2e2, -1px 1px 0 0 #e2e2e2; border: solid 5px #fff; }
.gallery-slider li:hover { border-color: #fcb000; }
.gallery-slider ul { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: start; -ms-flex-pack: start; justify-content: flex-start; -ms-flex-wrap: wrap; flex-wrap: wrap; }
.gallery-slider .img { height: 200px; width: 100%; background-position: center; background-size: cover; background-repeat: no-repeat; -webkit-transition: 0.3s ease; transition: 0.3s ease; outline: 3px solid transparent; }

.home-gallery { padding-bottom: 70px; }

.home-sale { background-image: url("../img/sale-bg.jpg"); background-position: center; background-size: cover; position: relative; padding: 60px 0; }
.home-sale:after { content: ''; position: absolute; top: 0; right: 0; width: 100%; height: 100%; background: rgba(0, 0, 0, 0.211); }
.home-sale-content { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; -webkit-box-align: center; -ms-flex-align: center; align-items: center; }
.home-sale-text { max-width: 900px; padding-right: 45px; font-size: 34px; font-weight: 400; line-height: 40px; color: white; margin-bottom: 20px; text-transform: uppercase; text-shadow: 0 0 15px black; background: rgba(0, 0, 0, 0.455); padding: 20px; }
.home-sale-text span { color: #fcb000; font-weight: 800; }
.home-sale-text .title { font-size: 44px; font-weight: 600; line-height: 1; margin-bottom: 5px; }
.home-sale-form { -ms-flex-preferred-size: 0; flex-basis: 0; text-align: center; width: 32%; -webkit-box-flex: 0; -ms-flex: none; flex: none; margin-left: 25px; }
.home-sale-form .form { background: #FEFDFB; border: 5px solid #e2e2e2; width: 100%; padding: 20px; }
.home-sale-form .btn { font-weight: 600; font-size: 16px; height: auto; line-height: 18px; padding: 10px; width: 100%; }
.home-sale-form .title { font-size: 26px; font-weight: 700; line-height: 1; color: #343434; margin-bottom: 25px; }
.home-sale-form .brief { font-size: 16px; font-weight: 400; line-height: 1; color: #101010; margin-top: 14px; margin-bottom: 25px; }
.home-sale-form .form-input { width: 100%; }

.home-reviews-content { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; }
.home-reviews-block { width: 40%; height: 300px; margin: 10px 20px; }

.sertificates-slider li { margin: 0 5px; }
.sertificates-slider img { max-width: 100%; }

.map-container { padding: 0; position: relative; }
.map-container .map { width: 100%; height: 300px; }
.map-container .section_inner { width: 100%; }

.contact-text { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; }
.contact-text > div { padding: 0 25px; }

.phones-block { margin-bottom: 15px; }
.phones-block .brief { margin-bottom: 5px; }
.phones-block:last-of-type { margin-bottom: 0; }

.contacts-container { padding-top: 60px; padding-bottom: 35px; padding-left: 15px; padding-right: 15px; text-align: center; width: 100%; background: #f6f7f7; color: #121212; -webkit-box-sizing: border-box; box-sizing: border-box; }
.contacts-container .title { font-size: 18px; font-weight: 600; }
.contacts-container .sub-title { font-size: 18px; font-weight: 600; margin-bottom: 10px; }
.contacts-container .sub-title-phone { font-size: 14px; font-weight: 600; margin-bottom: 5px; }
.contacts-container a { color: #121212; text-decoration: none; }
.contacts-container a:hover, .contacts-container a:focus { text-decoration: none; color: #121212; }
.contacts-container .contact { margin-bottom: 15px; }
.contacts-container .name { margin-left: 5px; }
.contacts-container .social { font-size: 24px; }
.contacts-container .social a { margin: 0 5px; }
.contacts-container .social._fb { color: #4064AD; }
.contacts-container .social._vk { color: #4064AD; }
.contacts-container .fab.fa-instagram { color: transparent; background: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%, #d6249f 60%, #285AEB 90%); background: -webkit-radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%, #d6249f 60%, #285AEB 90%); background-clip: text; -webkit-background-clip: text; }

@media only screen and (max-width: 1200px) { .logo-title { font-size: 14px; }
  .home-offer-content .content-offer .title { font-size: 40px; font-weight: 600; line-height: 46px; }
  .header-contacts-content .text { font-size: 14px; }
  .catalog-items .item { width: calc(100% / 4 - 10px); margin: 10px 5px; padding: 15px 10px; } }
@media only screen and (max-width: 992px) { .header-contacts-item._address { display: none; }
  .header-contacts-item._time { display: none; }
  .home-offer-content { padding-top: 40px; padding-bottom: 40px; padding-left: 0; padding-right: 0; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; }
  .home-offer-content .content-offer { margin-bottom: 30px; padding-right: 0; text-align: center; }
  .home-sale { padding: 10px 0; }
  .home-sale-text { text-align: center; font-size: 33px; font-weight: 600; line-height: 39px; }
  .home-sale-content { padding-top: 40px; padding-bottom: 40px; padding-left: 0; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; }
  .home-sale-content .content-offer { margin-bottom: 30px; text-align: center; }
  .home-sale-form { max-width: 500px; margin-left: 0; width: 100%; }
  .list-icons { padding-bottom: 40px; }
  .list-icons .catalog_items { -ms-flex-wrap: wrap; flex-wrap: wrap; }
  .list-icons .item { min-width: 150px; margin-bottom: 20px; }
  .list-icons.how-works .item .ico1:after { content: none; }
  .catalog-items .item { width: calc(100% / 3 - 10px); }
  .home-reviews-block { height: 230px; }
  .home-title { font-size: 30px; line-height: 35px; margin-bottom: 35px; }
  .list-icons { padding: 10px 0; }
  .home-sertificates { padding-top: 35px; }
  .popup-product-content { -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; }
  .popup-product-content-left { min-height: 0; width: 100%; margin-bottom: 15px; height: 250px; }
  .popup-product-content-left img { margin: auto; width: auto; }
  .popup-product-content-right { padding-left: 0; }
  .gallery-slider li { width: calc(100% / 3 - 6px); }
  .home-info .txt1 .home-title { font-size: 30px; }
  .home-info .txt1 .title-wrapp { height: 125px; }
  .oplata-dostavka .content { -ms-flex-wrap: nowrap; flex-wrap: nowrap; }
  .oplata-dostavka .content > div { margin: 0 15px; }
  .gallery-slider .img { height: 140px; } }
@media only screen and (max-width: 768px) { .header-contacts-list { display: block; }
  .header-contacts-social { text-align: right; }
  .logo-title { font-size: 15px; }
  .tmenu-list > ul { position: absolute; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; display: none; background: #fcb000; top: 100%; border-top: 1px solid #e7a100; margin-left: -15px; width: calc(100% + 30px); }
  .tmenu-link { padding: 8px 5px; font-size: 16px; }
  .mobile-nav { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; color: #fff; font-size: 20px; padding: 10px 0; }
  .tmenu { width: 100%; }
  .home-offer-content { min-height: 0; }
  .home-about-content { -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; text-align: justify; }
  .home-about-content .block-left { margin-left: 0; margin-top: 20px; width: 100%; padding: 0 25px; }
  .home-about-content .block-left:before { content: none; }
  .home-about-content .block-right { width: 100%; }
  .map-container .map { height: 250px; }
  .map-container .section_inner { -ms-flex-wrap: wrap; flex-wrap: wrap; }
  .contacts-container { max-width: 100%; }
  .contact-text { display: block; }
  .gallery-slider, .sertificates-slider { padding: 0 20px; }
  .catalog-items .item { width: calc(100% / 2 - 10px); }
  .catalog-items .item .img { height: 230px; }
  .footer-left { max-width: 40%; } }
@media only screen and (max-width: 480px) { .header .wrapper { -webkit-box-align: start; -ms-flex-align: start; align-items: flex-start; display: block; }
  .header-logo { text-align: center; }
  .header .logo { max-width: 100%; }
  .header-contacts-list > li { margin: 0; }
  .logo-title { font-size: 18px; }
  .header-contacts-list { display: -webkit-box; display: -ms-flexbox; display: flex; margin-top: 7px; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; }
  .header-contacts-list > li:first-of-type { display: none; }
  .header-contacts-content { margin-left: 0; }
  .header-contacts-content .label { display: none; }
  .header-contacts-item i { display: none; }
  .header-contacts .phones a { font-size: 13px; }
  .header-contacts .phones .icon { font-size: 14px; }
  .header-contacts-content .text { font-size: 14px; }
  .header-contacts-social { text-align: right; margin-left: 0px; }
  .home-advantages-list { display: block; }
  .home-advantages-list > li { width: 100%; }
  .home-offer-content .content-offer .title { font-size: 30px; line-height: 35px; }
  .home-offer-content .content-offer .brief { font-size: 20px; font-weight: 400; line-height: 25px; }
  .map-container .section_inner { -webkit-box-orient: vertical; -webkit-box-direction: reverse; -ms-flex-direction: column-reverse; flex-direction: column-reverse; }
  .map-container .map { height: 300px; position: relative; }
  .map-container .contacts-container { margin: auto; }
  .home-title { font-size: 26px; line-height: 29px; }
  .home-info .txt1 .home-title { font-size: 22px; line-height: 25px; }
  .catalog-items .item { width: 100%; margin-left: 0; margin-right: 0; }
  .catalog-items .item .title { font-size: 18px; }
  .catalog-items .item .price { font-size: 18px; }
  .home-sale-text { font-size: 24px; font-weight: 600; line-height: 29px; }
  .form { padding: 25px; }
  .home-reviews-content { -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; }
  .home-reviews-block { width: 100%; margin: 0; margin-bottom: 15px; }
  .home-reviews-block:last-of-type { margin-bottom: 0; }
  .mission-slider .mission-slide .img { height: 221px; }
  .footer-content { -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; }
  .footer-left { margin-bottom: 15px; }
  .footer-right { text-align: left; }
  .footer-phones a { font-size: 20px; line-height: 24px; }
  .gallery-slider li { width: calc(100% / 2 - 6px); } }

/*# sourceMappingURL=style.css.map */