body{font-family:"Montserrat",sans-serif;font-size:14px;letter-spacing:.03em;color:var(--primary-text-color);hyphens:auto}h1,h2,h3,h4,p{margin-top:0;margin-bottom:0}ul{list-style:none;padding:0;margin:0}a{text-decoration:none;color:inherit}button{cursor:pointer;border:none;background-color:rgba(0,0,0,0)}img{display:block;max-width:100%;height:auto}:root{--primary-black-color: #000000;--primary-white-color: #FFFFFF;--primary-text-color: #32384d;--accent-color: #e29930;--mobile-menu-background-color:#f8f1e5}.container{margin-left:auto;margin-right:auto;padding-left:15px;padding-right:15px}@media screen and (max-width: 767px){.container{max-width:480px}}@media screen and (min-width: 768px){.container{width:768px}}@media screen and (min-width: 1200px){.container{width:1200px}}.visually-hidden{position:absolute;width:1px;height:1px;margin:-1px;border:0;padding:0;white-space:nowrap;clip-path:inset(100%);clip:rect(0 0 0 0);overflow:hidden}.mobile-header{background-color:#fff;border-radius:0 0 14px 14px;padding-top:6px;padding-bottom:6px;display:flex;justify-content:space-between}@media screen and (min-width: 768px){.mobile-header{display:none}}.button-mobile-menu{padding:0;color:var(--primary-text-color);transition-property:color;transition-duration:250ms;transition-timing-function:cubic-bezier(0.4, 0, 0.2, 1)}.button-mobile-menu:hover{color:var(--accent-color)}.button-mobile-menu svg{fill:currentColor}.mobile-menu{position:fixed;width:100%;height:100%;z-index:999;top:0;transform:translateX(100%);background-color:var(--mobile-menu-background-color);opacity:0;visibility:0;pointer-events:none;transition-property:opacity,visibility,transform;transition-duration:250ms;transition-timing-function:cubic-bezier(0.4, 0, 0.2, 1)}.mobile-menu.is-open{opacity:1;visibility:visible;pointer-events:auto;transform:translateX(0%)}.button-close{position:absolute;top:20px;right:20px;display:flex;justify-content:center;align-items:center;color:var(--primary-text-color);background-color:rgba(0,0,0,0);transition-property:color,transform;transition-duration:250ms;transition-timing-function:cubic-bezier(0.4, 0, 0.2, 1)}.button-close:hover{color:var(--accent-color);transform:scale(1.1)}.button-close svg{fill:currentColor}.mobile-menu-list{margin-top:70px;margin-left:50px;font-size:26px;font-weight:700}.mobile-menu-list-item:not(:first-child){margin-top:24px}.mobile-menu-link{display:inline-block;transform:scale(1);color:var(--primary-text-color);transition-property:color,transform;transition-duration:250ms;transition-timing-function:cubic-bezier(0.4, 0, 0.2, 1)}.mobile-menu-link:hover,.mobile-menu-link:focus{transform:scale(1.1);color:var(--accent-color)}.contacts-list-mobile{margin-top:50px;margin-left:50px;font-size:22px;font-weight:700}.contacts-list-mobile li:not(:first-child){margin-top:24px}.contacts-list-mobile-link{display:flex;align-items:center;transition-property:color,transform;transition-duration:250ms;transition-timing-function:cubic-bezier(0.4, 0, 0.2, 1)}.contacts-list-mobile-link:hover,.contacts-list-mobile-link:focus{transform:scale(1.1);color:var(--accent-color)}.icon-phone{margin-right:6px}.picture-mobile-menu{display:block;margin:18px 10px 0 auto;fill:currentColor;border-bottom:6px solid var(--primary-text-color)}.tablet-desktop-header{padding-top:8px;padding-bottom:8px}@media screen and (max-width: 767px){.tablet-desktop-header{display:none}}@media screen and (min-width: 768px){.tablet-desktop-header{display:flex;justify-content:space-between;align-items:center}}.menu-list{display:flex;justify-content:space-between}@media screen and (min-width: 768px){.menu-list{width:400px}}@media screen and (min-width: 1200px){.menu-list{width:550px}}.menu-link{display:inline-block;height:24px;font-size:16px;font-weight:600;cursor:pointer;position:relative;transition-property:color;transition-duration:250ms;transition-timing-function:cubic-bezier(0.4, 0, 0.2, 1)}.menu-link::after{display:block;content:"";background-color:var(--accent-color);width:100%;height:3px;position:absolute;bottom:0;right:0;transform:scaleX(0);transform-origin:bottom left;transition-property:transform;transition-duration:250ms;transition-timing-function:cubic-bezier(0.4, 0, 0.2, 1)}.menu-link:hover,.menu-link:focus{color:var(--accent-color)}.menu-link:hover::after,.menu-link:focus::after{transform:scaleX(100%)}.contacts-list li:last-child{margin-top:8px}.contacts-list-link{display:flex;align-items:center;justify-content:center;font-size:14px;font-weight:500;transition-property:color;transition-duration:250ms;transition-timing-function:cubic-bezier(0.4, 0, 0.2, 1)}.contacts-list-link:hover,.contacts-list-link:focus{color:var(--accent-color)}.contacts-list-link svg{fill:currentColor}.logo{display:flex;flex-direction:column;align-items:center;color:var(--primary-text-color);cursor:pointer;transition-property:color;transition-duration:250ms;transition-timing-function:cubic-bezier(0.4, 0, 0.2, 1)}.logo span{border-top:3px solid var(--primary-text-color);border-bottom:3px solid var(--primary-text-color);text-transform:uppercase;font-size:14px;font-weight:800;transition-property:border-color;transition-duration:250ms;transition-timing-function:cubic-bezier(0.4, 0, 0.2, 1)}.logo svg{fill:currentColor}.logo:hover{color:#e29930;transition-property:color;transition-duration:250ms;transition-timing-function:cubic-bezier(0.4, 0, 0.2, 1)}.logo:hover span{border-color:#e29930}.logo-footer{display:inline;color:var(--primary-white-color);border-color:var(--primary-white-color)}.logo-footer span{border-color:var(--primary-white-color)}@media screen and (min-width: 768px){.logo-footer span{font-size:18px}}.hero-wrapper{background-color:var(--primary-text-color)}.hero{background-image:linear-gradient(rgba(47, 48, 58, 0.4), rgba(47, 48, 58, 0.4)),url(../images/hero.jpg);background-position:center;background-size:cover;text-align:center;background-repeat:no-repeat;background-color:var(--primary-text-color);padding:60px 0}@media screen and (min-width: 768px){.hero{background-image:linear-gradient(rgba(47, 48, 58, 0.3), rgba(47, 48, 58, 0.3)),url(../images/hero-tablet.jpg);height:400px;max-width:1199px;margin:0 auto}}@media screen and (min-width: 1200px){.hero{background-image:linear-gradient(rgba(47, 48, 58, 0.3), rgba(47, 48, 58, 0.3)),url(../images/hero-desktop.jpg);height:600px;max-width:1600px;margin:0 auto}}.hero-title{hyphens:none;font-weight:900;font-size:36px;max-width:700px;line-height:1.36;letter-spacing:.06em;text-transform:uppercase;text-align:center;color:var(--primary-white-color)}@media screen and (min-width: 768px){.hero-title{margin:0 auto;font-size:48px;margin-top:2%}}@media screen and (min-width: 1200px){.hero-title{margin:0 auto;font-size:56px;margin-top:4%}}.our-section{padding:20px 0}@media screen and (min-width: 768px){.our-section{padding:20px 0;position:relative}}.our-service-title{text-indent:4%;font-size:16px;font-weight:600}@media screen and (min-width: 768px){.our-service-title{font-size:18px}}.our-service-subtitle{margin-top:8px;text-indent:3%}@media screen and (min-width: 768px){.our-service-subtitle{font-size:16px;max-width:80%}}.our-service-subtitle.caption{margin-top:8px;text-indent:3%}@media screen and (min-width: 768px){.our-service-subtitle.caption{font-size:16px;max-width:80%}}@media screen and (min-width: 1200px){.our-service-subtitle.caption{font-size:16px;max-width:60%}}.materials-list{margin-top:8px;margin-left:25px;list-style:disc}@media screen and (min-width: 768px){.materials-list{font-size:16px}}.materials-list li:not(:first-child){margin-top:8px}.option-service-title{margin-top:8px}@media screen and (min-width: 768px){.option-service-title{font-size:16px}}.exemple-video{object-fit:cover;object-position:center;width:100%;height:200px;border:none;border-radius:14px;overflow:hidden;margin:10px auto 0}@media screen and (min-width: 768px){.exemple-video{width:40%;height:200px;position:absolute;top:18%;right:45px}}@media screen and (min-width: 1200px){.exemple-video{width:30%;height:350px;position:absolute;top:8%}}@media screen and (min-width: 768px){.section-gallery{padding:20px}}@media screen and (min-width: 768px){.gallery{display:flex;flex-wrap:wrap;row-gap:24px;column-gap:24px}}@media screen and (min-width: 1200px){.gallery{display:flex;flex-wrap:wrap;row-gap:20px;column-gap:20px}}.gallery-item{position:relative;width:100%;height:320px;border-radius:14px;overflow:hidden}@media screen and (min-width: 768px){.gallery-item{width:calc((100% - 24px)/2);height:420px}}@media screen and (min-width: 1200px){.gallery-item{width:calc((100% - 60px)/4)}}.gallery-item:not(:first-child){margin-top:18px}@media screen and (min-width: 768px){.gallery-item:not(:first-child){margin-top:0}}.gallery-item img{width:100%;height:100%;object-position:center;object-fit:cover;overflow:hidden}.gallery-item p{display:inline-block;width:100%;height:40px;padding:10px;position:absolute;bottom:0;left:0;font-weight:500;text-align:center;text-transform:uppercase;color:var(--primary-white-color);background-color:rgba(47,48,58,.8)}.section-price{padding:16px}table{border-collapse:collapse;font-size:16px;font-weight:500}@media screen and (min-width: 768px){table{margin:0 auto;width:80%;font-size:18px;font-weight:700}}tr{height:46px}td,th{border:1px solid var(--primary-text-color);border-radius:1px;padding-left:5px}td+td{text-align:center}@media screen and (min-width: 768px){td+td{text-align:center}}.desription-table{text-indent:3%;margin-top:12px;font-size:12px}@media screen and (min-width: 768px){.desription-table{font-size:14px}}.desription-table span{font-weight:700}.section-features{padding:16px 0}.features-title{text-indent:3%}@media screen and (min-width: 768px){.features-title{font-size:16px;text-align:center}}.feature-list{margin-top:12px;display:flex;flex-direction:column;align-items:center}@media screen and (min-width: 768px){.feature-list{flex-direction:row;flex-wrap:wrap;column-gap:20px;row-gap:15px}}@media screen and (min-width: 1200px){.feature-list{column-gap:20px;row-gap:20px}}.feature-list-item{width:90%;height:120px;border-top:1px solid var(--primary-text-color);border-bottom:1px solid var(--primary-text-color);border-radius:14px;padding:25px;display:flex;align-items:center;justify-content:space-around}@media screen and (min-width: 768px){.feature-list-item{width:calc((100% - 20px)/2)}}@media screen and (min-width: 1200px){.feature-list-item{width:calc((100% - 40px)/3)}}.feature-list-item:not(:first-child){margin-top:16px}@media screen and (min-width: 768px){.feature-list-item:not(:first-child){margin-top:0}}.feature-icon{fill:currentColor}.features-description{font-size:16px;margin-left:15px;max-width:170px;text-align:center}@media screen and (min-width: 768px){.features-description{hyphens:none}}.features-subtitle{text-indent:3%;margin-top:16px}@media screen and (min-width: 768px){.features-subtitle{font-size:16px}}footer{padding-top:24px;background-color:var(--primary-text-color);color:var(--primary-white-color)}.slogan{margin-top:24px;text-indent:3%;font-size:14px;text-align:left}@media screen and (min-width: 768px){.slogan{text-indent:0;font-size:16px}}address{font-style:inherit}.contacts-list-footer{margin-top:24px}.empl{font-size:20px;font-weight:700;transition-property:color;cursor:pointer;transition-duration:250ms;transition-timing-function:cubic-bezier(0.4, 0, 0.2, 1)}.empl:hover,.empl:focus{color:var(--accent-color)}.contacts-list-footer-item:not(:first-child){margin-top:16px}.location{font-size:14px;width:270px;display:flex;align-items:baseline;margin-top:24px;transition-property:color;cursor:pointer;transition-duration:250ms;transition-timing-function:cubic-bezier(0.4, 0, 0.2, 1)}.location:hover,.location:focus{color:var(--accent-color)}.location svg{margin-right:6px;fill:currentColor}.wrapper-social{margin-top:24px}.social-list{display:flex;justify-content:center;margin-top:18px}@media screen and (min-width: 768px){.social-list{justify-content:flex-start}}.title-join{font-size:14px;font-weight:600}.social-list-item:not(:first-child){margin-left:14px}.social-link{width:40px;height:40px;border-radius:50%;color:var(--primary-text-color);background-color:#fff;display:flex;align-items:center;justify-content:center;cursor:pointer;transition-property:color,transform;transition-duration:250ms;transition-timing-function:cubic-bezier(0.4, 0, 0.2, 1)}.social-link:hover,.social-link:focus{transform:scale(1.1);color:var(--primary-white-color);background-color:var(--accent-color)}@media screen and (min-width: 768px){.social-link{width:50px;height:50px}}.social-link svg{width:24px;height:24px;fill:currentColor}@media screen and (min-width: 768px){.social-link svg{width:28px;height:28px}}.wrapper-border{margin-top:18px;padding:10px 0;border-top:1px solid var(--primary-white-color)}.developer{font-size:12px}.developer a{border-bottom:1px solid;border-color:var(--primary-white-color);transition-property:color,border-color;transition-duration:250ms;transition-timing-function:cubic-bezier(0.4, 0, 0.2, 1)}.developer a:hover,.developer a:focus{color:var(--accent-color);border-color:var(--accent-color)}#myBtn{display:none;position:fixed;width:44px;height:44px;bottom:4px;right:15px;z-index:99;border:none;outline:none;background-color:#d9d9d9;color:var(--primary-text-color);cursor:pointer;border-radius:50%;transition-property:background-color,color;transition-duration:250ms;transition-timing-function:cubic-bezier(0.4, 0, 0.2, 1)}@media screen and (min-width: 768px){#myBtn{width:54px;height:54px;bottom:20px;right:50px}}#myBtn:hover,#myBtn:focus{background-color:var(--accent-color);color:var(--primary-white-color)}#myBtn svg{fill:currentColor}/*# sourceMappingURL=main.min.css.map */